summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong2019-03-191-1/+10
* xfs: dabtree scrub needs to range-check levelDarrick J. Wong2019-03-191-0/+5
* xfs: fix backwards endian conversion in scrubDarrick J. Wong2019-02-251-1/+1
* xfs: fix uninitialized error variableColin Ian King2019-02-211-1/+1
* xfs: use buf ops magic to detect btree block typeDarrick J. Wong2019-02-113-10/+2
* xfs: split up allocation btree verifierBrian Foster2019-02-111-2/+2
* xfs: create a separate finobt verifierBrian Foster2019-02-111-1/+1
* xfs: add xfs_verify_agino_or_null helperDarrick J. Wong2019-02-111-5/+3
* xfs: check attribute name validityDarrick J. Wong2019-02-111-0/+6
* xfs: check directory name validityDarrick J. Wong2019-02-111-0/+6
* xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong2019-02-111-3/+2
* xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong2019-02-111-0/+27
* xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong2019-02-111-0/+5
* xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong2019-02-111-30/+32
* xfs: scrub big block inode btrees correctlyDarrick J. Wong2019-02-111-1/+9
* xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong2019-02-112-58/+152
* xfs: hoist inode cluster checks out of loopDarrick J. Wong2019-02-111-54/+65
* xfs: check inobt record alignment on big block filesystemsDarrick J. Wong2019-02-111-0/+41
* xfs: check the ir_startino alignment directlyDarrick J. Wong2019-02-111-6/+50
* xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong2019-02-111-1/+2
* xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2019-02-031-3/+8
* xfs: stringify scrub types in ftrace outputDarrick J. Wong2018-12-191-26/+77
* xfs: stringify btree cursor types in ftrace outputDarrick J. Wong2018-12-191-12/+26
* xfs: fix function pointer type in ftrace formatDarrick J. Wong2018-12-191-1/+1
* 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/+6
* 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-128-63/+27
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-129-91/+94
* xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong2018-10-181-14/+57
* xfs: xrep_findroot_block should reject root blocks with siblingsDarrick J. Wong2018-10-181-13/+48
* xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-181-13/+0
* xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen2018-09-291-1/+3
* xfs: remove duplicated include from alloc.cYueHaibing2018-09-291-1/+0
* xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong2018-08-141-19/+27
* xfs: repair the AGIDarrick J. Wong2018-08-103-1/+220
* xfs: repair the AGFLDarrick J. Wong2018-08-105-1/+380
* xfs: repair the AGFDarrick J. Wong2018-08-104-10/+400
* xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong2018-07-315-163/+149
* xfs: move the repair extent list into its own fileDarrick J. Wong2018-07-294-219/+247
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-264-6/+6
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-2325-843/+832
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-2325-294/+294
* xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong2018-07-236-168/+168
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-2324-1190/+1196
* xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong2018-07-231-4/+3
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-232-4/+3
* xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster2018-07-111-1/+1
* xfs: move various type verifiers to common fileDave Chinner2018-06-081-1/+1