Linux NFS development
 help / color / mirror / Atom feed
 messages from 2008-12-04 09:25:13 to 2008-12-12 21:58:04 UTC [more...]

[PATCH 00/22] IPv6 support NFSD
 2008-12-12 21:57 UTC  (5+ messages)
  ` [PATCH 01/22] NFSD: clean up failover sysctl function naming
  ` [PATCH 02/22] NFSD: Fix a handful of coding style issues in write_filehandle()
  ` [PATCH 03/22] NFSD: Replace open-coded integer with macro
  ` [PATCH 04/22] NFSD: Add documenting comments for nfsctl interface

[PATCH 00/11] Replacement patches for NSM IPv6 support
 2008-12-12 20:17 UTC  (14+ messages)
  ` [PATCH 01/11] NLM: Remove "create" argument from nsm_find()
  ` [PATCH 02/11] NSM: Refactor nsm_handle creation into a helper function
  ` [PATCH 03/11] NSM: More clean up of nsm_get_handle()
  ` [PATCH 04/11] NSM: Replace IP address as our nlm_reboot lookup key
  ` [PATCH 05/11] NSM: Remove include/linux/lockd/sm_inter.h
  ` [PATCH 06/11] NSM: Move nsm_addr() to fs/lockd/mon.c
  ` [PATCH 07/11] NSM: Move nsm_use_hostnames to mon.c
  ` [PATCH 08/11] NSM: Move nsm_create()
  ` [PATCH 09/11] NLM: nlm_privileged_requester() doesn't recognize mapped loopback address
  ` [PATCH 10/11] NLM: Rewrite IPv4 privileged requester's check
  ` [PATCH 11/11] lockd: Enable NLM use of AF_INET6

new client-side gssd upcall patches
 2008-12-12 18:20 UTC  (16+ messages)
` [PATCH 01/15] rpc: remove unnecessary assignment
  ` [PATCH 02/15] rpc: factor out warning code from gss_pipe_destroy_msg
    ` [PATCH 03/15] rpc: minor gss_alloc_msg cleanup
      ` [PATCH 04/15] rpc: add an rpc_pipe_open method
        ` [PATCH 05/15] rpc: call release_pipe only on last close
          ` [PATCH 06/15] rpc: track number of users of the gss upcall pipe
            ` [PATCH 07/15] rpc: use count of pipe openers to wait for first open
              ` [PATCH 08/15] rpc: store pointer to pipe inode in gss upcall message
                ` [PATCH 09/15] rpc: implement new upcall
                  ` [PATCH 10/15] nfsd: pass client principal name in rsc downcall
                    ` [PATCH 11/15] rpc: pass target name down to rpc level on callbacks
                      ` [PATCH 12/15] rpc: allow gss callbacks to client
                        ` [PATCH 13/15] nfsd: support callbacks with gss flavors
                          ` [PATCH 14/15] rpc: add target field to new upcall
                            ` [PATCH 15/15] rpc: add service "

[NFS] Leslie, a new development
 2008-12-12  9:15 UTC 

Make sm-notify faster if there are no servers to notify
 2008-12-11 22:44 UTC  (20+ messages)

more nfsv4 lockups w/ nexenta
 2008-12-11 21:30 UTC  (3+ messages)

[PATCH 00/27] Remaining IPv6 NSM patches for 2.6.29
 2008-12-11 18:53 UTC  (47+ messages)
  ` [PATCH 01/27] NSM: Move NSM-related XDR data structures to lockd's xdr.h
  ` [PATCH 02/27] NSM: Move NSM program and procedure numbers to fs/lockd/mon.c
  ` [PATCH 03/27] NSM: Add xdr_stream-based XDR encoders
  ` [PATCH 04/27] "
  ` [PATCH 05/27] NSM: Switch over to the new-style XDR functions
  ` [PATCH 06/27] NSM: Remove unused old-style "
  ` [PATCH 07/27] NSM: Move nsm_find() to fs/lockd/mon.c
  ` [PATCH 08/27] NSM: Add dprintk() calls in nsm_find and nsm_release
  ` [PATCH 09/27] NSM: Remove NULL pointer check from nsm_find()
  ` [PATCH 10/27] NSM: Remove !nsm check from nsm_release()
  ` [PATCH 11/27] NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created
  ` [PATCH 12/27] NSM: Encode the new "priv" cookie for NSMPROC_MON requests
  ` [PATCH 13/27] NLM: Change nlm_host_rebooted() to take a single nlm_reboot argument
  ` [PATCH 14/27] NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaque
  ` [PATCH 15/27] NSM: Add nsm_lookup() function
  ` [PATCH 16/27] NLM: Call nsm_reboot_lookup() instead of nsm_find()
  ` [PATCH 17/27] NLM: Remove "create" argument from nsm_find()
  ` [PATCH 18/27] NSM: Refactor nsm_handle creation into a helper function
  ` [PATCH 19/27] NSM: More clean up of nsm_get_handle()
  ` [PATCH 20/27] NSM: Replace IP address as our nlm_reboot lookup key
  ` [PATCH 21/27] NSM: Remove include/linux/lockd/sm_inter.h
  ` [PATCH 22/27] NSM: Move nsm_addr() to fs/lockd/mon.c
  ` [PATCH 23/27] NSM: Move nsm_use_hostnames to mon.c
  ` [PATCH 24/27] NSM: Move nsm_create()
  ` [PATCH 25/27] NLM: nlm_privileged_requester() doesn't recognize mapped loopback address
  ` [PATCH 26/27] NLM: Rewrite IPv4 privileged requester's check
  ` [PATCH 27/27] lockd: Enable NLM use of AF_INET6

[PATCH 0/3] nfs-utils patches
 2008-12-11 18:33 UTC  (4+ messages)
  ` [PATCH 1/3] sm-notify command: fix a use-after-free bug
  ` [PATCH 2/3] text-based mount command: add function to parse numeric mount options
  ` [PATCH 3/3] text-based mount command: use po_get_numeric() for handling retry=

[PATCH 0/2] send actual expiration for svcgssd gss contexts
 2008-12-11 17:41 UTC  (5+ messages)
  ` [PATCH 1/2] gssd/svcgssd: add support to retrieve actual context expiration
  ` [PATCH 2/2] svcgssd: use the actual context expiration for cache expiration

[NFS] Dent ists Database for the USA
 2008-12-11 15:49 UTC 

[PATCH 0/3] AF_INET6 support for probe_bothports()
 2008-12-11 16:06 UTC  (13+ messages)

Fwd: 2.6.26.3 kernel - progressive slowdown over NFS
 2008-12-10 21:26 UTC  (4+ messages)
    `  "

NSFproblem lockd: server not responding, still trying
 2008-12-10 18:45 UTC  (2+ messages)

NFSD IPv6 support for 2.6.29
 2008-12-10 16:37 UTC  (13+ messages)

possible module refcount leak with auth_gss
 2008-12-10 16:31 UTC  (6+ messages)

[NFS] Leslie, I think you forgot 
 2008-12-10  8:15 UTC 

lost interrupt after a signal?
 2008-12-09 22:52 UTC  (5+ messages)

FAQ: Updating shared executables
 2008-12-09 22:44 UTC  (2+ messages)

[PATCH] statd: not unlinking host files
 2008-12-09  0:40 UTC  (5+ messages)

[PATCH] sm-notify: always exiting without any notification
 2008-12-09  0:35 UTC  (3+ messages)

[NFS] Help! NFS broken
 2008-12-09  0:12 UTC  (3+ messages)

[PATCH 00/17] First set of patches for 2.6.29 (take 2)
 2008-12-08 22:47 UTC  (20+ messages)
  ` [PATCH 01/17] NLM: Use modern style for pointer fields in nlm_host
  ` [PATCH 02/17] NLM: Remove address eye-catcher buffers from nlm_host
  ` [PATCH 03/17] NLM: Remove AF_UNSPEC arm in nlm_display_address()
  ` [PATCH 04/17] NLM: Support IPv6 scope IDs "
  ` [PATCH 05/17] NLM: Add helper to handle IPv4 addresses
  ` [PATCH 06/17] NSM: Use C99 structure initializer to initialize nsm_args
  ` [PATCH 07/17] NSM: convert printk(KERN_DEBUG) to a dprintk()
  ` [PATCH 08/17] NSM: Use modern style for sm_name field in nsm_handle
  ` [PATCH 09/17] NSM: Support IPv6 version of mon_name
  ` [PATCH 10/17] NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor()
  ` [PATCH 11/17] NLM: Remove redundant printk() in nlmclnt_lock()
  ` [PATCH 12/17] NSM: Remove BUG_ON() in nsm_monitor()
  ` [PATCH 13/17] NSM: Make sure to return an error if the SM_MON call result is not zero
  ` [PATCH 14/17] NLM: Move the public declaration of nsm_monitor() to lockd.h
  ` [PATCH 15/17] NSM: Release nsmhandle in nlm_destroy_host
  ` [PATCH 16/17] NLM: Move the public declaration of nsm_unmonitor() to lockd.h
  ` [PATCH 17/17] NSM: Check result of SM_UNMON upcall

[NFS] Welcome to Project Payday
 2008-12-08 14:09 UTC 

[PATCH 1/1] NFS: map nfs_probe_fsinfo errors
 2008-12-07  9:00 UTC  (10+ messages)

[PATCH] NFS regression in 2.6.26?, "task blocked for more than 120 seconds"
 2008-12-06 12:16 UTC  (15+ messages)
                  ` [PATCH 0/3] "

LUCKY WINNER!
 2008-12-06 10:44 UTC 

[PATCH] make "noac" and "actimeo=0" work correctly
 2008-12-05 21:37 UTC  (9+ messages)
` [PATCH V2] "
              ` [PATCH V3] optimize attribute timeouts for "noac" and "actimeo=0"

Curiosities of Linux NFSD file handles
 2008-12-05  9:07 UTC  (4+ messages)

Is order for "exportfs -r" and rpc.mountd important?
 2008-12-05  6:05 UTC  (9+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox