summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtrmap_btree.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-23xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong1-2/+26
2024-12-23xfs: create a shadow rmap btree during realtime rmap repairDarrick J. Wong1-0/+117
2024-12-23xfs: online repair of the realtime rmap btreeDarrick J. Wong1-1/+1
2024-12-23xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong1-2/+8
2024-12-23xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong1-0/+54
2024-12-23xfs: wire up a new metafile type for the realtime rmapDarrick J. Wong1-0/+251
2024-12-23xfs: add metadata reservations for realtime rmap btreesDarrick J. Wong1-0/+41
2024-12-23xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong1-3/+3
2024-12-23xfs: add realtime rmap btree operationsDarrick J. Wong1-0/+271
2024-12-23xfs: introduce realtime rmap btree ondisk definitionsDarrick J. Wong1-0/+271