linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Trond Myklebust <trond.myklebust@primarydata.com>
To: Torvalds Linus <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: Mon, 27 Jan 2014 11:49:32 -0500	[thread overview]
Message-ID: <1390841372.4631.3.camel@leira.trondhjem.org> (raw)

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

Hi Linus,

The following changes since commit 374b105797c3d4f29c685f3be535c35f5689b30e:

  Linux 3.13-rc3 (2013-12-06 09:34:04 -0800)

are available in the git repository at:

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

for you to fetch changes up to ed7e5423014ad89720fcf315c0b73f2c5d0c7bd2:

  pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_done (2014-01-22 18:10:49 -0700)

----------------------------------------------------------------
NFS client updates for Linux 3.14

Highlights include:

- Stable fix for an infinite loop in RPC state machine
- Stable fix for a use after free situation in the NFSv4 trunking discovery
- Stable fix for error handling in the NFSv4 trunking discovery
- Stable fix for the page write update code
- Stable fix for the NFSv4.1 mount time security negotiation
- Stable fix for the NFSv4 open code.
- O_DIRECT locking fixes
- fix an Oops in the pnfs file commit code
- RPC layer needs finer grained handling of connection errors
- More RPC GSS upcall fixes

----------------------------------------------------------------
Alexander Aring (1):
      nfs: fix dead code of ipv6_addr_scope

Boaz Harrosh (1):
      pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_done

Christoph Hellwig (7):
      nfs: fix size updates for aio writes
      nfs: defer inode_dio_done call until size update is done
      nfs: increment i_dio_count for reads, too
      nfs: merge nfs_direct_read into nfs_file_direct_read
      nfs: merge nfs_direct_write into nfs_file_direct_write
      nfs: take i_mutex during direct I/O reads
      nfs: page cache invalidation for dio

Jeff Layton (6):
      sunrpc: create a new dummy pipe for gssd to hold open
      sunrpc: replace sunrpc_net->gssd_running flag with a more reliable check
      nfs: check if gssd is running before attempting to use krb5i auth in SETCLIENTID call
      rpc_pipe: remove the clntXX dir if creating the pipe fails
      sunrpc: add an "info" file for the dummy gssd pipe
      rpc_pipe: fix cleanup of dummy gssd directory when notification fails

Niels de Vos (1):
      NFS: dprintk() should not print negative fileids and inode numbers

Scott Mayhew (1):
      nfs: always make sure page is up-to-date before extending a write to cover the entire page

Toralf Förster (1):
      point to the right include file in a comment (left over from a9004abc3)

Trond Myklebust (8):
      NFSv4: OPEN must handle the NFS4ERR_IO return code correctly
      SUNRPC: Ensure xprt_connect_status handles all potential connection errors
      SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACH
      SUNRPC: Report connection error values to rpc_tasks on the pending queue
      SUNRPC: Add tracepoint for socket errors
      NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstanding
      NFSv4.1: Fix a race in nfs4_write_inode
      NFSv4.1: Handle errors correctly in nfs41_walk_client_list

Weston Andros Adamson (4):
      sunrpc: Fix infinite loop in RPC state machine
      nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAME
      nfs4: fix discover_server_trunking use after free
      pnfs: fix BUG in filelayout_recover_commit_reqs

 fs/nfs/dir.c                       |  18 +--
 fs/nfs/direct.c                    | 279 ++++++++++++++++++++-----------------
 fs/nfs/file.c                      |   6 +-
 fs/nfs/inode.c                     |  48 ++++---
 fs/nfs/nfs3acl.c                   |   4 +-
 fs/nfs/nfs4client.c                |  25 ++--
 fs/nfs/nfs4filelayout.c            |  16 +--
 fs/nfs/nfs4filelayoutdev.c         |   2 +-
 fs/nfs/nfs4proc.c                  |  43 ++++--
 fs/nfs/nfs4state.c                 |   4 +-
 fs/nfs/nfs4super.c                 |  14 +-
 fs/nfs/nfs4xdr.c                   |  47 ++++---
 fs/nfs/pnfs.c                      |  67 ++++-----
 fs/nfs/pnfs.h                      |  16 +++
 fs/nfs/read.c                      |  12 +-
 fs/nfs/write.c                     |  19 +--
 include/linux/sunrpc/rpc_pipe_fs.h |   5 +-
 include/trace/events/sunrpc.h      |   1 +
 net/sunrpc/auth_gss/auth_gss.c     |  17 +--
 net/sunrpc/clnt.c                  |  15 +-
 net/sunrpc/netns.h                 |   3 +-
 net/sunrpc/rpc_pipe.c              | 169 +++++++++++++++++++++-
 net/sunrpc/sunrpc_syms.c           |   8 +-
 net/sunrpc/xprt.c                  |   5 +
 net/sunrpc/xprtsock.c              |  42 +++++-
 25 files changed, 597 insertions(+), 288 deletions(-)

-- 
Trond Myklebust
Linux NFS client maintainer

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

             reply	other threads:[~2014-01-27 16:49 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-27 16:49 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
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-12-08  3:09 Trond Myklebust
2014-10-06 13:03 Trond Myklebust
2014-07-19 20:07 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
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

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=1390841372.4631.3.camel@leira.trondhjem.org \
    --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 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).