Linux NFS development
 help / color / mirror / Atom feed
 messages from 2007-11-30 20:48:46 to 2007-12-12 22:13:28 UTC [more...]

[PATCH 0/7] rdma: SVCRDMA Transport Provider
 2007-12-12 22:13 UTC  (7+ messages)
  ` [PATCH 1/7] rdma: SVCRMDA Header File
  ` [PATCH 2/7] rdma: SVCRDMA Transport Module
  ` [PATCH 3/7] rdma: SVCRDMA Core Transport Services
  ` [PATCH 4/7] rdma: SVCRDMA recvfrom
  ` [PATCH 5/7] rdma: SVCRDMA sendto
  ` [PATCH 6/7] rdma: ONCRPC RDMA protocol marshalling

[PATCH 00/38] svc: SVC Transport Switch
 2007-12-12 20:00 UTC  (41+ messages)
  ` [PATCH 01/38] svc: Add an svc transport class
  ` [PATCH 02/38] svc: Make svc_sock the tcp/udp transport
  ` [PATCH 03/38] svc: Change the svc_sock in the rqstp structure to a transport
  ` [PATCH 04/38] svc: Add a max payload value to the transport
  ` [PATCH 05/38] svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
  ` [PATCH 06/38] svc: Add transport specific xpo_release function
  ` [PATCH 07/38] svc: Add per-transport delete functions
  ` [PATCH 08/38] svc: Add xpo_prep_reply_hdr
  ` [PATCH 09/38] svc: Add a transport function that checks for write space
  ` [PATCH 10/38] svc: Move close processing to a single place
  ` [PATCH 11/38] svc: Add xpo_accept transport function
  ` [PATCH 12/38] svc: Add a generic transport svc_create_xprt function
  ` [PATCH 13/38] svc: Change services to use new svc_create_xprt service
  ` [PATCH 14/38] svc: Change sk_inuse to a kref
  ` [PATCH 15/38] svc: Move sk_flags to the svc_xprt structure
  ` [PATCH 16/38] svc: Move sk_server and sk_pool to svc_xprt
  ` [PATCH 17/38] svc: Make close transport independent
  ` [PATCH 18/38] svc: Move sk_reserved to svc_xprt
  ` [PATCH 19/38] svc: Make the enqueue service transport neutral and export it
  ` [PATCH 20/38] svc: Make svc_send transport neutral
  ` [PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it
  ` [PATCH 22/38] svc: Move accept call to svc_xprt_received to common code
  ` [PATCH 23/38] svc: Remove sk_lastrecv
  ` [PATCH 24/38] svc: Move the authinfo cache to svc_xprt
  ` [PATCH 25/38] svc: Make deferral processing xprt independent
  ` [PATCH 26/38] svc: Move the sockaddr information to svc_xprt
  ` [PATCH 27/38] svc: Make svc_sock_release svc_xprt_release
  ` [PATCH 28/38] svc: Make svc_recv transport neutral
  ` [PATCH 29/38] svc: Make svc_age_temp_sockets svc_age_temp_transports
  ` [PATCH 30/38] svc: Move common create logic to common code
  ` [PATCH 31/38] svc: Removing remaining references to rq_sock in rqstp
  ` [PATCH 32/38] svc: Make svc_check_conn_limits xprt independent
  ` [PATCH 33/38] svc: Move the xprt independent code to the svc_xprt.c file
  ` [PATCH 34/38] svc: Add transport hdr size for defer/revisit
  ` [PATCH 35/38] svc: Add /proc/sys/sunrpc/transport files
  ` [PATCH 36/38] svc: Add svc API that queries for a transport instance
  ` [PATCH 37/38] knfsd: Support adding transports by writing portlist file
  ` [PATCH 38/38] svc: Add svc_xprt_names service to replace svc_sock_names

[RFC][PATCH] SUNRPC xptrdma: simplify build configuration
 2007-12-12 17:59 UTC  (3+ messages)

Results of a Robustness Regression tests campaign with RHEL5.1 Gold and linux-2.6.24-rc2-CITI_NFS4_ALL-1
 2007-12-12 14:49 UTC  (2+ messages)
` Kernel Bug with 2.6.24-rc2-CITI_NFS4-ALL-1 in net/sunrpc/svc_xprt.c

2.6.24-rc3-git4 NFS crossmnt regression
 2007-12-12  2:44 UTC  (12+ messages)
              ` 2.6.24-rc3-git4 NFS crossmnt regression [SOLVED]

nfs-utils crossmnt/fsid bug
 2007-12-11 21:20 UTC  (7+ messages)
` [NFS] "

[PATCH] memory leak when mounting and unmounting -onolock filesystems
 2007-12-11 20:31 UTC  (3+ messages)

Client performance questions
 2007-12-11 17:11 UTC  (6+ messages)

[PATCH] nfs-utils: sm-notify does not remove its pid file
 2007-12-11 14:28 UTC  (5+ messages)

pynfs and server attributes?
 2007-12-10 22:19 UTC  (3+ messages)

[PATCH 00/27] IPv6 infrastructure for NFS client
 2007-12-10 20:55 UTC  (31+ messages)
  ` [PATCH 01/27] SUNRPC: rpc_create() default hostname should support AF_INET6 addresses
  ` [PATCH 02/27] SUNRPC: Fix socket address handling in rpcb_clnt
  ` [PATCH 03/27] SUNRPC: RPC version numbers are u32
  ` [PATCH 04/27] SUNRPC: Move universal address definitions to global header
  ` [PATCH 05/27] NFS: Ensure NFSv4 SETCLIENTID send buffer is large enough
  ` [PATCH 06/27] NFS: Increase size of cl_ipaddr field to hold IPv6 addresses
  ` [PATCH 07/27] NFS: Enable NFS client to generate CLIENTID strings with "
  ` [PATCH 08/27] NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)
  ` [PATCH 09/27] NFS: Move dprintks from callback.c to callback_proc.c
  ` [PATCH 10/27] NFS: Address a couple of nits in nfs_follow_referral()
  ` [PATCH 11/27] NFS: Add support for AF_INET6 addresses in nfs_compare_super()
  ` [PATCH 12/27] NFS: Verify IPv6 addresses properly
  ` [PATCH 13/27] NFS: Make setting a port number agostic
  ` [PATCH 14/27] NFS: Set default port for NFSv4, with support for AF_INET6
  ` [PATCH 15/27] NFS: Add support for AF_INET6 addresses in __nfs_find_client()
  ` [PATCH 16/27] NFS: Expand server address storage in nfs_client struct
  ` [PATCH 17/27] NFS: Change cb_getattrargs to pass "struct sockaddr *" instead of sockaddr_in
  ` [PATCH 18/27] NFS: Change cb_recallargs "
  ` [PATCH 19/27] NFS: Make nfs_alloc_client() take (sockaddr, len) "
  ` [PATCH 20/27] NFS: Change nfs_find_client() to take "struct sockaddr *"
  ` [PATCH 21/27] NFS: Change nfs_get_client() to take sockaddr *
  ` [PATCH 22/27] NFS: Change nfs4_set_client() to accept struct "
  ` [PATCH 23/27] NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *"
  ` [PATCH 24/27] NFS: Remove the NIPQUAD from nfs_try_mount
  ` [PATCH 25/27] NFS: Refactor mount option address parsing into separate function
  ` [PATCH 26/27] NFS: Support non-IPv4 addresses in nfs_parsed_mount_data
  ` [PATCH 27/27] NFS: Pull covers off IPv6 address parsing

[RFC,PATCH 00/38] SVC Transport Switch
 2007-12-10 20:43 UTC  (27+ messages)
` [RFC,PATCH 09/38] svc: Add a transport function that checks for write space
` [RFC,PATCH 11/38] svc: Add xpo_accept transport function
` [RFC,PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it
` [RFC,PATCH 25/38] svc: Move the sockaddr information to svc_xprt
` [RFC,PATCH 33/38] svc: Add transport hdr size for defer/revisit
` [RFC,PATCH 34/38] svc: Add /proc/sys/sunrpc/transport files
` [RFC,PATCH 36/38] svc: Add svc API that queries for a transport instance

[NFS] [PATCH] knfsd: Change mailing list for nfsd in MAINTAINERS
 2007-12-10 18:38 UTC  (2+ messages)

V3 ACCESS call fails after server reboot
 2007-12-10 18:17 UTC  (3+ messages)

[PATCH] xprtrdma: fix XDR tail buf marshalling for all ops
 2007-12-10 17:14 UTC  (16+ messages)
                      ` [NFS] "

(unknown)
 2007-12-10  9:27 UTC 

[NFS] Strange NFS behaviour
 2007-12-08 23:36 UTC 

PROBLEM: Duplicated entries in large NFS shared directory
 2007-12-08 14:12 UTC 

[PATCH] NLM: Add lockd reference counting and clean up lockd startup and shutdown
 2007-12-08 14:17 UTC  (3+ messages)

[NFS] NFSv2/3 broken exporting/mounting (permission denied) in 2.6.24-rc4
 2007-12-07 20:38 UTC  (5+ messages)

[NFS] NFSv2/3 broken exporting/mounting (permission denied) in 2.6.24-rc4
 2007-12-07 15:32 UTC  (2+ messages)

[NFS] NFSv2/3 broken exporting/mounting (permission denied) in 2.6.24-rc4
 2007-12-07  2:55 UTC 

[NFS] NFSv2/3 broken exporting/mounting (permission denied) in 2.6.24-rc4
 2007-12-07  2:20 UTC 

[NFS] NFS Killable tasks request comments on patch
 2007-12-06 23:00 UTC 

Invisible files and input/output errors
 2007-12-06  6:22 UTC  (5+ messages)

[RFC,PATCH 0/8] RDMA Transport Provider
 2007-12-05  3:08 UTC  (18+ messages)
` [RFC,PATCH 7/8] rdma: makefile
    ` [RFC,PATCH 7/8] rdma: makefile (second thread)

[NFS] NFS Digest, Vol 18, Issue 70 (NFS performance problems)
 2007-12-03 22:07 UTC  (14+ messages)

[NFS] nfsd bug: create file with specific uid/gid
 2007-12-03 16:17 UTC  (3+ messages)

[NFS] Please member to move your subscription to linux-nfs@vger.kernel.org
 2007-12-03  1:26 UTC 

[NFS] [BUG] 2.6.24-rc3-mm2 kernel bug on nfs & cifs mounted partitions
 2007-12-02 15:55 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