summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2019-10-09xfs: zap broken inode forksDarrick J. Wong
2019-10-09xfs: repair inode recordsDarrick J. Wong
2019-10-09xfs: repair refcount btreesrepair-ag-btrees_2019-10-09Darrick J. Wong
2019-10-09xfs: repair inode btreesDarrick J. Wong
2019-10-09xfs: repair free space btreesDarrick J. Wong
2019-10-09xfs: create a big array data structureDarrick J. Wong
2019-10-09xfs: log EFIs for all btree blocks being used to stage a btreerepair-prep-for-bulk-loading_2019-10-09Darrick J. Wong
2019-10-09xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2019-10-09xfs: always rescan allegedly healthy per-ag metadata after repairrepair-health_2019-10-09Darrick J. Wong
2019-10-09xfs: add a repair revalidation function pointerDarrick J. Wong
2019-10-09xfs: convert xbitmap to interval treerepair-bitmap-rework_2019-10-09Darrick J. Wong
2019-10-09xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2019-10-09xfs: replace open-coded bitmap weight logicDarrick J. Wong
2019-10-09xfs: rename xfs_bitmap to xbitmapDarrick J. Wong
2019-10-09xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2019-10-09Darrick J. Wong
2019-10-09xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2019-10-09xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong
2019-10-09xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti
2019-09-23xfs: removed unneeded variableAliasgar Surti
2019-08-30xfs: make attr lookup returns consistentDave Chinner
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-08-28xfs: log proper length of btree block in scrub/repairxfs-5.4-merge-1Eric Sandeen
2019-08-26xfs: bmap scrub should only scrub records onceDarrick J. Wong
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa
2019-07-30xfs: Fix possible null-pointer dereferences in xchk_da_btree_block_check_sibl...xfs-5.3-fixes-1Jia-Ju Bai
2019-07-05xfs: online scrub needn't bother zeroing its temporary bufferxfs-5.3-merge-10Darrick J. Wong
2019-07-05xfs: only allocate memory for scrubbing attributes when we need itDarrick J. Wong
2019-07-05xfs: refactor attr scrub memory allocation functionDarrick J. Wong
2019-07-05xfs: refactor extended attribute buffer pointer functionsDarrick J. Wong
2019-07-05xfs: attribute scrub should use seen_enough to pass error valuesDarrick J. Wong
2019-07-02xfs: create iterator error codesDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-12xfs: remove unused flag argumentsxfs-5.3-merge-1Eric Sandeen
2019-06-12xfs: separate inode geometryDarrick J. Wong
2019-06-03xfs: inode btree scrubber should calculate im_boffset correctlyxfs-5.2-fixes-2Darrick J. Wong
2019-04-30xfs: add online scrub for superblock countersxfs-5.2-merge-3Darrick J. Wong
2019-04-26xfs: scrub should check incore counters against ondisk headersDarrick J. Wong
2019-04-26xfs: allow scrubbers to pause background reclaimDarrick J. Wong
2019-04-26xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong
2019-04-16xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong
2019-04-16xfs: refactor scrub context initializationDarrick J. Wong
2019-03-19xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong
2019-03-19xfs: dabtree scrub needs to range-check levelDarrick J. Wong
2019-02-25xfs: fix backwards endian conversion in scrubxfs-5.1-merge-3Darrick J. Wong
2019-02-21xfs: fix uninitialized error variablexfs-5.1-merge-2Colin Ian King
2019-02-11xfs: use buf ops magic to detect btree block typeDarrick J. Wong
2019-02-11xfs: split up allocation btree verifierBrian Foster