]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'for-6.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 7 Feb 2024 08:21:32 +0000 (08:21 +0000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 7 Feb 2024 08:21:32 +0000 (08:21 +0000)
commit6d280f4d760e3bcb4a8df302afebf085b65ec982
treee1cd6569e009c02f842617af00f6e88aa8500997
parent99bd3cb0d12e85d5114425353552121ec8f93adc
parente03ee2fe873eb68c1f9ba5112fee70303ebf9dfb
Merge tag 'for-6.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - two fixes preventing deletion and manual creation of subvolume qgroup

 - unify error code returned for unknown send flags

 - fix assertion during subvolume creation when anonymous device could
   be allocated by other thread (e.g. due to backref walk)

* tag 'for-6.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: do not ASSERT() if the newly created subvolume already got read
  btrfs: forbid deleting live subvol qgroup
  btrfs: forbid creating subvol qgroups
  btrfs: send: return EOPNOTSUPP on unknown flags
fs/btrfs/ioctl.c