mbox series

[GIT,PULL] Btrfs fixes for 6.6-rc2

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

Pull-request

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

Message

David Sterba Sept. 12, 2023, 5:31 p.m. UTC
Hi,

first batch of fixes for 6.6. Please pull, thanks.

- several fixes for handling directory item (inserting, removing,
  iteration, error handling)

- fix transaction commit stalls when auto relocation is running and
  blocks other tasks that want to commit

- fix a build error when DEBUG is enabled

- fix lockdep warning in inode number lookup ioctl

- fix race when finishing block group creation

- remove link to obsolete wiki in several files

----------------------------------------------------------------
The following changes since commit c02d35d89b317994bd713ba82e160c5e7f22d9c8:

  btrfs: zoned: skip splitting and logical rewriting on pre-alloc write (2023-08-22 14:19:59 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 5facccc9402301d67d48bef06159b91f7e41efc0:

  MAINTAINERS: remove links to obsolete btrfs.wiki.kernel.org (2023-09-08 14:21:27 +0200)

----------------------------------------------------------------
Bhaskar Chowdhury (1):
      MAINTAINERS: remove links to obsolete btrfs.wiki.kernel.org

Filipe Manana (6):
      btrfs: fix race between finishing block group creation and its item update
      btrfs: release path before inode lookup during the ino lookup ioctl
      btrfs: fix lockdep splat and potential deadlock after failure running delayed items
      btrfs: improve error message after failure to add delayed dir index item
      btrfs: remove BUG() after failure to insert delayed dir index item
      btrfs: assert delayed node locked when removing delayed item

Josef Bacik (2):
      btrfs: do not block starts waiting on previous transaction commit
      btrfs: check for BTRFS_FS_ERROR in pending ordered assert

Qu Wenruo (1):
      btrfs: fix a compilation error if DEBUG is defined in btree_dirty_folio

 Documentation/filesystems/btrfs.rst |   1 -
 MAINTAINERS                         |   1 -
 fs/btrfs/Kconfig                    |   2 +-
 fs/btrfs/block-group.c              |  12 ++++-
 fs/btrfs/delayed-inode.c            | 104 ++++++++++++++++++++++++------------
 fs/btrfs/disk-io.c                  |  22 ++++----
 fs/btrfs/ioctl.c                    |   8 ++-
 fs/btrfs/locking.h                  |   2 +-
 fs/btrfs/ordered-data.c             |   2 +-
 fs/btrfs/transaction.c              |  39 ++++++++------
 fs/btrfs/transaction.h              |   1 +
 11 files changed, 128 insertions(+), 66 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 12, 2023, 6:59 p.m. UTC | #1
The pull request you sent on Tue, 12 Sep 2023 19:31:21 +0200:

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

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

Thank you!