summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtgroup.h
AgeCommit message (Expand)AuthorFilesLines
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-24xfs: wire up realtime refcount btree cursorsDarrick J. Wong1-1/+4
2024-12-24xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong1-0/+6
2024-12-24xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong1-1/+4
2024-12-24xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong1-0/+8
2024-12-24xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong1-0/+26
2024-12-24xfs: add some rtgroup inode helpersDarrick J. Wong1-0/+10
2024-11-06xfs: implement busy extent tracking for rtgroupsDarrick J. Wong1-0/+13
2024-11-06xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong1-0/+3
2024-11-06xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong1-48/+21
2024-11-06xfs: don't merge ioends across RTGsDarrick J. Wong1-0/+9
2024-11-06xfs: export the geometry of realtime groups to userspaceDarrick J. Wong1-0/+4
2024-11-06xfs: record rt group metadata errors in the health systemDarrick J. Wong1-0/+1
2024-11-06xfs: update realtime super every time we update the primary fs superDarrick J. Wong1-0/+7
2024-11-06xfs: support creating per-RTG files in growfsChristoph Hellwig1-0/+2
2024-11-06xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig1-1/+13
2024-11-06xfs: support caching rtgroup metadata inodesDarrick J. Wong1-0/+27
2024-11-06xfs: define locking primitives for realtime groupsDarrick J. Wong1-0/+16
2024-11-06xfs: create incore realtime group structuresDarrick J. Wong1-0/+217