This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2c41fab1c60b Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.d [...] new efc61345274d ext4: shrink race window in ext4_should_retry_alloc() new 163f0ec1df33 ext4: add reclaim checks to xattr code new f91436d55a27 fs/ext4: fix integer overflow in s_log_groups_per_flex new c915fb80eaa6 ext4: fix bh ref count on error paths new f053cf7aa66c ext4: fix error handling in ext4_end_enable_verity() new b7ff91fd030d ext4: find old entry again if failed to rename whiteout new 5dccdc5a1916 ext4: do not iput inode under running transaction in ext4_ [...] new 6b22489911b7 ext4: do not try to set xattr into ea_inode if value is empty new 7d8bd3c76da1 ext4: fix potential error in ext4_do_update_inode new 2a4ae3bcdf05 ext4: fix timer use-after-free on failed mount new 8210bb29c1b6 ext4: fix rename whiteout with fast commit new 512c15ef05d7 ext4: stop inode update before return new 64395d950bc4 ext4: initialize ret to suppress smatch warning new d7f5f1bd3c24 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...]
The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/ext4/balloc.c | 38 +++++++++++++++------- fs/ext4/ext4.h | 3 ++ fs/ext4/extents.c | 2 +- fs/ext4/fast_commit.c | 9 ++++-- fs/ext4/inode.c | 18 ++++++----- fs/ext4/mballoc.c | 11 +++++-- fs/ext4/namei.c | 50 ++++++++++++++++++++++------- fs/ext4/super.c | 7 +++- fs/ext4/sysfs.c | 7 ++++ fs/ext4/verity.c | 89 +++++++++++++++++++++++++++++++-------------------- fs/ext4/xattr.c | 6 +++- 11 files changed, 168 insertions(+), 72 deletions(-)