aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-23xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptDarrick J. Wong1-1/+1
2018-03-23xfs: flag inode corruption if parent ptr doesn't get us a real inodeDarrick J. Wong1-1/+11
2018-03-23xfs: move inode extent size hint validation to libxfsDarrick J. Wong1-88/+12
2018-03-23xfs: record inode buf errors as a xref error in inobt scrubberDarrick J. Wong1-1/+2
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong9-111/+74
2018-03-23xfs: inode scrubber shouldn't bother with raw checksDarrick J. Wong1-89/+13
2018-03-23xfs: bmap scrubber should do rmap xref with bmap for sparse filesDarrick J. Wong1-1/+169
2018-03-14xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig1-1/+1
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner1-3/+3
2018-02-22xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen1-1/+2
2018-01-29xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong1-2/+2
2018-01-29xfs: make tracepoint inode number format consistentDarrick J. Wong1-6/+6
2018-01-17xfs: check that br_blockcount doesn't overflowDarrick J. Wong1-4/+9
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong1-8/+30
2018-01-17xfs: don't iunlock unlocked inodesDarrick J. Wong1-1/+2
2018-01-17xfs: scrub in-core metadataDarrick J. Wong6-0/+57
2018-01-17xfs: cross-reference the block mappings when possibleDarrick J. Wong1-0/+34
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong3-0/+32
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong8-14/+186
2018-01-17xfs: cross-reference the rmapbt data with the refcountbtDarrick J. Wong1-2/+334
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong10-4/+440
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong8-0/+160
2018-01-17xfs: cross-reference bnobt records with cntbtDarrick J. Wong2-0/+78
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong9-0/+176
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong7-1/+157
2018-01-17xfs: check btree block ownership with bnobt/rmapbt when scrubbing btreeDarrick J. Wong1-0/+93
2018-01-17xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong3-5/+5
2018-01-17xfs: set up scrub cross-referencing helpersDarrick J. Wong6-22/+240
2018-01-12xfs: use %pS printk format for direct instruction addressesDarrick J. Wong1-10/+10
2018-01-09xfs: harden directory integrity checks some moreDarrick J. Wong1-1/+1
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong1-1/+1
2018-01-08xfs: distinguish between corrupt inode and invalid inum in xfs_scrub_get_inodeDarrick J. Wong1-4/+28
2018-01-08xfs: always grab transaction when scrubbing inodeDarrick J. Wong1-1/+1
2018-01-08xfs: xfs_scrub_bmap should use for_each_xfs_iextDarrick J. Wong1-4/+1
2018-01-08xfs: catch a few more error codes when scrubbing secondary sbDarrick J. Wong1-0/+16
2018-01-08xfs: ignore agfl read errors when not scrubbing agflDarrick J. Wong1-1/+1
2018-01-08xfs: scrub inode nsec fieldsDarrick J. Wong1-0/+10
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen7-57/+70
2018-01-08xfs: factor out scrub input checkingEric Sandeen1-31/+44
2018-01-08xfs: explicitly initialize meta_scrub_ops array by typeEric Sandeen1-25/+28
2017-12-08fs: xfs: remove duplicate includesPravin Shedge2-2/+0
2017-11-30xfs: scrub inode mode properlyDarrick J. Wong1-1/+13
2017-11-28xfs: calculate correct offset in xfs_scrub_quota_itemEric Sandeen1-1/+1
2017-11-28xfs: fix uninitialized variable in xfs_scrub_quotaEric Sandeen1-1/+1
2017-11-09xfs: check the uniqueness of the AGFL entriesDarrick J. Wong1-2/+61
2017-11-09xfs: only check da node header padding on v5 filesystemsDarrick J. Wong1-1/+2
2017-11-09xfs: fix btree scrub deref checkDarrick J. Wong1-1/+1
2017-11-09xfs: fix uninitialized return values in scrub codeDarrick J. Wong2-3/+3
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong4-9/+12
2017-11-09xfs: refactor the directory data block bestfree checksDarrick J. Wong1-15/+5