messages from 2007-11-29 17:41:40 to 2007-12-03 17:03:04 UTC [more...]
[RFC,PATCH 0/8] RDMA Transport Provider
2007-12-03 17:00 UTC (16+ messages)
` [RFC,PATCH 1/8] rdma: SVCRMDA Header File
` [RFC,PATCH 2/8] rdma: SVCRDMA Transport Module
` [RFC,PATCH 3/8] rdma: SVCRDMA Core Transport Services
` [RFC,PATCH 4/8] rdma: SVCRDMA recvfrom
` [RFC,PATCH 5/8] rdma: SVCRDMA sendto
` [RFC,PATCH 6/8] rdma: ONCRPC RDMA protocol marshalling
` [RFC,PATCH 7/8] rdma: makefile
` [RFC,PATCH 8/8] rdma: Kconfig
[RFC,PATCH 00/38] SVC Transport Switch
2007-12-03 16:58 UTC (54+ messages)
` [RFC,PATCH 01/38] svc: Add an svc transport class
` [RFC,PATCH 02/38] svc: Make svc_sock the tcp/udp transport
` [RFC,PATCH 03/38] svc: Change the svc_sock in the rqstp structure to a transport
` [RFC,PATCH 04/38] svc: Add a max payload value to the transport
` [RFC,PATCH 05/38] svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
` [RFC,PATCH 06/38] svc: Add transport specific xpo_release function
` [RFC,PATCH 07/38] svc: Add per-transport delete functions
` [RFC,PATCH 08/38] svc: Add xpo_prep_reply_hdr
` [RFC,PATCH 09/38] svc: Add a transport function that checks for write space
` [RFC,PATCH 10/38] svc: Move close processing to a single place
` [RFC,PATCH 11/38] svc: Add xpo_accept transport function
` [RFC,PATCH 12/38] svc: Add a generic transport svc_create_xprt function
` [RFC,PATCH 13/38] svc: Change services to use new svc_create_xprt service
` [RFC,PATCH 14/38] svc: Change sk_inuse to a kref
` [RFC,PATCH 15/38] svc: Move sk_flags to the svc_xprt structure
` [RFC,PATCH 16/38] svc: Move sk_server and sk_pool to svc_xprt
` [RFC,PATCH 17/38] svc: Make close transport independent
` [RFC,PATCH 18/38] svc: Move sk_reserved to svc_xprt
` [RFC,PATCH 19/38] svc: Make the enqueue service transport neutral and export it
` [RFC,PATCH 20/38] svc: Make svc_send transport neutral
` [RFC,PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it
` [RFC,PATCH 22/38] svc: Remove sk_lastrecv
` [RFC,PATCH 24/38] svc: Make deferral processing xprt independent
` [RFC,PATCH 25/38] svc: Move the sockaddr information to svc_xprt
` [RFC,PATCH 26/38] svc: Make svc_sock_release svc_xprt_release
` [RFC,PATCH 27/38] svc: Make svc_recv transport neutral
` [RFC,PATCH 28/38] svc: Make svc_age_temp_sockets svc_age_temp_transports
` [RFC,PATCH 29/38] svc: Move common create logic to common code
` [RFC,PATCH 30/38] svc: Removing remaining references to rq_sock in rqstp
` [RFC,PATCH 31/38] svc: Make svc_check_conn_limits xprt independent
` [RFC,PATCH 32/38] svc: Move the xprt independent code to the svc_xprt.c file
` [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 35/38] knfsd: Support adding transports by writing portlist file
` [RFC,PATCH 36/38] svc: Add svc API that queries for a transport instance
` [RFC,PATCH 37/38] knfsd: Modify write_ports to use svc_find_xprt service
` [RFC,PATCH 38/38] svc: Add svc_xprt_names service to replace svc_sock_names
[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)
[NFS] [PATCH] NFS: Add support for AF_INET6 addresses in nfs_compare_super()
2007-11-30 20:09 UTC (3+ messages)
[NFS] [PATCH 00/29] IPv6 for NFS client
2007-11-30 19:11 UTC (34+ messages)
` [NFS] [PATCH 01/29] SUNRPC: Use default address length based on address family
` [NFS] [PATCH 02/29] SUNRPC: rpc_create() default hostname should support AF_INET6 addresses
` [NFS] [PATCH 03/29] SUNRPC: Fix socket address handling in rpcb_clnt
` [NFS] [PATCH 04/29] SUNRPC: Move universal address definitions to global header
` [NFS] [PATCH 05/29] NFS: Ensure NFSv4 SETCLIENTID send buffer is large enough
` [NFS] [PATCH 06/29] NFS: Increase size of cl_ipaddr field to hold IPv6 addresses
` [NFS] [PATCH 07/29] NFS: Enable NFS client to generate CLIENTID strings with "
` [NFS] [PATCH 08/29] NFS: eliminate NIPQUAD(clp->cl_addr.sin_addr)
` [NFS] [PATCH 09/29] NFS: Clean-up: move dprintks from callback.c to callback_proc.c
` [NFS] [PATCH 10/29] NFS: Address a couple of nits in nfs_follow_referral()
` [NFS] [PATCH 12/29] NFS: Verify IPv6 addresses properly
` [NFS] [PATCH 13/29] NFS: Make setting a port number agostic
` [NFS] [PATCH 14/29] NFS: Set default port for NFSv4, with support for AF_INET6
` [NFS] [PATCH 16/29] NFS: Expand server address storage in nfs_client struct
` [NFS] [PATCH 17/29] NFS: Change cb_getattrargs to pass "struct sockaddr *" instead of sockaddr_in
` [NFS] [PATCH 18/29] NFS: Change cb_recallargs "
` [NFS] [PATCH 19/29] NFS: Make nfs_alloc_client() take (sockaddr, len) "
` [NFS] [PATCH 20/29] NFS: Change nfs_find_client() to take "struct sockaddr *"
` [NFS] [PATCH 21/29] NFS: Change nfs_get_client() to take sockaddr *
` [NFS] [PATCH 22/29] NFS: Change nfs4_set_client() to accept struct "
` [NFS] [PATCH 23/29] NFS: Adjust nfs_clone_mount structure to store "struct sockaddr *"
` [NFS] [PATCH 24/29] NFS: Remove the NIPQUAD from nfs_try_mount
` [NFS] [PATCH 25/29] NFS: Refactor mount option address parsing into separate function
` [NFS] [PATCH 26/29] NFS: Support non-IPv4 addresses in nfs_parsed_mount_data
` [NFS] [PATCH 27/29] NFS: Add AF_INET6 support to nfs_try_mount()
` [NFS] [PATCH 28/29] NFS: Pull covers off IPv6 address parsing
` [NFS] [PATCH 29/29] NFS: Clean up IPv6 changes in NFS client
[NFS] [PATCH] NFS: Identify root_nfs_parse_addr() as truly __init
2007-11-30 17:45 UTC
[NFS] NFS Digest, Vol 18, Issue 70 (NFS performance problems)
2007-11-30 16:27 UTC (8+ messages)
[RFC,PATCH 01/08] rdma: SVCRMDA Header File REPOST
2007-11-30 15:27 UTC
[NFS] Strange NFS behaviour
2007-11-30 8:30 UTC
[RFC,PATCH 00/38] RPC Transport Switch
2007-11-30 2:01 UTC (40+ messages)
` [RFC,PATCH 01/38] svc: Add an svc transport class
` [RFC,PATCH 02/38] svc: Make svc_sock the tcp/udp transport
` [RFC,PATCH 03/38] svc: Change the svc_sock in the rqstp structure to a transport
` [RFC,PATCH 04/38] svc: Add a max payload value to the transport
` [RFC,PATCH 05/38] svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
` [RFC,PATCH 06/38] svc: Add transport specific xpo_release function
` [RFC,PATCH 07/38] svc: Add per-transport delete functions
` [RFC,PATCH 08/38] svc: Add xpo_prep_reply_hdr
` [RFC,PATCH 09/38] svc: Add a transport function that checks for write space
` [RFC,PATCH 10/38] svc: Move close processing to a single place
` [RFC,PATCH 11/38] svc: Add xpo_accept transport function
` [RFC,PATCH 12/38] svc: Add a generic transport svc_create_xprt function
` [RFC,PATCH 13/38] svc: Change services to use new svc_create_xprt service
` [RFC,PATCH 14/38] svc: Change sk_inuse to a kref
` [RFC,PATCH 15/38] svc: Move sk_flags to the svc_xprt structure
` [RFC,PATCH 16/38] svc: Move sk_server and sk_pool to svc_xprt
` [RFC,PATCH 17/38] svc: Make close transport independent
` [RFC,PATCH 18/38] svc: Move sk_reserved to svc_xprt
` [RFC,PATCH 19/38] svc: Make the enqueue service transport neutral and export it
` [RFC,PATCH 20/38] svc: Make svc_send transport neutral
` [RFC,PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it
` [RFC,PATCH 22/38] svc: Remove sk_lastrecv
` [RFC,PATCH 24/38] svc: Make deferral processing xprt independent
` [RFC,PATCH 25/38] svc: Move the sockaddr information to svc_xprt
` [RFC,PATCH 26/38] svc: Make svc_sock_release svc_xprt_release
` [RFC,PATCH 27/38] svc: Make svc_recv transport neutral
` [RFC,PATCH 28/38] svc: Make svc_age_temp_sockets svc_age_temp_transports
` [RFC,PATCH 29/38] svc: Move common create logic to common code
` [RFC,PATCH 30/38] svc: Removing remaining references to rq_sock in rqstp
` [RFC,PATCH 31/38] svc: Make svc_check_conn_limits xprt independent
` [RFC,PATCH 32/38] svc: Move the xprt independent code to the svc_xprt.c file
` [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 35/38] knfsd: Support adding transports by writing portlist file
` [RFC,PATCH 36/38] svc: Add svc API that queries for a transport instance
` [RFC,PATCH 37/38] knfsd: Modify write_ports to use svc_find_xprt service
` [RFC,PATCH 38/38] svc: Add svc_xprt_names service to replace svc_sock_names
[RFC,PATCH 00/38] SVC Transport Switch
2007-11-29 22:54 UTC (38+ messages)
` [RFC,PATCH 01/38] svc: Add an svc transport class
` [RFC,PATCH 02/38] svc: Make svc_sock the tcp/udp transport
` [RFC,PATCH 03/38] svc: Change the svc_sock in the rqstp structure to a transport
` [RFC,PATCH 04/38] svc: Add a max payload value to the transport
` [RFC,PATCH 05/38] svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
` [RFC,PATCH 06/38] svc: Add transport specific xpo_release function
` [RFC,PATCH 07/38] svc: Add per-transport delete functions
` [RFC,PATCH 08/38] svc: Add xpo_prep_reply_hdr
` [RFC,PATCH 09/38] svc: Add a transport function that checks for write space
` [RFC,PATCH 10/38] svc: Move close processing to a single place
` [RFC,PATCH 11/38] svc: Add xpo_accept transport function
` [RFC,PATCH 12/38] svc: Add a generic transport svc_create_xprt function
` [RFC,PATCH 13/38] svc: Change services to use new svc_create_xprt service
` [RFC,PATCH 14/38] svc: Change sk_inuse to a kref
` [RFC,PATCH 15/38] svc: Move sk_flags to the svc_xprt structure
` [RFC,PATCH 16/38] svc: Move sk_server and sk_pool to svc_xprt
` [RFC,PATCH 17/38] svc: Make close transport independent
` [RFC,PATCH 18/38] svc: Move sk_reserved to svc_xprt
` [RFC,PATCH 19/38] svc: Make the enqueue service transport neutral and export it
` [RFC,PATCH 20/38] svc: Make svc_send transport neutral
` [RFC,PATCH 21/38] svc: Change svc_sock_received to svc_xprt_received and export it
` [RFC,PATCH 22/38] svc: Remove sk_lastrecv
` [RFC,PATCH 24/38] svc: Make deferral processing xprt independent
` [RFC,PATCH 25/38] svc: Move the sockaddr information to svc_xprt
` [RFC,PATCH 26/38] svc: Make svc_sock_release svc_xprt_release
` [RFC,PATCH 27/38] svc: Make svc_recv transport neutral
` [RFC,PATCH 28/38] svc: Make svc_age_temp_sockets svc_age_temp_transports
` [RFC,PATCH 29/38] svc: Move common create logic to common code
` [RFC,PATCH 30/38] svc: Removing remaining references to rq_sock in rqstp
` [RFC,PATCH 31/38] svc: Make svc_check_conn_limits xprt independent
` [RFC,PATCH 32/38] svc: Move the xprt independent code to the svc_xprt.c file
` [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 35/38] knfsd: Support adding transports by writing portlist file
` [RFC,PATCH 36/38] svc: Add svc API that queries for a transport instance
` [RFC,PATCH 37/38] knfsd: Modify write_ports to use svc_find_xprt service
` [RFC,PATCH 38/38] svc: Add svc_xprt_names service to replace svc_sock_names
[PATCH] xprtrdma: fix XDR tail buf marshalling for all ops
2007-11-29 20:46 UTC
[NFS] access gives ENOENT on existing file
2007-11-29 20:13 UTC (3+ messages)
2.6.24-rc3 unable to mount something which should use nohide
2007-11-29 18:03 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox