summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong1-1/+1
2021-08-19xfs: make the pointer passed to btree set_root functions constDarrick J. Wong1-1/+1
2021-08-19xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong1-4/+4
2021-08-19xfs: mark the record passed into btree init_key functions as constDarrick J. Wong1-2/+2
2021-08-19xfs: make the record pointer passed to query_range functions constDarrick J. Wong1-1/+1
2021-08-19xfs: make the key parameters to all btree query range functions constDarrick J. Wong1-1/+2
2021-08-19xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong1-3/+3
2021-06-02xfs: remove agno from btree cursorDave Chinner1-1/+0
2021-06-02xfs: add a perag to the btree cursorDave Chinner1-1/+10
2020-05-14xfs: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong1-0/+16
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong1-0/+3
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong1-1/+10
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner1-14/+11
2020-03-13xfs: make the btree cursor union members named structureDave Chinner1-15/+24
2020-03-13xfs: make btree cursor private union anonymousDave Chinner1-5/+3
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner1-2/+2
2020-03-13xfs: introduce new private btree cursor namesDave Chinner1-0/+2
2020-01-27xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong1-21/+0
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-31xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong1-1/+0
2019-08-30xfs: 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-03xfs: fold dfops into the transactionBrian Foster1-1/+0
2018-07-12xfs: remove xfs_btree_cur private firstblock fieldBrian Foster1-1/+0
2018-07-12xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster1-1/+0
2018-07-12xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster1-1/+0
2018-06-07xfs: convert to SPDX license tagsDave Chinner1-13/+1
2018-05-16xfs: add repair helpers for the reference count btreeDarrick J. Wong1-0/+1
2018-05-16xfs: add helpers to calculate btree sizeDarrick J. Wong1-1/+1
2018-04-09xfs: non-scrub - remove unused function parametersEric Sandeen1-4/+2
2018-03-12Cleanup old XFS_BTREE_* tracesCarlos Maiolino1-19/+0
2018-01-18xfs: 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-27xfs: scrub the shape of a metadata btreeDarrick J. Wong1-0/+7
2017-10-27xfs: refactor btree block header checking functionsDarrick J. Wong1-0/+8
2017-10-27xfs: refactor btree pointer checksDarrick J. Wong1-2/+11
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster1-1/+2
2017-06-20xfs: export various function for the online scrubberDarrick J. Wong1-0/+13
2017-06-20xfs: always compile the btree inorder check functionsDarrick J. Wong1-2/+0
2017-06-20xfs: remove double-underscore integer typesDarrick J. Wong1-9/+9
2017-04-04xfs: create a function to query all records in a btreeDarrick J. Wong1-0/+2
2017-02-03xfs: filter out obviously bad btree pointersDarrick J. Wong1-1/+1
2017-01-31xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen1-2/+2