summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/repair.c
AgeCommit message (Expand)Author
2021-12-15xfs: allow queued AG intents to drain before scrubbingscrub-drain-intents_2021-12-15Darrick J. Wong
2021-12-15xfs: online repair of the realtime refcount btreeDarrick J. Wong
2021-12-15xfs: check new rtbitmap records against rt refcount btreeDarrick J. Wong
2021-12-15xfs: online repair of the realtime rmap btreeDarrick J. Wong
2021-12-15xfs: online repair of realtime file bmapsDarrick J. Wong
2021-12-15xfs: scrub the realtime rmapbtDarrick J. Wong
2021-12-15xfs: convert "skip_discard" to a proper flags bitsetextfree-intent-cleanups_2021-12-15Darrick J. Wong
2021-12-15xfs: simplify xfs_ag_resv_free signatureDarrick J. Wong
2021-12-15xfs: online repair of directoriesDarrick J. Wong
2021-12-15xfs: repair extended attributesDarrick J. Wong
2021-12-15xfs: online repair of realtime summariesrepair-rtsummary_2021-12-15Darrick J. Wong
2021-12-15xfs: add the ability to reap entire inode forksDarrick J. Wong
2021-12-15xfs: refactor stale buffer scanning for repairsDarrick J. Wong
2021-12-15xfs: repair the rmapbtDarrick J. Wong
2021-12-15xfs: update health status if we get a clean bill of healthindirect-health-reporting_2021-12-15Darrick J. Wong
2021-12-15xfs: repair the inode core and forks of a metadata inodeDarrick J. Wong
2021-12-15xfs: repair inode block mapsDarrick J. Wong
2021-12-15xfs: reintroduce reaping of file extents to xrep_reap_extentsDarrick J. Wong
2021-12-15xfs: repair inode btreesDarrick J. Wong
2021-12-15xfs: repair free space btreesDarrick J. Wong
2021-12-15xfs: log EFIs for all btree blocks being used to stage a btreerepair-prep-for-bulk-loading_2021-12-15Darrick J. Wong
2021-12-15xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2021-12-15xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2021-12-15xfs: reap large extents when possibleDarrick J. Wong
2021-12-15xfs: ignore stale buffers when scanning the buffer cacheDarrick J. Wong
2021-12-15xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong
2021-12-15xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2021-12-15xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2021-12-15Darrick J. Wong
2021-12-15xfs: only allow reaping of per-AG blocks in xrep_reap_extentsDarrick J. Wong
2021-12-15xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2021-12-15xfs: don't return -EFSCORRUPTED from repair when resources cannot be grabbedDarrick J. Wong
2021-12-15xfs: fix quotaoff mutex usage now that we don't support disabling itxfs-5.16-fixes_2021-12-15Darrick J. Wong
2021-08-19xfs: replace xfs_sb_version checks with feature flag checksDave Chinner
2021-08-18xfs: make the record pointer passed to query_range functions constDarrick J. Wong
2021-08-18xfs: remove unnecessary agno variable from struct xchk_agDarrick J. Wong
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