aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/repair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-02xfs: create iterator error codesDarrick J. Wong1-2/+2
2019-06-28xfs: remove unused header filesEric Sandeen1-8/+0
2019-06-12xfs: remove unused flag argumentsEric Sandeen1-1/+1
2019-04-26xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong1-17/+8
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong1-3/+2
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong1-2/+2
2019-02-11xfs: use buf ops magic to detect btree block typeDarrick J. Wong1-1/+2
2019-02-03xfs: set buffer ops when repair probes for btree typeDarrick J. Wong1-3/+8
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong1-3/+1
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong1-25/+25
2018-10-18xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong1-14/+57
2018-10-18xfs: xrep_findroot_block should reject root blocks with siblingsDarrick J. Wong1-13/+48
2018-08-14xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong1-19/+27
2018-08-10xfs: repair the AGFDarrick J. Wong1-9/+18
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong1-47/+38
2018-07-29xfs: move the repair extent list into its own fileDarrick J. Wong1-193/+1
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong1-74/+74
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong1-18/+18
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong1-82/+82
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong1-2/+2
2018-07-23xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong1-4/+3
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong1-1/+1
2018-06-06xfs: convert to SPDX license tagsDave Chinner1-15/+1
2018-05-30xfs: add helpers to attach quotas to inodesDarrick J. Wong1-0/+61
2018-05-30xfs: recover AG btree roots from rmap dataDarrick J. Wong1-0/+190
2018-05-30xfs: add helpers to dispose of old btree blocks after a repairDarrick J. Wong1-0/+251
2018-05-30xfs: add helpers to collect and sift btree block pointers during repairDarrick J. Wong1-0/+217
2018-05-30xfs: add helpers to allocate and initialize fresh btree rootsDarrick J. Wong1-0/+80
2018-05-30xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong1-0/+160
2018-05-15xfs: implement the metadata repair ioctl flagDarrick J. Wong1-0/+130