All of lore.kernel.org
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: nfsd changes for 2.6.34
Date: Sat, 6 Mar 2010 12:52:12 -0500	[thread overview]
Message-ID: <20100306175212.GB22650@fieldses.org> (raw)

Please pull the following nfsd changes from the 'nfsd' branch at:

  git://linux-nfs.org/~bfields/linux.git for-2.6.34 nfsd

This is an unusually quiet cycle for the NFS server--bugfixes, some IPv6
progress, and one new export operation to improve sync performance.

One exception to the 'mostly quiet' statement was a regression in the
rpc code which hit a lot of people: enormous thanks to Neil for tracking
that down.

--b.

Aime Le Rouzic (1):
      NFSD: Support AF_INET6 in svc_addsock() function

Ben Myers (2):
      commit_metadata export operation replacing nfsd_sync_dir
      xfs_export_operations.commit_metadata

Christoph Hellwig (1):
      nfsd: use vfs_fsync for non-directories

Chuck Lever (5):
      SUNRPC: Use rpc_pton() in ip_map_parse()
      SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()
      SUNRPC: NFS kernel APIs shouldn't return ENOENT for "transport not found"
      NFSD: Create PF_INET6 listener in write_ports
      NFSD: NFSv4 callback client should use RPC_TASK_SOFTCONN

J. Bruce Fields (6):
      nfsd: 4.1 has an rfc number
      Revert "sunrpc: fix peername failed on closed listener"
      Revert "sunrpc: move the close processing after do recvfrom method"
      svcrpc: treat uid's as unsigned
      nfsd4: fix minor memory leak
      Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming

Jeff Layton (2):
      lockd: release reference to nsm_handle in nlm_host_rebooted
      lockd: don't clear sm_monitored on nsm_reboot_lookup

Neil Brown (2):
      sunrpc: remove unnecessary svc_xprt_put
      nfsd: ensure sockets are closed on error

Ricardo Labiaga (3):
      nfsd41: nfsd4_decode_compound() does not recognize all ops
      nfsd4: Use FIRST_NFS4_OP in nfsd4_decode_compound()
      nfsd41: Create the recovery entry for the NFSv4.1 client

Trond Myklebust (1):
      nfsd: Use vfs_fsync_range() in nfsd_commit

 Documentation/filesystems/nfs/nfs41-server.txt |    5 +-
 fs/lockd/host.c                                |    2 +-
 fs/lockd/mon.c                                 |   12 +--
 fs/lockd/svc.c                                 |    2 -
 fs/nfs/callback.c                              |    2 -
 fs/nfsd/nfs4callback.c                         |    5 +-
 fs/nfsd/nfs4recover.c                          |    4 +-
 fs/nfsd/nfs4state.c                            |    4 +-
 fs/nfsd/nfs4xdr.c                              |    2 +-
 fs/nfsd/nfsctl.c                               |   24 +++-
 fs/nfsd/vfs.c                                  |  153 +++++++++++------------
 fs/xfs/linux-2.6/xfs_export.c                  |   20 +++
 include/linux/exportfs.h                       |    5 +
 net/sunrpc/svc_xprt.c                          |   27 ++--
 net/sunrpc/svcauth_unix.c                      |   49 ++++----
 net/sunrpc/svcsock.c                           |    3 +-
 16 files changed, 174 insertions(+), 145 deletions(-)

             reply	other threads:[~2010-03-06 17:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-06 17:52 J. Bruce Fields [this message]
2010-03-24 14:24 ` nfsd changes for 2.6.34 J. Bruce Fields
2010-03-29 18:24   ` [stable] " Greg KH
2010-03-30 14:40     ` J. Bruce Fields
2010-03-30 20:03       ` Greg KH
2010-03-31 19:30         ` J. Bruce Fields
2010-03-31 19:34           ` [PATCH 1/3] Revert "sunrpc: fix peername failed on closed listener" J. Bruce Fields
2010-03-31 19:34             ` [PATCH 2/3] Revert "sunrpc: move the close processing after do recvfrom method" J. Bruce Fields
2010-03-31 19:34               ` [PATCH 3/3] nfsd: ensure sockets are closed on error J. Bruce Fields
2010-03-31 19:47           ` [PATCH] nfsd4: don't try to map gid's in generic rpc code J. Bruce Fields
2010-04-21 22:50           ` [stable] nfsd changes for 2.6.34 Greg KH
2010-04-21 23:41             ` J. Bruce Fields

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=20100306175212.GB22650@fieldses.org \
    --to=bfields@fieldses.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.