aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierGravatar Eric Sandeen 1-4/+0
2020-12-09xfs: remove unneeded return value check for *init_cursor()Gravatar Joseph Qi 3-21/+0
2020-12-09xfs: refactor file range validationGravatar Darrick J. Wong 1-0/+4
2020-12-09xfs: refactor realtime volume extent validationGravatar Darrick J. Wong 2-10/+2
2020-12-09xfs: refactor data device extent validationGravatar Darrick J. Wong 1-4/+1
2020-12-09xfs: scrub should mark a directory corrupt if any entries cannot be iget'dGravatar Darrick J. Wong 1-3/+18
2020-12-09xfs: fix parent pointer scrubber bailing out on unallocated inodesGravatar Darrick J. Wong 1-5/+5
2020-11-18xfs: directory scrub should check the null bestfree entries tooGravatar Darrick J. Wong 1-4/+17
2020-11-18xfs: strengthen rmap record flags checkingGravatar Darrick J. Wong 1-4/+4
2020-11-18xfs: fix the minrecs logic when dealing with inode root child blocksGravatar Darrick J. Wong 1-18/+27
2020-11-10xfs: fix brainos in the refcount scrubber's rmap fragment processorGravatar Darrick J. Wong 1-5/+3
2020-11-10xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsGravatar Darrick J. Wong 1-0/+2
2020-11-04xfs: fix scrub flagging rtinherit even if there is no rt deviceGravatar Darrick J. Wong 1-2/+1
2020-09-23xfs: check dabtree node hash values when loading child blocksGravatar Darrick J. Wong 1-0/+14
2020-09-15xfs: Remove kmem_zalloc_large()Gravatar Carlos Maiolino 1-1/+1
2020-09-15xfs: widen ondisk inode timestamps to deal with y2038+Gravatar Darrick J. Wong 1-5/+11
2020-09-15xfs: redefine xfs_timestamp_tGravatar Darrick J. Wong 1-8/+17
2020-09-15xfs: support inode btree blockcounts in online repairGravatar Darrick J. Wong 1-0/+24
2020-09-15xfs: support inode btree blockcounts in online scrubGravatar Darrick J. Wong 1-0/+30
2020-07-28xfs: Refactor xfs_da_state_alloc() helperGravatar Carlos Maiolino 1-3/+1
2020-07-28xfs: create xfs_dqtype_t to represent quota typesGravatar Darrick J. Wong 3-7/+9
2020-07-28xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Gravatar Darrick J. Wong 2-6/+6
2020-07-28xfs: remove qcore from incore dquotsGravatar Darrick J. Wong 1-8/+0
2020-07-28xfs: stop using q_core counters in the quota codeGravatar Darrick J. Wong 1-12/+6
2020-07-28xfs: stop using q_core limits in the quota codeGravatar Darrick J. Wong 1-24/+12
2020-07-28xfs: stop using q_core.d_id in the quota codeGravatar Darrick J. Wong 1-7/+12
2020-07-07xfs: rtbitmap scrubber should check inode sizeGravatar Darrick J. Wong 1-0/+7
2020-07-07xfs: rtbitmap scrubber should verify written extentsGravatar Darrick J. Wong 1-0/+40
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkGravatar Darrick J. Wong 1-2/+20
2020-05-19xfs: move the fork format fields into struct xfs_iforkGravatar Christoph Hellwig 3-7/+7
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkGravatar Christoph Hellwig 2-2/+3
2020-05-19xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_QGravatar Darrick J. Wong 1-21/+13
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Gravatar Brian Foster 1-2/+1
2020-03-26xfs: prohibit fs freezing when using empty transactionsGravatar Darrick J. Wong 1-0/+9
2020-03-26xfs: directory bestfree check should release buffersGravatar Darrick J. Wong 1-4/+6
2020-03-26xfs: drop all altpath buffers at the end of the sibling checkGravatar Darrick J. Wong 1-17/+25
2020-03-18xfs: replace open-coded bitmap weight logicGravatar Darrick J. Wong 3-10/+18
2020-03-18xfs: rename xfs_bitmap to xbitmapGravatar Darrick J. Wong 5-79/+79
2020-03-18xfs: xrep_reap_extents should not destroy the bitmapGravatar Darrick J. Wong 2-4/+2
2020-03-13xfs: convert btree cursor inode-private member namesGravatar Dave Chinner 3-4/+4
2020-03-13xfs: convert btree cursor ag-private member nameGravatar Dave Chinner 7-10/+10
2020-03-12xfs: mark extended attr corrupt when lookup-by-hash failsGravatar Darrick J. Wong 1-0/+3
2020-03-12xfs: mark dir corrupt when lookup-by-hash failsGravatar Darrick J. Wong 1-0/+3
2020-03-11xfs: remove XFS_BUF_TO_SBPGravatar Christoph Hellwig 2-2/+2
2020-03-11xfs: remove XFS_BUF_TO_AGFGravatar Christoph Hellwig 3-17/+19
2020-03-11xfs: remove XFS_BUF_TO_AGIGravatar Christoph Hellwig 2-6/+6
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflGravatar Christoph Hellwig 1-1/+1
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextGravatar Christoph Hellwig 1-2/+0
2020-03-02xfs: clean up the attr flag confusionGravatar Christoph Hellwig 1-4/+1
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listGravatar Christoph Hellwig 1-2/+2