linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] iomap: small cleanups for 5.5
@ 2019-12-03 16:08 Darrick J. Wong
  2019-12-03 21:21 ` Linus Torvalds
  2019-12-03 22:15 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Darrick J. Wong @ 2019-12-03 16:08 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Darrick J. Wong, linux-fsdevel, linux-xfs, david, linux-kernel,
	sandeen, hch, agruenba, rpeterso, cluster-devel, linux-ext4,
	Theodore Ts'o

Hi Linus,

Please pull this series containing some more new iomap code for 5.5.
There's not much this time -- just removing some local variables that
don't need to exist in the iomap directio code.

The branch merges cleanly against this morning's HEAD and survived a few
days' worth of xfstests.  The merge was completely straightforward, so
please let me know if you run into anything weird(er than my dorky tag
message).

--D

The following changes since commit 419e9c38aa075ed0cd3c13d47e15954b686bcdb6:

  iomap: Fix pipe page leakage during splicing (2019-11-22 08:36:02 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/iomap-5.5-merge-13

for you to fetch changes up to 88cfd30e188fcf6fd8304586c936a6f22fb665e5:

  iomap: remove unneeded variable in iomap_dio_rw() (2019-11-26 09:28:47 -0800)

----------------------------------------------------------------
New code for 5.5:
- Make iomap_dio_rw callers explicitly tell us if they want us to wait
- Port the xfs writeback code to iomap to complete the buffered io
  library functions
- Refactor the unshare code to share common pieces
- Add support for performing copy on write with buffered writes
- Other minor fixes
- Fix unchecked return in iomap_bmap
- Fix a type casting bug in a ternary statement in iomap_dio_bio_actor
- Improve tracepoints for easier diagnostic ability
- Fix pipe page leakage in directio reads
- Clean up iter usage in directio paths

----------------------------------------------------------------
Jan Kara (1):
      iomap: Do not create fake iter in iomap_dio_bio_actor()

Johannes Thumshirn (1):
      iomap: remove unneeded variable in iomap_dio_rw()

 fs/iomap/direct-io.c | 39 ++++++++++++++++++++++-----------------
 1 file changed, 22 insertions(+), 17 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] iomap: small cleanups for 5.5
  2019-12-03 16:08 [GIT PULL] iomap: small cleanups for 5.5 Darrick J. Wong
@ 2019-12-03 21:21 ` Linus Torvalds
  2019-12-03 22:49   ` Darrick J. Wong
  2019-12-03 22:15 ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2019-12-03 21:21 UTC (permalink / raw)
  To: Darrick J. Wong
  Cc: linux-fsdevel, linux-xfs, Dave Chinner,
	Linux Kernel Mailing List, Eric Sandeen, Christoph Hellwig,
	Andreas Gruenbacher, Bob Peterson, cluster-devel, linux-ext4,
	Theodore Ts'o

On Tue, Dec 3, 2019 at 8:09 AM Darrick J. Wong <djwong@kernel.org> wrote:
> Please pull this series containing some more new iomap code for 5.5.
> There's not much this time -- just removing some local variables that
> don't need to exist in the iomap directio code.

Hmm. The tag message (which was also in the email thanks to git
request-pull) is very misleading.

Pulled, but please check these things.

           Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] iomap: small cleanups for 5.5
  2019-12-03 16:08 [GIT PULL] iomap: small cleanups for 5.5 Darrick J. Wong
  2019-12-03 21:21 ` Linus Torvalds
@ 2019-12-03 22:15 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-12-03 22:15 UTC (permalink / raw)
  To: Darrick J. Wong
  Cc: Linus Torvalds, Darrick J. Wong, linux-fsdevel, linux-xfs, david,
	linux-kernel, sandeen, hch, agruenba, rpeterso, cluster-devel,
	linux-ext4, Theodore Ts'o

The pull request you sent on Tue, 3 Dec 2019 08:08:56 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2a31aca5006749f7d4655836c61d4a53bfae8e53

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] iomap: small cleanups for 5.5
  2019-12-03 21:21 ` Linus Torvalds
@ 2019-12-03 22:49   ` Darrick J. Wong
  0 siblings, 0 replies; 4+ messages in thread
From: Darrick J. Wong @ 2019-12-03 22:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Darrick J. Wong, linux-fsdevel, linux-xfs, Dave Chinner,
	Linux Kernel Mailing List, Eric Sandeen, Christoph Hellwig,
	Andreas Gruenbacher, Bob Peterson, cluster-devel, linux-ext4,
	Theodore Ts'o

On Tue, Dec 03, 2019 at 01:21:01PM -0800, Linus Torvalds wrote:
> On Tue, Dec 3, 2019 at 8:09 AM Darrick J. Wong <djwong@kernel.org> wrote:
> > Please pull this series containing some more new iomap code for 5.5.
> > There's not much this time -- just removing some local variables that
> > don't need to exist in the iomap directio code.
> 
> Hmm. The tag message (which was also in the email thanks to git
> request-pull) is very misleading.
> 
> Pulled, but please check these things.

Sorry about that sloppiness, I'll avoid that in the future.

--D

>            Linus

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-03 22:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-03 16:08 [GIT PULL] iomap: small cleanups for 5.5 Darrick J. Wong
2019-12-03 21:21 ` Linus Torvalds
2019-12-03 22:49   ` Darrick J. Wong
2019-12-03 22:15 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).