linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Trond Myklebust <trondmy@primarydata.com>
To: "torvalds@linux-foundation.org" <torvalds@linux-foundation.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-nfs@vger.kernel.org" <linux-nfs@vger.kernel.org>
Subject: [GIT PULL] Please pull NFS client bugfixes for Linux 4.8
Date: Tue, 30 Aug 2016 16:57:45 +0000	[thread overview]
Message-ID: <1472576264.5378.1.camel@primarydata.com> (raw)

Hi Linus,

The following changes since commit 694d0d0bb2030d2e36df73e2d23d5770511dbc8d:

  Linux 4.8-rc2 (2016-08-14 19:11:36 -0700)

are available in the git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.8-3

for you to fetch changes up to 98b0f80c2396224bbbed81792b526e6c72ba9efa:

  NFSv4.x: Fix a refcount leak in nfs_callback_up_net (2016-08-30 09:26:57 -0400)

Cheers,
  Trond

----------------------------------------------------------------
NFS client bugfixes for 4.8

Highlights include:

Stable patches:
- Fix a refcount leak in nfs_callback_up_net
- Fix an Oopsable condition when the flexfile pNFS driver connection to
  the DS fails
- Fix an Oopsable condition in NFSv4.1 server callback races
- Ensure pNFS clients stop doing I/O to the DS if their lease has expired,
  as required by the NFSv4.1 protocol

Bugfixes:
- Fix potential looping in the NFSv4.x migration code
- Patch series to close callback races for OPEN, LAYOUTGET and LAYOUTRETURN
- Silence WARN_ON when NFSv4.1 over RDMA is in use
- Fix a LAYOUTCOMMIT race in the pNFS/blocks client
- Fix pNFS timeout issues when the DS fails

----------------------------------------------------------------
Benjamin Coddington (2):
      pnfs/blocklayout: update last_write_offset atomically with extents
      NFS4: Avoid migration loops

Chuck Lever (1):
      SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in use

Trond Myklebust (12):
      pNFS/flexfiles: Fix layoutstat periodic reporting
      NFS: Allow the mount option retrans=0
      pNFS/flexfiles: Set reasonable default retrans values for the data channel
      pNFS: Handle NFS4ERR_OLD_STATEID correctly in LAYOUTSTAT calls
      pNFS: The client must not do I/O to the DS if it's lease has expired
      NFSv4.1: Fix Oopsable condition in server callback races
      NFSv4.1: Delay callback processing when there are referring triples
      NFSv4.1: Defer bumping the slot sequence number until we free the slot
      NFSv4.1: Close callback races for OPEN, LAYOUTGET and LAYOUTRETURN
      NFSv4.1: Remove obsolete and incorrrect assignment in nfs4_callback_sequence
      pNFS/flexfiles: Fix an Oopsable condition when connection to the DS fails
      NFSv4.x: Fix a refcount leak in nfs_callback_up_net

 fs/nfs/blocklayout/blocklayout.c          |  2 +-
 fs/nfs/blocklayout/blocklayout.h          |  3 +-
 fs/nfs/blocklayout/extent_tree.c          | 10 ++--
 fs/nfs/callback.c                         |  1 +
 fs/nfs/callback_proc.c                    |  8 +--
 fs/nfs/client.c                           | 10 ++--
 fs/nfs/flexfilelayout/flexfilelayout.c    | 45 ++++++++--------
 fs/nfs/flexfilelayout/flexfilelayout.h    |  2 +-
 fs/nfs/flexfilelayout/flexfilelayoutdev.c | 23 ++++----
 fs/nfs/internal.h                         |  5 +-
 fs/nfs/nfs42proc.c                        | 34 ++++++++++--
 fs/nfs/nfs4client.c                       |  5 ++
 fs/nfs/nfs4proc.c                         | 89 +++++++++++++++++++++++++------
 fs/nfs/nfs4session.c                      | 53 ++++++++++++++++++
 fs/nfs/nfs4session.h                      |  7 ++-
 fs/nfs/pnfs.c                             |  2 +-
 fs/nfs/super.c                            | 19 ++++++-
 net/sunrpc/clnt.c                         |  4 +-
 18 files changed, 244 insertions(+), 78 deletions(-)
-- 
Trond Myklebust
Linux NFS client maintainer, PrimaryData
trond.myklebust@primarydata.com

             reply	other threads:[~2016-08-30 16:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-30 16:57 Trond Myklebust [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-12 19:05 [GIT PULL] Please pull NFS client bugfixes for Linux 4.8 Trond Myklebust

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=1472576264.5378.1.camel@primarydata.com \
    --to=trondmy@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).