summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-7/+0Star
* xfs: separate inode geometryDarrick J. Wong2019-06-121-10/+11
* xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong2019-06-031-1/+2
* xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong2019-04-161-2/+2
* xfs: fix uninitialized error variableColin Ian King2019-02-211-1/+1
* xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong2019-02-121-30/+32
* xfs: scrub big block inode btrees correctlyDarrick J. Wong2019-02-121-1/+9
* xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong2019-02-121-58/+107
* xfs: hoist inode cluster checks out of loopDarrick J. Wong2019-02-121-54/+65
* xfs: check inobt record alignment on big block filesystemsDarrick J. Wong2019-02-121-0/+41
* xfs: check the ir_startino alignment directlyDarrick J. Wong2019-02-121-6/+50
* xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong2019-02-121-1/+2
* xfs: count inode blocks correctly in inobt scrubDarrick J. Wong2018-12-121-7/+15
* xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-121-1/+1
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-121-8/+6Star
* xfs: add a block to inode count converterDarrick J. Wong2018-12-121-1/+1
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-19/+9Star
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-29/+29
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-11/+11
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-69/+69
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-161-3/+4
* xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptDarrick J. Wong2018-03-241-1/+1
* xfs: record inode buf errors as a xref error in inobt scrubberDarrick J. Wong2018-03-241-1/+2
* xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong2018-01-291-2/+2
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-181-0/+1
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-181-2/+101
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-181-0/+73
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-181-0/+2
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-181-0/+15
* xfs: scrub inode btreesDarrick J. Wong2017-10-271-0/+337