All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] iov_iter primitives
@ 2015-02-17 17:40 Al Viro
  0 siblings, 0 replies; only message in thread
From: Al Viro @ 2015-02-17 17:40 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-fsdevel

	More iov_iter work - missing counterpart of iov_iter_init() for
bvec-backed ones and vfs_read_iter()/vfs_write_iter() - wrappers for
sync calls of ->read_iter()/->write_iter().
Please, pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git iov_iter

Shortlog:
Al Viro (1):
      new helper: iov_iter_bvec()

Christoph Hellwig (1):
      fs: add vfs_iter_{read,write} helpers

Diffstat:
 fs/read_write.c     | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 fs/splice.c         | 23 ++++-------------------
 include/linux/fs.h  |  3 +++
 include/linux/uio.h |  4 +++-
 mm/iov_iter.c       | 17 +++++++++++++++--
 mm/page_io.c        |  9 ++-------
 6 files changed, 73 insertions(+), 29 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-17 17:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-17 17:40 [git pull] iov_iter primitives Al Viro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.