summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4_jbd2.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-311-2/+3
|\
| * ext4: warn on read-only filesystem in ext4_journal_check_start()Jan Kara2023-07-291-1/+2
| * ext4: make ext4_forced_shutdown() take struct super_blockJan Kara2023-07-291-1/+1
* | ext4: don't use bdev->bd_super in __ext4_journal_get_write_accessChristoph Hellwig2023-08-091-2/+1
|/
* ext4: split ext4_journal_start trace for debugchangfengnan2022-12-011-4/+10
* ext4: use ext4_debug() instead of jbd_debug()Jan Kara2022-08-021-2/+1
* ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits'Ye Bin2022-01-101-0/+2
* ext4: Support for checksumming from journal triggersJan Kara2021-08-301-12/+31
* ext4: remove conflicting comment from __ext4_forgetGuoqing Jiang2021-07-231-3/+0
* ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblockYe Bin2021-07-011-1/+1
* ext4: drop ext4_handle_dirty_super()Jan Kara2020-12-221-16/+0
* ext4: protect superblock modifications with a buffer lockJan Kara2020-12-221-1/+0
* ext4: make ext4_abort() use __ext4_error()Jan Kara2020-12-171-2/+2
* ext4: fast commit recovery pathHarshad Shirwadkar2020-10-211-1/+1
* ext4: abort the filesystem if failed to async write metadata bufferzhangyi (F)2020-08-071-0/+25
* ext4: remove set but not used variable 'es' in ext4_jbd2.cJason Yan2020-04-151-3/+0
* ext4: save all error info in save_error_info() and drop ext4_set_errno()Theodore Ts'o2020-04-011-9/+4
* ext4: force buffer up-to-date while marking it dirtyHarshad Shirwadkar2020-03-051-0/+1
* ext4: uninline ext4_inode_journal_mode()Eric Biggers2020-01-171-0/+22
* ext4: save the error code which triggered an ext4_error() in the superblockTheodore Ts'o2019-12-261-0/+3
* ext4: Reserve revoke credits for freed blocksJan Kara2019-11-051-8/+12
* jbd2: Reserve space for revoke descriptor blocksJan Kara2019-11-051-1/+1
* ext4, jbd2: Provide accessor function for handle creditsJan Kara2019-11-051-6/+7
* ext4: Provide function to handle transaction restartsJan Kara2019-11-051-0/+11
* ext4: shutdown should not prevent get_write_accessTheodore Ts'o2018-02-181-7/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-1/+1
* ext4: add shutdown bit and check for itTheodore Ts'o2017-02-051-0/+11
* ext4: fix potential use after free in __ext4_journal_stopLukas Czerner2015-10-171-3/+3
* ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2015-05-141-0/+6
* 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