summaryrefslogtreecommitdiff
path: root/fs/ext4/ext4_jbd2.c
AgeCommit message (Expand)Author
2021-08-30ext4: Support for checksumming from journal triggersJan Kara
2021-07-23ext4: remove conflicting comment from __ext4_forgetGuoqing Jiang
2021-07-01ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblockYe Bin
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara
2020-12-17ext4: make ext4_abort() use __ext4_error()Jan Kara
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar
2020-08-07ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)
2020-04-15ext4: remove set but not used variable 'es' in ext4_jbd2.cJason Yan
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o
2020-03-05ext4: force buffer up-to-date while marking it dirtyHarshad Shirwadkar
2020-01-17ext4: uninline ext4_inode_journal_mode()Eric Biggers
2019-12-26ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara
2019-11-05jbd2: Reserve space for revoke descriptor blocksJan Kara
2019-11-05ext4, jbd2: Provide accessor function for handle creditsJan Kara
2019-11-05ext4: Provide function to handle transaction restartsJan Kara
2018-02-18ext4: shutdown should not prevent get_write_accessTheodore Ts'o
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o
2015-10-17ext4: fix potential use after free in __ext4_journal_stopLukas Czerner
2015-05-14ext4: fix NULL pointer dereference when journal restart failsLukas Czerner
2014-10-01ext4: fix over-defensive complaint after journal abortDmitry Monakhov
2014-05-12ext4: make local functions staticStephen Hemminger
2014-03-12jbd2: improve error messages for inconsistent journal headsTheodore Ts'o
2013-12-02ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o
2013-08-12jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara
2013-06-04ext4: provide wrappers for transaction reservation callsJan Kara
2013-06-04jbd2: transaction reservation supportJan Kara
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