summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_btree.c
AgeCommit message (Expand)Author
2024-11-05xfs: add a generic group pointer to the btree cursorChristoph Hellwig
2024-11-05xfs: factor out a generic xfs_group structureChristoph Hellwig
2024-11-05xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpersChristoph Hellwig
2024-07-04xfs: Avoid races with cnt_btree lastrec updatesZizhi Wo
2024-02-22xfs: support in-memory btreesDarrick J. Wong
2024-02-22xfs: add a xfs_btree_ptrs_equal helperChristoph Hellwig
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: factor out a __xfs_btree_check_lblock_hdr helperChristoph 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: tighten up validation of root block in inode forksChristoph Hellwig
2024-02-22xfs: remove the crc variable in __xfs_btree_check_lblockChristoph Hellwig
2024-02-22xfs: misc cleanups for __xfs_btree_check_sblockChristoph Hellwig
2024-02-22xfs: consolidate btree ptr checkingChristoph Hellwig
2024-02-22xfs: simplify xfs_btree_check_lblock_siblingsChristoph Hellwig
2024-02-22xfs: simplify xfs_btree_check_sblock_siblingsChristoph Hellwig
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig
2024-02-22xfs: don't override bc_ops for staging btreesChristoph 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: factor out a btree block owner checkDarrick J. Wong
2024-02-22xfs: factor out a xfs_btree_owner helperDarrick J. Wong
2024-02-22xfs: move lru refs to the btree ops structureDarrick J. Wong
2024-02-22xfs: set btree block buffer ops in _init_bufDarrick J. Wong
2024-02-22xfs: remove the unnecessary daddr paramter to _init_blockDarrick J. Wong
2024-02-22xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf callsDarrick 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: 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: consolidate btree block allocation tracepointsDarrick J. Wong
2024-02-22xfs: consolidate btree block freeing tracepointsDarrick J. Wong
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong
2024-02-22xfs: report btree block corruption errors to the health systemDarrick J. Wong
2024-02-13xfs: convert remaining kmem_free() to kfree()Dave 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-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
2023-04-11xfs: refactor converting btree irec to btree keyDarrick J. Wong
2023-02-11xfs: t_firstblock is tracking AGs not blocksDave Chinner
2023-02-05xfs: don't use BMBT btree split workers for IO completionDave Chinner