summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong
2018-05-30xfs: repair superblocksDarrick J. Wong
2018-05-30xfs: add helpers to attach quotas to inodesDarrick J. Wong
2018-05-30xfs: recover AG btree roots from rmap dataDarrick J. Wong
2018-05-30xfs: add helpers to dispose of old btree blocks after a repairDarrick J. Wong
2018-05-30xfs: add helpers to collect and sift btree block pointers during repairDarrick J. Wong
2018-05-30xfs: add helpers to allocate and initialize fresh btree rootsDarrick J. Wong
2018-05-30xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong
2018-05-30xfs: grab the per-ag structure whenever relevantDarrick J. Wong
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong
2018-05-15xfs: create tracepoints for online repairDarrick J. Wong
2018-05-15xfs: hoist xfs_scrub_agfl_walk to libxfs as xfs_agfl_walkDarrick J. Wong
2018-05-15xfs: avoid ABBA deadlock when scrubbing parent pointersDarrick J. Wong
2018-05-15xfs: scrub the data fork of the realtime inodesDarrick J. Wong
2018-05-15xfs: quota scrub should use bmapbtd scrubberDarrick J. Wong
2018-05-15xfs: don't continue scrub if already corruptDarrick J. Wong
2018-05-15xfs: superblock scrub should use short-lived buffersDarrick J. Wong
2018-05-15xfs: skip scrub xref if corruption already notedDarrick J. Wong
2018-05-15xfs: refactor scrub transaction allocation functionDarrick J. Wong
2018-05-15xfs: btree scrub should check minrecsDarrick J. Wong
2018-05-15xfs: clean up scrub usage of KM_NOFSDarrick J. Wong
2018-05-15xfs: avoid ilock games in the quota scrubberDarrick J. Wong
2018-05-15xfs: refactor dquot iterationDarrick J. Wong
2018-05-10xfs: refactor XFS_QMOPT_DQNEXT out of existenceDarrick J. Wong
2018-03-23xfs: xfs_scrub_iallocbt_xref_rmap_inodes should use xref_set_corruptDarrick J. Wong
2018-03-23xfs: flag inode corruption if parent ptr doesn't get us a real inodeDarrick J. Wong
2018-03-23xfs: move inode extent size hint validation to libxfsDarrick J. Wong
2018-03-23xfs: record inode buf errors as a xref error in inobt scrubberDarrick J. Wong
2018-03-23xfs: remove xfs_buf parameter from inode scrub methodsDarrick J. Wong
2018-03-23xfs: inode scrubber shouldn't bother with raw checksDarrick J. Wong
2018-03-23xfs: bmap scrubber should do rmap xref with bmap for sparse filesDarrick J. Wong
2018-03-14xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig
2018-03-11xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner
2018-02-22xfs: use memset to initialize xfs_scrub_agfl_infoEric Sandeen
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