mbox series

[GIT,PULL] Btrfs fix for 5.6-rc5

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

Pull-request

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

Message

David Sterba March 6, 2020, 5:29 p.m. UTC
Hi,

one fixup for DIO when in use with the new checksums, a missed case
where the checksum size was still assuming u32. Please pull, thanks.

----------------------------------------------------------------
The following changes since commit a5ae50dea9111db63d30d700766dd5509602f7ad:

  Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eof (2020-02-21 16:21:19 +0100)

are available in the Git repository at:

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

for you to fetch changes up to e7a04894c766daa4248cb736efee93550f2d5872:

  btrfs: fix RAID direct I/O reads with alternate csums (2020-03-03 15:26:08 +0100)

----------------------------------------------------------------
Omar Sandoval (1):
      btrfs: fix RAID direct I/O reads with alternate csums

 fs/btrfs/inode.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org March 6, 2020, 9 p.m. UTC | #1
The pull request you sent on Fri,  6 Mar 2020 18:29:47 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/30fe0d07fd7b27d41d9b31a224052cc4e910947a

Thank you!