summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
6 daysxfs: validate attr entry pointer before field accessHongling Zeng1-0/+14
6 daysxfs: don't livelock in scrub on a circular unlinked listDarrick J. Wong2-11/+52
6 daysxfs: hoist per-bucket unlinked list check to helperDarrick J. Wong1-22/+42
6 daysxfs: rtsummary scrub should treat rtbitmap corruption errors as an xref errorDarrick J. Wong1-1/+1
6 daysxfs: add a xchk_ip_set_corrupt helperChristoph Hellwig10-36/+38
10 daysxfs: check v5 superblock features earlyChristoph Hellwig1-2/+2
10 daysxfs: check xfarray iteration errors when committing unlinked inode listsDarrick J. Wong1-0/+4
10 daysxfs: don't ignore runtime errors in xrep_iunlink_reload_nextDarrick J. Wong1-10/+22
10 daysxfs: don't swallow dquot recovery verification errorsLong Li1-1/+1
10 daysxfs: fix exchange-range reflink flag clearing issue with INO1_WRITTENLin Jiapeng1-0/+10
10 daysxfs: avoid UAF on sc->tempip in xrep_tempfile_createDarrick J. Wong1-0/+1
10 daysxfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointersDarrick J. Wong1-1/+1
10 daysxfs: fix another iunlink infinite loop bug in online fsckDarrick J. Wong2-9/+29
10 daysxfs: fix allocated inodes that show up in the unlinked listDarrick J. Wong2-7/+57
10 daysxfs: don't walk off the end of a null sc->sa.agi_bp in AGI repairDarrick J. Wong1-1/+1
10 daysxfs: don't zap the attr fork on repair when there are queued pptr updatesDarrick J. Wong1-1/+2
10 daysxfs: fix ilock leak on error in xfs_dq_get_next_idLong Li1-1/+2
10 daysxfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prevDarrick J. Wong1-1/+1
10 daysxfs: nlink scrub must take IOLOCK before determining ILOCK stateDarrick J. Wong1-6/+7
10 daysxfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callersDarrick J. Wong1-2/+12
10 daysxfs: set the prev pointer when reinserting an inode on the unlinked listDarrick J. Wong1-0/+4
10 daysxfs: don't double-lock when deleting a self-referential directoryDarrick J. Wong1-4/+18
10 daysxfs: only check mergeability of bnobt recordsDarrick J. Wong1-2/+3
10 daysxfs: zero i_nlink before repair puts inode on unlinked listDarrick J. Wong1-1/+6
10 daysxfs: fix transaction block reservation in xrep_rtbitmapDarrick J. Wong1-18/+28
10 daysxfs: check cowextsize in xrep_inode_cowextsizeDarrick J. Wong1-1/+1
10 daysxfs: clear zapped attr fork state when bmap repair finds no attr forkQiang Ma1-0/+5
10 daysxfs: mark nonzero sb_gquotino as corrupt on metadir filesystemsDarrick J. Wong1-1/+1
10 daysxfs: bounds-check buffer log item's dirty bitmapIbrahim Hashimov1-16/+41
10 daysxfs: fix off-by-one in rtrefcount btree root level validationXiang Mei1-2/+2
10 daysxfs: propagate errors from xfs_rtginode_loadGuanghui Yang1-1/+1
14 daysxfs: handle NULL b_addr in xfs_buf_freeYun Zhou1-1/+1
2026-08-03xfs: don't replace the wrong part of the cow forkDarrick J. Wong2-83/+148
2026-07-24xfs: use bio_reuse in the zone GC codeChristoph Hellwig1-5/+5
2026-07-24xfs: only log freed extents for the current RTG in zoned growfsChristoph Hellwig1-4/+4
2026-07-24xfs: add a xfs_groups_to_rfsbs helperChristoph Hellwig4-7/+21
2026-07-24xfs: initialize iomap->flags earlier in xfs_bmbt_to_iomapChristoph Hellwig1-1/+1
2026-07-18xfs: use rtrefcount btree cursor in xchk_xref_is_rt_cow_stagingDarrick J. Wong1-1/+1
2026-07-18xfs: write the rg superblock when fixing itDarrick J. Wong1-0/+4
2026-07-18xfs: fix off-by-one error when calling xchk_xref_has_rt_ownerDarrick J. Wong1-1/+1
2026-07-18xfs: don't zap bmbt forks if they are MAXLEVELS tallDarrick J. Wong1-1/+1
2026-07-18xfs: fully check the parent handle when it points to the rootdirDarrick J. Wong1-8/+8
2026-07-18xfs: clamp timestamp nanoseconds correctlyDarrick J. Wong1-1/+1
2026-07-18xfs: handle non-inode owners for rtrmap record checkingDarrick J. Wong1-0/+6
2026-07-18xfs: set xfarray killable sort correctlyDarrick J. Wong2-5/+4
2026-07-18xfs: use the rt version of the cow staging checkerDarrick J. Wong1-1/+1
2026-07-18xfs: grab rtrmap btree when checking rgsuperDarrick J. Wong1-1/+9
2026-07-18xfs: don't wrap around quota ids in dqiterateDarrick J. Wong1-1/+1
2026-07-18xfs: resample the data fork mapping after cycling ILOCKDarrick J. Wong1-0/+36
2026-07-18xfs: fail recovery on a committed log item with no regionsWeiming Shi1-0/+9