Merge tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs updates from Carlos Maiolino: - XFS zoned allocator: Enables XFS to support zoned devices using its real-time allocator - Use folios/vmalloc for buffer cache backing memory - Some code cleanups and bug fixes * tag 'xfs-6.15-merge' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: (70 commits) xfs: remove the flags argument to xfs_buf_get_uncached xfs: remove the flags argument to xfs_buf_read_uncached xfs: remove xfs_buf_free_maps xfs: remove xfs_buf_get_maps xfs: call xfs_buf_alloc_backing_mem from _xfs_buf_alloc xfs: remove unnecessary NULL check before kvfree() xfs: don't wake zone space waiters without m_zone_info xfs: don't increment m_generation for all errors in xfs_growfs_data xfs: fix a missing unlock in xfs_growfs_data xfs: Remove duplicate xfs_rtbitmap.h header xfs: trigger zone GC when out of available rt blocks xfs: trace what memory backs a buffer xfs: cleanup mapping tmpfs folios into the buffer cache xfs: use vmalloc instead of vm_map_area for buffer backing memory xfs: buffer items don't straddle pages anymore xfs: kill XBF_UNMAPPED xfs: convert buffer cache to use high order folios xfs: remove the kmalloc to page allocator fallback xfs: refactor backing memory allocations for buffers xfs: remove xfs_buf_is_vmapped ...
Showing
- fs/xfs/Makefile 6 additions, 1 deletionfs/xfs/Makefile
- fs/xfs/libxfs/xfs_ag.c 1 addition, 1 deletionfs/xfs/libxfs/xfs_ag.c
- fs/xfs/libxfs/xfs_bmap.c 23 additions, 293 deletionsfs/xfs/libxfs/xfs_bmap.c
- fs/xfs/libxfs/xfs_bmap.h 2 additions, 5 deletionsfs/xfs/libxfs/xfs_bmap.h
- fs/xfs/libxfs/xfs_format.h 16 additions, 4 deletionsfs/xfs/libxfs/xfs_format.h
- fs/xfs/libxfs/xfs_fs.h 13 additions, 1 deletionfs/xfs/libxfs/xfs_fs.h
- fs/xfs/libxfs/xfs_group.h 25 additions, 6 deletionsfs/xfs/libxfs/xfs_group.h
- fs/xfs/libxfs/xfs_ialloc.c 2 additions, 2 deletionsfs/xfs/libxfs/xfs_ialloc.c
- fs/xfs/libxfs/xfs_inode_buf.c 17 additions, 6 deletionsfs/xfs/libxfs/xfs_inode_buf.c
- fs/xfs/libxfs/xfs_inode_util.c 1 addition, 0 deletionsfs/xfs/libxfs/xfs_inode_util.c
- fs/xfs/libxfs/xfs_log_format.h 6 additions, 1 deletionfs/xfs/libxfs/xfs_log_format.h
- fs/xfs/libxfs/xfs_metafile.c 107 additions, 60 deletionsfs/xfs/libxfs/xfs_metafile.c
- fs/xfs/libxfs/xfs_metafile.h 3 additions, 3 deletionsfs/xfs/libxfs/xfs_metafile.h
- fs/xfs/libxfs/xfs_ondisk.h 4 additions, 2 deletionsfs/xfs/libxfs/xfs_ondisk.h
- fs/xfs/libxfs/xfs_rtbitmap.c 11 additions, 0 deletionsfs/xfs/libxfs/xfs_rtbitmap.c
- fs/xfs/libxfs/xfs_rtgroup.c 23 additions, 16 deletionsfs/xfs/libxfs/xfs_rtgroup.c
- fs/xfs/libxfs/xfs_rtgroup.h 39 additions, 11 deletionsfs/xfs/libxfs/xfs_rtgroup.h
- fs/xfs/libxfs/xfs_rtrmap_btree.c 19 additions, 0 deletionsfs/xfs/libxfs/xfs_rtrmap_btree.c
- fs/xfs/libxfs/xfs_rtrmap_btree.h 2 additions, 0 deletionsfs/xfs/libxfs/xfs_rtrmap_btree.h
- fs/xfs/libxfs/xfs_sb.c 74 additions, 7 deletionsfs/xfs/libxfs/xfs_sb.c
Loading
Please register or sign in to comment