This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 69cb6c6556ad Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/li [...] new 7cf2b0f9611b xfs: bound maximum wait time for inodegc work new 5e672cd69f0a xfs: introduce xfs_inodegc_push() new ca76a761ea24 xfs: factor out the common lock flags assert new 82af88063961 xfs: use invalidate_lock to check the state of mmap_lock new b822ea17fd15 xfs: always free xattri_leaf_bp when cancelling a deferred op new f94e08b602d4 xfs: clean up the end of xfs_attri_item_recover new 7be3bd8856fb xfs: empty xattr leaf header blocks are not corruption new e53bcffad032 xfs: don't hold xattr leaf buffers across transaction rolls new 8944c6fb8add xfs: dont treat rt extents beyond EOF as eofblocks to be cleared new 7561cea5dbb9 xfs: prevent a UAF when log IO errors race with unmount new 20855e4cb361 Merge tag 'xfs-5.19-fixes-4' of git://git.kernel.org/pub/s [...]
The 11 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/xfs/libxfs/xfs_attr.c | 38 ++++++------------------- fs/xfs/libxfs/xfs_attr.h | 5 ---- fs/xfs/libxfs/xfs_attr_leaf.c | 35 ++++++++++++----------- fs/xfs/libxfs/xfs_attr_leaf.h | 3 +- fs/xfs/xfs_attr_item.c | 27 ++++++++++-------- fs/xfs/xfs_bmap_util.c | 2 ++ fs/xfs/xfs_icache.c | 56 ++++++++++++++++++++++++------------- fs/xfs/xfs_icache.h | 1 + fs/xfs/xfs_inode.c | 64 +++++++++++++++++-------------------------- fs/xfs/xfs_log.c | 9 ++++-- fs/xfs/xfs_mount.h | 2 +- fs/xfs/xfs_qm_syscalls.c | 9 ++++-- fs/xfs/xfs_super.c | 9 ++++-- fs/xfs/xfs_trace.h | 1 + 14 files changed, 130 insertions(+), 131 deletions(-)