summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2024-02-22xfs: support in-memory btreesDarrick J. Wong
2024-02-22xfs: consolidate btree block verificationChristoph Hellwig
2024-02-22xfs: consolidate btree ptr checkingChristoph Hellwig
2024-02-22xfs: remove xfs_btnum_tChristoph Hellwig
2024-02-22xfs: split xfs_inobt_init_cursorChristoph Hellwig
2024-02-22xfs: remove the which variable in xchk_iallocbtChristoph Hellwig
2024-02-22xfs: split xfs_allocbt_init_cursorChristoph Hellwig
2024-02-22xfs: refactor the btree cursor allocation logic in xchk_ag_btcur_initChristoph Hellwig
2024-02-22xfs: add a name field to struct xfs_btree_opsChristoph Hellwig
2024-02-22xfs: split the agf_roots and agf_levels arraysChristoph Hellwig
2024-02-22xfs: remove xfs_bmbt_stage_cursorChristoph Hellwig
2024-02-22xfs: remove xfs_refcountbt_stage_cursorChristoph Hellwig
2024-02-22xfs: remove xfs_inobt_stage_cursorChristoph Hellwig
2024-02-22xfs: remove xfs_allocbt_stage_cursorChristoph Hellwig
2024-02-22xfs: add a xfs_btree_init_ptr_from_curChristoph Hellwig
2024-02-22xfs: split out a btree type from the btree ops geometry flagsChristoph Hellwig
2024-02-22xfs: store the btree pointer length in struct xfs_btree_opsDarrick J. Wong
2024-02-22xfs: encode the btree geometry flags in the btree ops structureDarrick J. Wong
2024-02-22xfs: fix imprecise logic in xchk_btree_check_block_ownerDarrick J. Wong
2024-02-22xfs: repair summary countersDarrick J. Wong
2024-02-22xfs: update health status if we get a clean bill of healthDarrick J. Wong
2024-02-22xfs: remember sick inodes that get inactivatedDarrick J. Wong
2024-02-22xfs: report XFS_IS_CORRUPT errors to the health systemDarrick J. Wong
2024-02-22xfs: separate the marking of sick and checked metadataDarrick J. Wong
2024-02-22xfs: teach repair to fix file nlinksDarrick J. Wong
2024-02-22xfs: track directory entry updates during live nlinks fsckDarrick J. Wong
2024-02-22xfs: teach scrub to check file nlinksDarrick J. Wong
2024-02-22xfs: repair dquots based on live quotacheck resultsDarrick J. Wong
2024-02-22xfs: repair cannot update the summary counters when logging quota flagsDarrick J. Wong
2024-02-22xfs: track quota updates during live quotacheckDarrick J. Wong
2024-02-22xfs: implement live quotacheck inode scanDarrick J. Wong
2024-02-22xfs: create a sparse load xfarray functionDarrick J. Wong
2024-02-22xfs: create a xchk_trans_alloc_empty helper for scrubDarrick J. Wong
2024-02-22xfs: repair file modes by scanning for a dirent pointing to usDarrick J. Wong
2024-02-22xfs: create a predicate to determine if two xfs_names are the sameDarrick J. Wong
2024-02-22xfs: iscan batching should handle unallocated inodes tooDarrick J. Wong
2024-02-22xfs: cache a bunch of inodes for repair scansDarrick J. Wong
2024-02-22xfs: stagger the starting AG of scrub iscans to reduce contentionDarrick J. Wong
2024-02-22xfs: implement live inode scan for scrubDarrick J. Wong
2024-02-21xfs: remove xfile_{get,put}_pageDarrick J. Wong
2024-02-21xfs: convert xfarray_pagesort to deal with large foliosDarrick J. Wong
2024-02-21xfs: fix a comment in xfarray.cChristoph Hellwig
2024-02-21xfs: remove xfarray_sortinfo.page_kaddrChristoph Hellwig
2024-02-21xfs: add file_{get,put}_folioDarrick J. Wong
2024-02-21xfs: use shmem_get_folio in in xfile_loadChristoph Hellwig
2024-02-21xfs: use shmem_get_folio in xfile_obj_storeChristoph Hellwig
2024-02-21xfs: don't allow highmem pages in xfile mappingsChristoph Hellwig
2024-02-21xfs: don't try to handle non-update pages in xfile_obj_loadChristoph Hellwig
2024-02-21xfs: remove the xfile_pread/pwrite APIsChristoph Hellwig
2024-02-21xfs: remove xfile_statChristoph Hellwig