summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* xfs: move various type verifiers to common fileDave Chinner2018-06-081-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-0627-405/+27Star
* xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong2018-06-011-5/+18
* xfs: repair superblocksDarrick J. Wong2018-05-303-1/+73
* xfs: add helpers to attach quotas to inodesDarrick J. Wong2018-05-302-0/+63
* xfs: recover AG btree roots from rmap dataDarrick J. Wong2018-05-302-0/+210
* xfs: add helpers to dispose of old btree blocks after a repairDarrick J. Wong2018-05-302-0/+257
* xfs: add helpers to collect and sift btree block pointers during repairDarrick J. Wong2018-05-302-0/+245
* xfs: add helpers to allocate and initialize fresh btree rootsDarrick J. Wong2018-05-302-0/+86
* xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong2018-05-306-7/+194
* xfs: grab the per-ag structure whenever relevantDarrick J. Wong2018-05-303-0/+19
* xfs: implement the metadata repair ioctl flagDarrick J. Wong2018-05-164-7/+320
* xfs: create tracepoints for online repairDarrick J. Wong2018-05-161-0/+258
* xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong2018-05-162-69/+13Star
* xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong2018-05-163-2/+37
* xfs: scrub the data fork of the realtime inodesDarrick J. Wong2018-05-161-1/+33
* xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong2018-05-163-43/+99
* xfs: don't continue scrub if already corruptDarrick J. Wong2018-05-164-10/+34
* xfs: superblock scrub should use short-lived buffersDarrick J. Wong2018-05-161-3/+1Star
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-1610-16/+37
* xfs: refactor scrub transaction allocation functionDarrick J. Wong2018-05-164-21/+17Star
* xfs: btree scrub should check minrecsDarrick J. Wong2018-05-161-0/+40
* 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