Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 updates from Ted Ts'o: "Many ext4 and jbd2 cleanups and bug fixes: - Cleanups in the ext4 remount code when going to and from read-only - Cleanups in ext4's multiblock allocator - Cleanups in the jbd2 setup/mounting code paths - Performance improvements when appending to a delayed allocation file - Miscellaneous syzbot and other bug fixes" * tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (60 commits) ext4: fix slab-use-after-free in ext4_es_insert_extent() libfs: remove redundant checks of s_encoding ext4: remove redundant checks of s_encoding ext4: reject casefold inode flag without casefold feature ext4: use LIST_HEAD() to initialize the list_head in mballoc.c ext4: do not mark inode dirty every time when appending using delalloc ext4: rename s_error_work to s_sb_upd_work ext4: add periodic superblock update check ext4: drop dio overwrite only flag and associated warning ext4: add correct group descriptors and reserved GDT blocks to system zone ext4: remove unused function declaration ext4: mballoc: avoid garbage value from err ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple() ext4: change the type of blocksize in ext4_mb_init_cache() ext4: fix unttached inode after power cut with orphan file feature enabled jbd2: correct the end of the journal recovery scan range ext4: ext4_get_{dev}_journal return proper error value ext4: cleanup ext4_get_dev_journal() and ext4_get_journal() jbd2: jbd2_journal_init_{dev,inode} return proper error return value jbd2: drop useless error tag in jbd2_journal_wipe() ...
Showing
- fs/ext4/balloc.c 11 additions, 4 deletionsfs/ext4/balloc.c
- fs/ext4/block_validity.c 4 additions, 4 deletionsfs/ext4/block_validity.c
- fs/ext4/crypto.c 4 additions, 0 deletionsfs/ext4/crypto.c
- fs/ext4/ext4.h 15 additions, 17 deletionsfs/ext4/ext4.h
- fs/ext4/ext4_jbd2.c 3 additions, 2 deletionsfs/ext4/ext4_jbd2.c
- fs/ext4/extents_status.c 30 additions, 14 deletionsfs/ext4/extents_status.c
- fs/ext4/file.c 16 additions, 22 deletionsfs/ext4/file.c
- fs/ext4/fsync.c 4 additions, 5 deletionsfs/ext4/fsync.c
- fs/ext4/hash.c 1 addition, 1 deletionfs/ext4/hash.c
- fs/ext4/ialloc.c 1 addition, 7 deletionsfs/ext4/ialloc.c
- fs/ext4/inline.c 1 addition, 1 deletionfs/ext4/inline.c
- fs/ext4/inode.c 80 additions, 44 deletionsfs/ext4/inode.c
- fs/ext4/ioctl.c 1 addition, 1 deletionfs/ext4/ioctl.c
- fs/ext4/mballoc.c 89 additions, 111 deletionsfs/ext4/mballoc.c
- fs/ext4/mballoc.h 14 additions, 0 deletionsfs/ext4/mballoc.h
- fs/ext4/mmp.c 1 addition, 1 deletionfs/ext4/mmp.c
- fs/ext4/namei.c 10 additions, 7 deletionsfs/ext4/namei.c
- fs/ext4/page-io.c 1 addition, 1 deletionfs/ext4/page-io.c
- fs/ext4/super.c 175 additions, 133 deletionsfs/ext4/super.c
- fs/ext4/xattr.c 1 addition, 1 deletionfs/ext4/xattr.c
Loading
Please register or sign in to comment