summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2025-05-08xfs: allow sysadmins to specify a maximum atomic write limit at mount timeDarrick J. Wong2-0/+73
2025-05-08xfs: add xfs_calc_atomic_write_unit_max()John Garry2-0/+96
2025-05-08xfs: commit CoW-based atomic writes atomicallyJohn Garry3-0/+20
2025-05-08xfs: allow block allocator to take an alignment hintJohn Garry2-1/+10
2025-05-08xfs: add helpers to compute transaction reservation for finishing intent itemsDarrick J. Wong2-31/+152
2025-03-18xfs: remove the flags argument to xfs_buf_get_uncachedChristoph Hellwig1-1/+1
2025-03-18Merge branch 'xfs-6.15-folios_vmalloc' into XFS-for-linus-6.15-mergeCarlos Maiolino2-2/+2
2025-03-18Merge branch 'xfs-6.15-zoned_devices' into XFS-for-linus-6.15-mergeCarlos Maiolino21-415/+634
2025-03-14xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)1-5/+3
2025-03-12xfs: Remove duplicate xfs_rtbitmap.h headerJiapeng Chong1-1/+0
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig2-2/+2
2025-03-10Merge branch 'xfs-6.15-merge' into for-nextCarlos Maiolino21-415/+635
2025-03-10xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)1-5/+3
2025-03-03xfs: support zone gapsChristoph Hellwig5-9/+36
2025-03-03xfs: enable the zoned RT device featureChristoph Hellwig1-1/+2
2025-03-03xfs: enable fsmap reporting for internal RT devicesChristoph Hellwig1-0/+9
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig2-4/+23
2025-03-03xfs: add support for zoned space reservationsChristoph Hellwig2-5/+22
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig2-5/+18
2025-03-03xfs: parse and validate hardware zone informationChristoph Hellwig2-0/+206
2025-03-03xfs: disable sb_frextents for zoned file systemsChristoph Hellwig1-1/+1
2025-03-03xfs: export zoned geometry via XFS_FSOP_GEOMChristoph Hellwig2-1/+10
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig3-5/+10
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig8-29/+133
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 Hellwig2-4/+8
2025-03-03xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.cChristoph Hellwig2-292/+8
2025-03-03xfs: add a rtg_blocks helperChristoph Hellwig2-1/+6
2025-03-03xfs: reduce metafile reservationsChristoph Hellwig1-0/+3
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig2-63/+107
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig4-6/+23
2025-01-24xfs: fix the entry condition of exact EOF block allocation optimizationJinliang Zheng1-6/+7
2025-01-13xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()Mirsad Todorovac1-2/+1
2025-01-13xfs: constify feature checksChristoph Hellwig1-1/+1
2025-01-13xfs: remove XFS_ILOG_NONCOREChristoph Hellwig1-6/+0
2025-01-13xfs: mark xfs_dir_isempty staticChristoph Hellwig2-4/+3
2025-01-13Merge tag 'realtime-reflink_2024-12-23' of https://git.kernel.org/pub/scm/lin...Carlos Maiolino23-85/+1381
2025-01-13Merge tag 'realtime-rmap_2024-12-23' of https://git.kernel.org/pub/scm/linux/...Carlos Maiolino29-74/+1708
2025-01-13Merge tag 'reserve-rt-metadata-space_2024-12-23' of https://git.kernel.org/pu...Carlos Maiolino8-7/+235
2025-01-13Merge tag 'btree-ifork-records_2024-12-23' of https://git.kernel.org/pub/scm/...Carlos Maiolino8-212/+445
2025-01-08xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RTChristoph Hellwig1-1/+1
2024-12-24xfs: scrub the metadir path of rt refcount btree filesDarrick J. Wong1-1/+2
2024-12-24xfs: scrub the realtime refcount btreeDarrick J. Wong1-1/+2
2024-12-24xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong4-3/+13
2024-12-24xfs: enable extent size hints for CoW operationsDarrick J. Wong1-1/+7
2024-12-24xfs: apply rt extent alignment constraints to CoW extsize hintDarrick J. Wong1-5/+20
2024-12-24xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong1-3/+2
2024-12-24xfs: recover CoW leftovers in the realtime volumeDarrick J. Wong2-16/+34
2024-12-24xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong1-1/+2
2024-12-24xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong1-2/+26