Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1732688 > unrolled thread

[GIT PULL] Please pull 3 more NFS client fixes...

Started byTrond Myklebust <trondmy@gmail.com>
First post2017-09-15 04:50 +0200
Last post2017-09-15 04:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] Please pull 3 more NFS client fixes... Trond Myklebust <trondmy@gmail.com> - 2017-09-15 04:50 +0200

#1732688 — [GIT PULL] Please pull 3 more NFS client fixes...

FromTrond Myklebust <trondmy@gmail.com>
Date2017-09-15 04:50 +0200
Subject[GIT PULL] Please pull 3 more NFS client fixes...
Message-ID<upORz-59P-1@gated-at.bofh.it>
Hi Linus,

The following changes since commit 1bd5d6d08ea7ed0794c8a3908383d6d6fc202cdd:

  NFS: Count the bytes of skipped subrequests in nfs_lock_and_join_requests() (2017-09-09 16:43:09 -0400)

are available in the git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.14-2

for you to fetch changes up to bf4b49059718b2217339eb15c60f8753d5b0da99:

  NFS: various changes relating to reporting IO errors. (2017-09-11 22:28:56 -0400)

----------------------------------------------------------------
NFS client bugfixes for Linux 4.14

Hightlights include:

bugfixes:
- Various changes relating to reporting IO errors.
- pnfs: Use the standard I/O stateid when calling LAYOUTGET

Features:
- Add static NFS I/O tracepoints for debugging

----------------------------------------------------------------
Chuck Lever (1):
      NFS: Add static NFS I/O tracepoints

NeilBrown (1):
      NFS: various changes relating to reporting IO errors.

Trond Myklebust (1):
      pNFS: Use the standard I/O stateid when calling LAYOUTGET

 fs/nfs/file.c     |  16 ++--
 fs/nfs/internal.h |   7 ++
 fs/nfs/nfstrace.h | 248 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 fs/nfs/pagelist.c |   4 +-
 fs/nfs/pnfs.c     |  14 +--
 fs/nfs/read.c     |   4 +
 fs/nfs/write.c    |  14 +--
 7 files changed, 287 insertions(+), 20 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web