All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs updates for 6.1-rc7
@ 2022-11-25 20:47 David Sterba
  2022-11-25 22:00 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2022-11-25 20:47 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

Hi,

a few more fixes from past two weeks. Please pull, thanks.

- fix a regression in nowait + buffered write

- in zoned mode fix endianness when comparing super block generation

- locking and lockdep fixes:
  - fix potential sleeping under spinlock when setting qgroup limit
  - lockdep warning fixes when btrfs_path is freed after copy_to_user
  - do not modify log tree while holding a leaf from fs tree locked

- fix freeing of sysfs files of static features on error

- use kv.alloc for zone map allocation as a fallback to avoid warnings
  due to high order allocation

- send, avoid unaligned encoded writes when attempting to clone range

----------------------------------------------------------------
The following changes since commit c62f6bec53e63b11112e1ebce6bbaa39ce6f6706:

  btrfs: zoned: fix locking imbalance on scrub (2022-11-07 14:35:25 +0100)

are available in the Git repository at:

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

for you to fetch changes up to ffdbb44f2f23f963b8f5672e35c3a26088177a62:

  btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs() (2022-11-23 16:52:22 +0100)

----------------------------------------------------------------
Anand Jain (3):
      btrfs: free btrfs_path before copying inodes to userspace
      btrfs: free btrfs_path before copying fspath to userspace
      btrfs: free btrfs_path before copying subvol info to userspace

ChenXiaoSong (1):
      btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()

Christoph Hellwig (2):
      btrfs: zoned: fix missing endianness conversion in sb_write_pointer
      btrfs: use kvcalloc in btrfs_get_dev_zone_info

Filipe Manana (3):
      btrfs: fix assertion failure and blocking during nowait buffered write
      btrfs: send: avoid unaligned encoded writes when attempting to clone range
      btrfs: do not modify log tree while holding a leaf from fs tree locked

Josef Bacik (1):
      btrfs: free btrfs_path before copying root refs to userspace

Zhen Lei (1):
      btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()

 fs/btrfs/ctree.c    | 36 ++++++++++++++++++++++++++------
 fs/btrfs/ioctl.c    | 23 ++++++++++++---------
 fs/btrfs/qgroup.c   |  9 +-------
 fs/btrfs/send.c     | 24 +++++++++++++++++++++-
 fs/btrfs/sysfs.c    |  7 +++++--
 fs/btrfs/tree-log.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++++----
 fs/btrfs/zoned.c    |  9 ++++----
 7 files changed, 132 insertions(+), 35 deletions(-)

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

* Re: [GIT PULL] Btrfs updates for 6.1-rc7
  2022-11-25 20:47 [GIT PULL] Btrfs updates for 6.1-rc7 David Sterba
@ 2022-11-25 22:00 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-11-25 22:00 UTC (permalink / raw)
  To: David Sterba; +Cc: torvalds, David Sterba, linux-btrfs, linux-kernel

The pull request you sent on Fri, 25 Nov 2022 21:47:15 +0100:

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

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

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-11-25 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25 20:47 [GIT PULL] Btrfs updates for 6.1-rc7 David Sterba
2022-11-25 22: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.