messages from 2007-12-30 16:01:14 to 2008-01-09 18:36:42 UTC [more...]
[PATCH 0/6] Intro: convert lockd to kthread and fix use-after-free (try #6)
2008-01-09 18:36 UTC (14+ messages)
` [PATCH 1/6] SUNRPC: spin svc_rqst initialization to its own function
` [PATCH 2/6] SUNRPC: export svc_sock_update_bufs
` [PATCH 3/6] NLM: Initialize completion variable in lockd_up
` [PATCH 4/6] NLM: Have lockd call try_to_freeze
` [PATCH 5/6] NLM: Convert lockd to use kthreads
` [PATCH 6/6] NLM: Add reference counting to lockd
[NFS] SLES10 SP1 NFS setting ports
2008-01-09 18:27 UTC (3+ messages)
[PATCH 1/2] NLM failover unlock commands
2008-01-09 18:02 UTC (9+ messages)
[PATCH 3/3] NLM/NFS: Use cached nlm_host when calling nlmclnt_proc()
2008-01-09 17:20 UTC
[PATCH 2/3] NFS: Invoke nlmclnt_init during NFS mount processing
2008-01-09 17:20 UTC
[PATCH 1/3] NLM: Introduce external nlm_host set-up and tear-down functions
2008-01-09 17:20 UTC
[PATCH 0/3] Remove per-lock-operation nlm_lookup_host() call
2008-01-09 17:20 UTC
atimes not updated over NFS
2008-01-09 15:27 UTC (2+ messages)
[PATCH 2/2] Fix lockd panic
2008-01-09 4:43 UTC (4+ messages)
[NFS] [PATCH] nfs4, special files, and set/listxattr asymmetry
2008-01-08 22:25 UTC (12+ messages)
Man page update for timeo= and retrans= options
2008-01-08 18:54 UTC (6+ messages)
[PATCH 3/3] NFS: Use cached nlm_host when calling nlmclnt_proc()
2008-01-08 18:47 UTC (4+ messages)
[PATCH 00/38] svc: SVC Transport Switch
2008-01-08 17:45 UTC (11+ messages)
` [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
[PATCH] nfs(5): Redress some nits in the description of the timeo option
2008-01-08 16:39 UTC
[PATCH 0/3] Remove per-lock-operation nlm_lookup_host() call
2008-01-08 16:37 UTC (2+ messages)
[PATCH 4/4] SUNRPC: Use new rpcb_register_v3() interface in svc_register()
2008-01-08 16:31 UTC
[PATCH 3/4] SUNRPC: Use the new rpc_v3_register() API in svc_unregister()
2008-01-08 16:31 UTC
[PATCH 2/4] SUNRPC: Split portmap unregister API into separate function
2008-01-08 16:31 UTC
[PATCH 1/4] SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon
2008-01-08 16:31 UTC
[PATCH 0/4] RFC: How to register IPv6 addresses with local rpcbind
2008-01-08 16:30 UTC
[PATCH 0/6] Intro: convert lockd to kthread and fix use-after-free (try #5)
2008-01-08 16:13 UTC (15+ messages)
` [PATCH 1/6] SUNRPC: spin svc_rqst initialization to its own function
` [PATCH 2/6] SUNRPC: export svc_sock_update_bufs
` [PATCH 3/6] NLM: Initialize completion variable in lockd_up
` [PATCH 4/6] NLM: Have lockd call try_to_freeze
` [PATCH 5/6] NLM: Convert lockd to use kthreads
` [PATCH 6/6] NLM: Add reference counting to lockd
[PATCH 2/3] NFS: Invoke nlmclnt_init during NFS mount processing
2008-01-08 15:32 UTC
[PATCH 1/3] NFS: Introduce external nlm_host set-up and tear-down functions
2008-01-08 15:32 UTC
[NFS] Attempting to mount a large number of directories
2008-01-08 3:07 UTC (5+ messages)
[PATCH 2/4] NLM: Introduce completion function to match nlmclnt_init
2008-01-08 2:04 UTC (4+ messages)
[PATCH 8/8] SUNRPC: fewer conditionals in the format_ip_address routines
2008-01-07 21:14 UTC (3+ messages)
[PATCH 0/2] NLM failover unlock
2008-01-07 5:31 UTC
A new NFSv4 server
2008-01-06 23:54 UTC (22+ messages)
[PATCH] Fix NLM reference count panic
2008-01-05 17:46 UTC (7+ messages)
[PATCH 0/7] Intro: convert lockd to kthread and fix use-after-free (try #3)
2008-01-05 16:44 UTC (3+ messages)
A new NFSv4 server
2008-01-05 2:32 UTC (3+ messages)
A new NFSv4 server
2008-01-05 0:51 UTC (2+ messages)
A new NFSv4 server
2008-01-05 0:43 UTC (7+ messages)
A new NFSv4 server
2008-01-04 17:45 UTC (3+ messages)
[PATCH 4/4] NFS: Use cached nlm_host when calling nlmclnt_proc()
2008-01-03 21:59 UTC (2+ messages)
[PATCH 3/4] NFS: Invoke nlmclnt_init during NFS mount processing
2008-01-03 21:56 UTC (2+ messages)
[PATCH 1/4] NFS: Introduce nlm client setup function
2008-01-03 21:50 UTC (2+ messages)
[RFC,PATCH 00/38] RPC Transport Switch
2008-01-03 19:00 UTC (5+ messages)
` [RFC,PATCH 12/38] svc: Add a generic transport svc_create_xprt function
[GIT] More NFS client fixes for 2.6.24-rc6
2008-01-03 18:20 UTC (4+ messages)
[PATCH] NFS: add newline to kernel warning message in auth_gss code
2008-01-02 19:04 UTC (2+ messages)
[NFS] lockdep warnings in nfs4 (v2.6.24-rc6-125-g5356f66)
2008-01-02 18:55 UTC (2+ messages)
[PATCH 00/40] svc: SVC Transport Switch
2007-12-31 22:14 UTC (43+ messages)
` [PATCH 01/40] svc: Add an svc transport class
` [PATCH 02/40] svc: Make svc_sock the tcp/udp transport
` [PATCH 03/40] svc: Change the svc_sock in the rqstp structure to a transport
` [PATCH 04/40] svc: Add a max payload value to the transport
` [PATCH 05/40] svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
` [PATCH 06/40] svc: Add transport specific xpo_release function
` [PATCH 07/40] svc: Add per-transport delete functions
` [PATCH 08/40] svc: Add xpo_prep_reply_hdr
` [PATCH 09/40] svc: Add a transport function that checks for write space
` [PATCH 10/40] svc: Move close processing to a single place
` [PATCH 11/40] svc: Add xpo_accept transport function
` [PATCH 12/40] svc: Remove unnecessary call to svc_sock_enqueue
` [PATCH 13/40] svc: Move connection limit checking to its own function
` [PATCH 14/40] svc: Add a generic transport svc_create_xprt function
` [PATCH 15/40] svc: Change services to use new svc_create_xprt service
` [PATCH 16/40] svc: Change sk_inuse to a kref
` [PATCH 17/40] svc: Move sk_flags to the svc_xprt structure
` [PATCH 18/40] svc: Move sk_server and sk_pool to svc_xprt
` [PATCH 19/40] svc: Make close transport independent
` [PATCH 20/40] svc: Move sk_reserved to svc_xprt
` [PATCH 21/40] svc: Make the enqueue service transport neutral and export it
` [PATCH 22/40] svc: Make svc_send transport neutral
` [PATCH 23/40] svc: Change svc_sock_received to svc_xprt_received and export it
` [PATCH 24/40] svc: Move accept call to svc_xprt_received to common code
` [PATCH 25/40] svc: Remove sk_lastrecv
` [PATCH 26/40] svc: Move the authinfo cache to svc_xprt
` [PATCH 27/40] svc: Make deferral processing xprt independent
` [PATCH 28/40] svc: Move the sockaddr information to svc_xprt
` [PATCH 29/40] svc: Make svc_sock_release svc_xprt_release
` [PATCH 30/40] svc: Make svc_recv transport neutral
` [PATCH 31/40] svc: Make svc_age_temp_sockets svc_age_temp_transports
` [PATCH 32/40] svc: Move create logic to common code
` [PATCH 33/40] svc: Removing remaining references to rq_sock in rqstp
` [PATCH 34/40] svc: Make svc_check_conn_limits xprt independent
` [PATCH 35/40] svc: Move the xprt independent code to the svc_xprt.c file
` [PATCH 36/40] svc: Add transport hdr size for defer/revisit
` [PATCH 37/40] svc: Add /proc/sys/sunrpc/transport files
` [PATCH 38/40] svc: Add svc API that queries for a transport instance
` [PATCH 39/40] knfsd: Support adding transports by writing portlist file
` [PATCH 40/40] svc: Add svc_xprt_names service to replace svc_sock_names
[NFS] read-ahead in NFS server
2007-12-31 13:43 UTC (3+ messages)
[NFS] exportfs -r: segfault with sec= option
2007-12-30 20:16 UTC (2+ messages)
SUNRPC Crash Fix
2007-12-30 16:07 UTC
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