mbox series

[GIT,PULL] Btrfs fixes for 6.2-rc5

Message ID cover.1673876631.git.dsterba@suse.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Btrfs fixes for 6.2-rc5 | expand

Pull-request

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

Message

David Sterba Jan. 16, 2023, 2:45 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 16, 2023, 6:10 p.m. UTC | #1
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!