mbox series

[GIT,PULL] Btrfs fix for 6.10-rc3

Message ID cover.1717600881.git.dsterba@suse.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Btrfs fix for 6.10-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.10-rc2-tag

Message

David Sterba June 5, 2024, 3:26 p.m. UTC
Hi,

please pull the following fix for fast fsync that needs to handle errors
during writes after some COW failure so it does not lead to an
inconsistent state. Thanks.

----------------------------------------------------------------
The following changes since commit 440861b1a03c72cc7be4a307e178dcaa6894479b:

  btrfs: re-introduce 'norecovery' mount option (2024-05-21 15:27:17 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.10-rc2-tag

for you to fetch changes up to f13e01b89daf42330a4a722f451e48c3e2edfc8d:

  btrfs: ensure fast fsync waits for ordered extents after a write failure (2024-05-28 16:35:12 +0200)

----------------------------------------------------------------
Filipe Manana (1):
      btrfs: ensure fast fsync waits for ordered extents after a write failure

 fs/btrfs/btrfs_inode.h  | 10 ++++++++++
 fs/btrfs/file.c         | 16 ++++++++++++++++
 fs/btrfs/ordered-data.c | 31 +++++++++++++++++++++++++++++++
 3 files changed, 57 insertions(+)

Comments

pr-tracker-bot@kernel.org June 5, 2024, 6:32 p.m. UTC | #1
The pull request you sent on Wed,  5 Jun 2024 17:26:14 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.10-rc2-tag

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

Thank you!