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