aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_rmap_btree.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-19xfs: always compile the btree inorder check functionsGravatar Darrick J. Wong 1-4/+0
2017-06-19xfs: remove double-underscore integer typesGravatar Darrick J. Wong 1-15/+15
2017-01-03xfs: use the actual AG length when reserving blocksGravatar Darrick J. Wong 1-7/+7
2016-12-05xfs: make xfs btree stats less hugeGravatar Dave Chinner 1-0/+1
2016-10-05xfs: preallocate blocks for worst-case btree expansionGravatar Darrick J. Wong 1-0/+60
2016-10-03xfs: introduce refcount btree definitionsGravatar Darrick J. Wong 1-2/+20
2016-08-17xfs: store rmapbt block count in the AGFGravatar Darrick J. Wong 1-0/+6
2016-08-03xfs: remove the get*keys and update_keys btree ops pointersGravatar Darrick J. Wong 1-4/+0
2016-08-03xfs: support overlapping intervals in the rmap btreeGravatar Darrick J. Wong 1-2/+66
2016-08-03xfs: add rmap btree operationsGravatar Darrick J. Wong 1-0/+267
2016-08-03xfs: define the on-disk rmap btree formatGravatar Darrick J. Wong 1-0/+184