summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rtrefcount_btree.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-22xfs: fix off-by-one in rtrefcount btree root level validationXiang Mei1-2/+2
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig1-2/+2
2026-01-21xfs: directly include xfs_platform.hChristoph Hellwig1-1/+1
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-23xfs: report realtime refcount btree corruption errors to the health systemDarrick J. Wong1-2/+8
2024-12-23xfs: create routine to allocate and initialize a realtime refcount btree inodeDarrick J. Wong1-0/+28
2024-12-23xfs: wire up a new metafile type for the realtime refcountDarrick J. Wong1-0/+264
2024-12-23xfs: add metadata reservations for realtime refcount btreeDarrick J. Wong1-0/+38
2024-12-23xfs: add realtime refcount btree inode to metadata directoryDarrick J. Wong1-3/+3
2024-12-23xfs: add realtime refcount btree operationsDarrick J. Wong1-0/+148
2024-12-23xfs: introduce realtime refcount btree ondisk definitionsDarrick J. Wong1-0/+273