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