Message ID | 168987161500.3212821.11938475539735933401.stg-ugh@frogsfrogsfrogs (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] iomap: bug fixes for 6.5 | expand |
The pull request you sent on Thu, 20 Jul 2023 09:48:58 -0700:
> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-6.5-fixes-1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e599e16c16a16be9907fb00608212df56d08d57b
Thank you!
Hi Linus, Please pull this branch with bug fixes for iomap for 6.5-rc2. It turns out that fstests doesn't have any test coverage for short writes, but LTP does. Fortunately, this was caught right after -rc1 was tagged. 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 problems. --D The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c: Linux 6.5-rc2 (2023-07-16 15:10:37 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-6.5-fixes-1 for you to fetch changes up to efa96cc99793bafe96bdbff6abab94d81472a32d: iomap: micro optimize the ki_pos assignment in iomap_file_buffered_write (2023-07-17 08:49:57 -0700) ---------------------------------------------------------------- Bug fixes for 6.5-rc2: * Fix a bug wherein a failed write could clobber short write status. Signed-off-by: Darrick J. Wong <djwong@kernel.org> ---------------------------------------------------------------- Christoph Hellwig (2): iomap: fix a regression for partial write errors iomap: micro optimize the ki_pos assignment in iomap_file_buffered_write fs/iomap/buffered-io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)