summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2019-02-25xfs: fix backwards endian conversion in scrubDarrick J. Wong
2019-02-21xfs: fix uninitialized error variableColin Ian King
2019-02-11xfs: use buf ops magic to detect btree block typeDarrick J. Wong
2019-02-11xfs: split up allocation btree verifierBrian Foster
2019-02-11xfs: create a separate finobt verifierBrian Foster
2019-02-11xfs: add xfs_verify_agino_or_null helperDarrick J. Wong
2019-02-11xfs: check attribute name validityDarrick J. Wong
2019-02-11xfs: check directory name validityDarrick J. Wong
2019-02-11xfs: fix off-by-one error in rtbitmap cross-referenceDarrick J. Wong
2019-02-11xfs: scrub should flag dir/attr offsets that aren't mappable with xfs_dablk_tDarrick J. Wong
2019-02-11xfs: abort xattr scrub if fatal signals are pendingDarrick J. Wong
2019-02-11xfs: consolidate scrub dinode mapping code into a single functionDarrick J. Wong
2019-02-11xfs: scrub big block inode btrees correctlyDarrick J. Wong
2019-02-11xfs: clean up the inode cluster checking in the inobt scrubDarrick J. Wong
2019-02-11xfs: hoist inode cluster checks out of loopDarrick J. Wong
2019-02-11xfs: check inobt record alignment on big block filesystemsDarrick J. Wong
2019-02-11xfs: check the ir_startino alignment directlyDarrick J. Wong
2019-02-11xfs: never try to scrub more than 64 inodes per inobt recordDarrick J. Wong
2019-02-03xfs: set buffer ops when repair probes for btree typeDarrick J. Wong
2018-12-19xfs: stringify scrub types in ftrace outputDarrick J. Wong
2018-12-19xfs: stringify btree cursor types in ftrace outputDarrick J. Wong
2018-12-19xfs: fix function pointer type in ftrace formatDarrick J. Wong
2018-12-12xfs: count inode blocks correctly in inobt scrubDarrick J. Wong
2018-12-12xfs: precalculate cluster alignment in inodes and blocksDarrick J. Wong
2018-12-12xfs: precalculate inodes and blocks per inode clusterDarrick J. Wong
2018-12-12xfs: add a block to inode count converterDarrick J. Wong
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-10-18xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong
2018-10-18xfs: xrep_findroot_block should reject root blocks with siblingsDarrick J. Wong
2018-10-18xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig
2018-09-29xfs: don't treat unknown di_flags2 as corruption in scrubEric Sandeen
2018-09-29xfs: remove duplicated include from alloc.cYueHaibing
2018-08-14xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong
2018-08-10xfs: repair the AGIDarrick J. Wong
2018-08-10xfs: repair the AGFLDarrick J. Wong
2018-08-10xfs: repair the AGFDarrick J. Wong
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong
2018-07-29xfs: move the repair extent list into its own fileDarrick J. Wong
2018-07-26xfs: clean up IRELE/iput callsitesDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong
2018-07-23xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-07-11xfs: remove unused btree cursor bc_private.a.dfops fieldBrian Foster
2018-06-08xfs: move various type verifiers to common fileDave Chinner
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong