aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs/libxfs/xfs_btree.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: support in-memory btreesDarrick J. Wong1-0/+7
2024-02-22xfs: move and rename xfs_btree_read_buflChristoph Hellwig1-13/+0
2024-02-22xfs: remove xfs_btree_reada_bufsChristoph Hellwig1-12/+0
2024-02-22xfs: remove xfs_btree_reada_buflChristoph Hellwig1-11/+0
2024-02-22xfs: rename btree helpers that depends on the block number representationChristoph Hellwig1-8/+8
2024-02-22xfs: consolidate btree block verificationChristoph Hellwig1-8/+1
2024-02-22xfs: consolidate btree ptr checkingChristoph Hellwig1-18/+3
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig1-11/+0
2024-02-22xfs: add a sick_mask to struct xfs_btree_opsChristoph Hellwig1-0/+3
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig1-0/+2
2024-02-22xfs: add a xfs_btree_init_ptr_from_curChristoph Hellwig1-0/+2
2024-02-22xfs: create predicate to determine if cursor is at inode root levelDarrick J. Wong1-0/+10
2024-02-22xfs: split the per-btree union in struct xfs_btree_curChristoph Hellwig1-32/+23
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig1-4/+11
2024-02-22xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong1-10/+16
2024-02-22xfs: move the btree stats offset into struct btree_opsChristoph Hellwig1-3/+7
2024-02-22xfs: move lru refs to the btree ops structureDarrick J. Wong1-0/+3
2024-02-22xfs: remove the unnecessary daddr paramter to _init_blockDarrick J. Wong1-1/+1
2024-02-22xfs: rename btree block/buffer init functionsDarrick J. Wong1-2/+2
2024-02-22xfs: initialize btree blocks using btree_ops structureDarrick J. Wong1-20/+8
2024-02-22xfs: turn the allocbt cursor active field into a btree flagChristoph Hellwig1-3/+3
2024-02-22xfs: remove bc_ino.flagsChristoph Hellwig1-6/+6
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong1-9/+14
2024-02-22xfs: drop XFS_BTREE_CRC_BLOCKSDarrick J. Wong1-1/+0
2024-02-22xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursorDarrick J. Wong1-0/+2
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner1-1/+3
2023-12-15xfs: repair refcount btreesDarrick J. Wong1-0/+2
2023-12-15xfs: read leaf blocks when computing keys for bulkloading into node blocksDarrick J. Wong1-0/+3
2023-05-26overflow: Add struct_size_t() helperKees Cook1-1/+1
2023-04-11xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong1-6/+44
2023-04-11xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong1-2/+42
2023-04-11xfs: refactor ->diff_two_keys callsitesDarrick J. Wong1-0/+55
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-22xfs: 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-18xfs: constify btree function parameters that are not modifiedDarrick J. Wong1-9/+12
2021-08-18xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong1-4/+4
2021-08-18xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong1-1/+1