aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_jbd2.h
AgeCommit message (Expand)Author
2013-04-09ext4: improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKSJan Kara
2013-04-03ext4: fix journal callback list traversalDmitry Monakhov
2013-02-09ext4: fix the number of credits needed for acl ops with inline dataTheodore Ts'o
2013-02-09ext4: fix the number of credits needed for ext4_unlink() and ext4_rmdir()Theodore Ts'o
2013-02-08ext4: pass context information to jbd2__journal_start()Theodore Ts'o
2012-11-08ext4: remove ext4_handle_release_buffer()Eric Sandeen
2012-07-22ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy
2012-07-22ext4: make quota as first class supported featureAditya Kali
2012-04-29ext4: calculate and verify superblock checksumDarrick J. Wong
2012-02-20ext4: expand commit callback andBobi Jam
2012-02-20ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delallocLukas Czerner
2011-08-13ext4: Fix ext4_should_writeback_data() for no-journal modeCurt Wohlgemuth
2011-05-09ext4: remove unneeded ext4_journal_get_undo_accessTheodore Ts'o
2011-04-04ext4: remove unnecessary [cm]time update of quota fileJan Kara
2011-03-20ext4: unify the ext4_handle_release_buffer() apiAmir Goldstein
2011-01-10ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessaryTheodore 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-14ext4: remove vestiges of nobh supportChristoph Hellwig
2010-06-11ext4: Clean up s_dirt handlingTheodore Ts'o
2010-05-16ext4: Use bitops to read/modify i_flags in struct ext4_inode_infoDmitry Monakhov
2010-03-04ext4: use ext4_get_block_write in buffer writeJiaying Zhang
2009-12-08ext4: Wait for proper transaction commit on fsyncJan Kara
2009-12-08ext4: quota macros cleanupDmitry Monakhov
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-29ext4: Handle nested ext4_journal_start/stop calls without a journalCurt Wohlgemuth
2009-07-13ext4: Fix buffer head reference leak in no-journal modeCurt Wohlgemuth
2009-07-08ext4: fix no journal corruption with locale-genTheodore Ts'o
2009-01-06ext4: Remove "extents" mount optionTheodore Ts'o
2009-01-07ext4: Allow ext4 to run without a journalFrank Mayhar
2008-08-19ext4: journal credits calulation cleanup and fix for non-extent writepageMingming Cao
2008-07-11ext4: Use new framework for data=ordered mode in JBD2Jan Kara
2008-07-13ext4: replace __FUNCTION__ occurrencesStoyan Gaydarov
2008-04-29ext4: move headers out of include/linuxChristoph Hellwig