summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub/repair.c
AgeCommit message (Expand)Author
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-03-25xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong
2020-07-28xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong
2020-03-18xfs: rename xfs_bitmap to xbitmapDarrick J. Wong
2020-03-18xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig
2020-01-26xfs: remove unnecessary null pointer checks from _read_agf callersDarrick J. Wong
2020-01-26xfs: make xfs_trans_get_buf return an error codeDarrick J. Wong
2019-08-29xfs: remove all *_ITER_ABORT valuesDarrick J. Wong
2019-08-28xfs: log proper length of btree block in scrub/repairEric Sandeen
2019-07-02xfs: create iterator error codesDarrick J. Wong
2019-06-28xfs: remove unused header filesEric Sandeen
2019-06-12xfs: remove unused flag argumentsEric Sandeen
2019-04-26xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong
2019-02-11xfs: use buf ops magic to detect btree block typeDarrick J. Wong
2019-02-03xfs: set buffer ops when repair probes for btree typeDarrick J. Wong
2018-12-12xfs: remove xfs_rmap_ag_owner and friendsDarrick J. Wong
2018-12-12xfs: const-ify xfs_owner_info argumentsDarrick J. Wong
2018-10-18xfs: fix buffer state management in xrep_findroot_blockDarrick J. Wong
2018-10-18xfs: xrep_findroot_block should reject root blocks with siblingsDarrick J. Wong
2018-08-14xfs: sanity check ag header values in xrep_calc_ag_resblksDarrick J. Wong
2018-08-10xfs: repair the AGFDarrick J. Wong
2018-07-31xfs: refactor the xrep_extent_list into xfs_bitmapDarrick J. Wong
2018-07-29xfs: move the repair extent list into its own fileDarrick J. Wong
2018-07-23xfs: fix indentation and other whitespace problems in scrub/repairDarrick J. Wong
2018-07-23xfs: shorten struct xfs_scrub_context to struct xfs_scrubDarrick J. Wong
2018-07-23xfs: shorten xfs_repair_ prefix to xrep_Darrick J. Wong
2018-07-23xfs: shorten xfs_scrub_ prefixDarrick J. Wong
2018-07-23xfs: clean up xfs_btree_del_cursor callersDarrick J. Wong
2018-07-23xfs: trivial xfs_btree_del_cursor cleanupsDarrick J. Wong
2018-06-06xfs: convert to SPDX license tagsDave Chinner
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-15xfs: implement the metadata repair ioctl flagDarrick J. Wong