summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_rmap_btree.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: always compile the btree inorder check functionsDarrick J. Wong2017-06-191-4/+0Star
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-15/+15
* xfs: use the actual AG length when reserving blocksDarrick J. Wong2017-01-041-7/+7
* xfs: make xfs btree stats less hugeDave Chinner2016-12-051-0/+1
* xfs: preallocate blocks for worst-case btree expansionDarrick J. Wong2016-10-061-0/+60
* xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-031-2/+20
* xfs: store rmapbt block count in the AGFDarrick J. Wong2016-08-171-0/+6
* xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong2016-08-031-4/+0Star
* xfs: support overlapping intervals in the rmap btreeDarrick J. Wong2016-08-031-2/+66
* xfs: add rmap btree operationsDarrick J. Wong2016-08-031-0/+267
* xfs: define the on-disk rmap btree formatDarrick J. Wong2016-08-031-0/+184