mbox series

[GIT,PULL] Btrfs fixes for 6.8-rc4

Message ID cover.1707292515.git.dsterba@suse.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Btrfs fixes for 6.8-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.8-rc3-tag

Message

David Sterba Feb. 7, 2024, 8:15 a.m. UTC
Hi,

please pull a few error handling fixes. Thanks.

- 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)

----------------------------------------------------------------
The following changes since commit 7f2d219e78e95a137a9c76fddac7ff8228260439:

  btrfs: scrub: limit RST scrub to chunk boundary (2024-01-18 23:43:08 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.8-rc3-tag

for you to fetch changes up to e03ee2fe873eb68c1f9ba5112fee70303ebf9dfb:

  btrfs: do not ASSERT() if the newly created subvolume already got read (2024-01-31 08:42:53 +0100)

----------------------------------------------------------------
Boris Burkov (2):
      btrfs: forbid creating subvol qgroups
      btrfs: forbid deleting live subvol qgroup

David Sterba (1):
      btrfs: send: return EOPNOTSUPP on unknown flags

Qu Wenruo (1):
      btrfs: do not ASSERT() if the newly created subvolume already got read

 fs/btrfs/disk-io.c | 13 +++++++++++--
 fs/btrfs/ioctl.c   |  5 +++++
 fs/btrfs/qgroup.c  | 14 ++++++++++++++
 fs/btrfs/send.c    |  2 +-
 4 files changed, 31 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 7, 2024, 8:26 a.m. UTC | #1
The pull request you sent on Wed,  7 Feb 2024 09:15:35 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.8-rc3-tag

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6d280f4d760e3bcb4a8df302afebf085b65ec982

Thank you!