| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: fix indentation and other whitespace problems in scrub/repair | Darrick J. Wong | 2018-07-23 | 1 | -86/+86 |
* | xfs: shorten struct xfs_scrub_context to struct xfs_scrub | Darrick J. Wong | 2018-07-23 | 1 | -16/+16 |
* | xfs: shorten xfs_scrub_ prefix | Darrick J. Wong | 2018-07-23 | 1 | -159/+159 |
* | xfs: move various type verifiers to common file | Dave Chinner | 2018-06-08 | 1 | -1/+1 |
* | xfs: convert to SPDX license tags | Dave Chinner | 2018-06-06 | 1 | -15/+1 |
* | xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walk | Darrick J. Wong | 2018-05-16 | 1 | -65/+13 |
* | xfs: superblock scrub should use short-lived buffers | Darrick J. Wong | 2018-05-16 | 1 | -3/+1 |
* | xfs: clean up scrub usage of KM_NOFS | Darrick J. Wong | 2018-05-16 | 1 | -1/+2 |
* | xfs: convert XFS_AGFL_SIZE to a helper function | Dave Chinner | 2018-03-12 | 1 | -3/+3 |
* | xfs: use memset to initialize xfs_scrub_agfl_info | Eric Sandeen | 2018-02-22 | 1 | -1/+2 |
* | xfs: scrub in-core metadata | Darrick J. Wong | 2018-01-18 | 1 | -0/+3 |
* | xfs: cross-reference refcount btree during scrub | Darrick J. Wong | 2018-01-18 | 1 | -0/+25 |
* | xfs: cross-reference reverse-mapping btree | Darrick J. Wong | 2018-01-18 | 1 | -2/+66 |
* | xfs: cross-reference inode btrees during scrub | Darrick J. Wong | 2018-01-18 | 1 | -0/+27 |
* | xfs: cross-reference bnobt records with cntbt | Darrick J. Wong | 2018-01-18 | 1 | -0/+33 |
* | xfs: cross-reference with the bnobt | Darrick J. Wong | 2018-01-18 | 1 | -0/+96 |
* | xfs: introduce scrubber cross-referencing stubs | Darrick J. Wong | 2018-01-18 | 1 | -1/+62 |
* | xfs: catch a few more error codes when scrubbing secondary sb | Darrick J. Wong | 2018-01-08 | 1 | -0/+16 |
* | xfs: move all scrub input checking to xfs_scrub_validate | Eric Sandeen | 2018-01-08 | 1 | -17/+0 |
* | xfs: check the uniqueness of the AGFL entries | Darrick J. Wong | 2017-11-10 | 1 | -2/+61 |
* | xfs: scrub the AGI | Darrick J. Wong | 2017-10-27 | 1 | -0/+85 |
* | xfs: scrub AGF and AGFL | Darrick J. Wong | 2017-10-27 | 1 | -0/+184 |
* | xfs: scrub the secondary superblocks | Darrick J. Wong | 2017-10-27 | 1 | -0/+330 |