summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-01xfs: get rid of assert from xfs_btree_islastblockGuo Xuenan1-1/+0
2022-04-21xfs: convert btree buffer log flags to unsigned.Dave Chinner1-13/+13
2021-10-23xfs: remove kmem_zone typedefDarrick J. Wong1-2/+2
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong1-12/+8
2021-10-19xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong1-2/+0
2021-10-19xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong1-0/+2
2021-10-19xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong1-2/+4
2021-10-19xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong1-2/+11
2021-10-19xfs: encode the max btree height in the cursorDarrick J. Wong1-0/+2
2021-10-19xfs: refactor btree cursor allocation functionDarrick J. Wong1-0/+16
2021-10-19xfs: rearrange xfs_btree_cur fields for better packingDarrick J. Wong1-4/+4
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong1-6/+27
2021-10-19xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong1-4/+4
2021-10-19xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong1-1/+0
2021-10-14xfs: remove xfs_btree_cur_t typedefDarrick J. Wong1-6/+6
2021-08-19xfs: constify btree function parameters that are not modifiedDarrick J. Wong1-9/+12
2021-08-19xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong1-4/+4
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