Hello Linus, Could you please pull patches included in the tag below? This pull-request contain mostly code clean up, refactoring and comments modification. The most important patch in this series is the last one that removes an unnecessary data structure allocation of xfs busy extents which might lead to a memory leak on the zoned allocator code. This last patch arrived late this week, so I didn't manage to get it into linux-next yet. All the other patches are there for a while. An attempt merge against your current TOT (6832a9317eee) has been successful and the diffstat is included below. Hopefully I didn't miss anything. Thanks, Carlos The following changes since commit 9e9b46672b1daac814b384286c21fb8332a87392: xfs: add FALLOC_FL_ALLOCATE_RANGE to supported flags mask (2025-06-30 14:16:13 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-fixes-6.16-rc7 for you to fetch changes up to 5948705adbf1a7afcecfe9a13ff39221ef61e16b: xfs: don't allocate the xfs_extent_busy structure for zoned RTGs (2025-07-18 17:42:31 +0200) ---------------------------------------------------------------- xfs: fixes for 6.16-rc7 Signed-off-by: Carlos Maiolino <cem@xxxxxxxxxx> ---------------------------------------------------------------- Christoph Hellwig (7): xfs: clean up the initial read logic in xfs_readsb xfs: remove the call to sync_blockdev in xfs_configure_buftarg xfs: add a xfs_group_type_buftarg helper xfs: refactor xfs_calc_atomic_write_unit_max xfs: rename the bt_bdev_* buftarg fields xfs: remove the bt_bdev_file buftarg field xfs: don't allocate the xfs_extent_busy structure for zoned RTGs Pranav Tyagi (1): xfs: replace strncpy with memcpy in xattr listing Merge made by the 'ort' strategy. fs/xfs/libxfs/xfs_group.c | 14 +++++++----- fs/xfs/xfs_buf.c | 15 +++++-------- fs/xfs/xfs_buf.h | 8 +++---- fs/xfs/xfs_discard.c | 29 ++++++------------------ fs/xfs/xfs_extent_busy.h | 8 +++++++ fs/xfs/xfs_file.c | 2 +- fs/xfs/xfs_inode.h | 2 +- fs/xfs/xfs_iomap.c | 2 +- fs/xfs/xfs_iops.c | 2 +- fs/xfs/xfs_mount.c | 97 ++++++++++++++++++++++++++++++++------------------------------------------------ fs/xfs/xfs_mount.h | 17 ++++++++++++++ fs/xfs/xfs_notify_failure.c | 3 +-- fs/xfs/xfs_trace.h | 31 ++++++++++++-------------- fs/xfs/xfs_xattr.c | 2 +- 14 files changed, 108 insertions(+), 124 deletions(-)