| Commit message (Expand) | Author | Age | Files | Lines |
* | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 2017-07-17 | 1 | -1/+1 |
* | ext4: add shutdown bit and check for it | Theodore Ts'o | 2017-02-05 | 1 | -0/+11 |
* | ext4: fix potential use after free in __ext4_journal_stop | Lukas Czerner | 2015-10-17 | 1 | -3/+3 |
* | ext4: fix NULL pointer dereference when journal restart fails | Lukas Czerner | 2015-05-14 | 1 | -0/+6 |
* | ext4: fix over-defensive complaint after journal abort | Dmitry Monakhov | 2014-10-01 | 1 | -2/+2 |
* | ext4: make local functions static | Stephen Hemminger | 2014-05-12 | 1 | -3/+4 |
* | jbd2: improve error messages for inconsistent journal heads | Theodore Ts'o | 2014-03-12 | 1 | -0/+10 |
* | ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() fails | Theodore Ts'o | 2013-12-02 | 1 | -0/+9 |
* | jbd2: Fix use after free after error in jbd2_journal_dirty_metadata() | Jan Kara | 2013-08-12 | 1 | -4/+4 |
* | ext4: provide wrappers for transaction reservation calls | Jan Kara | 2013-06-04 | 1 | -11/+47 |
* | jbd2: transaction reservation support | Jan Kara | 2013-06-04 | 1 | -1/+1 |
* | ext4: mark metadata blocks using bh flags | Theodore Ts'o | 2013-04-21 | 1 | -0/+2 |
* | ext4: add might_sleep() annotations | Theodore Ts'o | 2013-04-03 | 1 | -0/+6 |
* | ext4: pass context information to jbd2__journal_start() | Theodore Ts'o | 2013-02-08 | 1 | -2/+3 |
* | ext4: move the jbd2 wrapper functions out of super.c | Theodore Ts'o | 2013-02-08 | 1 | -0/+101 |
* | ext4: fix metadata checksum calculation for the superblock | Theodore Ts'o | 2012-10-10 | 1 | -6/+2 |
* | ext4: remove unnecessary argument from __ext4_handle_dirty_metadata() | Artem Bityutskiy | 2012-07-22 | 1 | -2/+1 |
* | ext4: remove unnecessary superblock dirtying | Artem Bityutskiy | 2012-07-22 | 1 | -3/+2 |
* | ext4: calculate and verify superblock checksum | Darrick J. Wong | 2012-04-29 | 1 | -1/+8 |
* | jbd2: add debugging information to jbd2_journal_dirty_metadata() | Theodore Ts'o | 2011-09-04 | 1 | -3/+5 |
* | ext4: remove unneeded ext4_journal_get_undo_access | Theodore Ts'o | 2011-05-09 | 1 | -14/+0 |
* | ext4: Save error information to the superblock for analysis | Theodore Ts'o | 2010-07-27 | 1 | -0/+5 |
* | ext4: Pass line numbers to ext4_error() and friends | Theodore Ts'o | 2010-07-27 | 1 | -7/+5 |
* | ext4: Pass line number to ext4_journal_abort_handle() | Theodore Ts'o | 2010-06-29 | 1 | -23/+25 |
* | ext4: clean up ext4_abort() so __func__ is now implicit | Theodore Ts'o | 2010-06-29 | 1 | -2/+2 |
* | ext4: Clean up s_dirt handling | Theodore Ts'o | 2010-06-11 | 1 | -0/+16 |
* | ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode | Curt Wohlgemuth | 2010-02-16 | 1 | -1/+1 |
* | ext4: move __func__ into a macro for ext4_warning, ext4_error | Eric Sandeen | 2010-02-15 | 1 | -1/+1 |
* | ext4: fold ext4_journal_forget() into ext4_forget() | Theodore Ts'o | 2009-11-22 | 1 | -17/+5 |
* | ext4: fold ext4_journal_revoke() into ext4_forget() | Theodore Ts'o | 2009-11-24 | 1 | -19/+11 |
* | ext4: move ext4_forget() to ext4_jbd2.c | Theodore Ts'o | 2009-11-22 | 1 | -0/+56 |
* | ext4: Assure that metadata blocks are written during fsync in no journal mode | Theodore Ts'o | 2009-09-12 | 1 | -1/+4 |
* | ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}() | Theodore Ts'o | 2009-09-09 | 1 | -2/+2 |
* | ext4: Fix buffer head reference leak in no-journal mode | Curt Wohlgemuth | 2009-07-13 | 1 | -0/+4 |
* | ext4: Allow ext4 to run without a journal | Frank Mayhar | 2009-01-07 | 1 | -20/+63 |
* | ext4: move headers out of include/linux | Christoph Hellwig | 2008-04-29 | 1 | -1/+1 |
* | ext4: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-17 | 1 | -6/+6 |
* | [PATCH] ext4: uninline large functions | Andrew Morton | 2006-12-07 | 1 | -0/+59 |