All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Replacement patches for NSM IPv6 support
@ 2008-12-11 22:55 Chuck Lever
       [not found] ` <20081211224543.21468.8939.stgit-07a7zB5ZJzbwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Chuck Lever @ 2008-12-11 22:55 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs

Hi Bruce-

Here is a set of replacement patches for NSM IPv6 support.  This series
replaces the last 11 patches of the 27 I sent previously.  I've starred
the ones that have have changed since last Friday.

The others are included in case they may not fit over the changed
patches, but I don't expect them to be a problem.

---

Chuck Lever (11):
      lockd: Enable NLM use of AF_INET6
      NLM: Rewrite IPv4 privileged requester's check
      NLM: nlm_privileged_requester() doesn't recognize mapped loopback
		address
      NSM: Move nsm_create()
    * NSM: Move nsm_use_hostnames to mon.c
      NSM: Move nsm_addr() to fs/lockd/mon.c
      NSM: Remove include/linux/lockd/sm_inter.h
    * NSM: Replace IP address as our nlm_reboot lookup key
    * NSM: More clean up of nsm_get_handle()
    * NSM: Refactor nsm_handle creation into a helper function
      NLM: Remove "create" argument from nsm_find()


 fs/lockd/clntproc.c            |    1 
 fs/lockd/host.c                |    5 -
 fs/lockd/mon.c                 |  208 ++++++++++++++++++++++------------------
 fs/lockd/svc.c                 |   15 ++-
 fs/lockd/svc4proc.c            |    2 
 fs/lockd/svcproc.c             |    2 
 fs/lockd/svcsubs.c             |    1 
 fs/lockd/xdr.c                 |    1 
 fs/lockd/xdr4.c                |    1 
 include/linux/lockd/lockd.h    |   34 +++----
 include/linux/lockd/sm_inter.h |   16 ---
 include/linux/lockd/xdr.h      |    1 
 12 files changed, 146 insertions(+), 141 deletions(-)
 delete mode 100644 include/linux/lockd/sm_inter.h

-- 
Chuck Lever

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2008-12-12 20:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-11 22:55 [PATCH 00/11] Replacement patches for NSM IPv6 support Chuck Lever
     [not found] ` <20081211224543.21468.8939.stgit-07a7zB5ZJzbwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
2008-12-11 22:55   ` [PATCH 01/11] NLM: Remove "create" argument from nsm_find() Chuck Lever
2008-12-11 22:55   ` [PATCH 02/11] NSM: Refactor nsm_handle creation into a helper function Chuck Lever
2008-12-11 22:55   ` [PATCH 03/11] NSM: More clean up of nsm_get_handle() Chuck Lever
2008-12-11 22:56   ` [PATCH 04/11] NSM: Replace IP address as our nlm_reboot lookup key Chuck Lever
2008-12-11 22:56   ` [PATCH 05/11] NSM: Remove include/linux/lockd/sm_inter.h Chuck Lever
2008-12-11 22:56   ` [PATCH 06/11] NSM: Move nsm_addr() to fs/lockd/mon.c Chuck Lever
2008-12-11 22:56   ` [PATCH 07/11] NSM: Move nsm_use_hostnames to mon.c Chuck Lever
2008-12-11 22:56   ` [PATCH 08/11] NSM: Move nsm_create() Chuck Lever
2008-12-11 22:56   ` [PATCH 09/11] NLM: nlm_privileged_requester() doesn't recognize mapped loopback address Chuck Lever
2008-12-11 22:56   ` [PATCH 10/11] NLM: Rewrite IPv4 privileged requester's check Chuck Lever
2008-12-11 22:56   ` [PATCH 11/11] lockd: Enable NLM use of AF_INET6 Chuck Lever
2008-12-12 18:59   ` [PATCH 00/11] Replacement patches for NSM IPv6 support J. Bruce Fields
2008-12-12 20:17     ` Chuck Lever

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.