All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 5.16-rc6
@ 2021-12-17 21:19 David Sterba
  2021-12-17 22:21 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2021-12-17 21:19 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

Hi,

still there are a few more fixes, almost all error handling one-liners
and for stable.  Please pull, thanks.

* regression fix in directory logging items

* regression fix of extent buffer status bits handling after an error

* fix memory leak in error handling path in tree-log

* fix freeing invalid anon device number when handling errors during
  subvolume creation

* fix warning when freeing leaf after subvolume creation failure

* fix missing blkdev put in device scan error handling

* fix invalid delayed ref after subvolume creation failure

----------------------------------------------------------------
The following changes since commit 8289ed9f93bef2762f9184e136d994734b16d997:

  btrfs: replace the BUG_ON in btrfs_del_root_ref with proper error handling (2021-12-08 15:45:27 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.16-rc5-tag

for you to fetch changes up to 4989d4a0aed3fb30f5b48787a689d7090de6f86d:

  btrfs: fix missing blkdev_put() call in btrfs_scan_one_device() (2021-12-15 17:07:34 +0100)

----------------------------------------------------------------
Filipe Manana (4):
      btrfs: fix double free of anon_dev after failure to create subvolume
      btrfs: fix missing last dir item offset update when logging directory
      btrfs: fix invalid delayed ref after subvolume creation failure
      btrfs: fix warning when freeing leaf after subvolume creation failure

Jianglei Nie (1):
      btrfs: fix memory leak in __add_inode_ref()

Josef Bacik (1):
      btrfs: check WRITE_ERR when trying to read an extent buffer

Shin'ichiro Kawasaki (1):
      btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()

 fs/btrfs/ctree.c           | 17 +++++++++--------
 fs/btrfs/ctree.h           |  7 ++++++-
 fs/btrfs/disk-io.c         |  8 ++++++++
 fs/btrfs/extent-tree.c     | 13 +++++++------
 fs/btrfs/extent_io.c       |  8 ++++++++
 fs/btrfs/free-space-tree.c |  4 ++--
 fs/btrfs/ioctl.c           | 10 ++++++----
 fs/btrfs/qgroup.c          |  3 ++-
 fs/btrfs/tree-log.c        |  2 ++
 fs/btrfs/volumes.c         |  6 ++++--
 10 files changed, 54 insertions(+), 24 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Btrfs fixes for 5.16-rc6
  2021-12-17 21:19 [GIT PULL] Btrfs fixes for 5.16-rc6 David Sterba
@ 2021-12-17 22:21 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-12-17 22:21 UTC (permalink / raw)
  To: David Sterba; +Cc: torvalds, David Sterba, linux-btrfs, linux-kernel

The pull request you sent on Fri, 17 Dec 2021 22:19:27 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.16-rc5-tag

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-17 22:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17 21:19 [GIT PULL] Btrfs fixes for 5.16-rc6 David Sterba
2021-12-17 22:21 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.