summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_btree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfs: Avoid races with cnt_btree lastrec updatesZizhi Wo2024-07-041-51/+0
* xfs: support in-memory btreesDarrick J. Wong2024-02-221-37/+219
* xfs: add a xfs_btree_ptrs_equal helperChristoph Hellwig2024-02-221-13/+17
* xfs: move and rename xfs_btree_read_buflChristoph Hellwig2024-02-221-30/+0
* xfs: remove xfs_btree_reada_bufsChristoph Hellwig2024-02-221-28/+10
* xfs: remove xfs_btree_reada_buflChristoph Hellwig2024-02-221-24/+6
* xfs: factor out a __xfs_btree_check_lblock_hdr helperChristoph Hellwig2024-02-221-7/+23
* xfs: rename btree helpers that depends on the block number representationChristoph Hellwig2024-02-221-31/+33
* xfs: consolidate btree block verificationChristoph Hellwig2024-02-221-42/+30
* xfs: tighten up validation of root block in inode forksChristoph Hellwig2024-02-221-3/+13
* xfs: remove the crc variable in __xfs_btree_check_lblockChristoph Hellwig2024-02-221-2/+1
* xfs: misc cleanups for __xfs_btree_check_sblockChristoph Hellwig2024-02-221-8/+4
* xfs: consolidate btree ptr checkingChristoph Hellwig2024-02-221-31/+29
* xfs: simplify xfs_btree_check_lblock_siblingsChristoph Hellwig2024-02-221-16/+6
* xfs: simplify xfs_btree_check_sblock_siblingsChristoph Hellwig2024-02-221-13/+6
* xfs: remove xfs_btnum_tChristoph Hellwig2024-02-221-2/+2
* xfs: add a name field to struct xfs_btree_opsChristoph Hellwig2024-02-221-4/+4
* xfs: don't override bc_ops for staging btreesChristoph Hellwig2024-02-221-16/+59
* xfs: add a xfs_btree_init_ptr_from_curChristoph Hellwig2024-02-221-4/+23
* xfs: create predicate to determine if cursor is at inode root levelDarrick J. Wong2024-02-221-30/+22
* xfs: split the per-btree union in struct xfs_btree_curChristoph Hellwig2024-02-221-1/+1
* xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig2024-02-221-30/+36
* xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong2024-02-221-33/+24
* xfs: factor out a btree block owner checkDarrick J. Wong2024-02-221-5/+28
* xfs: factor out a xfs_btree_owner helperDarrick J. Wong2024-02-221-14/+11
* xfs: move lru refs to the btree ops structureDarrick J. Wong2024-02-221-22/+2
* xfs: set btree block buffer ops in _init_bufDarrick J. Wong2024-02-221-0/+1
* xfs: remove the unnecessary daddr paramter to _init_blockDarrick J. Wong2024-02-221-3/+16
* xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf callsDarrick J. Wong2024-02-221-2/+1
* xfs: rename btree block/buffer init functionsDarrick J. Wong2024-02-221-4/+4
* xfs: initialize btree blocks using btree_ops structureDarrick J. Wong2024-02-221-34/+23
* xfs: remove bc_ino.flagsChristoph Hellwig2024-02-221-1/+1
* xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong2024-02-221-55/+55
* xfs: drop XFS_BTREE_CRC_BLOCKSDarrick J. Wong2024-02-221-4/+4
* xfs: consolidate btree block allocation tracepointsDarrick J. Wong2024-02-221-3/+17
* xfs: consolidate btree block freeing tracepointsDarrick J. Wong2024-02-221-0/+2
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-221-1/+13
* xfs: report btree block corruption errors to the health systemDarrick J. Wong2024-02-221-3/+22
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-1/+1
* xfs: repair refcount btreesDarrick J. Wong2023-12-151-0/+26
* xfs: read leaf blocks when computing keys for bulkloading into node blocksDarrick J. Wong2023-12-151-1/+1
* xfs: implement masked btree key comparisons for _has_records scansDarrick J. Wong2023-04-121-4/+20
* xfs: replace xfs_btree_has_record with a general keyspace scannerDarrick J. Wong2023-04-121-13/+95
* xfs: refactor ->diff_two_keys callsitesDarrick J. Wong2023-04-121-33/+24
* xfs: refactor converting btree irec to btree keyDarrick J. Wong2023-04-121-8/+15
* xfs: t_firstblock is tracking AGs not blocksDave Chinner2023-02-101-1/+1
* xfs: don't use BMBT btree split workers for IO completionDave Chinner2023-02-051-2/+16
* xfs: fix off-by-one error in xfs_btree_space_to_heightDarrick J. Wong2023-01-031-1/+6
* xfs: convert XFS_IFORK_PTR to a static inline helperDarrick J. Wong2022-07-101-2/+2
* xfs: Pre-calculate per-AG agbno geometryDave Chinner2022-07-071-15/+10