aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-05xfs: make xfs btree stats less hugeDave Chinner1-39/+4
2016-10-03xfs: define the on-disk refcount btree formatDarrick J. Wong1-0/+12
2016-10-03xfs: introduce refcount btree definitionsDarrick J. Wong1-0/+4
2016-09-19xfs: count the blocks in a btreeDarrick J. Wong1-0/+2
2016-09-19xfs: create a standard btree size calculator codeDarrick J. Wong1-0/+2
2016-09-19xfs: remove xfs_btree_bigkeyDarrick J. Wong1-18/+6
2016-08-03xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong1-24/+0
2016-08-03xfs: add rmap btree operationsDarrick J. Wong1-0/+1
2016-08-03xfs: define the on-disk rmap btree formatDarrick J. Wong1-8/+14
2016-08-03xfs: add rmap btree stats infrastructureDarrick J. Wong1-2/+3
2016-08-03xfs: introduce rmap btree definitionsDarrick J. Wong1-0/+3
2016-08-03xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbtDarrick J. Wong1-1/+1
2016-08-03xfs: rename flist/free_list to dfopsDarrick J. Wong1-2/+2
2016-08-03xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong1-2/+3
2016-08-03xfs: refactor btree owner change into a separate visit-blocks functionDarrick J. Wong1-0/+5
2016-08-03xfs: introduce interval queries on btreesDarrick J. Wong1-5/+17
2016-08-03xfs: support btrees with overlapping intervals for keysDarrick J. Wong1-0/+30
2016-08-03xfs: add function pointers for get/update keys to the btreeDarrick J. Wong1-0/+19
2016-08-03xfs: during btree split, save new block key & ptr for future insertionDarrick J. Wong1-2/+0
2016-06-21xfs: refactor btree maxlevels computationDarrick J. Wong1-0/+2
2016-01-04libxfs: refactor short btree block verificationDarrick J. Wong1-0/+3
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell1-16/+23
2014-07-30xfs: require 64-bit sector_tChristoph Hellwig1-1/+1
2014-06-25libxfs: move header filesDave Chinner1-0/+468