mbox series

[GIT,PULL] Btrfs fixes for 5.8-rc7

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

Pull-request

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

Message

David Sterba July 24, 2020, 11:21 a.m. UTC
Hi,

I've selected a few resouce leak fixes from recent patches, all are
stable material. The problems have been observed during testing or have
a reproducer.

Please pull, thanks.

----------------------------------------------------------------
The following changes since commit d77765911385b65fc82d74ab71b8983cddfe0b58:

  btrfs: wire up iter_file_splice_write (2020-07-09 19:57:58 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 48cfa61b58a1fee0bc49eef04f8ccf31493b7cdd:

  btrfs: fix mount failure caused by race with umount (2020-07-21 22:08:54 +0200)

----------------------------------------------------------------
Boris Burkov (1):
      btrfs: fix mount failure caused by race with umount

Filipe Manana (1):
      btrfs: fix double free on ulist after backref resolution failure

Qu Wenruo (1):
      btrfs: qgroup: fix data leak caused by race between writeback and truncate

Robbie Ko (1):
      btrfs: fix page leaks after failure to lock page for delalloc

 fs/btrfs/backref.c   |  1 +
 fs/btrfs/extent_io.c |  3 ++-
 fs/btrfs/inode.c     | 23 ++++++++++-------------
 fs/btrfs/volumes.c   |  8 ++++++++
 4 files changed, 21 insertions(+), 14 deletions(-)

Comments

pr-tracker-bot@kernel.org July 24, 2020, 9:40 p.m. UTC | #1
The pull request you sent on Fri, 24 Jul 2020 13:21:32 +0200:

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

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

Thank you!