| Commit message (Expand) | Author | Age | Files | Lines |
* | ext4: use jbd2_inode dirty range scoping | Ross Zwisler | 2019-06-20 | 1 | -6/+6 |
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-03-24 | 1 | -1/+1 |
|\ |
|
| * | ext4: fix NULL pointer dereference while journal is aborted | Jiufei Xue | 2019-03-15 | 1 | -1/+1 |
* | | ext4: use IS_ENCRYPTED() to check encryption status | Chandan Rajendra | 2019-01-24 | 1 | -1/+1 |
|/ |
|
* | ext4: fix up remaining files with SPDX cleanups | Theodore Ts'o | 2017-12-18 | 1 | -4/+1 |
* | ext4, project: expand inode extra size if possible | Miao Xie | 2017-08-06 | 1 | -0/+3 |
* | ext4: improve journal credit handling in set xattr paths | Tahsin Erdogan | 2017-06-22 | 1 | -14/+0 |
* | ext4: add largedir feature | Artem Blagodarenko | 2017-06-22 | 1 | -1/+8 |
* | ext4: do not perform data journaling when data is encrypted | Sergey Karamov | 2016-12-10 | 1 | -6/+8 |
* | ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performance | Theodore Ts'o | 2016-06-27 | 1 | -1/+9 |
* | ext4: do not ask jbd2 to write data for delalloc buffers | Jan Kara | 2016-04-24 | 1 | -1/+11 |
* | jbd2: add support for avoiding data writes during transaction commits | Jan Kara | 2016-04-24 | 1 | -1/+2 |
* | ext4: clean up feature test macros with predicate functions | Darrick J. Wong | 2015-10-17 | 1 | -6/+4 |
* | ext4: don't use MAXQUOTAS value | Jan Kara | 2014-09-11 | 1 | -3/+3 |
* | ext4: make local functions static | Stephen Hemminger | 2014-05-12 | 1 | -4/+0 |
* | ext4: Fix misspellings using 'codespell' tool | Anatol Pomozov | 2013-08-28 | 1 | -1/+1 |
* | ext4: use transaction reservation for extent conversion in ext4_end_io | Jan Kara | 2013-06-04 | 1 | -2/+3 |
* | ext4: provide wrappers for transaction reservation calls | Jan Kara | 2013-06-04 | 1 | -5/+21 |
* | ext4: improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKS | Jan Kara | 2013-04-09 | 1 | -2/+4 |
* | ext4: fix journal callback list traversal | Dmitry Monakhov | 2013-04-04 | 1 | -1/+5 |
* | ext4: fix the number of credits needed for acl ops with inline data | Theodore Ts'o | 2013-02-09 | 1 | -0/+14 |
* | ext4: fix the number of credits needed for ext4_unlink() and ext4_rmdir() | Theodore Ts'o | 2013-02-09 | 1 | -6/+0 |
* | ext4: pass context information to jbd2__journal_start() | Theodore Ts'o | 2013-02-09 | 1 | -3/+28 |
* | ext4: remove ext4_handle_release_buffer() | Eric Sandeen | 2012-11-08 | 1 | -7/+0 |
* | ext4: remove unnecessary argument from __ext4_handle_dirty_metadata() | Artem Bityutskiy | 2012-07-23 | 1 | -5/+2 |
* | ext4: make quota as first class supported feature | Aditya Kali | 2012-07-23 | 1 | -6/+12 |
* | ext4: calculate and verify superblock checksum | Darrick J. Wong | 2012-04-30 | 1 | -2/+5 |
* | ext4: expand commit callback and | Bobi Jam | 2012-02-20 | 1 | -0/+72 |
* | ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delalloc | Lukas Czerner | 2012-02-20 | 1 | -27/+29 |
* | ext4: Fix ext4_should_writeback_data() for no-journal mode | Curt Wohlgemuth | 2011-08-13 | 1 | -2/+2 |
* | ext4: remove unneeded ext4_journal_get_undo_access | Theodore Ts'o | 2011-05-09 | 1 | -5/+0 |
* | ext4: remove unnecessary [cm]time update of quota file | Jan Kara | 2011-04-04 | 1 | -2/+2 |
* | ext4: unify the ext4_handle_release_buffer() api | Amir Goldstein | 2011-03-21 | 1 | -7/+0 |
* | ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary | Theodore Ts'o | 2011-01-10 | 1 | -1/+1 |
* | ext4: Pass line numbers to ext4_error() and friends | Theodore Ts'o | 2010-07-27 | 1 | -2/+2 |
* | ext4: Pass line number to ext4_journal_abort_handle() | Theodore Ts'o | 2010-06-29 | 1 | -20/+23 |
* | ext4: remove vestiges of nobh support | Christoph Hellwig | 2010-06-14 | 1 | -6/+4 |
* | ext4: Clean up s_dirt handling | Theodore Ts'o | 2010-06-12 | 1 | -0/+5 |
* | ext4: Use bitops to read/modify i_flags in struct ext4_inode_info | Dmitry Monakhov | 2010-05-17 | 1 | -4/+4 |
* | ext4: use ext4_get_block_write in buffer write | Jiaying Zhang | 2010-03-04 | 1 | -0/+24 |
* | ext4: Wait for proper transaction commit on fsync | Jan Kara | 2009-12-09 | 1 | -0/+13 |
* | ext4: quota macros cleanup | Dmitry Monakhov | 2009-12-09 | 1 | -2/+6 |
* | ext4: fold ext4_journal_forget() into ext4_forget() | Theodore Ts'o | 2009-11-23 | 1 | -6/+0 |
* | ext4: fold ext4_journal_revoke() into ext4_forget() | Theodore Ts'o | 2009-11-24 | 1 | -11/+1 |
* | ext4: move ext4_forget() to ext4_jbd2.c | Theodore Ts'o | 2009-11-23 | 1 | -0/+7 |
* | ext4: Handle nested ext4_journal_start/stop calls without a journal | Curt Wohlgemuth | 2009-09-29 | 1 | -2/+4 |
* | ext4: Fix buffer head reference leak in no-journal mode | Curt Wohlgemuth | 2009-07-13 | 1 | -0/+2 |
* | ext4: fix no journal corruption with locale-gen | Theodore Ts'o | 2009-07-08 | 1 | -2/+2 |
* | ext4: Remove "extents" mount option | Theodore Ts'o | 2009-01-06 | 1 | -2/+2 |
* | ext4: Allow ext4 to run without a journal | Frank Mayhar | 2009-01-07 | 1 | -15/+68 |