[GIT PULL] Please pull NFS client bugfixes

From: Myklebust, Trond
Date: Mon Jan 07 2013 - 10:45:22 EST


Hi Linus,

The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed:

Linux 3.8-rc2 (2013-01-02 18:13:21 -0800)

are available in the git repository at:

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

for you to fetch changes up to ecf0eb9edbb607d74f74b73c14af8b43f3729528:

nfs: avoid dereferencing null pointer in initiate+AF8-bulk+AF8-draining (2013-01-05 14:26:51 -0500)

----------------------------------------------------------------
NFS client bugfixes for Linux 3.8

- Fix a permissions problem when opening NFSv4 files that only have the
exec bit set.
- Fix a couple of typos in pNFS (inverted logic), and the mount parsing
(missing pointer dereference).
- Work around a series of deadlock issues due to workqueues using
struct work+AF8-struct pointer address comparisons in the re-entrancy
tests. Ensure that we don't free struct work+AF8-struct prematurely if
our work function involves waiting for completion of other work
items (e.g. by calling rpc+AF8-shutdown+AF8-client).
- Revert the part of commit 168e4b3 that is causing unnecessary warnings
to be issued in the nfsd callback code.

----------------------------------------------------------------
Nickolai Zeldovich (1):
nfs: avoid dereferencing null pointer in initiate+AF8-bulk+AF8-draining

Trond Myklebust (3):
SUNRPC: Ensure that we free the rpc+AF8-task after cleanups are done
NFS: Ensure that we free the rpc+AF8-task after read and write cleanups are done
SUNRPC: Partial revert of commit 168e4b39d1afb79a7e3ea6c3bb246b4c82c6bdb9

Weston Andros Adamson (1):
NFS: Fix access to suid/sgid executables

Xi Wang (1):
nfs: fix null checking in nfs+AF8-get+AF8-option+AF8-str()

Yanchuan Nian (1):
pnfs: Increase the refcount when LAYOUTGET fails the first time

fs/nfs/callback+AF8-proc.c +AHw- 2 +--
fs/nfs/dir.c +AHw- 16 +-+-+-+-+-+-+-+-+-+-------
fs/nfs/nfs4proc.c +AHw- 18 +-+-+-+-+-+-+-+-+-+-+--------
fs/nfs/pnfs.c +AHw- 2 +--
fs/nfs/read.c +AHw- 10 +-+-+-+-+-+-+----
fs/nfs/super.c +AHw- 2 +--
fs/nfs/write.c +AHw- 10 +-+-+-+-+-+-+----
net/sunrpc/clnt.c +AHw- 5 -----
net/sunrpc/sched.c +AHw- 27 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-----
9 files changed, 61 insertions(+-), 31 deletions(-)

--
Trond Myklebust
Linux NFS client maintainer

NetApp
Trond.Myklebust+AEA-netapp.com
www.netapp.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/