summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xfs: iscan batching should handle unallocated inodes tooDarrick J. Wong2024-02-223-15/+119
* xfs: cache a bunch of inodes for repair scansDarrick J. Wong2024-02-223-30/+159
* xfs: stagger the starting AG of scrub iscans to reduce contentionDarrick J. Wong2024-02-223-12/+89
* xfs: allow scrub to hook metadata updates in other writersDarrick J. Wong2024-02-225-0/+124
* xfs: implement live inode scan for scrubDarrick J. Wong2024-02-225-0/+656
* xfs: speed up xfs_iwalk_adjust_start a little bitDarrick J. Wong2024-02-221-11/+2
* xfs: fix SEEK_HOLE/DATA for regions with active COW extentsDave Chinner2024-02-211-2/+2
* xfs: remove xfile_{get,put}_pageDarrick J. Wong2024-02-213-126/+0
* xfs: convert xfarray_pagesort to deal with large foliosDarrick J. Wong2024-02-213-111/+143
* xfs: fix a comment in xfarray.cChristoph Hellwig2024-02-211-1/+1