summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree.h
AgeCommit message (Expand)Author
2024-02-22xfs: support in-memory btreesDarrick J. Wong
2024-02-22xfs: move and rename xfs_btree_read_buflChristoph Hellwig
2024-02-22xfs: remove xfs_btree_reada_bufsChristoph Hellwig
2024-02-22xfs: remove xfs_btree_reada_buflChristoph Hellwig
2024-02-22xfs: rename btree helpers that depends on the block number representationChristoph Hellwig
2024-02-22xfs: consolidate btree block verificationChristoph Hellwig
2024-02-22xfs: consolidate btree ptr checkingChristoph Hellwig
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig
2024-02-22xfs: add a sick_mask to struct xfs_btree_opsChristoph Hellwig
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig
2024-02-22xfs: add a xfs_btree_init_ptr_from_curChristoph Hellwig
2024-02-22xfs: create predicate to determine if cursor is at inode root levelDarrick J. Wong
2024-02-22xfs: split the per-btree union in struct xfs_btree_curChristoph Hellwig
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig
2024-02-22xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong
2024-02-22xfs: move the btree stats offset into struct btree_opsChristoph Hellwig
2024-02-22xfs: move lru refs to the btree ops structureDarrick J. Wong
2024-02-22xfs: remove the unnecessary daddr paramter to _init_blockDarrick J. Wong
2024-02-22xfs: rename btree block/buffer init functionsDarrick J. Wong
2024-02-22xfs: initialize btree blocks using btree_ops structureDarrick J. Wong
2024-02-22xfs: turn the allocbt cursor active field into a btree flagChristoph Hellwig
2024-02-22xfs: remove bc_ino.flagsChristoph Hellwig
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong
2024-02-22xfs: drop XFS_BTREE_CRC_BLOCKSDarrick J. Wong
2024-02-22xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursorDarrick J. Wong
2024-02-13xfs: use __GFP_NOLOCKDEP instead of GFP_NOFSDave Chinner
2023-12-15xfs: repair refcount btreesDarrick J. Wong
2023-12-15xfs: read leaf blocks when computing keys for bulkloading into node blocksDarrick J. Wong
2023-05-26overflow: Add struct_size_t() helperKees Cook
2023-04-11xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong
2023-04-11xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong
2023-04-11xfs: refactor ->diff_two_keys callsitesDarrick J. Wong
2022-12-01xfs: get rid of assert from xfs_btree_islastblockGuo Xuenan
2022-04-21xfs: convert btree buffer log flags to unsigned.Dave Chinner
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-10-19xfs: use separate btree cursor cache for each btree typeDarrick J. Wong
2021-10-19xfs: kill XFS_BTREE_MAXLEVELSDarrick J. Wong
2021-10-19xfs: compute the maximum height of the rmap btree when reflink enabledDarrick J. Wong
2021-10-19xfs: clean up xfs_btree_{calc_size,compute_maxlevels}Darrick J. Wong
2021-10-19xfs: dynamically allocate cursors based on maxlevelsDarrick J. Wong
2021-10-19xfs: encode the max btree height in the cursorDarrick J. Wong
2021-10-19xfs: refactor btree cursor allocation functionDarrick J. Wong
2021-10-19xfs: rearrange xfs_btree_cur fields for better packingDarrick J. Wong
2021-10-19xfs: prepare xfs_btree_cur for dynamic cursor heightsDarrick J. Wong
2021-10-19xfs: reduce the size of nr_ops for refcount btree cursorsDarrick J. Wong
2021-10-19xfs: remove xfs_btree_cur.bc_blocklogDarrick J. Wong
2021-10-14xfs: remove xfs_btree_cur_t typedefDarrick J. Wong
2021-08-18xfs: constify btree function parameters that are not modifiedDarrick J. Wong
2021-08-18xfs: make the start pointer passed to btree update_lastrec functions constDarrick J. Wong
2021-08-18xfs: make the start pointer passed to btree alloc_block functions constDarrick J. Wong