Merge tag 'ext4_for_linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 updates from Ted Ts'o: - more folio conversion patches - add support for FS_IOC_GETFSSYSFSPATH - mballoc cleaups and add more kunit tests - sysfs cleanups and bug fixes - miscellaneous bug fixes and cleanups * tag 'ext4_for_linus-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: (40 commits) ext4: fix error pointer dereference in ext4_mb_load_buddy_gfp() jbd2: add prefix 'jbd2' for 'shrink_type' jbd2: use shrink_type type instead of bool type for __jbd2_journal_clean_checkpoint_list() ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() ext4: remove calls to to set/clear the folio error flag ext4: propagate errors from ext4_sb_bread() in ext4_xattr_block_cache_find() ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() jbd2: remove redundant assignement to variable err ext4: remove the redundant folio_wait_stable() ext4: fix potential unnitialized variable ext4: convert ac_buddy_page to ac_buddy_folio ext4: convert ac_bitmap_page to ac_bitmap_folio ext4: convert ext4_mb_init_cache() to take a folio ext4: convert bd_buddy_page to bd_buddy_folio ext4: convert bd_bitmap_page to bd_bitmap_folio ext4: open coding repeated check in next_linear_group ext4: use correct criteria name instead stale integer number in comment ext4: call ext4_mb_mark_free_simple to free continuous bits in found chunk ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_used ext4: keep "prefetch_grp" and "nr" consistent ...
No related branches found
No related tags found
Showing
- fs/ext4/acl.h 0 additions, 5 deletionsfs/ext4/acl.h
- fs/ext4/ext4.h 6 additions, 3 deletionsfs/ext4/ext4.h
- fs/ext4/extents.c 2 additions, 1 deletionfs/ext4/extents.c
- fs/ext4/file.c 2 additions, 3 deletionsfs/ext4/file.c
- fs/ext4/inode.c 2 additions, 9 deletionsfs/ext4/inode.c
- fs/ext4/ioctl.c 1 addition, 2 deletionsfs/ext4/ioctl.c
- fs/ext4/mballoc-test.c 76 additions, 0 deletionsfs/ext4/mballoc-test.c
- fs/ext4/mballoc.c 168 additions, 154 deletionsfs/ext4/mballoc.c
- fs/ext4/mballoc.h 7 additions, 7 deletionsfs/ext4/mballoc.h
- fs/ext4/move_extent.c 1 addition, 3 deletionsfs/ext4/move_extent.c
- fs/ext4/namei.c 1 addition, 1 deletionfs/ext4/namei.c
- fs/ext4/page-io.c 0 additions, 3 deletionsfs/ext4/page-io.c
- fs/ext4/readpage.c 0 additions, 1 deletionfs/ext4/readpage.c
- fs/ext4/super.c 16 additions, 20 deletionsfs/ext4/super.c
- fs/ext4/sysfs.c 105 additions, 69 deletionsfs/ext4/sysfs.c
- fs/ext4/xattr.c 77 additions, 68 deletionsfs/ext4/xattr.c
- fs/jbd2/checkpoint.c 13 additions, 11 deletionsfs/jbd2/checkpoint.c
- fs/jbd2/commit.c 1 addition, 2 deletionsfs/jbd2/commit.c
- include/linux/jbd2.h 3 additions, 1 deletioninclude/linux/jbd2.h
Loading
Please register or sign in to comment