summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtgroup.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-21xfs: don't hold buffer locks across sync transaction commit in xfs_sync_sb_bufYun Zhou1-1/+5
2026-01-21xfs: add a xfs_rtgroup_raw_size helperChristoph Hellwig1-0/+15
2026-01-13xfs: mark __xfs_rtgroup_extents staticChristoph Hellwig1-2/+0
2025-11-12xfs: remove xarray mark for reclaimable zonesHans Holmberg1-6/+0
2025-11-11xfs: add a xfs_groups_to_rfsbs helperChristoph Hellwig1-0/+8
2025-10-31xfs: prevent gc from picking the same zone twiceChristoph Hellwig1-0/+6
2025-03-03xfs: support zone gapsChristoph Hellwig1-5/+8
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig1-0/+6
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig1-5/+17
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig1-3/+5
2025-03-03xfs: add a rtg_blocks helperChristoph Hellwig1-0/+5
2025-01-13Merge tag 'realtime-reflink_2024-12-23' of https://git.kernel.org/pub/scm/lin...Carlos Maiolino1-1/+10
2025-01-13Merge tag 'realtime-rmap_2024-12-23' of https://git.kernel.org/pub/scm/linux/...Carlos Maiolino1-1/+48
2025-01-08xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RTChristoph Hellwig1-1/+1
2024-12-23xfs: wire up realtime refcount btree cursorsDarrick J. Wong1-1/+4
2024-12-23xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong1-0/+6
2024-12-23xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong1-1/+4
2024-12-23xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong1-0/+8
2024-12-23xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong1-0/+26
2024-12-23xfs: add some rtgroup inode helpersDarrick J. Wong1-0/+10
2024-11-05xfs: implement busy extent tracking for rtgroupsDarrick J. Wong1-0/+13
2024-11-05xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong1-0/+3
2024-11-05xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong1-48/+21
2024-11-05xfs: don't merge ioends across RTGsDarrick J. Wong1-0/+9
2024-11-05xfs: export the geometry of realtime groups to userspaceDarrick J. Wong1-0/+4
2024-11-05xfs: record rt group metadata errors in the health systemDarrick J. Wong1-0/+1
2024-11-05xfs: update realtime super every time we update the primary fs superDarrick J. Wong1-0/+7
2024-11-05xfs: support creating per-RTG files in growfsChristoph Hellwig1-0/+2
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig1-1/+13
2024-11-05xfs: support caching rtgroup metadata inodesDarrick J. Wong1-0/+27
2024-11-05xfs: define locking primitives for realtime groupsDarrick J. Wong1-0/+16
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong1-0/+217