summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.h
Commit message (Expand)AuthorAgeFilesLines
* xfs: create iterator error codesDarrick J. Wong2019-07-021-2/+2
* xfs: remove unused flag argumentsEric Sandeen2019-06-121-7/+3Star
* xfs: fold dfops into the transactionBrian Foster2018-08-031-1/+0Star
* xfs: remove xfs_btree_cur private firstblock fieldBrian Foster2018-07-121-1/+0Star
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-121-1/+0Star
* xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster2018-07-121-1/+0Star
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* xfs: add repair helpers for the reference count btreeDarrick J. Wong2018-05-161-0/+1
* xfs: add helpers to calculate btree sizeDarrick J. Wong2018-05-161-1/+1
* xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-4/+2Star
* Cleanup old XFS_BTREE_* tracesCarlos Maiolino2018-03-121-19/+0Star
* xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong2018-01-181-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/+0Star
* 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-271-0/+7
* xfs: refactor btree block header checking functionsDarrick J. Wong2017-10-271-0/+8
* xfs: refactor btree pointer checksDarrick J. Wong2017-10-271-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/+0Star
* 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-041-0/+2
* xfs: filter out obviously bad btree pointersDarrick J. Wong2017-02-031-1/+1
* xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen2017-01-311-2/+2
* xfs: make xfs_btree_magic more genericEric Sandeen2017-01-311-0/+2
* xfs: make xfs btree stats less hugeDave Chinner2016-12-051-39/+4Star
* 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/+6Star
* xfs: remove the get*keys and update_keys btree ops pointersDarrick J. Wong2016-08-031-24/+0Star
* xfs: add rmap btree operationsDarrick J. Wong2016-08-031-0/+1
* xfs: define the on-disk rmap btree formatDarrick J. Wong2016-08-031-8/+14
* xfs: add rmap btree stats infrastructureDarrick J. Wong2016-08-031-2/+3
* xfs: introduce rmap btree definitionsDarrick J. Wong2016-08-031-0/+3
* xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbtDarrick J. Wong2016-08-031-1/+1
* xfs: rename flist/free_list to dfopsDarrick J. Wong2016-08-031-2/+2
* xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*Darrick J. Wong2016-08-031-2/+3
* xfs: refactor btree owner change into a separate visit-blocks functionDarrick J. Wong2016-08-031-0/+5
* xfs: introduce interval queries on btreesDarrick J. Wong2016-08-031-5/+17
* xfs: support btrees with overlapping intervals for keysDarrick J. Wong2016-08-031-0/+30
* xfs: add function pointers for get/update keys to the btreeDarrick J. Wong2016-08-031-0/+19
* xfs: during btree split, save new block key & ptr for future insertionDarrick J. Wong2016-08-031-2/+0Star
* xfs: refactor btree maxlevels computationDarrick J. Wong2016-06-211-0/+2
* libxfs: refactor short btree block verificationDarrick J. Wong2016-01-041-0/+3
* xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-16/+23
* xfs: require 64-bit sector_tChristoph Hellwig2014-07-301-1/+1