summaryrefslogtreecommitdiffstats
path: root/fs/xfs/scrub
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* xfs: fix scrub flagging rtinherit even if there is no rt deviceDarrick J. Wong2020-11-041-2/+1
* xfs: check dabtree node hash values when loading child blocksDarrick J. Wong2020-09-231-0/+14
* xfs: Remove kmem_zalloc_large()Carlos Maiolino2020-09-151-1/+1
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-151-5/+11
* xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-151-8/+17
* xfs: support inode btree blockcounts in online repairDarrick J. Wong2020-09-151-0/+24
* xfs: support inode btree blockcounts in online scrubDarrick J. Wong2020-09-151-0/+30
* xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino2020-07-281-3/+1
* xfs: create xfs_dqtype_t to represent quota typesDarrick J. Wong2020-07-283-7/+9
* xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*Darrick J. Wong2020-07-282-6/+6
* xfs: remove qcore from incore dquotsDarrick J. Wong2020-07-281-8/+0
* xfs: stop using q_core counters in the quota codeDarrick J. Wong2020-07-281-12/+6
* xfs: stop using q_core limits in the quota codeDarrick J. Wong2020-07-281-24/+12
* xfs: stop using q_core.d_id in the quota codeDarrick J. Wong2020-07-281-7/+12
* xfs: rtbitmap scrubber should check inode sizeDarrick J. Wong2020-07-071-0/+7
* xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong2020-07-071-0/+40
* xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong2020-07-061-2/+20
* xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig2020-05-193-7/+7
* xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig2020-05-192-2/+3
* xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_QDarrick J. Wong2020-05-191-21/+13
* xfs: remove unused iget_flags param from xfs_imap_to_bp()Brian Foster2020-05-071-2/+1