summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen1-4/+0
2020-12-09xfs: remove unneeded return value check for *init_cursor()Joseph Qi3-21/+0
2020-12-09xfs: refactor file range validationDarrick J. Wong1-0/+4
2020-12-09xfs: refactor realtime volume extent validationDarrick J. Wong2-10/+2
2020-12-09xfs: refactor data device extent validationDarrick J. Wong1-4/+1
2020-12-09xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong1-3/+18
2020-12-09xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong1-5/+5
2020-11-18xfs: directory scrub should check the null bestfree entries tooDarrick J. Wong1-4/+17
2020-11-18xfs: strengthen rmap record flags checkingDarrick J. Wong1-4/+4
2020-11-18xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong1-18/+27
2020-11-11xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong1-5/+3
2020-11-11xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong1-0/+2
2020-11-04xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong1-2/+1
2020-09-23xfs: check dabtree node hash values when loading child blocksDarrick J. Wong1-0/+14
2020-09-16xfs: Remove kmem_zalloc_large()Carlos Maiolino1-1/+1
2020-09-16xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong1-5/+11
2020-09-16xfs: redefine xfs_timestamp_tDarrick J. Wong1-8/+17
2020-09-16xfs: support inode btree blockcounts in online repairDarrick J. Wong1-0/+24
2020-09-16xfs: support inode btree blockcounts in online scrubDarrick J. Wong1-0/+30
2020-07-29xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino1-3/+1
2020-07-29xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong3-7/+9
2020-07-29xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2-6/+6
2020-07-29xfs: remove qcore from incore dquotsDarrick J. Wong1-8/+0
2020-07-29xfs: stop using q_core counters in the quota codeDarrick J. Wong1-12/+6
2020-07-29xfs: stop using q_core limits in the quota codeDarrick J. Wong1-24/+12
2020-07-29xfs: stop using q_core.d_id in the quota codeDarrick J. Wong1-7/+12
2020-07-07xfs: rtbitmap scrubber should check inode sizeDarrick J. Wong1-0/+7
2020-07-07xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong1-0/+40
2020-07-06xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong1-2/+20
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig3-7/+7
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2-2/+3
2020-05-19xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_QDarrick J. Wong1-21/+13
2020-05-07xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster1-2/+1
2020-03-26xfs: prohibit fs freezing when using empty transactionsDarrick J. Wong1-0/+9
2020-03-26xfs: directory bestfree check should release buffersDarrick J. Wong1-4/+6
2020-03-26xfs: drop all altpath buffers at the end of the sibling checkDarrick J. Wong1-17/+25
2020-03-18xfs: replace open-coded bitmap weight logicDarrick J. Wong3-10/+18
2020-03-18xfs: rename xfs_bitmap to xbitmapDarrick J. Wong5-79/+79
2020-03-18xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong2-4/+2
2020-03-13xfs: convert btree cursor inode-private member namesDave Chinner3-4/+4
2020-03-13xfs: convert btree cursor ag-private member nameDave Chinner7-10/+10
2020-03-12xfs: mark extended attr corrupt when lookup-by-hash failsDarrick J. Wong1-0/+3
2020-03-12xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong1-0/+3
2020-03-11xfs: remove XFS_BUF_TO_SBPChristoph Hellwig2-2/+2
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig3-17/+19
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig2-6/+6
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig1-1/+1
2020-03-03xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig1-2/+0
2020-03-03xfs: clean up the attr flag confusionChristoph Hellwig1-4/+1
2020-03-03xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig1-2/+2