mbox series

[GIT,PULL] fixes for 5.7

Message ID 20200521141243.GA2942212@mit.edu
State Not Applicable
Headers show
Series [GIT,PULL] fixes for 5.7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/fiemap-regression-fix

Message

Theodore Ts'o May 21, 2020, 2:12 p.m. UTC
The following changes since commit 0e698dfa282211e414076f9dc7e83c1c288314fd:

  Linux 5.7-rc4 (2020-05-03 14:56:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/fiemap-regression-fix

for you to fetch changes up to 959f7584512941a614113bfddb41b6812214169d:

  ext4: fix fiemap size checks for bitmap files (2020-05-19 15:03:37 -0400)

----------------------------------------------------------------
Fix regression in ext4's FIEMAP handling introduced in v5.7-rc1

----------------------------------------------------------------
Christoph Hellwig (1):
      ext4: fix fiemap size checks for bitmap files

Ritesh Harjani (1):
      ext4: fix EXT4_MAX_LOGICAL_BLOCK macro

 fs/ext4/ext4.h    |  2 +-
 fs/ext4/extents.c | 31 +++++++++++++++++++++++++++++++
 fs/ext4/ioctl.c   | 33 ++-------------------------------
 3 files changed, 34 insertions(+), 32 deletions(-)

Comments

pr-tracker-bot@kernel.org May 21, 2020, 8:55 p.m. UTC | #1
The pull request you sent on Thu, 21 May 2020 10:12:43 -0400:

> git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/fiemap-regression-fix

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/57f1b0cf2de82644efcc5e30f5054eae12329bbc

Thank you!