summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2018-01-29xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong
2018-01-29xfs: make tracepoint inode number format consistentDarrick J. Wong
2018-01-17xfs: check that br_blockcount doesn't overflowDarrick J. Wong
2018-01-17xfs: directory scrubber must walk through data block to offsetDarrick J. Wong
2018-01-17xfs: don't iunlock unlocked inodesDarrick J. Wong
2018-01-17xfs: scrub in-core metadataDarrick J. Wong
2018-01-17xfs: cross-reference the block mappings when possibleDarrick J. Wong
2018-01-17xfs: cross-reference the realtime bitmapDarrick J. Wong
2018-01-17xfs: cross-reference refcount btree during scrubDarrick J. Wong
2018-01-17xfs: cross-reference the rmapbt data with the refcountbtDarrick J. Wong
2018-01-17xfs: cross-reference reverse-mapping btreeDarrick J. Wong
2018-01-17xfs: cross-reference inode btrees during scrubDarrick J. Wong
2018-01-17xfs: cross-reference bnobt records with cntbtDarrick J. Wong
2018-01-17xfs: cross-reference with the bnobtDarrick J. Wong
2018-01-17xfs: introduce scrubber cross-referencing stubsDarrick J. Wong
2018-01-17xfs: check btree block ownership with bnobt/rmapbt when scrubbing btreeDarrick J. Wong
2018-01-17xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong
2018-01-17xfs: set up scrub cross-referencing helpersDarrick J. Wong
2018-01-12xfs: use %pS printk format for direct instruction addressesDarrick J. Wong
2018-01-09xfs: harden directory integrity checks some moreDarrick J. Wong
2018-01-08xfs: have buffer verifier functions report failing addressDarrick J. Wong
2018-01-08xfs: distinguish between corrupt inode and invalid inum in xfs_scrub_get_inodeDarrick J. Wong
2018-01-08xfs: always grab transaction when scrubbing inodeDarrick J. Wong
2018-01-08xfs: xfs_scrub_bmap should use for_each_xfs_iextDarrick J. Wong
2018-01-08xfs: catch a few more error codes when scrubbing secondary sbDarrick J. Wong
2018-01-08xfs: ignore agfl read errors when not scrubbing agflDarrick J. Wong
2018-01-08xfs: scrub inode nsec fieldsDarrick J. Wong
2018-01-08xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen
2018-01-08xfs: factor out scrub input checkingEric Sandeen
2018-01-08xfs: explicitly initialize meta_scrub_ops array by typeEric Sandeen
2017-12-08fs: xfs: remove duplicate includesPravin Shedge
2017-11-30xfs: scrub inode mode properlyDarrick J. Wong
2017-11-28xfs: calculate correct offset in xfs_scrub_quota_itemEric Sandeen
2017-11-28xfs: fix uninitialized variable in xfs_scrub_quotaEric Sandeen
2017-11-09xfs: check the uniqueness of the AGFL entriesDarrick J. Wong
2017-11-09xfs: only check da node header padding on v5 filesystemsDarrick J. Wong
2017-11-09xfs: fix btree scrub deref checkDarrick J. Wong
2017-11-09xfs: fix uninitialized return values in scrub codeDarrick J. Wong
2017-11-09xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong
2017-11-09xfs: refactor the directory data block bestfree checksDarrick J. Wong
2017-11-06xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-11-03xfs: scrub: avoid uninitialized return codeDarrick J. Wong
2017-11-01xfs: scrub extended attribute leaf spaceDarrick J. Wong
2017-10-27xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong
2017-10-26xfs: scrub quota informationDarrick J. Wong
2017-10-26xfs: scrub realtime bitmap/summaryDarrick J. Wong
2017-10-26xfs: scrub directory parent pointersDarrick J. Wong
2017-10-26xfs: scrub symbolic linksDarrick J. Wong