mbox series

[GIT,PULL] Btrfs fixes for 5.7-rc4

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

Pull-request

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

Message

David Sterba April 27, 2020, 1:45 p.m. UTC
Hi,

please pull the following branch with regression fixes and some stable
material. Thanks.

* regression fixes:
  * transaction leak when deleting unused block group
  * log cleanup after transaction abort

* fix block group leak when removing fails

* transaction leak if relocation recovery fails

* fix SPDX header

----------------------------------------------------------------
The following changes since commit aec7db3b13a07d515c15ada752a7287a44a79ea0:

  btrfs: fix setting last_trans for reloc roots (2020-04-17 15:20:08 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 1402d17dfd9657be0da8458b2079d03c2d61c86a:

  btrfs: fix transaction leak in btrfs_recover_relocation (2020-04-23 17:24:56 +0200)

----------------------------------------------------------------
Filipe Manana (1):
      btrfs: fix memory leak of transaction when deleting unused block group

Josef Bacik (1):
      btrfs: drop logs when we've aborted a transaction

Nishad Kamdar (1):
      btrfs: discard: Use the correct style for SPDX License Identifier

Xiyu Yang (2):
      btrfs: fix block group leak when removing fails
      btrfs: fix transaction leak in btrfs_recover_relocation

 fs/btrfs/block-group.c | 20 ++++++++++++++------
 fs/btrfs/discard.h     |  2 +-
 fs/btrfs/disk-io.c     | 36 ++++++++++++++++++++++++++++++++----
 fs/btrfs/relocation.c  |  1 +
 4 files changed, 48 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org April 27, 2020, 8:40 p.m. UTC | #1
The pull request you sent on Mon, 27 Apr 2020 15:45:28 +0200:

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

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

Thank you!