[GIT PULL] Btrfs fixes for 6.6-rc2

From: David Sterba
Date: Tue Sep 12 2023 - 13:38:06 EST


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(-)