summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig8-73/+21
2025-03-10xfs: convert buffer cache to use high order foliosChristoph Hellwig1-6/+50
2025-03-10xfs: remove the kmalloc to page allocator fallbackChristoph Hellwig1-24/+24
2025-03-10xfs: refactor backing memory allocations for buffersChristoph Hellwig1-19/+36
2025-03-10xfs: remove xfs_buf_is_vmappedChristoph Hellwig1-17/+3
2025-03-10xfs: remove xfs_buf.b_offsetChristoph Hellwig2-4/+1
2025-03-10xfs: add a fast path to xfs_buf_zero when b_addr is setChristoph Hellwig1-2/+7
2025-03-10xfs: unmapped buffer item size straddling mismatchDave Chinner1-4/+14
2025-03-10Merge branch 'xfs-6.15-merge' into for-nextCarlos Maiolino75-947/+5666
2025-03-10xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)1-5/+3
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain1-1/+2
2025-03-06Merge branch 'vfs-6.15.shared.iomap' of gitolite.kernel.org:pub/scm/linux/ker...Christian Brauner1-1/+2
2025-03-05VFS: Change vfs_mkdir() to return the dentry.NeilBrown1-4/+5
2025-03-03xfs: export max_open_zones in sysfsChristoph Hellwig2-0/+41
2025-03-03xfs: contain more sysfs code in xfs_sysfs.cChristoph Hellwig3-33/+36
2025-03-03xfs: export zone stats in /proc/*/mountstatsHans Holmberg4-0/+111
2025-03-03xfs: wire up the show_stats super operationChristoph Hellwig1-0/+9
2025-03-03xfs: support write life time based data placementHans Holmberg5-19/+141
2025-03-03xfs: add a max_open_zones mount optionChristoph Hellwig1-1/+16
2025-03-03xfs: support zone gapsChristoph Hellwig6-9/+45
2025-03-03xfs: enable the zoned RT device featureChristoph Hellwig1-1/+2
2025-03-03xfs: disable rt quotas for zoned file systemsChristoph Hellwig1-1/+2
2025-03-03xfs: disable reflink for zoned file systemsChristoph Hellwig1-0/+7
2025-03-03xfs: enable fsmap reporting for internal RT devicesChristoph Hellwig2-17/+72
2025-03-03xfs: support xrep_require_rtext_inuse on zoned file systemsChristoph Hellwig1-1/+8
2025-03-03xfs: support xchk_xref_is_used_rt_space on zoned file systemsChristoph Hellwig1-2/+9
2025-03-03xfs: allow COW forks on zoned file systems in xchk_bmapChristoph Hellwig1-2/+2
2025-03-03xfs: support growfs on zoned file systemsChristoph Hellwig1-20/+101
2025-03-03xfs: hide reserved RT blocks from statfsChristoph Hellwig1-1/+2
2025-03-03xfs: wire up zoned block freeing in xfs_rtextent_free_finish_itemChristoph Hellwig1-10/+25
2025-03-03xfs: implement direct writes to zoned RT devicesChristoph Hellwig5-11/+132
2025-03-03xfs: implement buffered writes to zoned RT devicesChristoph Hellwig9-54/+624
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig13-5/+1425
2025-03-03xfs: add support for zoned space reservationsChristoph Hellwig9-21/+343
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig12-7/+1224
2025-03-03xfs: parse and validate hardware zone informationChristoph Hellwig3-0/+207
2025-03-03xfs: skip zoned RT inodes in xfs_inodegc_want_queue_rt_fileChristoph Hellwig1-1/+1
2025-03-03xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodesChristoph Hellwig1-4/+11
2025-03-03xfs: disable FITRIM for zoned RT devicesChristoph Hellwig1-1/+2
2025-03-03xfs: disable sb_frextents for zoned file systemsChristoph Hellwig5-9/+20
2025-03-03xfs: export zoned geometry via XFS_FSOP_GEOMChristoph Hellwig2-1/+10
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig8-9/+34
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig23-35/+197
2025-03-03xfs: add a xfs_rtrmap_highest_rgbno helperChristoph Hellwig2-0/+21
2025-03-03xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delayChristoph Hellwig4-6/+10
2025-03-03xfs: refine the unaligned check for always COW inodes in xfs_file_dio_writeChristoph Hellwig1-1/+10
2025-03-03xfs: skip always_cow inodes in xfs_reflink_trim_around_sharedChristoph Hellwig1-1/+1
2025-03-03xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.cChristoph Hellwig3-292/+287
2025-03-03xfs: add a rtg_blocks helperChristoph Hellwig2-1/+6
2025-03-03xfs: factor out a xfs_rt_check_size helperChristoph Hellwig1-31/+31