summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2026-08-06Merge tag 'xfs-fixes-7.2-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds25-117/+421
2026-08-03xfs: check v5 superblock features earlyChristoph Hellwig1-2/+2
2026-08-03xfs: add a comment to describe xfs_gc_bio.victim_rtgChristoph Hellwig1-0/+1
2026-08-03xfs: add a separate bio_set for spliting GC writesChristoph Hellwig1-1/+11
2026-08-03xfs: don't swallow dquot recovery verification errorsLong Li1-1/+1
2026-08-03xfs: fix ilock leak on error in xfs_dq_get_next_idLong Li1-1/+2
2026-08-03xfs: don't ignore runtime errors in xrep_iunlink_reload_nextDarrick J. Wong1-10/+22
2026-08-03xfs: set the prev pointer when reinserting an inode on the unlinked listDarrick J. Wong1-0/+4
2026-08-03xfs: fix another iunlink infinite loop bug in online fsckDarrick J. Wong2-9/+29
2026-08-03xfs: fix allocated inodes that show up in the unlinked listDarrick J. Wong2-7/+57
2026-08-03xfs: check xfarray iteration errors when committing unlinked inode listsDarrick J. Wong1-0/+4
2026-08-03xfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callersDarrick J. Wong1-2/+12
2026-08-03xfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prevDarrick J. Wong1-1/+1
2026-08-03xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repairDarrick J. Wong1-1/+1
2026-08-03xfs: don't livelock in scrub on a circular unlinked listDarrick J. Wong2-11/+52
2026-08-03xfs: hoist per-bucket unlinked list check to helperDarrick J. Wong1-22/+42
2026-08-03xfs: avoid UAF on sc->tempip in xrep_tempfile_createDarrick J. Wong1-0/+1
2026-08-03xfs: nlink scrub must take IOLOCK before determining ILOCK stateDarrick J. Wong1-6/+7
2026-08-03xfs: don't zap the attr fork on repair when there are queued pptr updatesDarrick J. Wong1-1/+2
2026-08-03xfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointersDarrick J. Wong1-1/+1
2026-08-03xfs: don't double-lock when deleting a self-referential directoryDarrick J. Wong1-4/+18
2026-08-03xfs: only check mergeability of bnobt recordsDarrick J. Wong1-2/+3
2026-08-03xfs: fix inverted clearance of inode junk flagsAndrey Albershteyn1-2/+2
2026-08-03xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTENLin Jiapeng1-0/+10
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: update BDI {io,ra}_pages values based on the RT device limitsChristoph Hellwig2-1/+59
2026-07-22xfs: handle NULL b_addr in xfs_buf_freeYun Zhou1-1/+1
2026-07-22xfs: bounds-check buffer log item's dirty bitmapIbrahim Hashimov1-16/+41
2026-07-22xfs: fix off-by-one in rtrefcount btree root level validationXiang Mei1-2/+2
2026-07-22xfs: clear zapped attr fork state when bmap repair finds no attr forkQiang Ma1-0/+5
2026-07-20xfs: propagate errors from xfs_rtginode_loadGuanghui Yang1-1/+1
2026-07-16Merge tag 'xfs-fixes-7.2-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds21-168/+339
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. Wong5-134/+136
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