All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 6.2-rc5
@ 2023-01-16 14:45 David Sterba
  2023-01-16 18:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2023-01-16 14:45 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

Hi,

another batch of fixes, dealing with fallouts from 6.1 reported by users.

One or two extra -rcs would be appreciated, this pull request is for rc5
which is my usual target for big changes code freeze but there are still
such branches in the queue.

Please pull, thanks.

- tree-log fixes
  - fix directory logging due to race with concurrent index key deletion
  - fix missing error handling when logging directory items
  - handle case of conflicting inodes being added to the log
  - remove transaction aborts for not so serious errors

- fix qgroup accounting warning when rescan can be started at time with
  temporarily disable accounting

- print more specific errors to system log when device scan ioctl fails

- disable space overcommit for ZNS devices, causing heavy performance
  drop

----------------------------------------------------------------
The following changes since commit 2ba48b20049b5a76f34a85f853c9496d1b10533a:

  btrfs: fix compat_ro checks against remount (2023-01-03 16:22:13 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.2-rc4-tag

for you to fetch changes up to 09e44868f1e03c7825ca4283256abedc95e249a3:

  btrfs: do not abort transaction on failure to update log root (2023-01-12 15:43:31 +0100)

----------------------------------------------------------------
Filipe Manana (5):
      btrfs: fix missing error handling when logging directory items
      btrfs: add missing setup of log for full commit at add_conflicting_inode()
      btrfs: do not abort transaction on failure to write log tree when syncing log
      btrfs: do not abort transaction on failure to update log root

Naohiro Aota (1):
      btrfs: zoned: enable metadata over-commit for non-ZNS setup

Qu Wenruo (2):
      btrfs: add extra error messages to cover non-ENOMEM errors from device_add_list()
      btrfs: qgroup: do not warn on record without old_roots populated

 fs/btrfs/disk-io.c    |  9 ++++++++-
 fs/btrfs/fs.h         |  6 ++++++
 fs/btrfs/qgroup.c     | 14 ++++++++++++--
 fs/btrfs/space-info.c |  3 ++-
 fs/btrfs/tree-log.c   | 47 +++++++++++++++++++++++++++++++----------------
 fs/btrfs/volumes.c    | 11 ++++++++++-
 fs/btrfs/zoned.c      |  2 ++
 7 files changed, 71 insertions(+), 21 deletions(-)

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

* Re: [GIT PULL] Btrfs fixes for 6.2-rc5
  2023-01-16 14:45 [GIT PULL] Btrfs fixes for 6.2-rc5 David Sterba
@ 2023-01-16 18:10 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-01-16 18:10 UTC (permalink / raw)
  To: David Sterba; +Cc: torvalds, David Sterba, linux-btrfs, linux-kernel

The pull request you sent on Mon, 16 Jan 2023 15:45:40 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.2-rc4-tag

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

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:[~2023-01-16 18:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16 14:45 [GIT PULL] Btrfs fixes for 6.2-rc5 David Sterba
2023-01-16 18:10 ` 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.