aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/ialloc.c
Commit message (Expand)AuthorAge
* xfs: remove unused header filesEric Sandeen2019-06-28
* xfs: separate inode geometryDarrick J. Wong2019-06-12
* xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong2019-06-03
* xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong2019-04-16
* xfs: fix uninitialized error variableColin Ian King2019-02-21
* xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong2019-02-11
* xfs: scrub big block inode btrees correctlyDarrick J. Wong2019-02-11
* xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong2019-02-11
* xfs: hoist inode cluster checks out of loopDarrick J. Wong2019-02-11
* xfs: check inobt record alignment on big block filesystemsDarrick J. Wong2019-02-11
* xfs: check the ir_startino alignment directlyDarrick J. Wong2019-02-11
* xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong2019-02-11
* xfs: count inode blocks correctly in inobt scrubDarrick J. Wong2018-12-12
* xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong2018-12-12
* xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong2018-12-12
* xfs: add a block to inode count converterDarrick J. Wong2018-12-12
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-12
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-23
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-23
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-23
* xfs: convert to SPDX license tagsDave Chinner2018-06-06
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-15
* xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptDarrick J. Wong2018-03-23
* xfs: record inode buf errors as a xref error in inobt scrubberDarrick J. Wong2018-03-23
* xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong2018-01-29
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-18
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-18
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-18
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-18
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-18
* xfs: scrub inode btreesDarrick J. Wong2017-10-26