summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* 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-082-2/+0
* 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-091-2/+61
* xfs: only check da node header padding on v5 filesystemsDarrick J. Wong2017-11-091-1/+2
* xfs: fix btree scrub deref checkDarrick J. Wong2017-11-091-1/+1
* xfs: fix uninitialized return values in scrub codeDarrick J. Wong2017-11-092-3/+3
* xfs: pass inode number to xfs_scrub_ino_set_{preen,warning}Darrick J. Wong2017-11-094-9/+12
* xfs: refactor the directory data block bestfree checksDarrick J. Wong2017-11-091-15/+5
* xfs: trivial sparse fixes for the new scrub codeChristoph Hellwig2017-11-065-6/+6
* xfs: use a b+tree for the in-core extent listChristoph Hellwig2017-11-061-4/+1
* xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig2017-11-062-10/+10
* xfs: scrub: avoid uninitialized return codeDarrick J. Wong2017-11-031-1/+1
* xfs: scrub extended attribute leaf spaceDarrick J. Wong2017-11-014-24/+238
* xfs: compare btree block keys to parent block's keys during scrubDarrick J. Wong2017-10-271-0/+46
* xfs: scrub quota informationDarrick J. Wong2017-10-264-0/+334
* xfs: scrub realtime bitmap/summaryDarrick J. Wong2017-10-264-0/+142
* xfs: scrub directory parent pointersDarrick J. Wong2017-10-264-0/+324
* xfs: scrub symbolic linksDarrick J. Wong2017-10-264-0/+99
* xfs: scrub extended attributesDarrick J. Wong2017-10-264-0/+272
* xfs: scrub directory freespaceDarrick J. Wong2017-10-261-0/+495
* xfs: scrub directory metadataDarrick J. Wong2017-10-265-0/+368
* xfs: scrub directory/attribute btreesDarrick J. Wong2017-10-262-0/+646
* xfs: scrub inode block mappingsDarrick J. Wong2017-10-264-1/+385
* xfs: scrub inodesDarrick J. Wong2017-10-265-2/+686
* xfs: scrub refcount btreesDarrick J. Wong2017-10-264-0/+107
* xfs: scrub rmap btreesDarrick J. Wong2017-10-264-0/+146
* xfs: scrub inode btreesDarrick J. Wong2017-10-265-0/+380
* xfs: scrub free space btreesDarrick J. Wong2017-10-265-0/+134
* xfs: scrub the AGIDarrick J. Wong2017-10-264-2/+93
* xfs: scrub AGF and AGFLDarrick J. Wong2017-10-265-6/+220
* xfs: scrub the secondary superblocksDarrick J. Wong2017-10-264-0/+337
* xfs: create helpers to scan an allocation groupDarrick J. Wong2017-10-264-0/+214
* xfs: scrub btree keys and recordsDarrick J. Wong2017-10-262-1/+154
* xfs: scrub the shape of a metadata btreeDarrick J. Wong2017-10-261-5/+253
* xfs: create helpers to scrub a metadata btreeDarrick J. Wong2017-10-264-0/+351
* xfs: create helpers to record and deal with scrub problemsDarrick J. Wong2017-10-263-0/+428
* xfs: probe the scrub ioctlDarrick J. Wong2017-10-265-0/+147
* xfs: dispatch metadata scrub subcommandsDarrick J. Wong2017-10-263-1/+262
* xfs: create an ioctl to scrub AG metadataDarrick J. Wong2017-10-265-0/+182