summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-12-15xfs: allow scrub to hook metadata updates in other writersDarrick J. Wong
2021-12-15xfs: implement live inode scan for scrubDarrick J. Wong
2021-12-15xfs: speed up xfs_iwalk_adjust_start a little bitDarrick J. Wong
2021-12-15xfs: report the health of quota countsDarrick J. Wong
2021-12-15xfs: repair quotasDarrick J. Wong
2021-12-15xfs: create a new inode fork block unmap helperDarrick J. Wong
2021-12-15xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong
2021-12-15xfs: repair damaged symlinksrepair-inodes_2021-12-15Darrick J. Wong
2021-12-15xfs: repair inode block mapsDarrick J. Wong
2021-12-15xfs: reintroduce reaping of file extents to xrep_reap_extentsDarrick J. Wong
2021-12-15xfs: repair obviously broken inode modesDarrick J. Wong
2021-12-15xfs: zap broken inode forksDarrick J. Wong
2021-12-15xfs: repair inode recordsDarrick J. Wong
2021-12-15xfs: warn about inodes with project id of -1Darrick J. Wong
2021-12-15xfs: repair refcount btreesrepair-ag-btrees_2021-12-15Darrick J. Wong
2021-12-15xfs: repair inode btreesDarrick J. Wong
2021-12-15xfs: rewrite xfs_icache_inode_is_allocatedDarrick J. Wong
2021-12-15xfs: repair free space btreesDarrick J. Wong
2021-12-15xfs: allow the user to cancel repairs before we start writingDarrick J. Wong
2021-12-15xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong
2021-12-15xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong
2021-12-15xfs: implement online scrubbing of rtsummary infoscrub-rtsummary_2021-12-15Darrick J. Wong
2021-12-15xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2021-12-15xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong
2021-12-15xfs: get our own reference to inodes that we want to scrubDarrick J. Wong
2021-12-15xfs: create a big array data structureDarrick J. Wong
2021-12-15xfs: log EFIs for all btree blocks being used to stage a btreerepair-prep-for-bulk-loading_2021-12-15Darrick J. Wong
2021-12-15xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2021-12-15xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2021-12-15xfs: force all buffers to be written during btree bulk loadDarrick J. Wong
2021-12-15xfs: convert xbitmap to interval treerepair-bitmap-rework_2021-12-15Darrick J. Wong
2021-12-15xfs: reap large extents when possibleDarrick J. Wong
2021-12-15xfs: ignore stale buffers when scanning the buffer cacheDarrick J. Wong
2021-12-15xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong
2021-12-15xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2021-12-15xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2021-12-15xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2021-12-15Darrick J. Wong
2021-12-15xfs: only allow reaping of per-AG blocks in xrep_reap_extentsDarrick J. Wong
2021-12-15xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2021-12-15xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedDarrick J. Wong
2021-12-15xfs: amend xfs_rmap_has_other_keys to check file offsets properlyDarrick J. Wong
2021-12-15xfs: rewrite xfs_reflink_end_cow to use intentsreflink-speedups_2021-12-15Darrick J. Wong
2021-12-15xfs: reduce transaction reservations with reflinkDarrick J. Wong
2021-12-15xfs: reduce the absurdly large log reservationsDarrick J. Wong
2021-12-15xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong
2021-12-15xfs: remove a __xfs_bunmapi call from reflinkDarrick J. Wong
2021-12-15xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong
2021-12-15xfs: speed up write operations by using non-overlapped lookups when possiblermap-speedups_2021-12-15Darrick J. Wong
2021-12-15xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong
2021-12-15xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong