index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
ext4_jbd2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use ->bd_mapping instead of ->bd_inode->i_mapping
Al Viro
2024-05-03
1
-1
/
+1
*
ext4: move ext4_check_bdev_write_error() into nojournal mode
Zhihao Cheng
2024-01-05
1
-3
/
+2
*
Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-09-01
1
-2
/
+3
|
\
|
*
ext4: warn on read-only filesystem in ext4_journal_check_start()
Jan Kara
2023-07-30
1
-1
/
+2
|
*
ext4: make ext4_forced_shutdown() take struct super_block
Jan Kara
2023-07-30
1
-1
/
+1
*
|
ext4: don't use bdev->bd_super in __ext4_journal_get_write_access
Christoph Hellwig
2023-08-09
1
-2
/
+1
|
/
*
ext4: split ext4_journal_start trace for debug
changfengnan
2022-12-01
1
-4
/
+10
*
ext4: use ext4_debug() instead of jbd_debug()
Jan Kara
2022-08-03
1
-2
/
+1
*
ext4: fix null-ptr-deref in '__ext4_journal_ensure_credits'
Ye Bin
2022-01-10
1
-0
/
+2
*
ext4: Support for checksumming from journal triggers
Jan Kara
2021-08-31
1
-12
/
+31
*
ext4: remove conflicting comment from __ext4_forget
Guoqing Jiang
2021-07-23
1
-3
/
+0
*
ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock
Ye Bin
2021-07-01
1
-1
/
+1
*
ext4: drop ext4_handle_dirty_super()
Jan Kara
2020-12-22
1
-16
/
+0
*
ext4: protect superblock modifications with a buffer lock
Jan Kara
2020-12-22
1
-1
/
+0
*
ext4: make ext4_abort() use __ext4_error()
Jan Kara
2020-12-17
1
-2
/
+2
*
ext4: fast commit recovery path
Harshad Shirwadkar
2020-10-22
1
-1
/
+1
*
ext4: abort the filesystem if failed to async write metadata buffer
zhangyi (F)
2020-08-07
1
-0
/
+25
*
ext4: remove set but not used variable 'es' in ext4_jbd2.c
Jason Yan
2020-04-16
1
-3
/
+0
*
ext4: save all error info in save_error_info() and drop ext4_set_errno()
Theodore Ts'o
2020-04-01
1
-9
/
+4
*
ext4: force buffer up-to-date while marking it dirty
Harshad Shirwadkar
2020-03-05
1
-0
/
+1
*
ext4: uninline ext4_inode_journal_mode()
Eric Biggers
2020-01-17
1
-0
/
+22
*
ext4: save the error code which triggered an ext4_error() in the superblock
Theodore Ts'o
2019-12-26
1
-0
/
+3
*
ext4: Reserve revoke credits for freed blocks
Jan Kara
2019-11-05
1
-8
/
+12
*
jbd2: Reserve space for revoke descriptor blocks
Jan Kara
2019-11-05
1
-1
/
+1
*
ext4, jbd2: Provide accessor function for handle credits
Jan Kara
2019-11-05
1
-6
/
+7
*
ext4: Provide function to handle transaction restarts
Jan Kara
2019-11-05
1
-0
/
+11
*
ext4: shutdown should not prevent get_write_access
Theodore Ts'o
2018-02-19
1
-7
/
+0
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
1
-1
/
+1
*
ext4: add shutdown bit and check for it
Theodore Ts'o
2017-02-05
1
-0
/
+11
*
ext4: fix potential use after free in __ext4_journal_stop
Lukas Czerner
2015-10-18
1
-3
/
+3
*
ext4: fix NULL pointer dereference when journal restart fails
Lukas Czerner
2015-05-15
1
-0
/
+6
*
ext4: fix over-defensive complaint after journal abort
Dmitry Monakhov
2014-10-02
1
-2
/
+2
*
ext4: make local functions static
Stephen Hemminger
2014-05-12
1
-3
/
+4
*
jbd2: improve error messages for inconsistent journal heads
Theodore Ts'o
2014-03-12
1
-0
/
+10
*
ext4: call ext4_error_inode() if jbd2_journal_dirty_metadata() fails
Theodore Ts'o
2013-12-02
1
-0
/
+9
*
jbd2: Fix use after free after error in jbd2_journal_dirty_metadata()
Jan Kara
2013-08-12
1
-4
/
+4
*
ext4: provide wrappers for transaction reservation calls
Jan Kara
2013-06-04
1
-11
/
+47
*
jbd2: transaction reservation support
Jan Kara
2013-06-04
1
-1
/
+1
*
ext4: mark metadata blocks using bh flags
Theodore Ts'o
2013-04-21
1
-0
/
+2
*
ext4: add might_sleep() annotations
Theodore Ts'o
2013-04-04
1
-0
/
+6
*
ext4: pass context information to jbd2__journal_start()
Theodore Ts'o
2013-02-09
1
-2
/
+3
*
ext4: move the jbd2 wrapper functions out of super.c
Theodore Ts'o
2013-02-08
1
-0
/
+101
*
ext4: fix metadata checksum calculation for the superblock
Theodore Ts'o
2012-10-10
1
-6
/
+2
*
ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()
Artem Bityutskiy
2012-07-23
1
-2
/
+1
*
ext4: remove unnecessary superblock dirtying
Artem Bityutskiy
2012-07-23
1
-3
/
+2
*
ext4: calculate and verify superblock checksum
Darrick J. Wong
2012-04-30
1
-1
/
+8
*
jbd2: add debugging information to jbd2_journal_dirty_metadata()
Theodore Ts'o
2011-09-04
1
-3
/
+5
*
ext4: remove unneeded ext4_journal_get_undo_access
Theodore Ts'o
2011-05-09
1
-14
/
+0
*
ext4: Save error information to the superblock for analysis
Theodore Ts'o
2010-07-27
1
-0
/
+5
[next]