lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sat, 19 Jul 2014 16:07:02 -0400
From:	Trond Myklebust <trond.myklebust@...marydata.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Linux NFS Mailing List <linux-nfs@...r.kernel.org>,
	Linux Kernel mailing list <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Please pull NFS client changes

Hi Linus,

Apologies for the relative lateness of this pull request, however the
commits fix some issues with the NFS read/write code updates in 3.16-rc1
that can cause serious Oopsing when using small r/wsize. The delay was
mainly due to extra testing to make sure that the fixes behave
correctly.

The following changes since commit 66b068604903849c5dee3842eb72564064c64c72:

  NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support (2014-06-24 18:46:58 -0400)

are available in the git repository at:

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

for you to fetch changes up to f563b89b182594f827b4100bd34f916339785a77:

  NFS: Don't reset pg_moreio in __nfs_pageio_add_request (2014-07-13 15:18:44 -0400)

----------------------------------------------------------------
NFS client fixes for Linux 3.16

Highlights include;
- Stable fix for an NFSv3 posix ACL regression
- Multiple fixes for regressions to the NFS generic read/write code
  - Fix page splitting bugs that come into play when a small rsize/wsize
    read/write needs to be sent again (due to error conditions or page
    redirty).
  - Fix nfs_wb_page_cancel, which is called by the "invalidatepage" method
- Fix 2 compile warnings about unused variables.
- Fix a performance issue affecting unstable writes.

----------------------------------------------------------------
Christoph Hellwig (1):
      nfs: only show Posix ACLs in listxattr if actually present

Trond Myklebust (2):
      NFS: Remove 2 unused variables
      NFS: Don't reset pg_moreio in __nfs_pageio_add_request

Weston Andros Adamson (5):
      nfs: mark nfs_page reqs with flag for extra ref
      nfs: nfs_page should take a ref on the head req
      nfs: change find_request to find_head_request
      nfs: handle multiple reqs in nfs_page_async_flush
      nfs: handle multiple reqs in nfs_wb_page_cancel

 fs/nfs/direct.c   |   2 -
 fs/nfs/internal.h |   1 +
 fs/nfs/nfs3acl.c  |  43 +++++++
 fs/nfs/nfs3proc.c |   4 +-
 fs/nfs/pagelist.c |  20 +++-
 fs/nfs/write.c    | 335 +++++++++++++++++++++++++++++++++++++++++++++---------
 6 files changed, 343 insertions(+), 62 deletions(-)



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


Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ