Linux NFS development
 help / color / mirror / Atom feed
 messages from 2009-01-05 19:52:04 to 2009-01-13 23:08:15 UTC [more...]

[PATCH] out of order WRITE requests
 2009-01-13 23:07 UTC  (3+ messages)

[patch 0/3] First tranche of SGI Enhanced NFS patches
 2009-01-13 22:50 UTC  (9+ messages)
` [patch 1/3] knfsd: remove the nfsd thread busy histogram
` [patch 2/3] knfsd: avoid overloading the CPU scheduler with enormous load averages
` [patch 3/3] knfsd: add file to export stats about nfsd pools

[PATCH 0/3] Detect user space support for rpcbind v4
 2009-01-13 18:26 UTC  (6+ messages)
  ` [PATCH 1/3] SUNRPC: Don't use EPROTONOSUPPORT in svc_register()
  ` [PATCH 2/3] SUNRPC: Clearer error message when user space is running portmap
  ` [PATCH 3/3] "

[PATCH] NFS regression in 2.6.26?, "task blocked for more than 120 seconds"
 2009-01-13 15:22 UTC  (44+ messages)
                  ` [PATCH 0/3] "
                    ` [PATCH 3/3] SUNRPC: svc_xprt_enqueue should not refuse to enqueue 'XPT_DEAD' transports

[basic] nfsd failing to start
 2009-01-13  3:34 UTC  (9+ messages)

[PATCH,RFC] more graceful sunrpc cache updates for HA
 2009-01-12 21:15 UTC  (3+ messages)

minor nfsd4 state code cleanup
 2009-01-12 16:20 UTC  (6+ messages)
` [PATCH] nfsd4: split lockstateid/openstateid release logic
  ` [PATCH] nfsd4: remove a forward declaration
    ` [PATCH] nfsd4: split open/lockowner release code

[PATCH 1/1] nfsd(v2/v3): fix the failure of creation from HPUX client --revised
 2009-01-12 12:14 UTC 

nfs client lockdep warning
 2009-01-12 12:10 UTC  (10+ messages)

[PATCH] NFSD: cleanup for nfs3proc.c
 2009-01-12  8:03 UTC  (3+ messages)

RFC: sunrpc upcall test infrastructure
 2009-01-12  3:54 UTC 

replay demonstration patches
 2009-01-10 18:58 UTC 

[PATCH] nfs: note that CONFIG_SUNRPC_XPRT_RDMA turns on server side support too
 2009-01-10 18:48 UTC 

[patch 00/14] sunrpc: Sunrpc cache cleanups and upcall rework
 2009-01-10  1:28 UTC  (27+ messages)
` [patch 01/14] sunrpc: Use consistent naming for variables of type struct cache_detail*
` [patch 02/14] sunrpc: Use consistent naming for variables of type struct cache_head*
` [patch 03/14] sunrpc: Use consistent naming for variables of type struct cache_request*
` [patch 04/14] sunrpc: Minor indentation cleanup in cache.c
` [patch 05/14] sunrpc: Rename queue_loose() to cache_remove_queued()
` [patch 06/14] sunrpc: Gather forward declarations of static functions in cache.c
` [patch 07/14] sunrpc: Make the global queue_lock per-cache-detail
` [patch 08/14] sunrpc: Make the global queue_wait per-cache-detail
` [patch 09/14] sunrpc: Remove the global lock queue_io_mutex
` [patch 10/14] sunrpc: Reorganise the queuing of cache upcalls
` [patch 11/14] sunrpc: Allocate cache_requests in a single allocation
` [patch 12/14] sunrpc: Centralise memory management of cache_requests
` [patch 13/14] sunrpc: Move struct cache_request to linux/sunrpc/cache.h
` [patch 14/14] sunrpc: Improve the usefulness of debug printks in the sunrpc cache code

[PATCH 1/1] nfsd(v2/v3): fix the failure of creation from HPUX client
 2009-01-09 21:57 UTC  (2+ messages)

[patch 1/1] sunrpc: fix RDMA dependency
 2009-01-09 20:25 UTC 

Cheers!
 2009-01-08 18:53 UTC 

Recursive locking detected in nfsd4 in 2.6.28-todaysgit?
 2009-01-08 18:02 UTC  (2+ messages)

[PATCH 0/5] struct pmap stuffing
 2009-01-08 17:33 UTC  (6+ messages)
  ` [PATCH 1/5] text-based mount command: make po_rightmost() work for N options
  ` [PATCH 2/5] text-based mount command: Function to stuff "struct pmap" from mount options
  ` [PATCH 3/5] text-based mount options: Use new pmap stuffer when rewriting "
  ` [PATCH 4/5] text-based mount command: fix mount option rewriting logic
  ` [PATCH 5/5] text-based mount command: support AF_INET6 in rewrite_mount_options()

exporting loop devices / fsid issue
 2009-01-08 16:59 UTC  (4+ messages)

[PATCH 1/1] rpc.statd: fix the failure of SM_DIR creation
 2009-01-08 16:49 UTC  (2+ messages)

nfsd stuckage
 2009-01-08 16:05 UTC  (12+ messages)

please pull nfsd patches for 2.6.29
 2009-01-08  1:06 UTC 

[PATCH 0/6] NFSD: minor cleanups for 2.6.29
 2009-01-07 22:38 UTC  (2+ messages)

[PATCH] NFSD: FIDs need to take precedence over UUIDs
 2009-01-07 22:23 UTC  (2+ messages)

[PATCH] svc: Clean up deferred requests on transport destruction
 2009-01-07 22:09 UTC  (3+ messages)

[PATCH 0/3] Three more nfs-utils clean ups
 2009-01-07 17:54 UTC  (5+ messages)
  ` [PATCH 1/3] configure: Remove inet_ntop(3) check from configure.ac
  ` [PATCH 2/3] configure: Add new build option "--enable-tirpc"
  ` [PATCH 3/3] showmount command: Quiesce warning when TI-RPC is disabled

[RFC][PATCH 0/4] utsns: RPC/NFS bug rework
 2009-01-07  3:44 UTC  (47+ messages)
` [RFC][PATCH 1/4] Remove useless utsname.h includes
` [RFC][PATCH 2/4] sunrpc: Use utsnamespaces
` [RFC][PATCH 3/4] sunrpc: Improve UTS namespace workaround
` [RFC][PATCH 4/4] Represent RPC Callers

[RFC][PATCH 2/4] sunrpc: Use utsnamespaces
 2009-01-07  1:22 UTC  (4+ messages)

[PATCH] SUNRPC: Avoid spurious wake-up during UDP connect processing
 2009-01-06 22:51 UTC 

(unknown)
 2009-01-06 20:07 UTC  (6+ messages)
` [PATCH] nfsd: fix double-lock of i_mutex on nfsv4 recovery directory

[NFS] Please don\'t share this. You could be making huge weekly income
 2009-01-06 18:17 UTC 

[PATCH 0/5] Fix legacy build issues
 2009-01-06 17:44 UTC  (2+ messages)

[NFS] (no subject)
 2009-01-05 21:36 UTC 

[NFS] Discover how a 15 year old kid becomes an Internet Hustler!
 2009-01-05 22:28 UTC 

[PATCH] gssd: By default, don't spam syslog when users' credentials expire
 2009-01-05 21:53 UTC  (3+ messages)


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