summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2023-09-12xfs: only call xchk_stats_merge after validating scrub inputsfix-scrub-6.6_2023-09-12Darrick J. Wong
2023-08-30Merge tag 'xfs-6.6-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-08-10xfs: don't check reflink iflag state when checking cow forkscrub-bmap-fixes-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: simplify returns in xchk_bmapDarrick J. Wong
2023-08-10xfs: rewrite xchk_inode_is_allocated to work properlyDarrick J. Wong
2023-08-10xfs: hide xfs_inode_is_allocated in scrub common codeDarrick J. Wong
2023-08-10xfs: fix agf_fllast when repairing an empty AGFLrepair-agfl-fixes-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: clear pagf_agflreset when repairing the AGFLDarrick J. Wong
2023-08-10xfs: allow userspace to rebuild metadata structuresrepair-force-rebuild-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong
2023-08-10xfs: allow the user to cancel repairs before we start writingrepair-tweaks-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong
2023-08-10xfs: implement online scrubbing of rtsummary infoscrub-rtsummary-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2023-08-10xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong
2023-08-10xfs: get our own reference to inodes that we want to scrubDarrick J. Wong
2023-08-10xfs: track usage statistics of online fsckscrub-usage-stats-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: improve xfarray quicksort pivotbig-array-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: cache pages used for xfarray quicksort convergenceDarrick J. Wong
2023-08-10xfs: speed up xfarray sort by sorting xfile page contents directlyDarrick J. Wong
2023-08-10xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong
2023-08-10xfs: convert xfarray insertion sort to heapsort using scratchpad memoryDarrick J. Wong
2023-08-10xfs: enable sorting of xfile-backed arraysDarrick J. Wong
2023-08-10xfs: create a big array data structureDarrick J. Wong
2023-08-10xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairrepair-reap-fixes-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong
2023-08-10xfs: allow scanning ranges of the buffer cache for live buffersDarrick J. Wong
2023-08-10xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong
2023-08-10xfs: use deferred frees to reap old btree blocksDarrick J. Wong
2023-08-10xfs: only allow reaping of per-AG blocks in xrep_reap_extentsDarrick J. Wong
2023-08-10xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2023-08-10xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong
2023-08-10xfs: cull repair code that will never get usedDarrick J. Wong
2023-08-04xfs: stabilize fs summary counters for online fsckDarrick J. Wong
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-05xfs: fix broken logic when detecting mergeable bmap recordsDarrick J. Wong
2023-06-05xfs: Fix undefined behavior of shift into sign bitGeert Uytterhoeven
2023-05-26overflow: Add struct_size_t() helperKees Cook
2023-05-02xfs: disable reaping in fscounters scrubDarrick J. Wong
2023-05-02xfs: flush dirty data and drain directios before scrubbing cow forkDarrick J. Wong
2023-04-20xfs: fix duplicate includesDave Chinner
2023-04-11xfs: cross-reference rmap records with refcount btreesscrub-strengthen-rmap-checking-6.4_2023-04-12scrub-strengthen-rmap-checking-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: cross-reference rmap records with inode btreesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with free space btreesDarrick J. Wong
2023-04-11xfs: cross-reference rmap records with ag btreesDarrick J. Wong
2023-04-11xfs: introduce bitmap type for AG blocksDarrick J. Wong
2023-04-11xfs: convert xbitmap to interval treerepair-bitmap-rework-6.4_2023-04-12repair-bitmap-rework-6.4_2023-04-11Darrick J. Wong
2023-04-11xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2023-04-11xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2023-04-11xfs: don't load local xattr values during scrubscrub-fix-xattr-memory-mgmt-6.4_2023-04-12scrub-fix-xattr-memory-mgmt-6.4_2023-04-11Darrick J. Wong