summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2025-06-27xfs: catch stale AGF/AGF metadataDave Chinner
2025-05-07xfs: allow sysadmins to specify a maximum atomic write limit at mount timeDarrick J. Wong
2025-05-07xfs: add xfs_calc_atomic_write_unit_max()John Garry
2025-05-07xfs: commit CoW-based atomic writes atomicallyJohn Garry
2025-05-07xfs: allow block allocator to take an alignment hintJohn Garry
2025-05-07xfs: add helpers to compute transaction reservation for finishing intent itemsDarrick J. Wong
2025-03-18xfs: remove the flags argument to xfs_buf_get_uncachedChristoph Hellwig
2025-03-18Merge branch 'xfs-6.15-folios_vmalloc' into XFS-for-linus-6.15-mergeCarlos Maiolino
2025-03-18Merge branch 'xfs-6.15-zoned_devices' into XFS-for-linus-6.15-mergeCarlos Maiolino
2025-03-14xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)
2025-03-12xfs: Remove duplicate xfs_rtbitmap.h headerJiapeng Chong
2025-03-10xfs: kill XBF_UNMAPPEDChristoph Hellwig
2025-03-10Merge branch 'xfs-6.15-merge' into for-nextCarlos Maiolino
2025-03-10xfs: Use abs_diff instead of XFS_ABSDIFFMatthew Wilcox (Oracle)
2025-03-03xfs: support zone gapsChristoph Hellwig
2025-03-03xfs: enable the zoned RT device featureChristoph Hellwig
2025-03-03xfs: enable fsmap reporting for internal RT devicesChristoph Hellwig
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig
2025-03-03xfs: add support for zoned space reservationsChristoph Hellwig
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig
2025-03-03xfs: parse and validate hardware zone informationChristoph Hellwig
2025-03-03xfs: disable sb_frextents for zoned file systemsChristoph Hellwig
2025-03-03xfs: export zoned geometry via XFS_FSOP_GEOMChristoph Hellwig
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig
2025-03-03xfs: define the zoned on-disk formatChristoph Hellwig
2025-03-03xfs: add a xfs_rtrmap_highest_rgbno helperChristoph Hellwig
2025-03-03xfs: support XFS_BMAPI_REMAP in xfs_bmap_del_extent_delayChristoph Hellwig
2025-03-03xfs: move xfs_bmapi_reserve_delalloc to xfs_iomap.cChristoph Hellwig
2025-03-03xfs: add a rtg_blocks helperChristoph Hellwig
2025-03-03xfs: reduce metafile reservationsChristoph Hellwig
2025-03-03xfs: make metabtree reservations globalChristoph Hellwig
2025-03-03xfs: generalize the freespace and reserved blocks handlingChristoph Hellwig
2025-01-24xfs: fix the entry condition of exact EOF block allocation optimizationJinliang Zheng
2025-01-13xfs/libxfs: replace kmalloc() and memcpy() with kmemdup()Mirsad Todorovac
2025-01-13xfs: constify feature checksChristoph Hellwig
2025-01-13xfs: remove XFS_ILOG_NONCOREChristoph Hellwig
2025-01-13xfs: mark xfs_dir_isempty staticChristoph Hellwig
2025-01-13Merge tag 'realtime-reflink_2024-12-23' of https://git.kernel.org/pub/scm/lin...Carlos Maiolino
2025-01-13Merge tag 'realtime-rmap_2024-12-23' of https://git.kernel.org/pub/scm/linux/...Carlos Maiolino
2025-01-13Merge tag 'reserve-rt-metadata-space_2024-12-23' of https://git.kernel.org/pu...Carlos Maiolino
2025-01-13Merge tag 'btree-ifork-records_2024-12-23' of https://git.kernel.org/pub/scm/...Carlos Maiolino
2025-01-08xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RTChristoph Hellwig
2024-12-23xfs: scrub the metadir path of rt refcount btree filesDarrick J. Wong
2024-12-23xfs: scrub the realtime refcount btreeDarrick J. Wong
2024-12-23xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2024-12-23xfs: enable extent size hints for CoW operationsDarrick J. Wong
2024-12-23xfs: apply rt extent alignment constraints to CoW extsize hintDarrick J. Wong
2024-12-23xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow filesDarrick J. Wong
2024-12-23xfs: recover CoW leftovers in the realtime volumeDarrick J. Wong
2024-12-23xfs: allow inodes to have the realtime and reflink flagsDarrick J. Wong