mbox series

[GIT,PULL] Btrfs fix for 5.13-rc7

Message ID cover.1624051838.git.dsterba@suse.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Btrfs fix for 5.13-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.13-rc6-tag

Message

David Sterba June 18, 2021, 10:03 p.m. UTC
Hi,

one more fix, for a space accounting bug in zoned mode. It happens when
a block group is switched back rw->ro and unusable bytes (due to
zoned constraints) are subtracted twice.

It has user visible effects so I consider it important enough for late
-rc inclusion and backport to stable.

Please pull, thanks.

----------------------------------------------------------------
The following changes since commit aefd7f7065567a4666f42c0fc8cdb379d2e036bf:

  btrfs: promote debugging asserts to full-fledged checks in validate_super (2021-06-04 13:12:06 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.13-rc6-tag

for you to fetch changes up to f9f28e5bd0baee9708c9011897196f06ae3a2733:

  btrfs: zoned: fix negative space_info->bytes_readonly (2021-06-17 11:12:14 +0200)

----------------------------------------------------------------
Naohiro Aota (1):
      btrfs: zoned: fix negative space_info->bytes_readonly

 fs/btrfs/block-group.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org June 18, 2021, 11:41 p.m. UTC | #1
The pull request you sent on Sat, 19 Jun 2021 00:03:55 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.13-rc6-tag

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

Thank you!