summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/scrub.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove suport for filesystems without unwritten extent flagChristoph Hellwig2018-10-181-13/+0Star
* xfs: repair the AGIDarrick J. Wong2018-08-101-1/+1
* xfs: repair the AGFLDarrick J. Wong2018-08-101-1/+1
* xfs: repair the AGFDarrick J. Wong2018-08-101-1/+1
* xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-1/+1
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-4/+4
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-5/+5
* xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong2018-07-231-27/+27
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-68/+74
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1Star
* xfs: repair superblocksDarrick J. Wong2018-05-301-1/+1
* xfs: implement the metadata repair ioctl flagDarrick J. Wong2018-05-161-7/+131
* xfs: skip scrub xref if corruption already notedDarrick J. Wong2018-05-161-2/+2
* xfs: avoid ilock games in the quota scrubberDarrick J. Wong2018-05-161-0/+4
* xfs: don't iunlock unlocked inodesDarrick J. Wong2018-01-181-1/+2
* xfs: set up scrub cross-referencing helpersDarrick J. Wong2018-01-181-0/+10
* xfs: move all scrub input checking to xfs_scrub_validateEric Sandeen2018-01-081-12/+56
* 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-091-1/+0Star
* xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig2017-11-061-1/+1
* xfs: scrub quota informationDarrick J. Wong2017-10-271-0/+12
* xfs: scrub realtime bitmap/summaryDarrick J. Wong2017-10-271-0/+10
* xfs: scrub directory parent pointersDarrick J. Wong2017-10-271-0/+4
* xfs: scrub symbolic linksDarrick J. Wong2017-10-271-0/+4
* xfs: scrub extended attributesDarrick J. Wong2017-10-271-0/+8
* xfs: scrub directory metadataDarrick J. Wong2017-10-271-0/+4
* xfs: scrub inode block mappingsDarrick J. Wong2017-10-271-0/+12
* xfs: scrub inodesDarrick J. Wong2017-10-271-2/+16
* xfs: scrub refcount btreesDarrick J. Wong2017-10-271-0/+5
* xfs: scrub rmap btreesDarrick J. Wong2017-10-271-0/+5
* xfs: scrub inode btreesDarrick J. Wong2017-10-271-0/+9
* xfs: scrub free space btreesDarrick J. Wong2017-10-271-0/+8
* xfs: scrub the AGIDarrick J. Wong2017-10-271-0/+4
* xfs: scrub AGF and AGFLDarrick J. Wong2017-10-271-0/+8
* xfs: scrub the secondary superblocksDarrick J. Wong2017-10-271-0/+4
* xfs: create helpers to scan an allocation groupDarrick J. Wong2017-10-271-0/+4
* xfs: probe the scrub ioctlDarrick J. Wong2017-10-271-0/+29
* xfs: dispatch metadata scrub subcommandsDarrick J. Wong2017-10-271-1/+195
* xfs: create an ioctl to scrub AG metadataDarrick J. Wong2017-10-271-0/+54