linux/fs/ext4
Linus Torvalds e49d68ce7c Ext4 regression and bug fixes for v5.14-rc1
-----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEK2m5VNv+CHkogTfJ8vlZVpUNgaMFAmDnU2AACgkQ8vlZVpUN
 gaOBIAgApIAIeGbppf7aFjRN4h4wxfRpr7w6lux3GVmz7D+6djRi21X5dT5xq01m
 u6DkLAcKrCATIidyP6qHlvBbxxcPt2PX1FcQbruj9WcnSng1Ngl7RW8BEqp/eIRo
 Nb7MY0pg8HIJVMEniWQcdEjFWKDL3ksWR9+X3V3nhSzp+0kXFF1ySjk+TWi/ZGSn
 T/Q1sEyeUOiVfV75cIW5JbKoJEgvCvrclFvGJLYVcIAYeqJfQKQ0+tlkhDeYnWfQ
 nZgh1UU350bO629LGIhbRAkLbAloEb0d57mOQCrATo0JFrAZ52+0ZCkrTXtIyoOF
 TUILVf3zsqgdO8HLDkbH1G+lGn9WOA==
 =qU+W
 -----END PGP SIGNATURE-----

Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4

Pull ext4 updates from Ted Ts'o:
 "Ext4 regression and bug fixes"

* tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4:
  ext4: inline jbd2_journal_[un]register_shrinker()
  ext4: fix flags validity checking for EXT4_IOC_CHECKPOINT
  ext4: fix possible UAF when remounting r/o a mmp-protected file system
  ext4: use ext4_grp_locked_error in mb_find_extent
  ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock
  Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin"
2021-07-09 09:57:27 -07:00
..
.kunitconfig
acl.c
acl.h
balloc.c
bitmap.c
block_validity.c
dir.c
ext4.h ext4: notify sysfs on errors_count value change 2021-06-29 21:06:02 -04:00
ext4_extents.h
ext4_jbd2.c ext4: fix WARN_ON_ONCE(!buffer_uptodate) after an error writing the superblock 2021-07-01 10:58:04 -04:00
ext4_jbd2.h
extents.c ext4: no need to verify new add extent block 2021-06-24 10:29:13 -04:00
extents_status.c ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit 2021-06-22 21:34:17 -04:00
extents_status.h
fast_commit.c ext4: fix fast commit alignment issues 2021-06-06 10:10:23 -04:00
fast_commit.h ext4: fix fast commit alignment issues 2021-06-06 10:10:23 -04:00
file.c
fsmap.c
fsmap.h ext4: fsmap: fix the block/inode bitmap comment 2021-06-24 09:48:29 -04:00
fsync.c
hash.c
ialloc.c ext4: fix avefreec in find_group_orlov 2021-06-22 21:34:17 -04:00
indirect.c
inline.c ext4: remove duplicate definition of ext4_xattr_ibody_inline_set() 2021-06-24 10:09:39 -04:00
inode-test.c
inode.c In addition to bug fixes and cleanups, there are two new features for 2021-06-30 19:37:39 -07:00
ioctl.c ext4: fix flags validity checking for EXT4_IOC_CHECKPOINT 2021-07-08 08:37:31 -04:00
Kconfig
Makefile
mballoc.c ext4: use ext4_grp_locked_error in mb_find_extent 2021-07-01 17:14:07 -04:00
mballoc.h
migrate.c
mmp.c ext4: fix possible UAF when remounting r/o a mmp-protected file system 2021-07-08 08:36:09 -04:00
move_extent.c
namei.c ext4: remove set but rewrite variables 2021-06-22 21:34:17 -04:00
page-io.c
readpage.c
resize.c Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin" 2021-06-30 20:54:22 -04:00
super.c ext4: inline jbd2_journal_[un]register_shrinker() 2021-07-08 08:37:31 -04:00
symlink.c
sysfs.c ext4: notify sysfs on errors_count value change 2021-06-29 21:06:02 -04:00
truncate.h
verity.c
xattr.c ext4: remove duplicate definition of ext4_xattr_ibody_inline_set() 2021-06-24 10:09:39 -04:00
xattr.h ext4: remove duplicate definition of ext4_xattr_ibody_inline_set() 2021-06-24 10:09:39 -04:00
xattr_hurd.c
xattr_security.c
xattr_trusted.c
xattr_user.c