All of lore.kernel.org
 help / color / mirror / Atom feed
From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org
Subject: [git pull] vfs.git pile 1
Date: Thu, 2 Mar 2017 12:35:16 +0000	[thread overview]
Message-ID: <20170302123516.GY29622@ZenIV.linux.org.uk> (raw)

More sendmsg work; this is a fairly separate isolated stuff (there's
a continuation around lustre, but that one was too late to soak in
-next), thus the separate pull request.  One trivial conflict in
drivers/block/nbd.c, proposed resolution in vfs.git#merge-1

The following changes since commit b4b8664d291ac1998e0f0bcdc96b6397f0fe68b3:

  arm64: don't pull uaccess.h into *.S (2016-12-26 13:05:17 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.sendmsg

for you to fetch changes up to 4038a2a37e3595c299aecdaa20cb01ceb9c78303:

  Merge branches 'sendmsg.misc' and 'sendmsg.ncpfs' into work.sendmsg (2016-12-26 21:38:34 -0500)

----------------------------------------------------------------
Al Viro (13):
      [drbd] use sock_sendmsg()
      [nbd] switch sock_xmit() to sock_{send,recv}msg()
      [nbd] pass iov_iter to nbd_xmit()
      iscsi_target: deal with short writes on the tx side
      usbip_recv(): switch to sock_recvmsg()
      ceph: switch to sock_recvmsg()
      rds: remove dead code
      afs_send_pages(): use ITER_BVEC
      ceph_tcp_sendpage(): use ITER_BVEC sendmsg
      ncpfs: sendmsg does *not* bugger iovec these days
      ncpfs: don't mess with manually advancing iovec on send
      ncpfs: switch to sock_sendmsg()
      Merge branches 'sendmsg.misc' and 'sendmsg.ncpfs' into work.sendmsg

 drivers/block/drbd/drbd_main.c           |  11 ++-
 drivers/block/nbd.c                      |  76 +++++++++------------
 drivers/target/iscsi/iscsi_target_util.c |  64 +++++++-----------
 drivers/usb/usbip/usbip_common.c         |  32 +++------
 fs/afs/rxrpc.c                           |  15 ++---
 fs/ncpfs/sock.c                          | 111 ++++++++++++-------------------
 net/ceph/messenger.c                     |  44 +++++++-----
 net/rds/page.c                           |  29 --------
 net/rds/rds.h                            |   7 --
 9 files changed, 147 insertions(+), 242 deletions(-)

             reply	other threads:[~2017-03-02 13:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-02 12:35 Al Viro [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-10-12 23:23 [git pull] vfs.git pile 1 Al Viro
2014-08-11 17:05 Al Viro
2012-07-22 10:09 [git pull] vfs.git; " Al Viro
2012-07-22 17:34 ` Linus Torvalds
2012-07-22 20:20   ` Al Viro
2012-07-23  6:09     ` Al Viro
2012-07-23  6:49       ` Stephen Rothwell
2012-07-23  8:20     ` Boaz Harrosh
2012-07-23  9:03       ` Al Viro
2012-07-23 16:54         ` Boaz Harrosh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170302123516.GY29622@ZenIV.linux.org.uk \
    --to=viro@zeniv.linux.org.uk \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.