Age | Commit message (Expand) | Author | Files | Lines |
2021-08-30 | ext4: Support for checksumming from journal triggers | Jan Kara | 1 | -12/+31 |
2021-07-23 | ext4: remove conflicting comment from __ext4_forget | Guoqing Jiang | 1 | -3/+0 |
2021-07-01 | ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock | Ye Bin | 1 | -1/+1 |
2020-12-22 | ext4: drop ext4_handle_dirty_super() | Jan Kara | 1 | -16/+0 |
2020-12-22 | ext4: protect superblock modifications with a buffer lock | Jan Kara | 1 | -1/+0 |
2020-12-17 | ext4: make ext4_abort() use __ext4_error() | Jan Kara | 1 | -2/+2 |
2020-10-21 | ext4: fast commit recovery path | Harshad Shirwadkar | 1 | -1/+1 |
2020-08-07 | ext4: abort the filesystem if failed to async write metadata buffer | zhangyi (F) | 1 | -0/+25 |
2020-04-15 | ext4: remove set but not used variable 'es' in ext4_jbd2.c | Jason Yan | 1 | -3/+0 |
2020-04-01 | ext4: save all error info in save_error_info() and drop ext4_set_errno() | Theodore Ts'o | 1 | -9/+4 |
2020-03-05 | ext4: force buffer up-to-date while marking it dirty | Harshad Shirwadkar | 1 | -0/+1 |
2020-01-17 | ext4: uninline ext4_inode_journal_mode() | Eric Biggers | 1 | -0/+22 |
2019-12-26 | ext4: save the error code which triggered an ext4_error() in the superblock | Theodore Ts'o | 1 | -0/+3 |
2019-11-05 | ext4: Reserve revoke credits for freed blocks | Jan Kara | 1 | -8/+12 |
2019-11-05 | jbd2: Reserve space for revoke descriptor blocks | Jan Kara | 1 | -1/+1 |
2019-11-05 | ext4, jbd2: Provide accessor function for handle credits | Jan Kara | 1 | -6/+7 |
2019-11-05 | ext4: Provide function to handle transaction restarts | Jan Kara | 1 | -0/+11 |
2018-02-18 | ext4: shutdown should not prevent get_write_access | Theodore Ts'o | 1 | -7/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -1/+1 |
2017-02-05 | ext4: add shutdown bit and check for it | Theodore Ts'o | 1 | -0/+11 |
2015-10-17 | ext4: fix potential use after free in __ext4_journal_stop | Lukas Czerner | 1 | -3/+3 |
2015-05-14 | ext4: fix NULL pointer dereference when journal restart fails | Lukas Czerner | 1 | -0/+6 |
2014-10-01 | ext4: fix over-defensive complaint after journal abort | Dmitry Monakhov | 1 | -2/+2 |
2014-05-12 | ext4: make local functions static | Stephen Hemminger | 1 | -3/+4 |
2014-03-12 | jbd2: improve error messages for inconsistent journal heads | Theodore Ts'o | 1 | -0/+10 |
2013-12-02 | ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() fails | Theodore Ts'o | 1 | -0/+9 |
2013-08-12 | jbd2: Fix use after free after error in jbd2_journal_dirty_metadata() | Jan Kara | 1 | -4/+4 |
2013-06-04 | ext4: provide wrappers for transaction reservation calls | Jan Kara | 1 | -11/+47 |
2013-06-04 | jbd2: transaction reservation support | Jan Kara | 1 | -1/+1 |
2013-04-21 | ext4: mark metadata blocks using bh flags | Theodore Ts'o | 1 | -0/+2 |
2013-04-03 | ext4: add might_sleep() annotations | Theodore Ts'o | 1 | -0/+6 |
2013-02-08 | ext4: pass context information to jbd2__journal_start() | Theodore Ts'o | 1 | -2/+3 |
2013-02-08 | ext4: move the jbd2 wrapper functions out of super.c | Theodore Ts'o | 1 | -0/+101 |
2012-10-10 | ext4: fix metadata checksum calculation for the superblock | Theodore Ts'o | 1 | -6/+2 |
2012-07-22 | ext4: remove unnecessary argument from __ext4_handle_dirty_metadata() | Artem Bityutskiy | 1 | -2/+1 |
2012-07-22 | ext4: remove unnecessary superblock dirtying | Artem Bityutskiy | 1 | -3/+2 |
2012-04-29 | ext4: calculate and verify superblock checksum | Darrick J. Wong | 1 | -1/+8 |
2011-09-04 | jbd2: add debugging information to jbd2_journal_dirty_metadata() | Theodore Ts'o | 1 | -3/+5 |
2011-05-09 | ext4: remove unneeded ext4_journal_get_undo_access | Theodore Ts'o | 1 | -14/+0 |
2010-07-27 | ext4: Save error information to the superblock for analysis | Theodore Ts'o | 1 | -0/+5 |
2010-07-27 | ext4: Pass line numbers to ext4_error() and friends | Theodore Ts'o | 1 | -7/+5 |
2010-06-29 | ext4: Pass line number to ext4_journal_abort_handle() | Theodore Ts'o | 1 | -23/+25 |
2010-06-29 | ext4: clean up ext4_abort() so __func__ is now implicit | Theodore Ts'o | 1 | -2/+2 |
2010-06-11 | ext4: Clean up s_dirt handling | Theodore Ts'o | 1 | -0/+16 |
2010-02-16 | ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode | Curt Wohlgemuth | 1 | -1/+1 |
2010-02-15 | ext4: move __func__ into a macro for ext4_warning, ext4_error | Eric Sandeen | 1 | -1/+1 |
2009-11-22 | ext4: fold ext4_journal_forget() into ext4_forget() | Theodore Ts'o | 1 | -17/+5 |
2009-11-24 | ext4: fold ext4_journal_revoke() into ext4_forget() | Theodore Ts'o | 1 | -19/+11 |
2009-11-22 | ext4: move ext4_forget() to ext4_jbd2.c | Theodore Ts'o | 1 | -0/+56 |