aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-11xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockDarrick J. Wong1-8/+17
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong1-1/+8
2019-10-21xfs: track active state of allocation btree cursorsBrian Foster1-0/+3
2019-08-30xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong1-1/+0
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong1-2/+7
2019-07-02xfs: create iterator error codesDarrick J. Wong1-2/+2
2019-06-12xfs: remove unused flag argumentsEric Sandeen1-7/+3
2018-08-02xfs: fold dfops into the transactionBrian Foster1-1/+0
2018-07-11xfs: remove xfs_btree_cur private firstblock fieldBrian Foster1-1/+0
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster1-1/+0
2018-07-11xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster1-1/+0
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-15xfs: add repair helpers for the reference count btreeDarrick J. Wong1-0/+1
2018-05-15xfs: add helpers to calculate btree sizeDarrick J. Wong1-1/+1
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-4/+2
2018-03-11Cleanup old XFS_BTREE_* tracesCarlos Maiolino1-19/+0
2018-01-17xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong1-0/+2
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong1-4/+7
2018-01-08xfs: refactor long-format btree header verification routinesDarrick J. Wong1-0/+3
2018-01-08xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong1-4/+0
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong1-0/+4
2017-10-26xfs: scrub the shape of a metadata btreeDarrick J. Wong1-0/+7
2017-10-26xfs: refactor btree block header checking functionsDarrick J. Wong1-0/+8
2017-10-26xfs: refactor btree pointer checksDarrick J. Wong1-2/+11
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster1-1/+2
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong1-0/+13
2017-06-19xfs: always compile the btree inorder check functionsDarrick J. Wong1-2/+0
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong1-9/+9
2017-04-03xfs: create a function to query all records in a btreeDarrick J. Wong1-0/+2
2017-02-02xfs: filter out obviously bad btree pointersDarrick J. Wong1-1/+1
2017-01-30xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen1-2/+2
2017-01-30xfs: make xfs_btree_magic more genericEric Sandeen1-0/+2
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