messages from 2007-11-29 23:03:35 to 2007-12-08 14:18:10 UTC [more...]
[PATCH] NLM: Add lockd reference counting and clean up lockd startup and shutdown
2007-12-08 14:17 UTC (3+ messages)
[PATCH] xprtrdma: fix XDR tail buf marshalling for all ops
2007-12-07 22:36 UTC (10+ messages)
[NFS] NFSv2/3 broken exporting/mounting (permission denied) in 2.6.24-rc4
2007-12-07 20:38 UTC (5+ messages)
nfs-utils crossmnt/fsid bug
2007-12-07 19:05 UTC (6+ messages)
` [NFS] "
[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
Results of a Robustness Regression tests campaign with RHEL5.1 Gold and linux-2.6.24-rc2-CITI_NFS4_ALL-1
2007-12-06 10:45 UTC
Invisible files and input/output errors
2007-12-06 6:22 UTC (5+ messages)
[RFC,PATCH 00/38] SVC Transport Switch
2007-12-05 8:44 UTC (49+ messages)
` [RFC,PATCH 04/38] svc: Add a max payload value to the transport
` [RFC,PATCH 09/38] svc: Add a transport function that checks for write space
` [RFC,PATCH 01/38] svc: Add an svc transport class
` [RFC,PATCH 03/38] svc: Change the svc_sock in the rqstp structure to a 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 10/38] svc: Move close processing to a single place
` [RFC,PATCH 11/38] svc: Add xpo_accept transport 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 17/38] svc: Make close transport independent
` [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 24/38] svc: Make deferral processing xprt independent
` [RFC,PATCH 25/38] svc: Move the sockaddr information to svc_xprt
` [RFC,PATCH 27/38] svc: Make svc_recv transport neutral
` [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 34/38] svc: Add /proc/sys/sunrpc/transport files
` [RFC,PATCH 35/38] knfsd: Support adding transports by writing portlist file
` [RFC,PATCH 37/38] knfsd: Modify write_ports to use svc_find_xprt service
` [RFC,PATCH 33/38] svc: Add transport hdr size for defer/revisit
` [RFC,PATCH 36/38] svc: Add svc API that queries for a transport instance
[RFC,PATCH 0/8] RDMA Transport Provider
2007-12-05 3:08 UTC (23+ messages)
` [RFC,PATCH 2/8] rdma: SVCRDMA Transport Module
` [RFC,PATCH 3/8] rdma: SVCRDMA Core Transport Services
` [RFC,PATCH 5/8] rdma: SVCRDMA sendto
` [RFC,PATCH 8/8] rdma: Kconfig
` [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)
[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 (10+ messages)
` [NFS] [PATCH 05/29] NFS: Ensure NFSv4 SETCLIENTID send buffer is large enough
` [NFS] [PATCH 12/29] NFS: Verify IPv6 addresses properly
` [NFS] [PATCH 14/29] NFS: Set default port for NFSv4, with support for AF_INET6
[NFS] [PATCH] NFS: Identify root_nfs_parse_addr() as truly __init
2007-11-30 17:45 UTC
[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
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