aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_jbd2.c
AgeCommit message (Expand)Author
2013-04-21ext4: mark metadata blocks using bh flagsTheodore Ts'o
2013-04-03ext4: add might_sleep() annotationsTheodore Ts'o
2013-02-08ext4: pass context information to jbd2__journal_start()Theodore Ts'o
2013-02-08ext4: move the jbd2 wrapper functions out of super.cTheodore Ts'o
2012-10-10ext4: fix metadata checksum calculation for the superblockTheodore Ts'o
2012-07-22ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy
2012-07-22ext4: remove unnecessary superblock dirtyingArtem Bityutskiy
2012-04-29ext4: calculate and verify superblock checksumDarrick J. Wong
2011-09-04jbd2: add debugging information to jbd2_journal_dirty_metadata()Theodore Ts'o
2011-05-09ext4: remove unneeded ext4_journal_get_undo_accessTheodore Ts'o
2010-07-27ext4: Save error information to the superblock for analysisTheodore Ts'o
2010-07-27ext4: Pass line numbers to ext4_error() and friendsTheodore Ts'o
2010-06-29ext4: Pass line number to ext4_journal_abort_handle()Theodore Ts'o
2010-06-29ext4: clean up ext4_abort() so __func__ is now implicitTheodore Ts'o
2010-06-11ext4: Clean up s_dirt handlingTheodore Ts'o
2010-02-16ext4: Fix BUG_ON at fs/buffer.c:652 in no journal modeCurt Wohlgemuth
2010-02-15ext4: move __func__ into a macro for ext4_warning, ext4_errorEric Sandeen
2009-11-22ext4: fold ext4_journal_forget() into ext4_forget()Theodore Ts'o
2009-11-24ext4: fold ext4_journal_revoke() into ext4_forget()Theodore Ts'o
2009-11-22ext4: move ext4_forget() to ext4_jbd2.cTheodore Ts'o
2009-09-12ext4: Assure that metadata blocks are written during fsync in no journal modeTheodore Ts'o
2009-09-09ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}()Theodore Ts'o
2009-07-13ext4: Fix buffer head reference leak in no-journal modeCurt Wohlgemuth
2009-01-07ext4: Allow ext4 to run without a journalFrank Mayhar
2008-04-29ext4: move headers out of include/linuxChristoph Hellwig
2008-04-17ext4: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2006-12-07[PATCH] ext4: uninline large functionsAndrew Morton