This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 54eb8462f21f Merge tag 'rtc-5.19' of git://git.kernel.org/pub/scm/linux [...] new 309001c22cdd xfs: don't leak da state when freeing the attr intent item new a618acab136b xfs: don't leak the retained da state when doing a leaf to [...] new 356cb708ea18 xfs: reject unknown xattri log item operation flags during [...] new 85d76aec6bbb xfs: reject unknown xattri log item filter flags during recovery new 25b1e9dc3229 xfs: validate xattr name earlier in recovery new 2fe3ffcf5592 xfs: free xfs_attrd_log_items correctly new 4d0cdd2bb8f0 xfs: clean up xfs_attr_node_hasname new b53d212b4b5c xfs: put the xattr intent item op flags in their own namespace new e2c78949b641 xfs: use a separate slab cache for deferred xattr work state new 500a512c60d1 xfs: remove struct xfs_attr_item.xattri_flags new 4136e38af728 xfs: put attr[id] log item cache init with the others new 3768f6985700 xfs: clean up state variable usage in xfs_attr_node_remove_attr new e3c5de22026f xfs: rename struct xfs_attr_item to xfs_attr_intent new 22a68ba72423 xfs: do not use logged xattr updates on V4 filesystems new 4183e4f27f40 xfs: share xattr name and value buffers when logging xattr [...] new 41bc61c02a5a xfs: fix typo in comment new e62c72081759 xfs: Remove dead code new 93e6aa4329d0 xfs: reduce IOCB_NOWAIT judgment for retry exclusive unali [...] new 73c348d4ab5c xfs: Remove duplicate include new ab6a8d3f1a2a Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next new 5672225e8f2a xfs: avoid unnecessary runtime sibling pointer endian conversions new 5b55cbc2d726 xfs: don't assert fail on perag references on teardown new 56486f307100 xfs: assert in xfs_btree_del_cursor should take into accou [...] new 86d40f1e49e9 xfs: purge dquots after inode walk fails during quotacheck new a54f78def73d xfs: don't leak btree cursor when insrec fails after a split new 6f5097e3367a xfs: fix xfs_ifree() error handling to not leak perag ref new 2723234923b3 xfs: refactor buffer cancellation table allocation new 8db074bd84df xfs: don't leak xfs_buf_cancel structures when recovery fails new 910bbdf2f4d7 xfs: convert buf_cancel_table allocation to kmalloc_array new 621dc801df4c Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs [...] new 374037966d66 xfs: don't log every time we clear the log incompat flags new df5660cf63bb xfs: implement per-mount warnings for scrub and shrink usage new 202865cc215d xfs: warn about LARP once per mount new d9c61ccb3b09 xfs: move xfs_attr_use_log_assist out of xfs_log.c new efc2efeba169 xfs: move xfs_attr_use_log_assist usage out of libxfs new 7146bda743e6 Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19- [...] new 0e5ab8dd87c2 Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/p [...]
The 37 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_ag.c | 3 +- fs/xfs/libxfs/xfs_attr.c | 198 +++++++++----------- fs/xfs/libxfs/xfs_attr.h | 63 ++++--- fs/xfs/libxfs/xfs_attr_remote.c | 6 +- fs/xfs/libxfs/xfs_attr_remote.h | 6 +- fs/xfs/libxfs/xfs_btree.c | 63 +++++-- fs/xfs/libxfs/xfs_da_btree.c | 11 ++ fs/xfs/libxfs/xfs_da_btree.h | 1 + fs/xfs/libxfs/xfs_defer.c | 67 +++++-- fs/xfs/libxfs/xfs_log_format.h | 18 +- fs/xfs/libxfs/xfs_log_recover.h | 14 +- fs/xfs/libxfs/xfs_symlink_remote.c | 2 +- fs/xfs/scrub/scrub.c | 17 +- fs/xfs/xfs_acl.c | 3 +- fs/xfs/xfs_attr_item.c | 364 +++++++++++++++++++++---------------- fs/xfs/xfs_attr_item.h | 22 ++- fs/xfs/xfs_buf_item_recover.c | 66 +++++++ fs/xfs/xfs_file.c | 2 +- fs/xfs/xfs_fsops.c | 7 +- fs/xfs/xfs_inode.c | 2 +- fs/xfs/xfs_ioctl.c | 3 +- fs/xfs/xfs_iops.c | 3 +- fs/xfs/xfs_log.c | 41 ----- fs/xfs/xfs_log.h | 7 + fs/xfs/xfs_log_priv.h | 3 - fs/xfs/xfs_log_recover.c | 93 ++-------- fs/xfs/xfs_message.h | 6 + fs/xfs/xfs_mount.c | 1 - fs/xfs/xfs_mount.h | 18 +- fs/xfs/xfs_qm.c | 9 +- fs/xfs/xfs_super.c | 20 ++ fs/xfs/xfs_super.h | 1 - fs/xfs/xfs_xattr.c | 79 +++++++- fs/xfs/xfs_xattr.h | 13 ++ 34 files changed, 719 insertions(+), 513 deletions(-) create mode 100644 fs/xfs/xfs_xattr.h