summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig2024-02-222-7/+7
* xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong2024-02-222-3/+3
* xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong2024-02-223-14/+14
* xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong2024-02-221-1/+6
* xfs: repair summary countersDarrick J. Wong2024-02-227-18/+127
* xfs: update health status if we get a clean bill of healthDarrick J. Wong2024-02-225-1/+75
* xfs: remember sick inodes that get inactivatedDarrick J. Wong2024-02-221-3/+13
* xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong2024-02-221-2/+7
* xfs: separate the marking of sick and checked metadataDarrick J. Wong2024-02-221-4/+4
* xfs: teach repair to fix file nlinksDarrick J. Wong2024-02-226-3/+236
* xfs: track directory entry updates during live nlinks fsckDarrick J. Wong2024-02-226-3/+139
* xfs: teach scrub to check file nlinksDarrick J. Wong2024-02-229-1/+1090
* xfs: repair dquots based on live quotacheck resultsDarrick J. Wong2024-02-227-6/+283
* 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-226-6/+370
* xfs: implement live quotacheck inode scanDarrick J. Wong2024-02-229-3/+669
* xfs: create a sparse load xfarray functionDarrick J. Wong2024-02-221-0/+19
* xfs: create a xchk_trans_alloc_empty helper for scrubDarrick J. Wong2024-02-223-2/+10
* xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong2024-02-225-6/+312
* xfs: create a predicate to determine if two xfs_names are the sameDarrick J. Wong2024-02-221-2/+2
* 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: implement live inode scan for scrubDarrick J. Wong2024-02-224-0/+655
* 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
* xfs: remove xfarray_sortinfo.page_kaddrChristoph Hellwig2024-02-212-19/+4
* xfs: add file_{get,put}_folioDarrick J. Wong2024-02-213-0/+83
* xfs: use shmem_get_folio in in xfile_loadChristoph Hellwig2024-02-211-35/+26
* xfs: use shmem_get_folio in xfile_obj_storeChristoph Hellwig2024-02-211-46/+27
* xfs: don't allow highmem pages in xfile mappingsChristoph Hellwig2024-02-212-14/+10
* xfs: don't try to handle non-update pages in xfile_obj_loadChristoph Hellwig2024-02-211-12/+8
* xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig2024-02-215-74/+40
* xfs: remove xfile_statChristoph Hellwig2024-02-213-50/+10
* xfs: don't modify file and inode flags for shmem filesChristoph Hellwig2024-02-211-15/+0
* xfs: use shmem_kernel_file_setup in xfile_createChristoph Hellwig2024-02-211-2/+2
* xfs: shmem_file_setup can't return NULLChristoph Hellwig2024-02-211-3/+1
* xfs: use VM_NORESERVE in xfile_createChristoph Hellwig2024-02-211-1/+1
* xfs: Replace xfs_isilocked with xfs_assert_ilockedMatthew Wilcox (Oracle)2024-02-191-2/+2
* xfs: disable sparse inode chunk alignment check when there is no alignmentDarrick J. Wong2024-02-171-1/+1
* xfs: convert remaining kmem_free() to kfree()Dave Chinner2024-02-131-1/+1
* xfs: remove conditional building of rt geometry validator functionsDarrick J. Wong2024-01-302-0/+2
* xfs: remove struct xfs_attr_shortformChristoph Hellwig2023-12-292-7/+6
* xfs: make if_data a void pointerChristoph Hellwig2023-12-293-12/+6
* xfs: remove rt-wrappers from xfs_format.hChristoph Hellwig2023-12-221-1/+1
* xfs/health: cleanup, remove duplicated includingWang Jinchao2023-12-221-2/+0
* xfs: repair quotasDarrick J. Wong2023-12-157-5/+618
* xfs: improve dquot iteration for scrubDarrick J. Wong2023-12-155-9/+312
* xfs: check dquot resource timersDarrick J. Wong2023-12-151-0/+21