summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4_jbd2.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: fix over-defensive complaint after journal abortDmitry Monakhov2014-10-011-2/+2
* ext4: make local functions staticStephen Hemminger2014-05-121-3/+4
* jbd2: improve error messages for inconsistent journal headsTheodore Ts'o2014-03-121-0/+10
* ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o2013-12-021-0/+9
* jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara2013-08-121-4/+4
* ext4: provide wrappers for transaction reservation callsJan Kara2013-06-041-11/+47
* jbd2: transaction reservation supportJan Kara2013-06-041-1/+1
* ext4: mark metadata blocks using bh flagsTheodore Ts'o2013-04-211-0/+2
* ext4: add might_sleep() annotationsTheodore Ts'o2013-04-031-0/+6
* ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-081-2/+3
* ext4: move the jbd2 wrapper functions out of super.cTheodore Ts'o2013-02-081-0/+101
* ext4: fix metadata checksum calculation for the superblockTheodore Ts'o2012-10-101-6/+2
* ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy2012-07-221-2/+1
* ext4: remove unnecessary superblock dirtyingArtem Bityutskiy2012-07-221-3/+2
* ext4: calculate and verify superblock checksumDarrick J. Wong2012-04-291-1/+8
* jbd2: add debugging information to jbd2_journal_dirty_metadata()Theodore Ts'o2011-09-041-3/+5
* ext4: remove unneeded ext4_journal_get_undo_accessTheodore Ts'o2011-05-091-14/+0
* ext4: Save error information to the superblock for analysisTheodore Ts'o2010-07-271-0/+5
* ext4: Pass line numbers to ext4_error() and friendsTheodore Ts'o2010-07-271-7/+5
* ext4: Pass line number to ext4_journal_abort_handle()Theodore Ts'o2010-06-291-23/+25
* ext4: clean up ext4_abort() so __func__ is now implicitTheodore Ts'o2010-06-291-2/+2
* ext4: Clean up s_dirt handlingTheodore Ts'o2010-06-111-0/+16
* ext4: Fix BUG_ON at fs/buffer.c:652 in no journal modeCurt Wohlgemuth2010-02-161-1/+1
* ext4: move __func__ into a macro for ext4_warning, ext4_errorEric Sandeen2010-02-151-1/+1
* ext4: fold ext4_journal_forget() into ext4_forget()Theodore Ts'o2009-11-221-17/+5
* ext4: fold ext4_journal_revoke() into ext4_forget()Theodore Ts'o2009-11-241-19/+11
* ext4: move ext4_forget() to ext4_jbd2.cTheodore Ts'o2009-11-221-0/+56
* ext4: Assure that metadata blocks are written during fsync in no journal modeTheodore Ts'o2009-09-121-1/+4
* ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}()Theodore Ts'o2009-09-091-2/+2
* ext4: Fix buffer head reference leak in no-journal modeCurt Wohlgemuth2009-07-131-0/+4
* ext4: Allow ext4 to run without a journalFrank Mayhar2009-01-071-20/+63
* ext4: move headers out of include/linuxChristoph Hellwig2008-04-291-1/+1
* ext4: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-171-6/+6
* [PATCH] ext4: uninline large functionsAndrew Morton2006-12-071-0/+59
OpenPOWER on IntegriCloud