mbox series

[GIT,PULL,v2] iomap: bug fixes for 6.6-rc4

Message ID 169609450381.1111146.9387085958711753844.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,v2] iomap: bug fixes for 6.6-rc4 | expand

Pull-request

https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-6.6-fixes-4

Message

Darrick J. Wong Sept. 30, 2023, 5:23 p.m. UTC
Hi Linus,

Please pull this branch with changes for iomap for 6.6-rc4.

As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts.  Please let me know if you
encounter any more problems.

This time with the /correct/ git repo. :(

--D

The following changes since commit a5f31a5028d1e88e97c3b6cdc3e3bf2da085e232:

iomap: convert iomap_unshare_iter to use large folios (2023-09-19 09:05:35 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-6.6-fixes-4

for you to fetch changes up to 684f7e6d28e8087502fc8efdb6c9fe82400479dd:

iomap: Spelling s/preceeding/preceding/g (2023-09-28 09:26:58 -0700)

----------------------------------------------------------------
Bug fixes for 6.6-rc4:

* Handle a race between writing and shrinking block devices by
returning EIO.
* Fix a typo in a comment.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>

----------------------------------------------------------------
Christoph Hellwig (1):
iomap: add a workaround for racy i_size updates on block devices

Geert Uytterhoeven (1):
iomap: Spelling s/preceeding/preceding/g

fs/buffer.c            | 11 ++++++++++-
fs/iomap/buffered-io.c |  2 +-
2 files changed, 11 insertions(+), 2 deletions(-)