]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Nov 2025 05:25:38 +0000 (14:25 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Nov 2025 05:25:38 +0000 (14:25 +0900)
commitc9cfc122f03711a5124b4aafab3211cf4d35a2ac
tree727b6b3e1dbb17c743e294fea5405101a1d1a5cc
parent8bb886cb8f3a2811430ddb7d9838e245c57e7f7c
parent3b1a4a59a2086badab391687a6a0b86e03048393
Merge tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - fix memory leak in qgroup relation ioctl when qgroup levels are
   invalid

 - don't write back dirty metadata on filesystem with errors

 - properly log renamed links

 - properly mark prealloc extent range beyond inode size as dirty (when
   no-noles is not enabled)

* tag 'for-6.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: mark dirty extent range for out of bound prealloc extents
  btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new name
  btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relation
  btrfs: ensure no dirty metadata is written back for an fs with errors
fs/btrfs/inode.c
fs/btrfs/tree-log.c