summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* xfs: clean up scrub usage of KM_NOFSDarrick J. Wong2018-05-163-3/+4
* xfs: avoid ilock games in the quota scrubberDarrick J. Wong2018-05-163-28/+30
* xfs: refactor dquot iterationDarrick J. Wong2018-05-161-30/+26Star
* xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong2018-05-101-2/+1Star
* xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptDarrick J. Wong2018-03-241-1/+1
* xfs: flag inode corruption if parent ptr doesn't get us a real inodeDarrick J. Wong2018-03-241-1/+11
* xfs: move inode extent size hint validation to libxfsDarrick J. Wong2018-03-241-88/+12Star
* xfs: record inode buf errors as a xref error in inobt scrubberDarrick J. Wong2018-03-241-1/+2
* xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong2018-03-249-111/+74Star
* xfs: inode scrubber shouldn't bother with raw checksDarrick J. Wong2018-03-241-89/+13Star
* xfs: bmap scrubber should do rmap xref with bmap for sparse filesDarrick J. Wong2018-03-241-1/+169
* xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig2018-03-141-1/+1
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-121-3/+3
* xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen2018-02-221-1/+2
* xfs: don't clobber inobt/finobt cursors when xref with rmapDarrick J. Wong2018-01-291-2/+2
* xfs: make tracepoint inode number format consistentDarrick J. Wong2018-01-291-6/+6
* xfs: check that br_blockcount doesn't overflowDarrick J. Wong2018-01-181-4/+9
* xfs: directory scrubber must walk through data block to offsetDarrick J. Wong2018-01-181-8/+30
* xfs: don't iunlock unlocked inodesDarrick J. Wong2018-01-181-1/+2
* xfs: scrub in-core metadataDarrick J. Wong2018-01-186-0/+57
* xfs: cross-reference the block mappings when possibleDarrick J. Wong2018-01-181-0/+34
* xfs: cross-reference the realtime bitmapDarrick J. Wong2018-01-183-0/+32
* xfs: cross-reference refcount btree during scrubDarrick J. Wong2018-01-188-14/+186
* xfs: cross-reference the rmapbt data with the refcountbtDarrick J. Wong2018-01-181-2/+334
* xfs: cross-reference reverse-mapping btreeDarrick J. Wong2018-01-1810-4/+440
* xfs: cross-reference inode btrees during scrubDarrick J. Wong2018-01-188-0/+160
* xfs: cross-reference bnobt records with cntbtDarrick J. Wong2018-01-182-0/+78
* xfs: cross-reference with the bnobtDarrick J. Wong2018-01-189-0/+176
* xfs: introduce scrubber cross-referencing stubsDarrick J. Wong2018-01-187-1/+157
* xfs: check btree block ownership with bnobt/rmapbt when scrubbing btreeDarrick J. Wong2018-01-181-0/+93
* xfs: fix a few erroneous process_error calls in the scrubbersDarrick J. Wong2018-01-183-5/+5
* xfs: set up scrub cross-referencing helpersDarrick J. Wong2018-01-186-22/+240
* xfs: use %pS printk format for direct instruction addressesDarrick J. Wong2018-01-121-10/+10
* xfs: harden directory integrity checks some moreDarrick J. Wong2018-01-091-1/+1
* xfs: have buffer verifier functions report failing addressDarrick J. Wong2018-01-081-1/+1
* xfs: distinguish between corrupt inode and invalid inum in xfs_scrub_get_inodeDarrick J. Wong2018-01-081-4/+28
* xfs: always grab transaction when scrubbing inodeDarrick J. Wong2018-01-081-1/+1
* xfs: xfs_scrub_bmap should use for_each_xfs_iextDarrick J. Wong2018-01-081-4/+1Star
* xfs: catch a few more error codes when scrubbing secondary sbDarrick J. Wong2018-01-081-0/+16
* xfs: ignore agfl read errors when not scrubbing agflDarrick J. Wong2018-01-081-1/+1
* xfs: scrub inode nsec fieldsDarrick J. Wong2018-01-081-0/+10
* xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen2018-01-087-57/+70
* xfs: factor out scrub input checkingEric Sandeen2018-01-081-31/+44
* xfs: explicitly initialize meta_scrub_ops array by typeEric Sandeen2018-01-081-25/+28
* fs: xfs: remove duplicate includesPravin Shedge2017-12-092-2/+0Star
* xfs: scrub inode mode properlyDarrick J. Wong2017-11-301-1/+13
* xfs: calculate correct offset in xfs_scrub_quota_itemEric Sandeen2017-11-281-1/+1
* xfs: fix uninitialized variable in xfs_scrub_quotaEric Sandeen2017-11-281-1/+1
* xfs: check the uniqueness of the AGFL entriesDarrick J. Wong2017-11-101-2/+61
* xfs: only check da node header padding on v5 filesystemsDarrick J. Wong2017-11-091-1/+2