linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 5.10-rc6
@ 2020-11-27 15:36 David Sterba
  2020-11-27 21:21 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2020-11-27 15:36 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

Hi,

a few fixes for various warnings that accumulated over past two weeks.

- tree-checker: add missing return values for some errors

- lockdep fixes
  - when reading qgroup config and starting quota rescan
  - reverse order of quota ioctl lock and VFS freeze lock

- avoid accessing potentially stale fs info during device scan,
  reported by syzbot

- add scope NOFS protection around qgroup relation changes

- check for running transaction before flushing qgroups

- fix tracking of new delalloc ranges for some cases

Please pull, thanks.

----------------------------------------------------------------
The following changes since commit 468600c6ec28613b756193c5f780aac062f1acdf:

  btrfs: ref-verify: fix memory leak in btrfs_ref_tree_mod (2020-11-05 13:03:39 +0100)

are available in the Git repository at:

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

for you to fetch changes up to a855fbe69229078cd8aecd8974fb996a5ca651e6:

  btrfs: fix lockdep splat when enabling and disabling qgroups (2020-11-23 21:16:43 +0100)

----------------------------------------------------------------
Daniel Xu (1):
      btrfs: tree-checker: add missing return after error in root_item

David Sterba (1):
      btrfs: tree-checker: add missing returns after data_ref alignment checks

Filipe Manana (4):
      btrfs: fix missing delalloc new bit for new delalloc ranges
      btrfs: fix lockdep splat when reading qgroup config on mount
      btrfs: do nofs allocations when adding and removing qgroup relations
      btrfs: fix lockdep splat when enabling and disabling qgroups

Johannes Thumshirn (1):
      btrfs: don't access possibly stale fs_info data for printing duplicate device

Qu Wenruo (1):
      btrfs: qgroup: don't commit transaction when we already hold the handle

 fs/btrfs/ctree.h             |  5 ++-
 fs/btrfs/file.c              | 57 ----------------------------
 fs/btrfs/inode.c             | 58 +++++++++++++++++++++++++++++
 fs/btrfs/qgroup.c            | 88 +++++++++++++++++++++++++++++++++++++++-----
 fs/btrfs/tests/inode-tests.c | 12 ++++--
 fs/btrfs/tree-checker.c      |  3 ++
 fs/btrfs/volumes.c           |  8 +++-
 7 files changed, 158 insertions(+), 73 deletions(-)

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

* Re: [GIT PULL] Btrfs fixes for 5.10-rc6
  2020-11-27 15:36 [GIT PULL] Btrfs fixes for 5.10-rc6 David Sterba
@ 2020-11-27 21:21 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-11-27 21:21 UTC (permalink / raw)
  To: David Sterba; +Cc: torvalds, David Sterba, linux-btrfs, linux-kernel

The pull request you sent on Fri, 27 Nov 2020 16:36:15 +0100:

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

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

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:[~2020-11-27 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 15:36 [GIT PULL] Btrfs fixes for 5.10-rc6 David Sterba
2020-11-27 21:21 ` 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).