This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d3d1556696c1 Merge tag 'mm-hotfixes-stable-2024-10-09-15-46' of git://g [...] new ae6f70c66748 MAINTAINERS: add Carlos Maiolino as XFS release manager new f6225eebd76f xfs: Remove empty declartion in header file new 6148b77960cc xfs: scrub: convert comma to semicolon new 20195d011c84 xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate() new b1c649da15c2 xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname new 346c1d46d4c6 xfs: return bool from xfs_attr3_leaf_add new a5f73342abe1 xfs: distinguish extra split from real ENOSPC from xfs_att [...] new b3f4e84e2f43 xfs: distinguish extra split from real ENOSPC from xfs_att [...] new 865469cd41bc xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate new b611fddc0435 xfs: don't ifdef around the exact minlen allocations new 405ee87c6938 xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap [...] new 6aac77059881 xfs: support lowmode allocations in xfs_bmap_exact_minlen_ [...] new 90a71daaf73f xfs: skip background cowblock trims on inodes open for write new 4390f019ad78 xfs: don't free cowblocks from under dirty pagecache on unshare new 77bfe1b11ea0 xfs: fix a typo new 825ec756afee Merge tag 'xfs-6.12-fixes-3' of git://git.kernel.org/pub/s [...] new dc0d0f885aa4 NFSD: Mark filecache "down" if init fails new 53e4e1755704 nfsd: nfsd_destroy_serv() must call svc_destroy() even if [...] new c88c150a467f nfsd: fix possible badness in FREE_STATEID new 5870963f6c0e Merge tag 'nfsd-6.12-1' of git://git.kernel.org/pub/scm/li [...] new a99fcb015897 btrfs: split remaining space to discard in chunks new 69313850dce3 btrfs: add cancellation points to trim loops new 6ef8fbce0104 btrfs: fix missing error handling when adding delayed ref [...] new fe4cd7ed128f btrfs: zoned: fix missing RCU locking in error message whe [...] new e761be2a0744 btrfs: fix clear_dirty and writeback ordering in submit_on [...] new eb952c47d154 Merge tag 'for-6.12-rc2-tag' of git://git.kernel.org/pub/s [...]
The 26 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: MAINTAINERS | 2 +- fs/btrfs/delayed-ref.c | 42 ++++++++-- fs/btrfs/extent-tree.c | 26 ++++-- fs/btrfs/extent_io.c | 14 ++-- fs/btrfs/free-space-cache.c | 4 +- fs/btrfs/free-space-cache.h | 6 ++ fs/btrfs/volumes.h | 6 ++ fs/btrfs/zoned.c | 2 +- fs/nfsd/filecache.c | 4 +- fs/nfsd/nfs4state.c | 1 + fs/nfsd/nfssvc.c | 6 +- fs/xfs/libxfs/xfs_alloc.c | 7 +- fs/xfs/libxfs/xfs_alloc.h | 4 +- fs/xfs/libxfs/xfs_attr.c | 190 ++++++++++++++++++------------------------ fs/xfs/libxfs/xfs_attr_leaf.c | 40 +++++---- fs/xfs/libxfs/xfs_attr_leaf.h | 2 +- fs/xfs/libxfs/xfs_bmap.c | 140 ++++++++++--------------------- fs/xfs/libxfs/xfs_da_btree.c | 5 +- fs/xfs/scrub/ialloc_repair.c | 4 +- fs/xfs/xfs_icache.c | 37 ++++---- fs/xfs/xfs_log.h | 2 - fs/xfs/xfs_log_cil.c | 11 +-- fs/xfs/xfs_log_recover.c | 2 +- fs/xfs/xfs_reflink.c | 3 + fs/xfs/xfs_reflink.h | 19 +++++ 25 files changed, 290 insertions(+), 289 deletions(-)