summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)Author
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-05-20xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong
2021-05-06Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-04-29xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong
2021-04-29xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-04-09xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen
2021-04-07xfs: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R
2021-04-07xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: move the di_size field to struct xfs_inodeChristoph Hellwig
2021-04-07xfs: split xfs_imap_to_bpChristoph Hellwig
2021-04-07xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R
2021-03-25xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong
2021-03-25xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong
2021-03-25xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong
2021-03-25xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong
2021-03-25xfs: fix dquot scrub loop cancellationDarrick J. Wong
2021-03-25xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong
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