summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
35 hoursMerge tag 'xfs-fixes-7.2-rc7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
5 daysxfs: check v5 superblock features earlyChristoph Hellwig
5 daysxfs: add a comment to describe xfs_gc_bio.victim_rtgChristoph Hellwig
5 daysxfs: add a separate bio_set for spliting GC writesChristoph Hellwig
5 daysxfs: don't swallow dquot recovery verification errorsLong Li
5 daysxfs: fix ilock leak on error in xfs_dq_get_next_idLong Li
5 daysxfs: don't ignore runtime errors in xrep_iunlink_reload_nextDarrick J. Wong
5 daysxfs: set the prev pointer when reinserting an inode on the unlinked listDarrick J. Wong
5 daysxfs: fix another iunlink infinite loop bug in online fsckDarrick J. Wong
5 daysxfs: fix allocated inodes that show up in the unlinked listDarrick J. Wong
5 daysxfs: check xfarray iteration errors when committing unlinked inode listsDarrick J. Wong
5 daysxfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callersDarrick J. Wong
5 daysxfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prevDarrick J. Wong
5 daysxfs: don't walk off the end of a null sc->sa.agi_bp in AGI repairDarrick J. Wong
5 daysxfs: don't livelock in scrub on a circular unlinked listDarrick J. Wong
5 daysxfs: hoist per-bucket unlinked list check to helperDarrick J. Wong
5 daysxfs: avoid UAF on sc->tempip in xrep_tempfile_createDarrick J. Wong
5 daysxfs: nlink scrub must take IOLOCK before determining ILOCK stateDarrick J. Wong
5 daysxfs: don't zap the attr fork on repair when there are queued pptr updatesDarrick J. Wong
5 daysxfs: don't return EFSCORRUPTED when scrubbing corrupt parent pointersDarrick J. Wong
5 daysxfs: don't double-lock when deleting a self-referential directoryDarrick J. Wong
5 daysxfs: only check mergeability of bnobt recordsDarrick J. Wong
5 daysxfs: fix inverted clearance of inode junk flagsAndrey Albershteyn
5 daysxfs: fix exchange-range reflink flag clearing issue with INO1_WRITTENLin Jiapeng
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: update BDI {io,ra}_pages values based on the RT device limitsChristoph Hellwig
2026-07-22xfs: handle NULL b_addr in xfs_buf_freeYun Zhou
2026-07-22xfs: bounds-check buffer log item's dirty bitmapIbrahim Hashimov
2026-07-22xfs: fix off-by-one in rtrefcount btree root level validationXiang Mei
2026-07-22xfs: clear zapped attr fork state when bmap repair finds no attr forkQiang Ma
2026-07-20xfs: propagate errors from xfs_rtginode_loadGuanghui Yang
2026-07-16Merge tag 'xfs-fixes-7.2-rc4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
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