All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trond Myklebust <trond.myklebust@primarydata.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux NFS Mailing List <linux-nfs@vger.kernel.org>,
	Linux Kernel mailing list <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Please pull NFS client changes
Date: Sun, 07 Dec 2014 22:09:02 -0500	[thread overview]
Message-ID: <1418008142.3957.1.camel@primarydata.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 6523 bytes --]

Hi Linus,

The following changes since commit 5d01410fe4d92081f349b013a2e7a95429e4f2c9:

  Linux 3.18-rc6 (2014-11-23 15:25:20 -0800)

are available in the git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-3.19-1

for you to fetch changes up to 388f0c776781fe64ce951701bfe712b2182a31f2:

  sunrpc: add a debugfs rpc_xprt directory with an info file in it (2014-11-27 13:14:52 -0500)

----------------------------------------------------------------
NFS client updates for Linux 3.19

Highlights include:

Features:
- NFSv4.2 client support for hole punching and preallocation.
- Further RPC/RDMA client improvements.
- Add more RPC transport debugging tracepoints.
- Add RPC debugging tools in debugfs.

Bugfixes:
- Stable fix for layoutget error handling
- Fix a change in COMMIT behaviour resulting from the recent io code updates

----------------------------------------------------------------
Anna Schumaker (3):
      NFS: Use nfs_server_capable() for checknig NFS_CAP_SEEK
      nfs: Add ALLOCATE support
      nfs: Add DEALLOCATE support

Christoph Hellwig (1):
      pnfs/blocklayout: fix end calculation in pnfs_num_cont_bytes

Chuck Lever (10):
      xprtrdma: Return an errno from rpcrdma_register_external()
      xprtrdma: Cap req_cqinit
      xprtrdma: unmap all FMRs during transport disconnect
      xprtrdma: Refactor tasklet scheduling
      xprtrdma: Re-write rpcrdma_flush_cqs()
      xprtrdma: Enable pad optimization
      xprtrdma: Display async errors
      SUNRPC: serialize iostats updates
      NFS: SETCLIENTID XDR buffer sizes are incorrect
      NFS: Clean up nfs4_init_callback()

Jan Kara (1):
      nfs: Remove dead case from nfs4_map_errors()

Jeff Layton (8):
      sunrpc: add some tracepoints in svc_rqst handling functions
      sunrpc: add new tracepoints in xprt handling code
      sunrpc: add tracepoints in xs_tcp_data_recv
      lockd: eliminate LOCKD_DEBUG
      sunrpc: eliminate RPC_DEBUG
      sunrpc: eliminate RPC_TRACEPOINTS
      sunrpc: add debugfs file for displaying client rpc_task queue
      sunrpc: add a debugfs rpc_xprt directory with an info file in it

Li RongQing (2):
      nfs: replace nfs_add_stats with nfs_inc_stats when add one
      nfs: define nfs_inc_fscache_stats and using it as possible

Markus Elfring (1):
      NFS: Deletion of unnecessary checks before the function call "nfs_put_client"

Peng Tao (1):
      nfs41: fix nfs4_proc_layoutget error handling

Trond Myklebust (2):
      Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-next
      Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-next

Weston Andros Adamson (1):
      NFS: fix subtle change in COMMIT behavior

 fs/lockd/svclock.c                      |   2 +-
 fs/nfs/blocklayout/blocklayout.c        |   2 +-
 fs/nfs/callback_proc.c                  |   2 +-
 fs/nfs/filelayout/filelayoutdev.c       |   3 +-
 fs/nfs/fscache.c                        |  24 +--
 fs/nfs/inode.c                          |   9 +-
 fs/nfs/iostat.h                         |   5 +
 fs/nfs/nfs42.h                          |   2 +
 fs/nfs/nfs42proc.c                      |  77 ++++++++-
 fs/nfs/nfs42xdr.c                       | 139 +++++++++++++++
 fs/nfs/nfs4_fs.h                        |   1 +
 fs/nfs/nfs4client.c                     |  46 +++--
 fs/nfs/nfs4file.c                       |  31 ++++
 fs/nfs/nfs4proc.c                       |  12 +-
 fs/nfs/nfs4xdr.c                        |  12 +-
 fs/nfs/pagelist.c                       |  11 +-
 fs/nfs/read.c                           |   2 +-
 fs/nfs/write.c                          |  19 ++-
 include/linux/lockd/debug.h             |   6 +-
 include/linux/nfs4.h                    |   2 +
 include/linux/nfs_fs.h                  |   4 +-
 include/linux/nfs_fs_sb.h               |   2 +
 include/linux/nfs_xdr.h                 |  14 ++
 include/linux/sunrpc/auth.h             |   2 +-
 include/linux/sunrpc/clnt.h             |   4 +
 include/linux/sunrpc/debug.h            |  64 +++++--
 include/linux/sunrpc/metrics.h          |   3 +
 include/linux/sunrpc/sched.h            |   8 +-
 include/linux/sunrpc/xprt.h             |   3 +
 include/linux/sunrpc/xprtsock.h         |  59 +++++++
 include/trace/events/sunrpc.h           | 160 +++++++++++++++++
 include/uapi/linux/nfsd/debug.h         |   2 +-
 net/sunrpc/Kconfig                      |   1 +
 net/sunrpc/Makefile                     |   1 +
 net/sunrpc/auth.c                       |   4 +-
 net/sunrpc/auth_generic.c               |   2 +-
 net/sunrpc/auth_gss/auth_gss.c          |   2 +-
 net/sunrpc/auth_gss/gss_generic_token.c |   2 +-
 net/sunrpc/auth_gss/gss_krb5_crypto.c   |   2 +-
 net/sunrpc/auth_gss/gss_krb5_keys.c     |   2 +-
 net/sunrpc/auth_gss/gss_krb5_mech.c     |   2 +-
 net/sunrpc/auth_gss/gss_krb5_seal.c     |   2 +-
 net/sunrpc/auth_gss/gss_krb5_seqnum.c   |   2 +-
 net/sunrpc/auth_gss/gss_krb5_unseal.c   |   2 +-
 net/sunrpc/auth_gss/gss_krb5_wrap.c     |   2 +-
 net/sunrpc/auth_gss/gss_mech_switch.c   |   2 +-
 net/sunrpc/auth_gss/gss_rpc_xdr.h       |   2 +-
 net/sunrpc/auth_gss/svcauth_gss.c       |   2 +-
 net/sunrpc/auth_null.c                  |   4 +-
 net/sunrpc/auth_unix.c                  |   2 +-
 net/sunrpc/backchannel_rqst.c           |   2 +-
 net/sunrpc/clnt.c                       |  16 +-
 net/sunrpc/debugfs.c                    | 292 ++++++++++++++++++++++++++++++++
 net/sunrpc/rpcb_clnt.c                  |   2 +-
 net/sunrpc/sched.c                      |   4 +-
 net/sunrpc/stats.c                      |  21 ++-
 net/sunrpc/sunrpc_syms.c                |  12 +-
 net/sunrpc/svc.c                        |  23 +--
 net/sunrpc/svc_xprt.c                   |  31 ++--
 net/sunrpc/sysctl.c                     |   2 +-
 net/sunrpc/xprt.c                       |  19 ++-
 net/sunrpc/xprtrdma/rpc_rdma.c          |   4 +-
 net/sunrpc/xprtrdma/transport.c         |  12 +-
 net/sunrpc/xprtrdma/verbs.c             | 122 ++++++++++---
 net/sunrpc/xprtrdma/xprt_rdma.h         |   6 +
 net/sunrpc/xprtsock.c                   |  77 ++-------
 66 files changed, 1171 insertions(+), 244 deletions(-)
 create mode 100644 net/sunrpc/debugfs.c

-- 
Trond Myklebust
Linux NFS client maintainer, PrimaryData
trond.myklebust@primarydata.com




[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

             reply	other threads:[~2014-12-08  3:09 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-08  3:09 Trond Myklebust [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-08 17:30 [GIT PULL] Please pull NFS client changes Trond Myklebust
2022-04-08 17:46 ` pr-tracker-bot
2018-12-06 21:55 Trond Myklebust
2018-12-07 18:35 ` pr-tracker-bot
2018-11-25  3:04 Trond Myklebust
2018-11-25 17:45 ` pr-tracker-bot
2018-01-30 14:39 Trond Myklebust
2018-01-30 14:39 ` Trond Myklebust
2017-10-09 17:35 Trond Myklebust
2017-10-09 17:35 ` Trond Myklebust
2016-01-14 21:09 Trond Myklebust
2015-09-07 20:59 Trond Myklebust
2015-09-08  1:59 ` Stephen Rothwell
2015-09-08  6:01   ` Christoph Hellwig
2015-09-11 16:27     ` Christoph Hellwig
2015-09-11 17:06       ` Trond Myklebust
2014-10-06 13:03 Trond Myklebust
2014-07-19 20:07 Trond Myklebust
2014-01-27 16:49 Trond Myklebust
2011-10-25 12:25 Trond Myklebust
2011-07-27 18:40 [GIT PULL] Please pull nfs " Trond Myklebust
2011-03-17 17:19 [GIT PULL] Please pull NFS " Trond Myklebust
2011-01-11 23:08 Trond Myklebust
2011-01-11 23:08 ` Trond Myklebust
2010-08-06 18:26 Trond Myklebust
2010-05-17 22:28 Trond Myklebust
     [not found] ` <1274135281.18654.2.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2010-05-18  8:59   ` Lukas Hejtmanek
2010-05-18  8:59     ` Lukas Hejtmanek

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=1418008142.3957.1.camel@primarydata.com \
    --to=trond.myklebust@primarydata.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfs@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.