summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
* xfs: detect misaligned rtinherit directory extent size hintsDarrick J. Wong2021-07-151-2/+16
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-0212-74/+75
|\
| * Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong2021-06-0812-74/+75
| |\
| | * xfs: remove agno from btree cursorDave Chinner2021-06-027-10/+15
| | * xfs: use perag for ialloc btree cursorsDave Chinner2021-06-022-5/+4
| | * xfs: convert allocbt cursors to use peragsDave Chinner2021-06-022-6/+6
| | * xfs: convert refcount btree cursor to use peragsDave Chinner2021-06-023-6/+6
| | * xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-024-11/+9
| | * xfs: add a perag to the btree cursorDave Chinner2021-06-024-18/+21
| | * xfs: pass perags through to the busy extent codeDave Chinner2021-06-021-2/+2
| | * xfs: convert raw ag walks to use for_each_peragDave Chinner2021-06-021-5/+8
| | * xfs: make for_each_perag... a first class citizenDave Chinner2021-06-021-25/+15
| | * xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner2021-06-026-3/+6
* | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-286-7/+8
|\ \ \ | |/ / |/| |
| * | xfs: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-266-7/+8
| |/
* / xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong2021-05-201-1/+3
|/
* Merge tag 'xfs-5.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-05-062-2/+45
|\
| * xfs: count free space btree blocks when scrubbing pre-lazysbcount fsesDarrick J. Wong2021-04-291-1/+38
| * xfs: don't check agf_btreeblks on pre-lazysbcount filesystemsDarrick J. Wong2021-04-292-2/+8
* | Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-04-2923-182/+167
|\|
| * xfs: remove XFS_IFEXTENTSChristoph Hellwig2021-04-151-5/+1
| * xfs: remove XFS_IFINLINEChristoph Hellwig2021-04-151-1/+1
| * xfs: move the XFS_IFEXTENTS check into xfs_iread_extentsChristoph Hellwig2021-04-151-5/+4
| * xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong2021-04-0919-93/+61
| * xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong2021-04-093-14/+32
| * xfs: scrub: Disable check for unoptimized data fork bmbt nodeChandan Babu R2021-04-071-2/+28
| * xfs: move the di_flags field to struct xfs_inodeChristoph Hellwig2021-04-071-1/+1
| * xfs: move the di_size field to struct xfs_inodeChristoph Hellwig2021-04-074-6/+6
| * xfs: split xfs_imap_to_bpChristoph Hellwig2021-04-071-2/+1
| * xfs: scrub: Remove incorrect check executed on block format directoriesChandan Babu R2021-04-071-9/+0
| * xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong2021-03-253-17/+7
| * xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong2021-03-253-23/+14
| * xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong2021-03-251-1/+2
| * xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong2021-03-251-1/+1
| * xfs: fix dquot scrub loop cancellationDarrick J. Wong2021-03-251-2/+4
| * xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong2021-03-251-1/+5
* | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-2/+2
|/
* xfs: rename block gc start and stop functionsDarrick J. Wong2021-02-031-2/+2
* xfs: don't catch dax+reflink inodes as corruption in verifierEric Sandeen2020-12-091-4/+0
* xfs: remove unneeded return value check for *init_cursor()Joseph Qi2020-12-093-21/+0
* xfs: refactor file range validationDarrick J. Wong2020-12-091-0/+4
* xfs: refactor realtime volume extent validationDarrick J. Wong2020-12-092-10/+2
* xfs: refactor data device extent validationDarrick J. Wong2020-12-091-4/+1
* xfs: scrub should mark a directory corrupt if any entries cannot be iget'dDarrick J. Wong2020-12-091-3/+18
* xfs: fix parent pointer scrubber bailing out on unallocated inodesDarrick J. Wong2020-12-091-5/+5
* xfs: directory scrub should check the null bestfree entries tooDarrick J. Wong2020-11-181-4/+17
* xfs: strengthen rmap record flags checkingDarrick J. Wong2020-11-181-4/+4
* xfs: fix the minrecs logic when dealing with inode root child blocksDarrick J. Wong2020-11-181-18/+27
* xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong2020-11-101-5/+3
* xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong2020-11-101-0/+2