aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4_jbd2.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04ext4: move ext4_check_bdev_write_error() into nojournal modeZhihao Cheng1-3/+2
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2023-08-09ext4: don't use bdev->bd_super in __ext4_journal_get_write_accessChristoph Hellwig1-2/+1
2023-07-29ext4: warn on read-only filesystem in ext4_journal_check_start()Jan Kara1-1/+2
2023-07-29ext4: make ext4_forced_shutdown() take struct super_blockJan Kara1-1/+1
2022-12-01ext4: split ext4_journal_start trace for debugchangfengnan1-4/+10
2022-08-02ext4: use ext4_debug() instead of jbd_debug()Jan Kara1-2/+1
2022-01-10ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits'Ye Bin1-0/+2
2021-08-30ext4: Support for checksumming from journal triggersJan Kara1-12/+31
2021-07-23ext4: remove conflicting comment from __ext4_forgetGuoqing Jiang1-3/+0
2021-07-01ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblockYe Bin1-1/+1
2020-12-22ext4: drop ext4_handle_dirty_super()Jan Kara1-16/+0
2020-12-22ext4: protect superblock modifications with a buffer lockJan Kara1-1/+0
2020-12-17ext4: make ext4_abort() use __ext4_error()Jan Kara1-2/+2
2020-10-21ext4: fast commit recovery pathHarshad Shirwadkar1-1/+1
2020-08-07ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)1-0/+25
2020-04-15ext4: remove set but not used variable 'es' in ext4_jbd2.cJason Yan1-3/+0
2020-04-01ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o1-9/+4
2020-03-05ext4: force buffer up-to-date while marking it dirtyHarshad Shirwadkar1-0/+1
2020-01-17ext4: uninline ext4_inode_journal_mode()Eric Biggers1-0/+22
2019-12-26ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o1-0/+3
2019-11-05ext4: Reserve revoke credits for freed blocksJan Kara1-8/+12
2019-11-05jbd2: Reserve space for revoke descriptor blocksJan Kara1-1/+1
2019-11-05ext4, jbd2: Provide accessor function for handle creditsJan Kara1-6/+7
2019-11-05ext4: Provide function to handle transaction restartsJan Kara1-0/+11
2018-02-18ext4: shutdown should not prevent get_write_accessTheodore Ts'o1-7/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-1/+1
2017-02-05ext4: add shutdown bit and check for itTheodore Ts'o1-0/+11
2015-10-17ext4: fix potential use after free in __ext4_journal_stopLukas Czerner1-3/+3
2015-05-14ext4: fix NULL pointer dereference when journal restart failsLukas Czerner1-0/+6
2014-10-01ext4: fix over-defensive complaint after journal abortDmitry Monakhov1-2/+2
2014-05-12ext4: make local functions staticStephen Hemminger1-3/+4
2014-03-12jbd2: improve error messages for inconsistent journal headsTheodore Ts'o1-0/+10
2013-12-02ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() failsTheodore Ts'o1-0/+9
2013-08-12jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()Jan Kara1-4/+4
2013-06-04ext4: provide wrappers for transaction reservation callsJan Kara1-11/+47
2013-06-04jbd2: transaction reservation supportJan Kara1-1/+1
2013-04-21ext4: mark metadata blocks using bh flagsTheodore Ts'o1-0/+2
2013-04-03ext4: add might_sleep() annotationsTheodore Ts'o1-0/+6
2013-02-08ext4: pass context information to jbd2__journal_start()Theodore Ts'o1-2/+3
2013-02-08ext4: move the jbd2 wrapper functions out of super.cTheodore Ts'o1-0/+101
2012-10-10ext4: fix metadata checksum calculation for the superblockTheodore Ts'o1-6/+2
2012-07-22ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy1-2/+1
2012-07-22ext4: remove unnecessary superblock dirtyingArtem Bityutskiy1-3/+2
2012-04-29ext4: calculate and verify superblock checksumDarrick J. Wong1-1/+8
2011-09-04jbd2: add debugging information to jbd2_journal_dirty_metadata()Theodore Ts'o1-3/+5
2011-05-09ext4: remove unneeded ext4_journal_get_undo_accessTheodore Ts'o1-14/+0
2010-07-27ext4: Save error information to the superblock for analysisTheodore Ts'o1-0/+5
2010-07-27ext4: Pass line numbers to ext4_error() and friendsTheodore Ts'o1-7/+5
2010-06-29ext4: Pass line number to ext4_journal_abort_handle()Theodore Ts'o1-23/+25
2010-06-29ext4: clean up ext4_abort() so __func__ is now implicitTheodore Ts'o1-2/+2
2010-06-11ext4: Clean up s_dirt handlingTheodore Ts'o1-0/+16
2010-02-16ext4: Fix BUG_ON at fs/buffer.c:652 in no journal modeCurt Wohlgemuth1-1/+1
2010-02-15ext4: move __func__ into a macro for ext4_warning, ext4_errorEric Sandeen1-1/+1
2009-11-22ext4: fold ext4_journal_forget() into ext4_forget()Theodore Ts'o1-17/+5
2009-11-24ext4: fold ext4_journal_revoke() into ext4_forget()Theodore Ts'o1-19/+11
2009-11-22ext4: move ext4_forget() to ext4_jbd2.cTheodore Ts'o1-0/+56
2009-09-12ext4: Assure that metadata blocks are written during fsync in no journal modeTheodore Ts'o1-1/+4
2009-09-09ext4: Use bforget() in no journal mode for ext4_journal_{forget,revoke}()Theodore Ts'o1-2/+2
2009-07-13ext4: Fix buffer head reference leak in no-journal modeCurt Wohlgemuth1-0/+4
2009-01-07ext4: Allow ext4 to run without a journalFrank Mayhar1-20/+63
2008-04-29ext4: move headers out of include/linuxChristoph Hellwig1-1/+1
2008-04-17ext4: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2006-12-07[PATCH] ext4: uninline large functionsAndrew Morton1-0/+59