Linux NFS development
 help / color / mirror / Atom feed
 messages from 2008-12-01 00:20:17 to 2008-12-10 21:10:57 UTC [more...]

[PATCH 00/27] Remaining IPv6 NSM patches for 2.6.29
 2008-12-10 21:10 UTC  (36+ 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

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 

Fwd: 2.6.26.3 kernel - progressive slowdown over NFS
 2008-12-10  1:12 UTC  (3+ messages)

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 0/3] AF_INET6 support for probe_bothports()
 2008-12-09 20:31 UTC  (15+ messages)
  ` [PATCH 1/3] mount command: full support for AF_INET6 addresses in probe_port()
  ` [PATCH 2/3] mount command: support AF_INET6 in probe_nfsport() and probe_mntport()
  ` [PATCH 3/3] mount command: AF_INET6 support for probe_bothports()

[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 0/2] send actual expiration for svcgssd gss contexts
 2008-12-08 23:28 UTC  (4+ 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

[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

Make sm-notify faster if there are no servers to notify
 2008-12-08 19:50 UTC  (19+ messages)

[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  (16+ messages)
                  ` [PATCH 0/3] "
                      ` [PATCH 3/3] SUNRPC: svc_xprt_enqueue should not refuse to enqueue 'XPT_DEAD' transports

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)

[PATCH 0/6] First set of patches for 2.6.29
 2008-12-04  3:55 UTC  (20+ messages)
  ` [PATCH 1/6] NLM: Remove address eye-catcher buffers from nlm_host
  ` [PATCH 2/6] NLM: Support IPv6 scope IDs in nlm_display_address()
  ` [PATCH 3/6] NSM: Support IPv6 version of mon_name
  ` [PATCH 4/6] NLM: Clean up nsm_monitor() call
  ` [PATCH 5/6] "
  ` [PATCH 6/6] NSM: Serialize SM_MON and SM_UNMON upcalls

[PATCH/RFC] svcgssd always sets an infinite expiry on authentication tokens etc
 2008-12-03 22:26 UTC  (6+ messages)

[NFS] export dir thru 2 diff path names
 2008-12-03 21:46 UTC  (11+ messages)

nfsd fixes for 2.6.28
 2008-12-03 19:10 UTC 

[PATCH 0/4] Make mount.nfs use new getport() function
 2008-12-02 15:22 UTC  (6+ messages)
  ` [PATCH 1/4] mount command: Use nfs_pmap_getport() in probe_statd()
  ` [PATCH 2/4] mount command: Use nfs_error() instead of perror()
  ` [PATCH 3/4] mount command: Replace clnt_ping() and getport() calls in probe_port()
  ` [PATCH 4/4] mount command: remove local getport() implementation

[patch 1/1] lockd: convert reclaimer thread to kthread interface
 2008-12-01 22:27 UTC 

[NFS] D entists Contact List for the USA
 2008-12-01 22:04 UTC 

[PATCH 0/4] Support for IPv6 in the showmount command
 2008-12-01 19:30 UTC  (4+ messages)

[PATCH] gssd: unblock DNOTIFY_SIGNAL in case it was blocked
 2008-12-01 19:29 UTC  (2+ messages)

[PATCH nfs-utils] Ensure statd gets started if required when non-root user mounts an NFS filesystem
 2008-12-01 19:28 UTC  (2+ messages)

ipv6 status
 2008-12-01 18:40 UTC  (3+ messages)

Fwd: nfs related backtrace. (.27.5)
 2008-12-01 17:47 UTC 

No write access with recent versions of nfs-utils in Debian
 2008-12-01  8:55 UTC  (4+ messages)

[PATCH] nfs: remove redundant tests on reading new pages
 2008-12-01  3:31 UTC  (2+ messages)


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