mbox series

[GIT,PULL] Btrfs fixes for 5.8-rc5

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.8-rc4-tag

Message

David Sterba July 7, 2020, 1:27 p.m. UTC
Hi,

please pull the following fixes, thanks.

- regression fix of a leak in global block reserve accounting

- fix a (hard to hit) race of readahead vs releasepage that could lead
  to crash

- convert all remaining uses of comment fall through annotations to the
  pseudo keyword

- fix crash when mounting a fuzzed image with -o recovery

----------------------------------------------------------------
The following changes since commit b091f7fede97cc64f7aaad3eeb37965aebee3082:

  btrfs: use kfree() in btrfs_ioctl_get_subvol_info() (2020-06-16 19:24:03 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.8-rc4-tag

for you to fetch changes up to 0465337c5599bbe360cdcff452992a1a6b7ed2d4:

  btrfs: reset tree root pointer after error in init_tree_roots (2020-07-02 10:27:12 +0200)

----------------------------------------------------------------
Boris Burkov (1):
      btrfs: fix fatal extent_buffer readahead vs releasepage race

Filipe Manana (1):
      btrfs: fix reclaim_size counter leak after stealing from global reserve

Josef Bacik (1):
      btrfs: reset tree root pointer after error in init_tree_roots

Marcos Paulo de Souza (1):
      btrfs: convert comments to fallthrough annotations

 fs/btrfs/ctree.c      |  2 +-
 fs/btrfs/disk-io.c    |  6 ++++--
 fs/btrfs/extent_io.c  | 40 ++++++++++++++++++++++++----------------
 fs/btrfs/ref-verify.c |  2 +-
 fs/btrfs/space-info.c |  2 +-
 fs/btrfs/super.c      |  6 +++---
 fs/btrfs/volumes.h    |  2 +-
 7 files changed, 35 insertions(+), 25 deletions(-)

Comments

pr-tracker-bot@kernel.org July 7, 2020, 9:25 p.m. UTC | #1
The pull request you sent on Tue,  7 Jul 2020 15:27:12 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.8-rc4-tag

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

Thank you!