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