Hi Linus, could you please pull the patches below? I just did a quick merge attempt against your ToT and no merge conflicts have been found. As usual, these patches are already if linux-next for a few days. Thanks, Carlos The following changes since commit 4a201dcfa1ff0dcfe4348c40f3ad8bd68b97eb6c: xfs: update the pag for the last AG at recovery time (2024-10-22 13:37:19 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.12-fixes-6 for you to fetch changes up to 81a1e1c32ef474c20ccb9f730afe1ac25b1c62a4: xfs: streamline xfs_filestream_pick_ag (2024-10-30 11:27:18 +0100) ---------------------------------------------------------------- XFS bug fies for 6.12-rc6 * fix a sysbot reported crash on filestreams * Reduce cpu time spent searching for extents in a very fragmented FS * Check for delayed allocations before setting extsize Signed-off-by: Carlos Maiolino <cem@xxxxxxxxxx> ---------------------------------------------------------------- Chi Zhiling (1): xfs: Reduce unnecessary searches when searching for the best extents Christoph Hellwig (2): xfs: fix finding a last resort AG in xfs_filestream_pick_ag xfs: streamline xfs_filestream_pick_ag Ojaswin Mujoo (1): xfs: Check for delayed allocations before setting extsize fs/xfs/libxfs/xfs_alloc.c | 2 +- fs/xfs/xfs_filestream.c | 99 +++++++++++++++++++++++------------------------ fs/xfs/xfs_inode.c | 2 +- fs/xfs/xfs_inode.h | 5 +++ fs/xfs/xfs_ioctl.c | 4 +- fs/xfs/xfs_trace.h | 15 +++---- 6 files changed, 62 insertions(+), 65 deletions(-)