All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] new statd [take 2]
@ 2009-08-05 14:45 Chuck Lever
       [not found] ` <20090805143550.12866.8377.stgit-RytpoXr2tKZ9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
  0 siblings, 1 reply; 39+ messages in thread
From: Chuck Lever @ 2009-08-05 14:45 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs

Apparently there is a 100KB per-email size limit imposed by
vger.kernel.org.  I've broken up the large statd patch, and
postponed the nfs(8) man page patches to another day.

Yesterday it was decided that:

  [PATCH 3/5] statd: change default state dir to /var/lib/nfs/statd

was overkill. That one has been dropped from this series.

The first two of the present patches introduce the .c files under
utils/new-statd/ .  The next patch adds actools infrastructure for
building the new statd and sm-notify executables.  The last patch
adds two new man pages for statd and sm-notify.

The old statd remains in utils/statd.  If sqlite3 and TI-RPC is
present on the build system, and TI-RPC is enabled during
configuration, the new statd is built and installed instead of the
old one.

See the description in the first patch for more details on the
features of the new implementation.

---

Chuck Lever (4):
      nfs-utils: introduce new statd implementation (4th part)
      nfs-utils: introduce new statd implementation (3rd part)
      nfs-utils: introduce new statd implementation (2nd part)
      nfs-utils: introduce new statd implementation (1st part)


 .gitignore                    |    4 
 Makefile.am                   |    4 
 aclocal/libcap.m4             |   15 +
 aclocal/libsqlite3.m4         |   33 ++
 aclocal/libtirpc.m4           |    2 
 configure.ac                  |   12 +
 utils/Makefile.am             |    7 
 utils/new-statd/Makefile.am   |  102 +++++
 utils/new-statd/file.c        |  779 ++++++++++++++++++++++++++++++++++++++
 utils/new-statd/hostname.c    |  520 +++++++++++++++++++++++++
 utils/new-statd/main.c        |  319 ++++++++++++++++
 utils/new-statd/nlmcall.c     |  525 ++++++++++++++++++++++++++
 utils/new-statd/sm-notify.c   |  155 ++++++++
 utils/new-statd/sm-notify.man |  286 ++++++++++++++
 utils/new-statd/sm_inter.x    |  107 +++++
 utils/new-statd/smncall.c     |  774 ++++++++++++++++++++++++++++++++++++++
 utils/new-statd/start-statd   |   12 +
 utils/new-statd/statd.h       |  135 +++++++
 utils/new-statd/statd.man     |  388 +++++++++++++++++++
 utils/new-statd/svc.c         |  841 +++++++++++++++++++++++++++++++++++++++++
 utils/statd/Makefile.am       |    9 
 21 files changed, 5024 insertions(+), 5 deletions(-)
 create mode 100644 aclocal/libcap.m4
 create mode 100644 aclocal/libsqlite3.m4
 create mode 100644 utils/new-statd/Makefile.am
 create mode 100644 utils/new-statd/file.c
 create mode 100644 utils/new-statd/hostname.c
 create mode 100644 utils/new-statd/main.c
 create mode 100644 utils/new-statd/nlmcall.c
 create mode 100644 utils/new-statd/sm-notify.c
 create mode 100644 utils/new-statd/sm-notify.man
 create mode 100644 utils/new-statd/sm_inter.x
 create mode 100644 utils/new-statd/smncall.c
 create mode 100644 utils/new-statd/start-statd
 create mode 100644 utils/new-statd/statd.h
 create mode 100644 utils/new-statd/statd.man
 create mode 100644 utils/new-statd/svc.c

-- 
Signature

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

end of thread, other threads:[~2009-09-15  2:45 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-05 14:45 [PATCH 0/4] new statd [take 2] Chuck Lever
     [not found] ` <20090805143550.12866.8377.stgit-RytpoXr2tKZ9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
2009-08-05 14:45   ` [PATCH 1/4] nfs-utils: introduce new statd implementation (1st part) Chuck Lever
     [not found]     ` <20090805144540.12866.22084.stgit-RytpoXr2tKZ9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
2009-08-05 17:48       ` J. Bruce Fields
2009-08-05 18:05         ` Chuck Lever
2009-08-05 18:15           ` J. Bruce Fields
2009-08-05 18:26             ` Chuck Lever
2009-08-05 21:22               ` Trond Myklebust
     [not found]                 ` <1249507356.5428.11.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2009-08-05 22:24                   ` Chuck Lever
2009-08-05 23:30                     ` Trond Myklebust
2009-09-09 18:29                       ` Jeff Layton
     [not found]                         ` <20090909142945.755da393-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2009-09-09 18:39                           ` Trond Myklebust
2009-09-09 19:13                             ` Jeff Layton
     [not found]                               ` <20090909151354.504ccdf6-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2009-09-09 19:19                                 ` Chuck Lever
2009-09-09 19:17                             ` Chuck Lever
2009-09-09 19:42                               ` Trond Myklebust
2009-09-09 22:18                                 ` Chuck Lever
2009-09-09 23:15                                   ` Steve Dickson
2009-09-10 15:01                                     ` Chuck Lever
2009-09-10  8:44                                   ` NeilBrown
2009-09-10 14:09                                     ` Chuck Lever
2009-09-14  7:08                                       ` Neil Brown
     [not found]                                         ` <19117.60405.793389.323010-wvvUuzkyo1EYVZTmpyfIwg@public.gmane.org>
2009-09-14 15:48                                           ` Steve Dickson
2009-09-15  2:45                                         ` Chuck Lever
2009-09-14 13:54                                       ` Trond Myklebust
     [not found]                                         ` <1252936467.6866.54.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2009-09-14 15:55                                           ` Steve Dickson
2009-09-15  1:29                                         ` Chuck Lever
     [not found]                                     ` <9eae93545189a6be6eebe0460b860fc7.squirrel-eq65iwfR9nKIECXXMXunQA@public.gmane.org>
2009-09-10 15:05                                       ` bpm
2009-09-10 15:03                                   ` J. Bruce Fields
2009-09-10 16:14                                     ` Chuck Lever
2009-09-10 16:23                                       ` J. Bruce Fields
2009-09-10 16:43                                         ` Trond Myklebust
2009-09-10 20:39                                         ` Chuck Lever
2009-09-10 20:49                                           ` J. Bruce Fields
2009-09-10 21:26                                             ` Chuck Lever
2009-08-05 14:45   ` [PATCH 2/4] nfs-utils: introduce new statd implementation (2nd part) Chuck Lever
2009-08-05 14:46   ` [PATCH 3/4] nfs-utils: introduce new statd implementation (3rd part) Chuck Lever
2009-08-05 14:46   ` [PATCH 4/4] nfs-utils: introduce new statd implementation (4th part) Chuck Lever
2009-08-05 17:15   ` [PATCH 0/4] new statd [take 2] Jeff Layton
     [not found]     ` <20090805131554.67eb15bc-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2009-08-05 18:06       ` 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.