]> Git Repo - linux.git/commit
Merge tag 'xfs-fixes-6.13-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <[email protected]>
Tue, 3 Dec 2024 18:46:49 +0000 (10:46 -0800)
committerLinus Torvalds <[email protected]>
Tue, 3 Dec 2024 18:46:49 +0000 (10:46 -0800)
commit9141c5d389a9ec80121de3125cde7c713726ceea
treeaf56ca688764ccc8a2ff91a462494c321f2ef42d
parentceb8bf2ceaa77fe222fe8fe32cb7789c9099ddf1
parentcc2dba08cc33daf8acd6e560957ef0e0f4d034ed
Merge tag 'xfs-fixes-6.13-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull xfs fixes from Carlos Maiolino:

 - Use xchg() in xlog_cil_insert_pcp_aggregate()

 - Fix ABBA deadlock on a race between mount and log shutdown

 - Fix quota softlimit incoherency on delalloc

 - Fix sparse inode limits on runt AG

 - remove unknown compat feature checks in SB write valdation

 - Eliminate a lockdep false positive

* tag 'xfs-fixes-6.13-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs: don't call xfs_bmap_same_rtgroup in xfs_bmap_add_extent_hole_delay
  xfs: Use xchg() in xlog_cil_insert_pcp_aggregate()
  xfs: prevent mount and log shutdown race
  xfs: delalloc and quota softlimit timers are incoherent
  xfs: fix sparse inode limits on runt AG
  xfs: remove unknown compat feature check in superblock write validation
  xfs: eliminate lockdep false positives in xfs_attr_shortform_list
This page took 0.05068 seconds and 4 git commands to generate.