mbox series

[GIT,PULL] iomap: new code for 5.6

Message ID 20200131040753.GB6869@magnolia
State Not Applicable
Headers show
Series [GIT,PULL] iomap: new code for 5.6 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.6-merge-3

Message

Darrick J. Wong Jan. 31, 2020, 4:07 a.m. UTC
Hi Linus,

Please pull this set of new code for 5.6.  There's a single patch fixing
an off-by-one error when we're checking to see how far we're gotten into
an EOF page.

--D

The following changes since commit fd6988496e79a6a4bdb514a4655d2920209eb85d:

  Linux 5.5-rc4 (2019-12-29 15:29:16 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.6-merge-3

for you to fetch changes up to 243145bc4336684c69f95de0a303b31f2e5bf264:

  fs: Fix page_mkwrite off-by-one errors (2020-01-06 08:58:23 -0800)

----------------------------------------------------------------
New code for 5.6:
- Fix an off-by-one error when checking if offset is within inode size

----------------------------------------------------------------
Andreas Gruenbacher (1):
      fs: Fix page_mkwrite off-by-one errors

 fs/iomap/buffered-io.c  | 18 +++++-------------
 include/linux/pagemap.h | 28 ++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 31, 2020, 9:10 p.m. UTC | #1
The pull request you sent on Thu, 30 Jan 2020 20:07:53 -0800:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.6-merge-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/677b60dcb68a0c43822b5a8ad97733b4193386b9

Thank you!