summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove kmem_zone typedefDarrick J. Wong2021-10-231-2/+2
* xfs: use separate btree cursor cache for each btree typeDarrick J. Wong2021-10-191-12/+8
* xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong2021-10-191-2/+0
* xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong2021-10-191-0/+2
* xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong2021-10-191-2/+4
* xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong2021-10-191-2/+11
* xfs: encode the max btree height in the cursorDarrick J. Wong2021-10-191-0/+2
* xfs: refactor btree cursor allocation functionDarrick J. Wong2021-10-191-0/+16
* xfs: rearrange xfs_btree_cur fields for better packingDarrick J. Wong2021-10-191-4/+4
* xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong2021-10-191-6/+27
* xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong2021-10-191-4/+4
* xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong2021-10-191-1/+0
* xfs: remove xfs_btree_cur_t typedefDarrick J. Wong2021-10-141-6/+6
* xfs: constify btree function parameters that are not modifiedDarrick J. Wong2021-08-191-9/+12
* xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong2021-08-191-4/+4
* xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong2021-08-191-1/+1
* xfs: make the pointer passed to btree set_root functions constDarrick J. Wong2021-08-191-1/+1
* xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong2021-08-191-4/+4
* xfs: mark the record passed into btree init_key functions as constDarrick J. Wong2021-08-191-2/+2
* xfs: make the record pointer passed to query_range functions constDarrick J. Wong2021-08-191-1/+1
* xfs: make the key parameters to all btree query range functions constDarrick J. Wong2021-08-191-1/+2
* xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong2021-08-191-3/+3
* xfs: remove agno from btree cursorDave Chinner2021-06-021-1/+0
* xfs: add a perag to the btree cursorDave Chinner2021-06-021-1/+10
* xfs: Use the correct style for SPDX License IdentifierNishad Kamdar2020-05-141-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-311-1/+0
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-301-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-031-1/+0
* xfs: remove xfs_btree_cur private firstblock fieldBrian Foster2018-07-121-1/+0
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-121-1/+0
* xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster2018-07-121-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-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/+2
* Cleanup old XFS_BTREE_* tracesCarlos Maiolino2018-03-121-19/+0