summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtgroup.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-13xfs: constify feature checksChristoph Hellwig1-1/+1
2024-12-24xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong1-0/+1
2024-12-24xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong1-0/+2
2024-12-24xfs: wire up realtime refcount btree cursorsDarrick J. Wong1-0/+9
2024-12-24xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong1-0/+7
2024-12-24xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong1-0/+1
2024-12-24xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong1-0/+2
2024-12-24xfs: wire up rmap map and unmap to the realtime rmapbtDarrick J. Wong1-0/+9
2024-12-24xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong1-2/+18
2024-12-24xfs: pretty print metadata file types in error messagesDarrick J. Wong1-1/+2
2024-12-24xfs: add some rtgroup inode helpersDarrick J. Wong1-10/+8
2024-12-13xfs: fix error bailout in xfs_rtginode_createDarrick J. Wong1-1/+1
2024-11-06xfs: move the min and max group block numbers to xfs_groupDarrick J. Wong1-1/+30
2024-11-06xfs: export the geometry of realtime groups to userspaceDarrick J. Wong1-0/+14
2024-11-06xfs: record rt group metadata errors in the health systemDarrick J. Wong1-5/+33
2024-11-06xfs: update realtime super every time we update the primary fs superDarrick J. Wong1-0/+60
2024-11-06xfs: define the format of rt groupsDarrick J. Wong1-0/+82
2024-11-06xfs: support creating per-RTG files in growfsChristoph Hellwig1-0/+69
2024-11-06xfs: move RT bitmap and summary information to the rtgroupChristoph Hellwig1-20/+60
2024-11-06xfs: support caching rtgroup metadata inodesDarrick J. Wong1-0/+123
2024-11-06xfs: add a lockdep class key for rtgroup inodesDarrick J. Wong1-0/+52
2024-11-06xfs: define locking primitives for realtime groupsDarrick J. Wong1-0/+49
2024-11-06xfs: create incore realtime group structuresDarrick J. Wong1-0/+151