summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtgroup.h
AgeCommit message (Expand)Author
2025-03-03xfs: support zone gapsChristoph Hellwig
2025-03-03xfs: implement zoned garbage collectionChristoph Hellwig
2025-03-03xfs: add the zoned space allocatorChristoph Hellwig
2025-03-03xfs: allow internal RT devices for zoned modeChristoph Hellwig
2025-03-03xfs: add a rtg_blocks helperChristoph 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-08xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RTChristoph Hellwig
2024-12-23xfs: wire up realtime refcount btree cursorsDarrick J. Wong
2024-12-23xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong
2024-12-23xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong
2024-12-23xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong
2024-12-23xfs: prepare rmap functions to deal with rtrmapbtDarrick J. Wong
2024-12-23xfs: add some rtgroup inode helpersDarrick J. Wong
2024-11-05xfs: implement busy extent tracking for rtgroupsDarrick J. Wong
2024-11-05xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong
2024-11-05xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_tDarrick J. Wong
2024-11-05xfs: don't merge ioends across RTGsDarrick J. Wong
2024-11-05xfs: export the geometry of realtime groups to userspaceDarrick J. Wong
2024-11-05xfs: record rt group metadata errors in the health systemDarrick J. Wong
2024-11-05xfs: update realtime super every time we update the primary fs superDarrick J. Wong
2024-11-05xfs: support creating per-RTG files in growfsChristoph Hellwig
2024-11-05xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig
2024-11-05xfs: support caching rtgroup metadata inodesDarrick J. Wong
2024-11-05xfs: define locking primitives for realtime groupsDarrick J. Wong
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong