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

Hi,

please pull the following branch with fixes. Thanks.

- lockdep fixes
  - drop path locks before manipulating sysfs objects or qgroups
  - preliminary fixes before tree locks get switched to rwsem
  - use annotated seqlock

- build warning fixes (printk format)

- fix relocation vs fallocate race

- tree checker properly validates number of stripes and parity

- readahead vs device replace fixes

- iomap dio fix for unnecessary buffered io fallback

----------------------------------------------------------------
The following changes since commit 1fd4033dd011a3525bacddf37ab9eac425d25c4f:

  btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flag (2020-10-07 12:18:00 +0200)

are available in the Git repository at:

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

for you to fetch changes up to d5c8238849e7bae6063dfc16c08ed62cee7ee688:

  btrfs: convert data_seqcount to seqcount_mutex_t (2020-10-27 15:11:51 +0100)

----------------------------------------------------------------
Daniel Xu (1):
      btrfs: tree-checker: validate number of chunk stripes and parity

Davidlohr Bueso (1):
      btrfs: convert data_seqcount to seqcount_mutex_t

Filipe Manana (3):
      btrfs: fix relocation failure due to race with fallocate
      btrfs: fix use-after-free on readahead extent after failure to create it
      btrfs: fix readahead hang and use-after-free after removing a device

Johannes Thumshirn (1):
      btrfs: don't fallback to buffered read if we don't need to

Josef Bacik (3):
      btrfs: drop the path before adding block group sysfs files
      btrfs: drop the path before adding qgroup items when enabling qgroups
      btrfs: add a helper to read the tree_root commit root for backref lookup

Pujin Shi (1):
      btrfs: tree-checker: fix incorrect printk format

 fs/btrfs/backref.c      |  13 ++++-
 fs/btrfs/block-group.c  |   1 +
 fs/btrfs/ctree.h        |   2 +
 fs/btrfs/dev-replace.c  |   5 ++
 fs/btrfs/disk-io.c      | 139 ++++++++++++++++++++++++++++++++++--------------
 fs/btrfs/disk-io.h      |   3 ++
 fs/btrfs/extent-tree.c  |   2 +-
 fs/btrfs/file.c         |   3 +-
 fs/btrfs/inode.c        |   8 ++-
 fs/btrfs/qgroup.c       |  18 +++++++
 fs/btrfs/reada.c        |  47 ++++++++++++++++
 fs/btrfs/tree-checker.c |  18 +++++++
 fs/btrfs/volumes.c      |   5 +-
 fs/btrfs/volumes.h      |  12 ++---
 14 files changed, 225 insertions(+), 51 deletions(-)

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

* Re: [GIT PULL] Btrfs fixes for 5.10-rc2
  2020-10-30 16:12 [GIT PULL] Btrfs fixes for 5.10-rc2 David Sterba
@ 2020-10-30 20:35 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-10-30 20:35 UTC (permalink / raw)
  To: David Sterba; +Cc: torvalds, David Sterba, linux-btrfs, linux-kernel

The pull request you sent on Fri, 30 Oct 2020 17:12:27 +0100:

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

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

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-10-30 20:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-30 16:12 [GIT PULL] Btrfs fixes for 5.10-rc2 David Sterba
2020-10-30 20:35 ` 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).