summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree.h
AgeCommit message (Expand)Author
2021-08-25xfs: teach xfs_btree_has_record to return false if there are gapsDarrick J. Wong
2021-08-25xfs: constify btree function parameters that are not modifiedDarrick J. Wong
2021-08-25xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong
2021-08-25xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong
2021-08-25xfs: make the pointer passed to btree set_root functions constDarrick J. Wong
2021-08-25xfs: make the keys and records passed to btree inorder functions constDarrick J. Wong
2021-08-25xfs: mark the record passed into btree init_key functions as constDarrick J. Wong
2021-08-25xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-25xfs: make the key parameters to all btree query range functions constDarrick J. Wong
2021-08-25xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2020-05-13xfs: Use the correct style for SPDX License Identifierxfs-5.8-merge-4Nishad Kamdar
2020-03-18xfs: support bulk loading of staged btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong
2020-03-18xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong
2020-03-13xfs: make the btree ag cursor private union anonymousDave Chinner
2020-03-13xfs: make the btree cursor union members named structureDave Chinner
2020-03-13xfs: make btree cursor private union anonymousDave Chinner
2020-03-13xfs: rename btree cursor private btree member flagsDave Chinner
2020-03-13xfs: introduce new private btree cursor namesDave Chinner
2020-01-26xfs: remove the xfs_btree_get_buf[ls] functionsDarrick J. Wong
2019-11-11xfs: actually check xfs_btree_check_block return in xfs_btree_islastblockDarrick J. Wong
2019-10-29xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksDarrick J. Wong
2019-10-21xfs: track active state of allocation btree cursorsBrian Foster
2019-08-30xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-07-02xfs: create iterator error codesDarrick J. Wong
2019-06-12xfs: remove unused flag argumentsxfs-5.3-merge-1Eric Sandeen
2018-08-02xfs: fold dfops into the transactionBrian Foster
2018-07-11xfs: remove xfs_btree_cur private firstblock fieldBrian Foster
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster
2018-07-11xfs: remove xfs_btree_cur bmbt dfops fieldBrian Foster
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-05-15xfs: add repair helpers for the reference count btreeDarrick J. Wong
2018-05-15xfs: add helpers to calculate btree sizeDarrick J. Wong
2018-04-09xfs: non-scrub - remove unused function parametersxfs-4.17-merge-2Eric Sandeen
2018-03-11Cleanup old XFS_BTREE_* tracesCarlos Maiolino
2018-01-17xfs: add scrub cross-referencing helpers for the free space btreesDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: refactor long-format btree header verification routinesDarrick J. Wong
2018-01-08xfs: remove XFS_FSB_SANITY_CHECKDarrick J. Wong
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong
2017-10-26xfs: scrub the shape of a metadata btreeDarrick J. Wong
2017-10-26xfs: refactor btree block header checking functionsDarrick J. Wong
2017-10-26xfs: refactor btree pointer checksDarrick J. Wong
2017-09-01xfs: skip bmbt block ino validation during owner changeBrian Foster
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong
2017-06-19xfs: always compile the btree inorder check functionsDarrick J. Wong
2017-06-19xfs: remove double-underscore integer typesDarrick J. Wong