linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 5.19-rc4, part 2
@ 2022-06-26 15:30 David Sterba
  2022-06-26 17:36 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2022-06-26 15:30 UTC (permalink / raw)
  To: torvalds; +Cc: linux-btrfs, linux-kernel

Hi,

a few more fixes, they have been in testing branches for last weeks.
Please pull, thanks.

- zoned relocation fixes
  - fix critical section end for extent writeback, this could lead to
    out of order write
  - prevent writing to previous data relocation block group if space
    gets low

- reflink fixes
  - fix race between reflinking and ordered extent completion
  - proper error handling when block reserve migration fails
  - add missing inode iversion/mtime/ctime updates on each iteration
    when replacing extents

- fix deadlock when running fsync/fiemap/commit at the same time

- fix KCSAN report regarding pid tracking for read locks and data race,
  but that's a false alert

- minor documentation update and link to new site

----------------------------------------------------------------
The following changes since commit e3a4167c880cf889f66887a152799df4d609dd21:

  btrfs: add error messages to all unrecognized mount options (2022-06-07 17:29:50 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.19-rc3-tag

for you to fetch changes up to 037e127452b973f45b34c1e88a1af183e652e657:

  Documentation: update btrfs list of features and link to readthedocs.io (2022-06-21 14:47:19 +0200)

----------------------------------------------------------------
David Sterba (1):
      Documentation: update btrfs list of features and link to readthedocs.io

Filipe Manana (3):
      btrfs: fix race between reflinking and ordered extent completion
      btrfs: add missing inode updates on each iteration when replacing extents
      btrfs: do not BUG_ON() on failure to migrate space when replacing extents

Josef Bacik (1):
      btrfs: fix deadlock with fsync+fiemap+transaction commit

Naohiro Aota (2):
      btrfs: zoned: prevent allocation from previous data relocation BG
      btrfs: zoned: fix critical section of relocation inode writeback

Zygo Blaxell (1):
      btrfs: don't set lock_owner when locking extent buffer for reading

 Documentation/filesystems/btrfs.rst | 16 +++++--
 fs/btrfs/block-group.h              |  1 +
 fs/btrfs/ctree.h                    |  2 +
 fs/btrfs/extent-tree.c              | 20 +++++++-
 fs/btrfs/extent_io.c                |  3 +-
 fs/btrfs/file.c                     | 92 ++++++++++++++++++++++++++++++-------
 fs/btrfs/inode.c                    |  3 ++
 fs/btrfs/locking.c                  |  3 --
 fs/btrfs/reflink.c                  | 16 +++++--
 fs/btrfs/zoned.c                    | 27 +++++++++++
 fs/btrfs/zoned.h                    |  5 ++
 11 files changed, 158 insertions(+), 30 deletions(-)


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

* Re: [GIT PULL] Btrfs fixes for 5.19-rc4, part 2
  2022-06-26 15:30 [GIT PULL] Btrfs fixes for 5.19-rc4, part 2 David Sterba
@ 2022-06-26 17:36 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-06-26 17:36 UTC (permalink / raw)
  To: David Sterba; +Cc: torvalds, linux-btrfs, linux-kernel

The pull request you sent on Sun, 26 Jun 2022 17:30:05 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.19-rc3-tag

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

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-06-26 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-26 15:30 [GIT PULL] Btrfs fixes for 5.19-rc4, part 2 David Sterba
2022-06-26 17:36 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).