summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
2020-12-09xfs: don't catch dax+reflink inodes as corruption in verifierEric 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 processorDarrick 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 deviceDarrick 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 sizeDarrick 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()Brian Foster
2020-03-26xfs: prohibit fs freezing when using empty transactionsDarrick 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_SBPChristoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_AGFChristoph Hellwig
2020-03-11xfs: remove XFS_BUF_TO_AGIChristoph Hellwig
2020-03-11xfs: remove the agfl_bno member from struct xfs_agflChristoph Hellwig
2020-03-02xfs: embedded the attrlist cursor into struct xfs_attr_list_contextChristoph Hellwig
2020-03-02xfs: clean up the attr flag confusionChristoph Hellwig
2020-03-02xfs: rename xfs_attr_list_int to xfs_attr_listChristoph Hellwig