linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 5.17-rc7
@ 2022-03-06 16:32 David Sterba
  2022-03-06 20:34 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2022-03-06 16:32 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

Hi,

a few more fixes for various problems that have user visible effects or
seem to be urgent. Please pull, thanks.

* fix corruption when combining DIO and non-blocking iouring over
  multiple extents (seen on MariaDB)

* fix relocation crash due to premature return from commit

* fix quota deadlock between rescan and qgroup removal

* fix item data bounds checks in tree-checker (found on a fuzzed image)

* fix fsync of prealloc extents after EOF

* add missing run of delayed items after unlink during log replay

* don't start relocation until snapshot drop is finished

* fix reversed condition for subpage writers locking

* fix warning on page error

----------------------------------------------------------------
The following changes since commit 558732df2122092259ab4ef85594bee11dbb9104:

  btrfs: reduce extent threshold for autodefrag (2022-02-24 16:11:28 +0100)

are available in the Git repository at:

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

for you to fetch changes up to ca93e44bfb5fd7996b76f0f544999171f647f93b:

  btrfs: fallback to blocking mode when doing async dio over multiple extents (2022-03-04 15:09:21 +0100)

----------------------------------------------------------------
Filipe Manana (3):
      btrfs: fix lost prealloc extents beyond eof after full fsync
      btrfs: add missing run of delayed items after unlink during log replay
      btrfs: fallback to blocking mode when doing async dio over multiple extents

Josef Bacik (2):
      btrfs: do not WARN_ON() if we have PageError set
      btrfs: do not start relocation until in progress drops are done

Omar Sandoval (1):
      btrfs: fix relocation crash due to premature return from btrfs_commit_transaction()

Qu Wenruo (1):
      btrfs: subpage: fix a wrong check on subpage->writers

Sidong Yang (1):
      btrfs: qgroup: fix deadlock between rescan worker and remove qgroup

Su Yue (1):
      btrfs: tree-checker: use u64 for item data end to avoid overflow

 fs/btrfs/ctree.h        | 10 ++++++++
 fs/btrfs/disk-io.c      | 10 ++++++++
 fs/btrfs/extent-tree.c  | 10 ++++++++
 fs/btrfs/extent_io.c    | 16 +++++++++---
 fs/btrfs/inode.c        | 28 +++++++++++++++++++++
 fs/btrfs/qgroup.c       |  9 ++++++-
 fs/btrfs/relocation.c   | 13 ++++++++++
 fs/btrfs/root-tree.c    | 15 ++++++++++++
 fs/btrfs/subpage.c      |  2 +-
 fs/btrfs/transaction.c  | 65 +++++++++++++++++++++++++++++++++++++++++++++++--
 fs/btrfs/transaction.h  |  1 +
 fs/btrfs/tree-checker.c | 18 +++++++-------
 fs/btrfs/tree-log.c     | 61 +++++++++++++++++++++++++++++++++++++---------
 13 files changed, 230 insertions(+), 28 deletions(-)

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

* Re: [GIT PULL] Btrfs fixes for 5.17-rc7
  2022-03-06 16:32 [GIT PULL] Btrfs fixes for 5.17-rc7 David Sterba
@ 2022-03-06 20:34 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-03-06 20:34 UTC (permalink / raw)
  To: David Sterba; +Cc: torvalds, David Sterba, linux-btrfs, linux-kernel

The pull request you sent on Sun,  6 Mar 2022 17:32:30 +0100:

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

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

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:[~2022-03-06 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-06 16:32 [GIT PULL] Btrfs fixes for 5.17-rc7 David Sterba
2022-03-06 20:34 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).