]> git.dujemihanovic.xyz Git - linux.git/commit
Merge tag 'xfs-6.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Aug 2024 16:09:25 +0000 (09:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 3 Aug 2024 16:09:25 +0000 (09:09 -0700)
commitd3426a6ed9d8398bfee2a1c5cd0ae50f2f4494a8
tree2f3b9aa36d2ec510b9d9a5ad9afebf5d438065c9
parent1dd950f2888f63ec163f3f142161e21a66685e35
parent7bf888fa26e8f22bed4bc3965ab2a2953104ff96
Merge tag 'xfs-6.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux

Pull xfs fixes from Chandan Babu:

 - Fix memory leak when corruption is detected during scrubbing parent
   pointers

 - Allow SECURE namespace xattrs to use reserved block pool to in order
   to prevent ENOSPC

 - Save stack space by passing tracepoint's char array to file_path()
   instead of another stack variable

 - Remove unused parameter in macro XFS_DQUOT_LOGRES

 - Replace comma with semicolon in a couple of places

* tag 'xfs-6.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
  xfs: convert comma to semicolon
  xfs: convert comma to semicolon
  xfs: remove unused parameter in macro XFS_DQUOT_LOGRES
  xfs: fix file_path handling in tracepoints
  xfs: allow SECURE namespace xattrs to use reserved block pool
  xfs: fix a memory leak