aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/scrub
AgeCommit message (Expand)AuthorFilesLines
5 daysxfs: don't ignore runtime errors in xrep_iunlink_reload_nextDarrick J. Wong1-10/+22
5 daysxfs: set the prev pointer when reinserting an inode on the unlinked listDarrick J. Wong1-0/+4
5 daysxfs: fix another iunlink infinite loop bug in online fsckDarrick J. Wong2-9/+29
5 daysxfs: fix allocated inodes that show up in the unlinked listDarrick J. Wong2-7/+57
5 daysxfs: check xfarray iteration errors when committing unlinked inode listsDarrick J. Wong1-0/+4
5 daysxfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callersDarrick J. Wong1-2/+12
5 daysxfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prevDarrick J. Wong1-1/+1
5 daysxfs: don't walk off the end of a null sc->sa.agi_bp in AGI repairDarrick J. Wong1-1/+1
5 daysxfs: don't livelock in scrub on a circular unlinked listDarrick J. Wong2-11/+52
5 daysxfs: hoist per-bucket unlinked list check to helperDarrick J. Wong1-22/+42
5 daysxfs: avoid UAF on sc->tempip in xrep_tempfile_createDarrick J. Wong1-0/+1
5 daysxfs: nlink scrub must take IOLOCK before determining ILOCK stateDarrick J. Wong1-6/+7
5 daysxfs: don't zap the attr fork on repair when there are queued pptr updatesDarrick J. Wong1-1/+2
5 daysxfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointersDarrick J. Wong1-1/+1
5 daysxfs: don't double-lock when deleting a self-referential directoryDarrick J. Wong1-4/+18
5 daysxfs: only check mergeability of bnobt recordsDarrick J. Wong1-2/+3
5 daysxfs: fix inverted clearance of inode junk flagsAndrey Albershteyn1-2/+2
2026-07-22xfs: mark nonzero sb_gquotino as corrupt on metadir filesystemsDarrick J. Wong1-1/+1
2026-07-22xfs: zero i_nlink before repair puts inode on unlinked listDarrick J. Wong1-1/+6
2026-07-22xfs: rtsummary scrub should treat rtbitmap corruption errors as an xref errorDarrick J. Wong1-1/+1
2026-07-22xfs: fix transaction block reservation in xrep_rtbitmapDarrick J. Wong1-18/+28
2026-07-22xfs: check cowextsize in xrep_inode_cowextsizeDarrick J. Wong1-1/+1
2026-07-22xfs: clear zapped attr fork state when bmap repair finds no attr forkQiang Ma1-0/+5
2026-07-14xfs: don't zap bmbt forks if they are MAXLEVELS tallDarrick J. Wong1-1/+1
2026-07-14xfs: clamp timestamp nanoseconds correctlyDarrick J. Wong1-1/+1
2026-07-14xfs: fully check the parent handle when it points to the rootdirDarrick J. Wong1-8/+8
2026-07-14xfs: handle non-inode owners for rtrmap record checkingDarrick J. Wong1-0/+6
2026-07-14xfs: fix off-by-one error when calling xchk_xref_has_rt_ownerDarrick J. Wong1-1/+1
2026-07-14xfs: set xfarray killable sort correctlyDarrick J. Wong2-5/+4
2026-07-14xfs: grab rtrmap btree when checking rgsuperDarrick J. Wong1-1/+9
2026-07-14xfs: write the rg superblock when fixing itDarrick J. Wong1-0/+4
2026-07-14xfs: use the rt version of the cow staging checkerDarrick J. Wong1-1/+1
2026-07-14xfs: use rtrefcount btree cursor in xchk_xref_is_rt_cow_stagingDarrick J. Wong1-1/+1
2026-07-14xfs: don't wrap around quota ids in dqiterateDarrick J. Wong1-1/+1
2026-07-14xfs: move cow_replace_mapping to xfs_bmap_util.cDarrick J. Wong2-134/+2
2026-07-14xfs: make cow repair somewhat flaky when debugging knob enabledDarrick J. Wong1-4/+29
2026-07-14xfs: don't replace the wrong part of the cow forkDarrick J. Wong2-83/+148
2026-06-29xfs: fix AGFL extent count calculation in xrep_agfl_filljiazhenyuan1-1/+1
2026-06-09xfs: store an agbno in struct xfs_imapChristoph Hellwig4-13/+13
2026-06-09xfs: massage xfs_imap_to_bp into xfs_read_iclusterChristoph Hellwig2-5/+5
2026-06-09xfs: remove im_len field in struct xfs_imapChristoph Hellwig3-7/+9
2026-06-09xfs: remove the i_ino field in struct xfs_inodeChristoph Hellwig35-209/+207
2026-06-09xfs: convert xchk_inode_xref_set_corrupt to xchk_ip_xref_set_corruptChristoph Hellwig7-14/+14
2026-06-09xfs: add a xchk_ip_set_corrupt helperChristoph Hellwig10-36/+38
2026-06-09xfs: add a xfs_rmap_inode_owner helperChristoph Hellwig2-5/+4
2026-06-09xfs: add a xfs_rmap_inode_bmbt_ownerChristoph Hellwig6-8/+7
2026-06-09xfs: add a XFS_INO_TO_FSB helperChristoph Hellwig3-7/+4
2026-06-09xfs: add a XFS_INODE_TO_AGINO helperChristoph Hellwig2-12/+8
2026-06-09xfs: add a XFS_INODE_TO_AGNO helperChristoph Hellwig6-14/+11
2026-05-30xfs: fix rtgroup cleanup in CoW fork repairYingjie Gao1-4/+1