summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2021-01-31xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong
2021-01-31xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong
2021-01-31xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong
2021-01-31xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong
2021-01-31xfs: rename block gc start and stop functionsDarrick J. Wong
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierxfs-5.11-merge_2020-12-09xfs-5.11-merge-2Eric Sandeen
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi
2020-12-09xfs: refactor file range validationDarrick J. Wong
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong
2020-12-09xfs: refactor data device extent validationDarrick J. Wong
2020-12-09xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong
2020-12-09xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong
2020-11-18xfs: directory scrub should check the null bestfree entries tooDarrick J. Wong
2020-11-18xfs: strengthen rmap record flags checkingDarrick J. Wong
2020-11-18xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong
2020-11-10xfs: fix brainos in the refcount scrubber's rmap fragment processorxfs-5.10-fixes-4Darrick J. Wong
2020-11-10xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong
2020-11-04xfs: fix scrub flagging rtinherit even if there is no rt devicexfs-5.10-fixes-2Darrick J. Wong
2020-09-23xfs: check dabtree node hash values when loading child blocksDarrick J. Wong
2020-09-15xfs: Remove kmem_zalloc_large()Carlos Maiolino
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong
2020-09-15xfs: redefine xfs_timestamp_tDarrick J. Wong
2020-09-15xfs: support inode btree blockcounts in online repairDarrick J. Wong
2020-09-15xfs: support inode btree blockcounts in online scrubDarrick J. Wong
2020-07-28xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino
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-07-28xfs: remove qcore from incore dquotsDarrick J. Wong
2020-07-28xfs: stop using q_core counters in the quota codeDarrick J. Wong
2020-07-28xfs: stop using q_core limits in the quota codeDarrick J. Wong
2020-07-28xfs: stop using q_core.d_id in the quota codeDarrick J. Wong
2020-07-07xfs: rtbitmap scrubber should check inode sizexfs-5.9-merge-2Darrick J. Wong
2020-07-07xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_QDarrick J. Wong
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()xfs-5.8-merge-2Brian Foster
2020-03-26xfs: prohibit fs freezing when using empty transactionsxfs-5.7-merge-8Darrick J. Wong
2020-03-26xfs: directory bestfree check should release buffersDarrick J. Wong
2020-03-26xfs: drop all altpath buffers at the end of the sibling checkDarrick J. Wong
2020-03-18xfs: replace open-coded bitmap weight logicDarrick 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-13xfs: convert btree cursor inode-private member namesDave Chinner
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner
2020-03-12xfs: mark extended attr corrupt when lookup-by-hash failsDarrick J. Wong
2020-03-12xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong
2020-03-11xfs: remove XFS_BUF_TO_SBPxfs-5.7-merge-2Christoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig