summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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 the btree stats offset into struct btree_opsChristoph Hellwig2024-02-226-29/+26
* xfs: move lru refs to the btree ops structureDarrick J. Wong2024-02-227-22/+19
* xfs: set btree block buffer ops in _init_bufDarrick J. Wong2024-02-222-1/+1
* xfs: remove the unnecessary daddr paramter to _init_blockDarrick J. Wong2024-02-224-9/+21
* 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-225-12/+12
* xfs: initialize btree blocks using btree_ops structureDarrick J. Wong2024-02-228-87/+69
* xfs: extern some btree ops structuresDarrick J. Wong2024-02-226-7/+16
* xfs: turn the allocbt cursor active field into a btree flagChristoph Hellwig2024-02-223-9/+11
* xfs: consolidate the xfs_alloc_lookup_* helpersChristoph Hellwig2024-02-221-21/+22
* xfs: remove bc_ino.flagsChristoph Hellwig2024-02-224-35/+20
* xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong2024-02-2212-98/+104
* xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong2024-02-221-1/+6
* xfs: drop XFS_BTREE_CRC_BLOCKSDarrick J. Wong2024-02-227-16/+5
* xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursorDarrick J. Wong2024-02-226-16/+17
* xfs: consolidate btree block allocation tracepointsDarrick J. Wong2024-02-224-9/+64
* xfs: consolidate btree block freeing tracepointsDarrick J. Wong2024-02-224-6/+32
* xfs: repair summary countersDarrick J. Wong2024-02-228-18/+128
* xfs: update health status if we get a clean bill of healthDarrick J. Wong2024-02-226-2/+77
* xfs: remember sick inodes that get inactivatedDarrick J. Wong2024-02-227-6/+58
* xfs: add secondary and indirect classes to the health tracking systemDarrick J. Wong2024-02-222-12/+63
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-2213-50/+364
* xfs: report realtime metadata corruption errors to the health systemDarrick J. Wong2024-02-222-1/+14
* xfs: report quota block corruption errors to the health systemDarrick J. Wong2024-02-223-2/+37
* xfs: report inode corruption errors to the health systemDarrick J. Wong2024-02-225-3/+29
* xfs: report symlink block corruption errors to the health systemDarrick J. Wong2024-02-221-5/+12
* xfs: report dir/attr block corruption errors to the health systemDarrick J. Wong2024-02-2212-18/+125
* xfs: report btree block corruption errors to the health systemDarrick J. Wong2024-02-228-5/+81
* xfs: report block map corruption errors to the health tracking systemDarrick J. Wong2024-02-225-10/+73
* xfs: report ag header corruption errors to the health tracking systemDarrick J. Wong2024-02-226-5/+50
* xfs: report fs corruption errors to the health tracking systemDarrick J. Wong2024-02-221-0/+1
* xfs: separate the marking of sick and checked metadataDarrick J. Wong2024-02-224-5/+95
* xfs: teach repair to fix file nlinksDarrick J. Wong2024-02-227-3/+237
* xfs: track directory entry updates during live nlinks fsckDarrick J. Wong2024-02-2211-3/+293
* xfs: teach scrub to check file nlinksDarrick J. Wong2024-02-2211-2/+1093
* xfs: report health of inode link countsDarrick J. Wong2024-02-223-1/+5
* xfs: repair dquots based on live quotacheck resultsDarrick J. Wong2024-02-228-6/+284
* xfs: repair cannot update the summary counters when logging quota flagsDarrick J. Wong2024-02-221-7/+34
* xfs: track quota updates during live quotacheckDarrick J. Wong2024-02-2211-16/+606
* xfs: implement live quotacheck inode scanDarrick J. Wong2024-02-2211-4/+672
* xfs: create a sparse load xfarray functionDarrick J. Wong2024-02-221-0/+19
* xfs: create a helper to count per-device inode block usageDarrick J. Wong2024-02-222-0/+18
* xfs: create a xchk_trans_alloc_empty helper for scrubDarrick J. Wong2024-02-223-2/+10
* xfs: report the health of quota countsDarrick J. Wong2024-02-225-2/+13
* xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong2024-02-225-6/+312
* xfs: create a macro for decoding ftypes in tracepointsDarrick J. Wong2024-02-221-0/+11
* xfs: create a predicate to determine if two xfs_names are the sameDarrick J. Wong2024-02-222-2/+14
* xfs: create a static name for the dot entry tooDarrick J. Wong2024-02-222-0/+7