WSL2-Linux-Kernel/fs/ext4
Linus Torvalds d7f5f1bd3c Miscellaneous ext4 bug fixes for v5.12.
-----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEK2m5VNv+CHkogTfJ8vlZVpUNgaMFAmBXj1oACgkQ8vlZVpUN
 gaNnAwgAqZJ0S/Hctexs+v+DNvuyMxsA84pB/9KYlK2zgbBOyK5Iftxjqxb9Sb6j
 6XKQOIaP2EXYJ0MDWW/fDMUHatlJvXUp+A9kLTiOLMDaRXbobQzb5jlGg9ZB/pBj
 TzISrR4widiqJbVT2RFpO9O7B75BQqlpqFNfkF/yJ9CU/ozAw9x+voPcZK7q8/Sh
 +DeQCARvgfx1ZipHGTYKjJdujA0qGcDfboYJpgId/gA5Zi76tx4NlbeXAM2QmRfh
 zAd1NzFhqf7JmKDAWDdUeRnrDHcje9FLcAxo7Quq7YWxRKFsOCz9LTxazL2UIoa2
 HvGpMD23qmISCLUyyrfnrpGPj/mD2w==
 =xcuH
 -----END PGP SIGNATURE-----

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()
2021-03-21 14:06:10 -07:00
..
.kunitconfig
Kconfig
Makefile
acl.c
acl.h
balloc.c ext4: shrink race window in ext4_should_retry_alloc() 2021-03-06 11:56:10 -05:00
bitmap.c
block_validity.c
dir.c
ext4.h ext4: fix rename whiteout with fast commit 2021-03-21 00:38:18 -04:00
ext4_extents.h
ext4_jbd2.c
ext4_jbd2.h
extents.c ext4: initialize ret to suppress smatch warning 2021-03-21 00:45:37 -04:00
extents_status.c
extents_status.h
fast_commit.c ext4: fix rename whiteout with fast commit 2021-03-21 00:38:18 -04:00
fast_commit.h
file.c
fsmap.c
fsmap.h
fsync.c
hash.c
ialloc.c idmapped-mounts-v5.12 2021-02-23 13:39:45 -08:00
indirect.c
inline.c
inode-test.c
inode.c ext4: stop inode update before return 2021-03-21 00:42:12 -04:00
ioctl.c idmapped-mounts-v5.12 2021-02-23 13:39:45 -08:00
mballoc.c fs/ext4: fix integer overflow in s_log_groups_per_flex 2021-03-06 11:56:11 -05:00
mballoc.h
migrate.c
mmp.c
move_extent.c
namei.c ext4: fix rename whiteout with fast commit 2021-03-21 00:38:18 -04:00
page-io.c block: rename BIO_MAX_PAGES to BIO_MAX_VECS 2021-03-11 07:47:48 -07:00
readpage.c block: Add bio_max_segs 2021-02-26 15:49:51 -07:00
resize.c
super.c ext4: fix timer use-after-free on failed mount 2021-03-21 00:27:49 -04:00
symlink.c
sysfs.c ext4: shrink race window in ext4_should_retry_alloc() 2021-03-06 11:56:10 -05:00
truncate.h
verity.c ext4: fix error handling in ext4_end_enable_verity() 2021-03-11 10:38:50 -05:00
xattr.c ext4: do not try to set xattr into ea_inode if value is empty 2021-03-21 00:09:17 -04:00
xattr.h
xattr_hurd.c
xattr_security.c
xattr_trusted.c
xattr_user.c