summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtgroup.c
AgeCommit message (Expand)Author
2025-01-13xfs: constify feature checksChristoph Hellwig
2024-12-23xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong
2024-12-23xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong
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: report realtime rmap btree corruption errors to the health systemDarrick J. Wong
2024-12-23xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick 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: pretty print metadata file types in error messagesDarrick J. Wong
2024-12-23xfs: add some rtgroup inode helpersDarrick J. Wong
2024-12-12xfs: fix error bailout in xfs_rtginode_createDarrick J. Wong
2024-11-05xfs: move the min and max group block numbers to xfs_groupDarrick 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: define the format of rt groupsDarrick 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: add a lockdep class key for rtgroup inodesDarrick J. Wong
2024-11-05xfs: define locking primitives for realtime groupsDarrick J. Wong
2024-11-05xfs: create incore realtime group structuresDarrick J. Wong