summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtrefcount_btree.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-24xfs: refactor cmp_key_with_cur routines to take advantage of cmp_int()Fedor Pchelkin1-2/+2
2025-07-24xfs: refactor cmp_two_keys routines to take advantage of cmp_int()Fedor Pchelkin1-3/+3
2025-07-24xfs: rename key_diff routinesFedor Pchelkin1-2/+2
2025-07-24xfs: rename diff_two_keys routinesFedor Pchelkin1-2/+2
2024-12-24xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong1-2/+8
2024-12-24xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong1-0/+28
2024-12-24xfs: wire up a new metafile type for the realtime refcountDarrick J. Wong1-0/+264
2024-12-24xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong1-0/+38
2024-12-24xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong1-3/+3
2024-12-24xfs: add realtime refcount btree operationsDarrick J. Wong1-0/+148
2024-12-24xfs: introduce realtime refcount btree ondisk definitionsDarrick J. Wong1-0/+273