aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig5-6/+6
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig1-4/+1
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2-10/+10
2017-11-03xfs: scrub: avoid uninitialized return codeDarrick J. Wong1-1/+1
2017-11-01xfs: scrub extended attribute leaf spaceDarrick J. Wong4-24/+238
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong1-0/+46
2017-10-26xfs: scrub quota informationDarrick J. Wong4-0/+334
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong4-0/+142
2017-10-26xfs: scrub directory parent pointersDarrick J. Wong4-0/+324
2017-10-26xfs: scrub symbolic linksDarrick J. Wong4-0/+99