summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner6-3/+6
2021-05-26xfs: Fix fall-through warnings for ClangGustavo A. R. Silva6-7/+8
2021-05-20xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong1-1/+3
2021-05-07Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-2/+45
2021-04-29Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds23-182/+167
2021-04-29xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong1-1/+38
2021-04-29xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong2-2/+8
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig1-5/+1
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig1-1/+1
2021-04-15xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig1-5/+4
2021-04-09xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong19-93/+61
2021-04-09xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong3-14/+32
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen1-2/+2
2021-04-08xfs: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R1-2/+28
2021-04-08xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig1-1/+1
2021-04-08xfs: move the di_size field to struct xfs_inodeChristoph Hellwig4-6/+6
2021-04-08xfs: split xfs_imap_to_bpChristoph Hellwig1-2/+1
2021-04-08xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R1-9/+0
2021-03-26xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong3-17/+7
2021-03-26xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong3-23/+14
2021-03-26xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong1-1/+2
2021-03-26xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong1-1/+1
2021-03-26xfs: fix dquot scrub loop cancellationDarrick J. Wong1-2/+4
2021-03-26xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong1-1/+5
2021-02-03xfs: rename block gc start and stop functionsDarrick J. Wong1-2/+2
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