summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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. Wong12-98/+104
2024-02-22xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong1-1/+6
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. Wong4-9/+64
2024-02-22xfs: consolidate btree block freeing tracepointsDarrick J. Wong4-6/+32
2024-02-22xfs: repair summary countersDarrick J. Wong8-18/+128
2024-02-22xfs: update health status if we get a clean bill of healthDarrick J. Wong6-2/+77
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong7-6/+58
2024-02-22xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong2-12/+63
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong13-50/+364
2024-02-22xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong2-1/+14
2024-02-22xfs: report quota block corruption errors to the health systemDarrick J. Wong3-2/+37
2024-02-22xfs: report inode corruption errors to the health systemDarrick J. Wong5-3/+29
2024-02-22xfs: report symlink block corruption errors to the health systemDarrick J. Wong1-5/+12
2024-02-22xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong12-18/+125
2024-02-22xfs: report btree block corruption errors to the health systemDarrick J. Wong8-5/+81
2024-02-22xfs: report block map corruption errors to the health tracking systemDarrick J. Wong5-10/+73
2024-02-22xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong6-5/+50
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. Wong4-5/+95
2024-02-22xfs: teach repair to fix file nlinksDarrick J. Wong7-3/+237
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong11-3/+293
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong11-2/+1093
2024-02-22xfs: report health of inode link countsDarrick J. Wong3-1/+5
2024-02-22xfs: repair dquots based on live quotacheck resultsDarrick J. Wong8-6/+284
2024-02-22xfs: repair cannot update the summary counters when logging quota flagsDarrick J. Wong1-7/+34
2024-02-22xfs: track quota updates during live quotacheckDarrick J. Wong11-16/+606
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong11-4/+672
2024-02-22xfs: create a sparse load xfarray functionDarrick J. Wong1-0/+19
2024-02-22xfs: create a helper to count per-device inode block usageDarrick J. Wong2-0/+18
2024-02-22xfs: create a xchk_trans_alloc_empty helper for scrubDarrick J. Wong3-2/+10
2024-02-22xfs: report the health of quota countsDarrick J. Wong5-2/+13
2024-02-22xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong5-6/+312
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. Wong2-2/+14
2024-02-22xfs: create a static name for the dot entry tooDarrick J. Wong2-0/+7
2024-02-22xfs: iscan batching should handle unallocated inodes tooDarrick J. Wong3-15/+119
2024-02-22xfs: cache a bunch of inodes for repair scansDarrick J. Wong3-30/+159