summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-131-1/+1
* xfs: support bulk loading of staged btreesDarrick J. Wong2020-03-181-0/+16
* xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong2020-03-181-0/+3
* xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong2020-03-181-1/+10
* xfs: make the btree ag cursor private union anonymousDave Chinner2020-03-131-14/+11
* xfs: make the btree cursor union members named structureDave Chinner2020-03-131-15/+24
* xfs: make btree cursor private union anonymousDave Chinner2020-03-131-5/+3
* xfs: rename btree cursor private btree member flagsDave Chinner2020-03-131-2/+2
* xfs: introduce new private btree cursor namesDave Chinner2020-03-131-0/+2
* xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong2020-01-261-21/+0
* xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockDarrick J. Wong2019-11-111-8/+17
* xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong2019-10-291-1/+8
* xfs: track active state of allocation btree cursorsBrian Foster2019-10-211-0/+3
* xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong2019-08-301-1/+0
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-291-2/+7
* xfs: create iterator error codesDarrick J. Wong2019-07-021-2/+2
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-7/+3
* xfs: fold dfops into the transactionBrian Foster2018-08-021-1/+0
* xfs: remove xfs_btree_cur private firstblock fieldBrian Foster2018-07-111-1/+0
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-111-1/+0
* xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster2018-07-111-1/+0
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: add repair helpers for the reference count btreeDarrick J. Wong2018-05-151-0/+1
* xfs: add helpers to calculate btree sizeDarrick J. Wong2018-05-151-1/+1
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-4/+2
* Cleanup old XFS_BTREE_* tracesCarlos Maiolino2018-03-111-19/+0
* xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong2018-01-171-0/+2
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-4/+7
* xfs: refactor long-format btree header verification routinesDarrick J. Wong2018-01-081-0/+3
* xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong2018-01-081-4/+0
* xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong2017-10-271-0/+4
* xfs: scrub the shape of a metadata btreeDarrick J. Wong2017-10-261-0/+7
* xfs: refactor btree block header checking functionsDarrick J. Wong2017-10-261-0/+8
* xfs: refactor btree pointer checksDarrick J. Wong2017-10-261-2/+11
* xfs: skip bmbt block ino validation during owner changeBrian Foster2017-09-011-1/+2
* xfs: export various function for the online scrubberDarrick J. Wong2017-06-191-0/+13
* xfs: always compile the btree inorder check functionsDarrick J. Wong2017-06-191-2/+0
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-9/+9
* xfs: create a function to query all records in a btreeDarrick J. Wong2017-04-031-0/+2
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-02-021-1/+1
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-301-2/+2
* xfs: make xfs_btree_magic more genericEric Sandeen2017-01-301-0/+2
* xfs: make xfs btree stats less hugeDave Chinner2016-12-051-39/+4
* xfs: define the on-disk refcount btree formatDarrick J. Wong2016-10-031-0/+12
* xfs: introduce refcount btree definitionsDarrick J. Wong2016-10-031-0/+4
* xfs: count the blocks in a btreeDarrick J. Wong2016-09-191-0/+2
* xfs: create a standard btree size calculator codeDarrick J. Wong2016-09-191-0/+2
* xfs: remove xfs_btree_bigkeyDarrick J. Wong2016-09-191-18/+6
* xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong2016-08-031-24/+0
* xfs: add rmap btree operationsDarrick J. Wong2016-08-031-0/+1