Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Pull ext4 fixes from Ted Ts'o: "Miscellaneous ext4 bug fixes for v5.12" * tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4: ext4: initialize ret to suppress smatch warning ext4: stop inode update before return ext4: fix rename whiteout with fast commit ext4: fix timer use-after-free on failed mount ext4: fix potential error in ext4_do_update_inode ext4: do not try to set xattr into ea_inode if value is empty ext4: do not iput inode under running transaction in ext4_rename() ext4: find old entry again if failed to rename whiteout ext4: fix error handling in ext4_end_enable_verity() ext4: fix bh ref count on error paths fs/ext4: fix integer overflow in s_log_groups_per_flex ext4: add reclaim checks to xattr code ext4: shrink race window in ext4_should_retry_alloc()
No related branches found
No related tags found
Showing
- fs/ext4/balloc.c 26 additions, 12 deletionsfs/ext4/balloc.c
- fs/ext4/ext4.h 3 additions, 0 deletionsfs/ext4/ext4.h
- fs/ext4/extents.c 1 addition, 1 deletionfs/ext4/extents.c
- fs/ext4/fast_commit.c 7 additions, 2 deletionsfs/ext4/fast_commit.c
- fs/ext4/inode.c 10 additions, 8 deletionsfs/ext4/inode.c
- fs/ext4/mballoc.c 9 additions, 2 deletionsfs/ext4/mballoc.c
- fs/ext4/namei.c 39 additions, 11 deletionsfs/ext4/namei.c
- fs/ext4/super.c 6 additions, 1 deletionfs/ext4/super.c
- fs/ext4/sysfs.c 7 additions, 0 deletionsfs/ext4/sysfs.c
- fs/ext4/verity.c 55 additions, 34 deletionsfs/ext4/verity.c
- fs/ext4/xattr.c 5 additions, 1 deletionfs/ext4/xattr.c
Loading
Please register or sign in to comment