* [GIT PULL] Btrfs fixes for 5.9-rc5
@ 2020-09-12 17:01 David Sterba
2020-09-12 20:00 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2020-09-12 17:01 UTC (permalink / raw)
To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel
Hi,
a few more fixes:
- regression fix, crash after failed snapshot creation
- one more lockep fix, use nofs allocation when allocating missing
device
- fix reloc tree leak on degraded mount
- make some extent buffer alignment checks less strict to mount
filesystems created by btrfs-convert
Please pull, thanks.
----------------------------------------------------------------
The following changes since commit f96d6960abbc52e26ad124e69e6815283d3e1674:
btrfs: tree-checker: fix the error message for transid error (2020-08-27 14:16:05 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.9-rc4-tag
for you to fetch changes up to 2d892ccdc163a3d2e08c5ed1cea8b61bf7e4f531:
btrfs: fix NULL pointer dereference after failure to create snapshot (2020-09-07 21:18:35 +0200)
----------------------------------------------------------------
Filipe Manana (1):
btrfs: fix NULL pointer dereference after failure to create snapshot
Josef Bacik (2):
btrfs: fix lockdep splat in add_missing_dev
btrfs: free data reloc tree on failed mount
Qu Wenruo (1):
btrfs: require only sector size alignment for parent eb bytenr
fs/btrfs/disk-io.c | 2 ++
fs/btrfs/extent-tree.c | 19 +++++++++----------
fs/btrfs/print-tree.c | 12 +++++++-----
fs/btrfs/transaction.c | 1 +
fs/btrfs/volumes.c | 10 ++++++++++
5 files changed, 29 insertions(+), 15 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-12 20:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-12 17:01 [GIT PULL] Btrfs fixes for 5.9-rc5 David Sterba
2020-09-12 20:00 ` 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.