Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 updates from Ted Ts'o: "Various bug fixes and cleanups for ext4; no new features this cycle" * tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (29 commits) ext4: remove unnecessary wbc parameter from ext4_bio_write_page ext4: avoid s_mb_prefetch to be zero in individual scenarios ext4: defer saving error info from atomic context ext4: simplify ext4 error translation ext4: move functions in super.c ext4: make ext4_abort() use __ext4_error() ext4: standardize error message in ext4_protect_reserved_inode() ext4: remove redundant sb checksum recomputation ext4: don't remount read-only with errors=continue on reboot ext4: fix deadlock with fs freezing and EA inodes jbd2: add a helper to find out number of fast commit blocks ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.h ext4: fix fall-through warnings for Clang ext4: add docs about fast commit idempotence ext4: remove the unused EXT4_CURRENT_REV macro ext4: fix an IS_ERR() vs NULL check ext4: check for invalid block size early when mounting a file system ext4: fix a memory leak of ext4_free_data ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set() ext4: update ext4_data_block_valid related comments ...
No related branches found
No related tags found
Showing
- Documentation/filesystems/ext4/journal.rst 50 additions, 0 deletionsDocumentation/filesystems/ext4/journal.rst
- fs/ext4/balloc.c 1 addition, 1 deletionfs/ext4/balloc.c
- fs/ext4/block_validity.c 7 additions, 9 deletionsfs/ext4/block_validity.c
- fs/ext4/ext4.h 58 additions, 19 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_jbd2.c 2 additions, 2 deletionsfs/ext4/ext4_jbd2.c
- fs/ext4/ext4_jbd2.h 3 additions, 6 deletionsfs/ext4/ext4_jbd2.h
- fs/ext4/extents.c 2 additions, 3 deletionsfs/ext4/extents.c
- fs/ext4/fast_commit.c 61 additions, 38 deletionsfs/ext4/fast_commit.c
- fs/ext4/fast_commit.h 61 additions, 17 deletionsfs/ext4/fast_commit.h
- fs/ext4/fsync.c 1 addition, 1 deletionfs/ext4/fsync.c
- fs/ext4/indirect.c 2 additions, 2 deletionsfs/ext4/indirect.c
- fs/ext4/inode.c 22 additions, 13 deletionsfs/ext4/inode.c
- fs/ext4/mballoc.c 9 additions, 30 deletionsfs/ext4/mballoc.c
- fs/ext4/namei.c 4 additions, 8 deletionsfs/ext4/namei.c
- fs/ext4/page-io.c 1 addition, 4 deletionsfs/ext4/page-io.c
- fs/ext4/super.c 207 additions, 215 deletionsfs/ext4/super.c
- fs/ext4/xattr.c 0 additions, 1 deletionfs/ext4/xattr.c
- fs/jbd2/journal.c 2 additions, 6 deletionsfs/jbd2/journal.c
- include/linux/jbd2.h 11 additions, 3 deletionsinclude/linux/jbd2.h
Loading
Please register or sign in to comment