aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2024-02-22xfs: fold xfs_refcountbt_init_common into xfs_refcountbt_init_cursorChristoph Hellwig1-20/+12
2024-02-22xfs: remove xfs_inobt_stage_cursorChristoph Hellwig2-16/+0
2024-02-22xfs: fold xfs_inobt_init_common into xfs_inobt_init_cursorChristoph Hellwig1-24/+15
2024-02-22xfs: remove xfs_allocbt_stage_cursorChristoph Hellwig2-18/+0
2024-02-22xfs: fold xfs_allocbt_init_common into xfs_allocbt_init_cursorChristoph Hellwig1-27/+15
2024-02-22xfs: don't override bc_ops for staging btreesChristoph Hellwig8-139/+72
2024-02-22xfs: add a xfs_btree_init_ptr_from_curChristoph Hellwig4-14/+25
2024-02-22xfs: move comment about two 2 keys per pointer in the rmap btreeChristoph Hellwig1-1/+1
2024-02-22xfs: create predicate to determine if cursor is at inode root levelDarrick J. Wong3-32/+33
2024-02-22xfs: split the per-btree union in struct xfs_btree_curChristoph Hellwig7-63/+54
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig9-43/+65
2024-02-22xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong7-44/+48
2024-02-22xfs: factor out a btree block owner checkDarrick J. Wong1-5/+28
2024-02-22xfs: factor out a xfs_btree_owner helperDarrick J. Wong1-14/+11
2024-02-22xfs: move the btree stats offset into struct btree_opsChristoph Hellwig6-29/+26
2024-02-22xfs: move lru refs to the btree ops structureDarrick J. Wong7-22/+19
2024-02-22xfs: set btree block buffer ops in _init_bufDarrick J. Wong2-1/+1
2024-02-22xfs: remove the unnecessary daddr paramter to _init_blockDarrick J. Wong4-9/+21
2024-02-22xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf callsDarrick J. Wong1-2/+1
2024-02-22xfs: rename btree block/buffer init functionsDarrick J. Wong5-12/+12
2024-02-22xfs: initialize btree blocks using btree_ops structureDarrick J. Wong8-87/+69
2024-02-22xfs: extern some btree ops structuresDarrick J. Wong6-7/+16
2024-02-22xfs: turn the allocbt cursor active field into a btree flagChristoph Hellwig3-9/+11
2024-02-22xfs: consolidate the xfs_alloc_lookup_* helpersChristoph Hellwig1-21/+22
2024-02-22xfs: remove bc_ino.flagsChristoph Hellwig4-35/+20
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong8-80/+86
2024-02-22xfs: drop XFS_BTREE_CRC_BLOCKSDarrick J. Wong7-16/+5
2024-02-22xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursorDarrick J. Wong6-16/+17
2024-02-22xfs: consolidate btree block allocation tracepointsDarrick J. Wong3-7/+17
2024-02-22xfs: consolidate btree block freeing tracepointsDarrick J. Wong3-4/+2
2024-02-22xfs: update health status if we get a clean bill of healthDarrick J. Wong1-1/+2
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong3-3/+8
2024-02-22xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong1-0/+43
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong8-44/+339
2024-02-22xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong1-1/+8
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong3-3/+18
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong9-17/+74
2024-02-22xfs: report btree block corruption errors to the health systemDarrick J. Wong7-5/+43
2024-02-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong2-6/+30
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong4-3/+21
2024-02-22xfs: report fs corruption errors to the health tracking systemDarrick J. Wong1-0/+1
2024-02-22xfs: separate the marking of sick and checked metadataDarrick J. Wong1-1/+22
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong1-1/+2
2024-02-22xfs: report health of inode link countsDarrick J. Wong2-1/+4
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong1-1/+2
2024-02-22xfs: report the health of quota countsDarrick J. Wong2-1/+4
2024-02-22xfs: create a macro for decoding ftypes in tracepointsDarrick J. Wong1-0/+11
2024-02-22xfs: create a predicate to determine if two xfs_names are the sameDarrick J. Wong1-0/+12
2024-02-22xfs: create a static name for the dot entry tooDarrick J. Wong2-0/+7
2024-02-19xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)7-19/+18