linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2006-11-02 10:48:38 to 2006-11-18 15:08:47 UTC [more...]

nfs-utils-1.0.10/linux 2.6.18 bug? unable to start nfsd; nfssvc "Address already in use"
 2006-11-18 15:08 UTC  (2+ messages)

"mount: File exists" when trying to mount a second krb5 volume!
 2006-11-17 19:59 UTC 

lockd and krb5
 2006-11-17 18:44 UTC  (7+ messages)

NFS mounts being mounted read-only depending upon mount order???
 2006-11-17 18:22 UTC 

Approval process
 2006-11-17 13:00 UTC 

Problems with SLES10 (2.6.16.21-0.25-xen) NFS client: no locks, hanging mounts
 2006-11-17  7:22 UTC  (3+ messages)

nfs-utils-1.0.10/linux 2.6.18 bug? unable to start nfsd; nfssvc "Address already in use"
 2006-11-17  5:04 UTC  (2+ messages)

"mount: File exists" when trying to mount a second krb5 volume!
 2006-11-16 20:55 UTC  (2+ messages)

[PATCH 00/21] repost of transport switch patches for 2.6.20
 2006-11-16 20:05 UTC  (22+ messages)
` [PATCH 01/21] SUNRPC: another pmap wakeup fix
` [PATCH 02/21] SUNRPC: minor optimization of "xid" field in rpc_xprt
` [PATCH 03/21] SUNRPC: Make the transport-specific setup routine allocate rpc_xprt
` [PATCH 04/21] SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields
` [PATCH 05/21] SUNRPC: Remove sock and inet fields from rpc_xprt
` [PATCH 06/21] SUNRPC: Move TCP receive state variables into private data structure
` [PATCH 07/21] SUNRPC: Move TCP state flags into xprtsock.c
` [PATCH 08/21] SUNRPC: Move rpc_xprt socket connect fields into private data structure
` [PATCH 09/21] SUNRPC: Move the UDP socket bufsize parameters to a "
` [PATCH 10/21] SUNRPC: move saved socket callback functions "
` [PATCH 11/21] SUNRPC: Make address format buffers more generic
` [PATCH 12/21] SUNRPC: skb_read_bits is the same as xs_tcp_copy_data
` [PATCH 13/21] SUNRPC: Rename skb_reader_t and friends
` [PATCH 14/21] SUNRPC: create stubs for xprtsock init and cleanup
` [PATCH 15/21] SUNRPC: relocate the creation of socket-specific tunables
` [PATCH 16/21] SUNRPC: optimize socket send_request path
` [PATCH 17/21] NLM: fix print format for tk_pid
` [PATCH 18/21] NFS: "
` [PATCH 19/21] SUNRPC: fix print format for tk_pid in auth_gss support
` [PATCH 20/21] SUNRPC: Remove pprintk() from net/sunrpc/xprt.c
` [PATCH 21/21] SUNRPC: fix print format for tk_pid

"mount: File exists" when trying to mount a second krb5 volume!
 2006-11-16 17:46 UTC  (4+ messages)

NFS corruption in 2.6.18.2?
 2006-11-16 16:09 UTC  (4+ messages)

rpc.statd
 2006-11-16 16:02 UTC 

[NFS] "mount: File exists" when trying to mount a second krb5 volume!
 2006-11-16 15:45 UTC 

"mount: File exists" when trying to mount a second krb5 volume!
 2006-11-16 15:21 UTC 

Mail delivery failed: returning message to sender
 2006-11-16  9:07 UTC 

[PATCH 000 of 4] Introduction Possibly patches for RPC client changes
 2006-11-16  3:27 UTC  (14+ messages)
` [PATCH 001 of 4] Copy intr and soft flags to portmap-bind client
` [PATCH 002 of 4] Make the initial RPC PING interruptible
` [PATCH 003 of 4] Make RPC 'ping' requests fail more quickly

Problems building nfs with 2.6.19 kernel headers
 2006-11-16  2:43 UTC 

"mount: File exists" when trying to mount a second krb5 volume!
 2006-11-15 22:39 UTC 

[PATCH 00/10] 10 RPC transport switch patches, take 3
 2006-11-15 17:36 UTC  (9+ messages)
` [PATCH 01/10] SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields
` [PATCH 04/10] SUNRPC: Move TCP state flags into xprtsock.c
` [PATCH 09/10] SUNRPC: skb_read_bits is the same as xs_tcp_copy_data
` [PATCH 10/10] SUNRPC: Rename skb_reader_t and friends

Advice needed to debug a failng mount command
 2006-11-15 11:03 UTC 

kernel 2.6 and NFS
 2006-11-15  9:14 UTC 

Warning: message 1Gj53b-00057e-Bu delayed 72 hours
 2006-11-15  6:29 UTC 

NFS mount permission failure
 2006-11-14 20:17 UTC  (2+ messages)

Lot for sale in Goldfield, Nevada - ebay item 220039173619
 2006-11-14 13:51 UTC 

root NFS causes solid lockup, serial console no help, watchdog NMI won't function on Dual AMD system
 2006-11-14 11:38 UTC 

Warning: message 1Gj53b-00057e-Bu delayed 48 hours
 2006-11-14  4:28 UTC 

NFS specifically slow
 2006-11-14  3:44 UTC  (2+ messages)

[PATCH] SUNRPC: allow creating an RPC service without registering with portmapper
 2006-11-13 20:49 UTC 

[PATCH 00/13] repost RPC server patches for IPv6 support
 2006-11-13 21:50 UTC  (17+ messages)
` [PATCH 01/13] SUNRPC: update internal API: separate pmap register and temp sockets
` [PATCH 02/13] SUNRPC: allow creating an RPC service without registering with portmapper
` [PATCH 03/13] SUNRPC: Cache remote peer's address in svc_sock
` [PATCH 04/13] SUNRPC: Don't set msg_name and msg_namelen when calling sock_recvmsg
` [PATCH 05/13] SUNRPC: Use sockaddr_storage to store address in svc_deferred_req
` [PATCH 06/13] SUNRPC: Add a function to format the address in an svc_rqst for printing
` [PATCH 07/13] SUNRPC: Provide room in svc_rqst for larger addresses
` [PATCH 08/13] SUNRPC: Make rq_daddr field address-version independent
` [PATCH 09/13] SUNRPC: teach svc_sendto() to deal with IPv6 addresses
` [PATCH 10/13] SUNRPC: add a "generic" function to see if the peer uses a secure port
` [PATCH 11/13] SUNRPC: Support IPv6 addresses in svc_tcp_accept
` [PATCH 12/13] SUNRPC: support IPv6 addresses in RPC server's UDP receive path
` [PATCH 13/13] SUNRPC: fix up svc_create_socket() to take a sockaddr struct + length

nfs caching problem
 2006-11-13 15:47 UTC 

[RFC: 2.6 patch] include/linux/nfsd/nfsfh.h: fix a NULL
 2006-11-13  4:52 UTC  (4+ messages)
  ` [2.6 patch] include/linux/nfsd/nfsfh.h:fh_unlock(): change an error to a BUG_ON()

Warning: message 1Gj53b-00057e-Bu delayed 24 hours
 2006-11-13  4:10 UTC 

Fail to start rpc nfsd
 2006-11-13  4:10 UTC  (9+ messages)

include/linux/nfsd/nfsfh.h: NULL dereference
 2006-11-12 13:23 UTC 

Warning: message 1Gj53b-00057e-Bu delayed 10 hours
 2006-11-12 12:44 UTC 

?EXCEL和PPT在企业管理是的高级应用
 2006-11-12  0:08 UTC 

still waiting
 2006-11-11 11:11 UTC 

[BUG] All Kerberos mounts stop working, restarting rpc.svcgssd helps
 2006-11-10 21:43 UTC  (24+ messages)

?EXCEL和PPT在企业管理是的高级应用
 2006-11-10 15:27 UTC 

[discuss] Re: 2.6.19-rc4: known unfixed regressions (v3)
 2006-11-10  6:52 UTC  (15+ messages)

[PATCH 05/12] SUNRPC: Add a function to format the address in an svc_rqst for printing
 2006-11-10  5:44 UTC  (4+ messages)

Access to NFS area hungs
 2006-11-10  2:43 UTC 

[PATCH] NFSv3 server side create modes
 2006-11-09 20:10 UTC 

errors in mount flags
 2006-11-09 11:10 UTC 

[PATCH 01/12] SUNRPC: allow creating an RPC service without registering with portmapper
 2006-11-09  9:59 UTC  (5+ messages)

do_vfs_lock Messages
 2006-11-09  9:39 UTC  (4+ messages)

ספר ודיסק הזמר הערבי
 2006-11-08 18:36 UTC 

[PATCH 00/12] RFC: internal RPC server clean-up to support IPv6
 2006-11-09  4:19 UTC  (2+ messages)

EXCEL和PPT在企业管理是的高级应用
 2006-11-09  4:15 UTC 

PROBLEM: can't mkdir() in 2.6.19-rc3
 2006-11-09  2:53 UTC  (8+ messages)
` PROBLEM: can't mkdir() in 2.6.19-rc3 / 2.6.19-rc5
  ` [PATCH] nfsd: fix spurious error return from nfsd_create in async case

注塑技术高级研修班
 2006-11-08 23:37 UTC 

intercepting NFS RPC requests
 2006-11-07 20:36 UTC  (3+ messages)

2.6.19-rc4: known unfixed regressions (v3)
 2006-11-07 20:05 UTC  (6+ messages)
    ` [discuss] "

[discuss] Re: 2.6.19-rc4: known unfixed regressions (v3)
 2006-11-07 16:56 UTC 

[discuss] Re: 2.6.19-rc4: known unfixed regressions (v3)
 2006-11-07 15:50 UTC  (2+ messages)

[PATCH] NFS4 fix for recursive locking problem
 2006-11-07  0:26 UTC  (2+ messages)

NFS hang
 2006-11-06 19:16 UTC 

Exporting fs from a looped squashfs in linux
 2006-11-06  3:32 UTC  (2+ messages)

[PATCH] knfsd: Fix race that can disable NFS server
 2006-11-05  7:49 UTC  (2+ messages)

Forming an NFSv4 clientid
 2006-11-03 18:47 UTC  (5+ messages)

save passwordqjs躇徨��湔疑��ㄐㄐㄐ
 2006-11-03  9:33 UTC 

[PATCH] NFS: nfsaclsvc_encode_getaclres() - Fix potential NULL deref and tiny optimization
 2006-11-02 15:07 UTC  (6+ messages)
  ` Small optimization for nfs3acl. (was: Re: [PATCH] NFS: nfsaclsvc_encode_getaclres() - Fix potential NULL deref and tiny optimization.)

RPC: error 5 connecting to server
 2006-11-02 10:48 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).