messages from 2007-10-01 02:29:51 to 2007-10-09 15:37:10 UTC [more...]
[RFC,PATCH 0/7] svc: Incremental svc patchset cleanup
2007-10-09 15:35 UTC
linux-2.6.23-rc9-CITI_NFS4_ALL-1
2007-10-09 15:24 UTC (4+ messages)
NLM: Fix a memory leak in nlmsvc_testlock
2007-10-09 15:04 UTC
play games online
2007-10-09 14:54 UTC
[PATCH 06/12] text-based mount.nfs:
2007-10-09 13:51 UTC (3+ messages)
\x95\xD4\x8E\x96\x8E\x9E\x8A\xD4\x82\xA9\x82\xA9\x82\xC1\x82\xC4\x82\xB5\x82\xDC\x82\xC1\x82\xC4\x82\xB2\x82\xDF\x82\xF1\x82\xC8\x82\xB3\x82\xA2\x81B\x82\xA9\x82\xC8\x82\xE8\x8E\xE8\x8A\xD4\x8E\xE6\x82\xC1\x82\xC4\x82\xB5\x82\xDC\x82\xA2\x82\xDC\x82\xB5\x82\xBD\x81E\x81E\x81E
2007-10-09 6:33 UTC
free data
2007-10-09 5:37 UTC
Tropa de elite - Até a década de 30 era permitido fumar maconha nos Estados Unidos - Revista sobre cultura com pitadas cristãs - [19]
2007-10-09 3:37 UTC
communication converters
2007-10-09 3:36 UTC
Thank you, we are ready to give you a loan
2007-10-08 16:19 UTC
Autofs problem while using new nfs-utils package
2007-10-08 15:58 UTC (2+ messages)
[PATCH 12/12] text-based mount.nfs: Plug "fg" and "bg" processing into nfsmount_string()
2007-10-08 15:54 UTC
[PATCH 11/12] text-based mount.nfs: Add functions to handle background mounting
2007-10-08 15:54 UTC
[PATCH 10/12] text-based mount.nfs: add function to do foreground retries
2007-10-08 15:54 UTC
[PATCH 09/12] text-based mount.nfs: sort between permanent and temporary errors
2007-10-08 15:54 UTC
[PATCH 08/12] text-based mount.nfs: Use helpers for invoking mount(2) system call
2007-10-08 15:54 UTC
[PATCH 07/12] text-based mount.nfs: Implement falling back to NFSv2 and UDP
2007-10-08 15:54 UTC
[PATCH 03/12] text-based mount.nfs: combine nfsmount_s() and nfs4mount_s() paths
2007-10-08 15:53 UTC
[PATCH 05/12] text-based mount.nfs: Create helpers for invoking mount(2) system call
2007-10-08 15:54 UTC
[PATCH 04/12] text-based mount.nfs: Remove unused top level functions
2007-10-08 15:53 UTC
[PATCH 00/12] Patches to finish text-based mount support
2007-10-08 15:53 UTC
[PATCH 02/12] text-based mount.nfs: refactor mandatory mount option processing
2007-10-08 15:53 UTC
[PATCH 01/12] text-based mount.nfs: rename fix_up_mounthost_opt()
2007-10-08 15:53 UTC
meaning of /proc/net/rpc/nfsd
2007-10-08 15:28 UTC (5+ messages)
simple question about r/wsize
2007-10-08 8:54 UTC (6+ messages)
What's slated for inclusion in 2.6.24-rc1 from the NFS client git tree
2007-10-08 8:36 UTC (22+ messages)
` [NFS] "
[RFC,PATCH 00/35] SVC Transport Switch
2007-10-08 3:52 UTC (99+ messages)
` [RFC,PATCH 01/35] svc: Add an svc transport class
` [RFC,PATCH 02/35] svc: Make svc_sock the tcp/udp transport
` [RFC, PATCH 03/35] svc: Change the svc_sock in the rqstp structure to a transport
` [RFC, PATCH 04/35] svc: Add a max payload value to the transport
` [RFC, PATCH 05/35] svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
` [RFC, PATCH 06/35] svc: Add transport specific xpo_release function
` [RFC,PATCH 07/35] svc: Add per-transport delete functions
` [RFC,PATCH 08/35] svc: Add xpo_prep_reply_hdr
` [RFC, PATCH 09/35] svc: Add a transport function that checks for write space
` [RFC, PATCH 10/35] svc: Move close processing to a single place
` [RFC,PATCH 11/35] svc: Add xpo_accept transport function
` [RFC, PATCH 12/35] svc: Add a generic transport svc_create_xprt function
` [RFC, PATCH 13/35] svc: Change services to use new svc_create_xprt service
` [RFC,PATCH 14/35] svc: Change sk_inuse to a kref
` [RFC, PATCH 15/35] svc: Move sk_flags to the svc_xprt structure
` [RFC, PATCH 16/35] svc: Move sk_server and sk_pool to svc_xprt
` [RFC,PATCH 17/35] svc: Make close transport independent
` [RFC,PATCH 18/35] svc: Move sk_reserved to svc_xprt
` [RFC, PATCH 19/35] svc: Make the enqueue service transport neutral and export it
` [RFC,PATCH 20/35] svc: Make svc_send transport neutral
` [RFC, PATCH 21/35] svc: Change svc_sock_received to svc_xprt_received and export it
` [RFC,PATCH 22/35] svc: Remove sk_lastrecv
` [RFC,PATCH 23/35] svc: Move the authinfo cache to svc_xprt
` [RFC, PATCH 24/35] svc: Make deferral processing xprt independent
` [RFC, PATCH 25/35] svc: Move the sockaddr information to svc_xprt
` [RFC, PATCH 26/35] svc: Make svc_sock_release svc_xprt_release
` [RFC,PATCH 27/35] svc: Make svc_recv transport neutral
` [RFC, PATCH 28/35] svc: Make svc_age_temp_sockets svc_age_temp_transports
` [RFC, PATCH 29/35] svc: Move common create logic to common code
` [RFC, PATCH 30/35] svc: Removing remaining references to rq_sock in rqstp
` [RFC, PATCH 31/35] svc: Make svc_check_conn_limits xprt independent
` [RFC, PATCH 32/35] svc: Move the xprt independent code to the svc_xprt.c file
` [RFC, PATCH 33/35] svc: Add transport hdr size for defer/revisit
` [RFC,PATCH 34/35] svc: Add /proc/sys/sunrpc/transport files
` [RFC, PATCH 35/35] knfsd: Support adding transports by writing portlist file
【 お申込から融資実行までとにかく速い 】
2007-10-07 1:38 UTC
NFS on loopback locks up entire system(2.6.23-rc6)?
2007-10-06 7:35 UTC (3+ messages)
\x81\x99\x8Bv\x94\xFC\x8Eq\x81\x99 \x82\xB3\x82\xDC\x82\xE6\x82\xE8\x83A\x83_\x83\x8B\x83g\x82r\x82m\x82r\x82\xCC\x8A\xAE\x91S\x96\xB3\x93G\x82\xCC\x96\xB3\x97\xBF\x8F\xB5\x91\xD2\x8F\xF3\x82\xAA\x93\xCD\x82\xA2\x82\xBD\x82\xB2\x88\xC4\x93\xE0\x82\xC5\x82\xB7\x81B
2007-10-05 8:37 UTC
Hey man i found a site ocassionally today with good soft packeges
2007-10-04 22:46 UTC
different mounts to the same server export
2007-10-04 21:24 UTC
nfs write problems
2007-10-04 20:12 UTC (6+ messages)
` [NFS] "
[PATCH][RFC] NLM: make sure that only one lockd is running at a time
2007-10-04 19:59 UTC
Our penis growth pills will give you the results you need to make your intimate relationship the best it could possibly be
2007-10-04 18:04 UTC
Utility to tune NFS parameters?
2007-10-04 14:31 UTC
ek gelir
2007-10-04 7:04 UTC
[RFC] [PATCH 1/2] nfs: Fix i_size update in O_DIRECT write
2007-10-04 6:14 UTC (5+ messages)
Investment Fund/ Partinership
2007-10-03 14:05 UTC
[RFC] [PATCH 2/2] nfs: Remove function nfs_verify_change_attributes
2007-10-03 12:20 UTC
[RFC,PATCH 00/33] SVC Transport Switch
2007-10-03 10:27 UTC (12+ messages)
` [RFC,PATCH 22/33] svc: Move sk_lastrecv to svc_xprt
` [RFC, PATCH 33/33] knfsd: Support adding transports by writing portlist file
NLM mutex deadlock in 2.6.22.9
2007-10-02 15:46 UTC (2+ messages)
[PATCH] nfs-utils: exportfs: automatically set 'nohide' on referral exports
2007-10-02 14:38 UTC
[PATCH] nfs-utils: rpc.mountd: cache debugging statements
2007-10-02 14:22 UTC
Terawuti Rungsa has invited you to join salespider.com
2007-10-02 9:04 UTC
lists for sale
2007-10-02 5:24 UTC
[\x91\xAC\x95\xF1\x82\xBF\x82\xE1\x82\xF1\x82\xCB\x82\xE9]\x8A\xAE\x91S\x8A\x84\x82\xE8\x90\xD8\x82\xE8\x90\xEA\x97p\x83R\x83~\x83\x85\x83j\x83e\x83B\x81I\x91\xE5\x90l\x82\xCC\x92\xB4VIP\x83Z\x83\x8C\x83u\x92\x86\x90S\x82\xCC\x89\xEF\x88\xF5\x82Q\x96\x9C\x90l\x81I\x81I\x81I
2007-10-02 4:33 UTC
get more leads with these healthcare lists
2007-10-02 5:31 UTC
lockd regression in 2.6.22.9, 2.6.23-rc8 (CONFIG_SUNRPC_BIND34)
2007-10-01 16:01 UTC (2+ messages)
Your email address has won $4.6M from the UK Lottery online
2007-10-01 5:38 UTC
äæîï ùìê é÷ø?
2007-10-01 2:45 UTC
idjinsfa
2007-10-01 2:29 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