summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/repair.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: use buf ops magic to detect btree block typeDarrick J. Wong2019-02-111-1/+2
* xfs: set buffer ops when repair probes for btree typeDarrick J. Wong2019-02-031-3/+8
* xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong2018-12-121-3/+1
* xfs: const-ify xfs_owner_info argumentsDarrick J. Wong2018-12-121-25/+25
* xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong2018-10-181-14/+57
* xfs: xrep_findroot_block should reject root blocks with siblingsDarrick J. Wong2018-10-181-13/+48
* xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong2018-08-141-19/+27
* xfs: repair the AGFDarrick J. Wong2018-08-101-9/+18
* xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong2018-07-311-47/+38
* xfs: move the repair extent list into its own fileDarrick J. Wong2018-07-291-193/+1
* xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong2018-07-231-74/+74
* xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong2018-07-231-18/+18
* xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong2018-07-231-82/+82
* xfs: shorten xfs_scrub_ prefixDarrick J. Wong2018-07-231-2/+2
* xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong2018-07-231-4/+3
* xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong2018-07-231-1/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-15/+1
* xfs: add helpers to attach quotas to inodesDarrick J. Wong2018-05-301-0/+61
* xfs: recover AG btree roots from rmap dataDarrick J. Wong2018-05-301-0/+190
* xfs: add helpers to dispose of old btree blocks after a repairDarrick J. Wong2018-05-301-0/+251
* xfs: add helpers to collect and sift btree block pointers during repairDarrick J. Wong2018-05-301-0/+217
* xfs: add helpers to allocate and initialize fresh btree rootsDarrick J. Wong2018-05-301-0/+80
* xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong2018-05-301-0/+160
* xfs: implement the metadata repair ioctl flagDarrick J. Wong2018-05-151-0/+130