summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtrmap_btree.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-24xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int()Fedor Pchelkin1-21/+5
2025-07-24xfs: refactor cmp_two_keys routines to take advantage of cmp_int()Fedor Pchelkin1-17/+12
2025-07-24xfs: rename key_diff routinesFedor Pchelkin1-3/+3
2025-07-24xfs: rename diff_two_keys routinesFedor Pchelkin1-3/+3
2025-03-03xfs: add a xfs_rtrmap_highest_rgbno helperChristoph Hellwig1-0/+19
2024-12-24xfs: compute rtrmap btree max levels when reflink enabledDarrick J. Wong1-2/+26
2024-12-24xfs: create a shadow rmap btree during realtime rmap repairDarrick J. Wong1-0/+117
2024-12-24xfs: online repair of the realtime rmap btreeDarrick J. Wong1-1/+1
2024-12-24xfs: report realtime rmap btree corruption errors to the health systemDarrick J. Wong1-2/+8
2024-12-24xfs: create routine to allocate and initialize a realtime rmap btree inodeDarrick J. Wong1-0/+54
2024-12-24xfs: wire up a new metafile type for the realtime rmapDarrick J. Wong1-0/+251
2024-12-24xfs: add metadata reservations for realtime rmap btreesDarrick J. Wong1-0/+41
2024-12-24xfs: add realtime reverse map inode to metadata directoryDarrick J. Wong1-3/+3
2024-12-24xfs: add realtime rmap btree operationsDarrick J. Wong1-0/+271
2024-12-24xfs: introduce realtime rmap btree ondisk definitionsDarrick J. Wong1-0/+271