Linux NFS development
 help / color / mirror / Atom feed
 messages from 2006-10-09 08:03:53 to 2006-10-25 22:41:17 UTC [more...]

[PATCH 00/10] 10 RPC transport switch patches, take 3
 2006-10-25 16:47 UTC  (10+ messages)
` [PATCH 01/10] SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields
` [PATCH 02/10] SUNRPC: Remove sock and inet fields from rpc_xprt
` [PATCH 03/10] SUNRPC: Move TCP receive state variables into private data structure
` [PATCH 04/10] SUNRPC: Move TCP state flags into xprtsock.c
` [PATCH 05/10] SUNRPC: Move rpc_xprt socket connect fields into private data structure
` [PATCH 06/10] SUNRPC: Move the UDP socket bufsize parameters to a "
` [PATCH 07/10] SUNRPC: move saved socket callback functions "
` [PATCH 08/10] SUNRPC: Make address format buffers more generic
` [PATCH 09/10] SUNRPC: skb_read_bits is the same as xs_tcp_copy_data

[PATCH] nfs-utils: -o remout uses unallocated memory
 2006-10-25 17:55 UTC 

[PATCH 1/2] mountd: remove bogus mountlist_add/del calls, track only v2/3 mounts
 2006-10-25 15:59 UTC  (4+ messages)

Problem with NFS from RedHat4 to Solaris
 2006-10-25 15:10 UTC  (5+ messages)

[PATCH 2/2] mountd: clean up hostname handling when authenticating clients
 2006-10-25 13:07 UTC 

[PATCH 0/2] mountd: clean up rmtab handling
 2006-10-25 13:07 UTC 

Mail delivery failed: returning message to sender
 2006-10-25  1:36 UTC 

[PATCH 000 of 4] Introduction Possibly patches for RPC client changes
 2006-10-24 23:37 UTC  (8+ 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
` [PATCH 004 of 4] Inherit soft/intr flags from NFS mount to lockd requests

kernel panic after upgrading to 2.6
 2006-10-24 17:11 UTC  (2+ messages)

Annoying rename() problem
 2006-10-24 16:09 UTC  (2+ messages)

bad connection?
 2006-10-24 13:16 UTC 

Fantasticas Fotos
 2006-10-24  4:57 UTC 

Regression: NFS locking hangs when statd not running
 2006-10-24  2:17 UTC  (7+ messages)

fcntl(3, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) unreasonably slow SEC: UNCLASSIFIED
 2006-10-24  0:35 UTC  (4+ messages)

Warning: message 1Gb2kR-0005vn-5B delayed 72 hours
 2006-10-23 22:37 UTC 

getkversion fails with newer linux headers
 2006-10-23 22:26 UTC 

New Home Banking features!
 2006-10-23 16:30 UTC 

[PATCH 6/8] knfsd: repcache: use client IP address in hash
 2006-10-23 19:51 UTC  (10+ messages)

Warning: message 1Gb2kR-0005vn-5B delayed 48 hours
 2006-10-22 23:20 UTC 

Warning: message 1Gb2kR-0005vn-5B delayed 24 hours
 2006-10-21 22:42 UTC 

Warning: message 1Gb2kR-0005vn-5B delayed 10 hours
 2006-10-21 10:51 UTC 

Holger Smolinski/Germany/IBM is on a cource until 10/23
 2006-10-21  2:01 UTC 

[PATCH 01/11] NFSv4: Fix thinko in fs/nfs/super.c
 2006-10-20  4:57 UTC  (13+ messages)
` [PATCH 10/11] SUNRPC: fix race in in-kernel RPC portmapper client
` [PATCH 08/11] NFS: __nfs_revalidate_inode() can use "inode" before checking it is non-NULL
` [PATCH 05/11] NFS: Fix NFSv4 callback regression
` [PATCH 09/11] NFS: remove unused check in nfs4_open_revalidate
` [PATCH 07/11] NFS: fix minor bug in new NFS symlink code
` [PATCH 02/11] NFS: Fix oops in nfs_cancel_commit_list
` [PATCH 04/11] nfs4: initialize cl_ipaddr
` [PATCH 11/11] SUNRPC: fix a typo
` [PATCH 03/11] NFS: Fix error handling in nfs_direct_write_result()
` [PATCH 06/11] NFS: Deal with failure of invalidate_inode_pages2()

[PATCH 1/2] VFS: Make d_materialise_unique() enforce directory uniqueness
 2006-10-20  4:54 UTC  (8+ messages)
` [PATCH 2/2] NFS: Cache invalidation fixup

[PATCH] knfsd: Fix race that can disable NFS server
 2006-10-20  1:52 UTC 

NFSv3 server: lockd hangs
 2006-10-19 14:14 UTC  (5+ messages)

NFS inconsistent behaviour
 2006-10-19 12:11 UTC  (11+ messages)
                      ` [NFS] "

[patch 1/4] RPC: acquire BKL while calling rpc_release() callback
 2006-10-18 23:14 UTC  (3+ messages)

[patch 0/4] correct kernel locking for RPC rpc_release callbacks
 2006-10-18 22:41 UTC  (3+ messages)

[patch 4/4] NFS: Remove use of the Big Kernel Lock around nfs calls to readlink
 2006-10-18 22:34 UTC  (2+ messages)

[patch 3/4] NFS: Remove use of the Big Kernel Lock around calls to rpc_call_sync
 2006-10-18 22:34 UTC  (2+ messages)

[patch 2/4] NFS: Remove use of the Big Kernel Lock around calls to rpc_execute
 2006-10-18 22:34 UTC  (2+ messages)

[PATCH 0/9] RFC: Remove socket-specific fields from rpc_xprt
 2006-10-18 21:45 UTC  (24+ messages)
` [PATCH 1/9] SUNRPC: Make the transport-specific setup routine allocate rpc_xprt
` [PATCH 2/9] SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields
` [PATCH 3/9] SUNRPC: Remove sock and inet fields from rpc_xprt
` [PATCH 4/9] SUNRPC: Move TCP receive state variables into private data structure
` [PATCH 5/9] SUNRPC: Move rpc_xprt socket connect fields "
` [PATCH 6/9] SUNRPC: Move the UDP socket bufsize parameters to a "
` [PATCH 7/9] SUNRPC: move saved socket callback functions "
` [PATCH 8/9] SUNRPC: Store formatted addresses in "
` [PATCH 9/9] SUNRPC: skb_read_bits is the same as xs_tcp_copy_data

[PATCH 00/10] RPC transport switch patches for 2.6.20
 2006-10-18 21:34 UTC  (15+ messages)
` [PATCH 01/10] SUNRPC: minor optimization of "xid" field in rpc_xprt
` [PATCH 02/10] SUNRPC: Make the transport-specific setup routine allocate rpc_xprt
` [PATCH 03/10] SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields
` [PATCH 04/10] SUNRPC: Remove sock and inet fields from rpc_xprt
` [PATCH 05/10] SUNRPC: Move TCP receive state variables into private data structure
` [PATCH 06/10] SUNRPC: Move rpc_xprt socket connect fields "
` [PATCH 07/10] SUNRPC: Move the UDP socket bufsize parameters to a "
` [PATCH 08/10] SUNRPC: move saved socket callback functions "
` [PATCH 09/10] SUNRPC: Store formatted addresses in "
` [PATCH 10/10] SUNRPC: skb_read_bits is the same as xs_tcp_copy_data

slit
 2006-10-18 17:34 UTC 

[PATCH] lib cpumask.c should include nodemask.h
 2006-10-18  8:13 UTC 

question
 2006-10-18  2:43 UTC 

The cheapest and the best OEM software here!
 2006-10-17 23:42 UTC 

[Fwd: CFP: Linux 2007 File System & IO Workshop]
 2006-10-17 22:15 UTC 

[PATCH 00/10]
 2006-10-17 18:38 UTC 

[PATCH 000 of 5] knfsd: Introduction - bugfixes for 2.6.19
 2006-10-16 23:30 UTC  (6+ messages)
` [PATCH 001 of 5] knfsd: nfsd4: fix owner-override on open
` [PATCH 002 of 5] knfsd: nfsd4: fix open permission checking
` [PATCH 003 of 5] knfsd: nfsd4: Fix error handling in nfsd's callback client
` [PATCH 004 of 5] knfsd: Fix bug in recent lockd patches that can cause reclaim to fail
` [PATCH 005 of 5] knfsd: Allow lockd to drop replys as appropriate

NLM lock reclaim failure
 2006-10-16 23:17 UTC  (4+ messages)

Update your contact information within 48 hours to avoid suspension
 2006-10-16 15:20 UTC 

¡Aproveche la oportunidad de ganar dinero con nuestro equipo!
 2006-10-16 12:41 UTC 

[PATCH 1 of 4] cpumask: add highest_possible_node_id
 2006-10-16 11:10 UTC  (3+ messages)

[PATCH 4/8] knfsd: repcache: split hash index
 2006-10-16 11:06 UTC  (6+ messages)

[PATCH 7/8] knfsd: repcache: faster hash chain probe
 2006-10-16 11:02 UTC  (3+ messages)

[PATCH 5/8] knfsd: repcache: dynamically expand under load
 2006-10-16 10:15 UTC  (4+ messages)

BT Messaging Anti-Virus Alert
 2006-10-15 22:39 UTC 

I'm inviting you
 2006-10-14  5:39 UTC 

Crash in dec_zone_page_state when nfs_page req is freed
 2006-10-13 15:18 UTC  (5+ messages)

UTILIDADE PÚBLICA - CAMAS HOSPITALARES E CADEIRA DE RODAS GRATUITASahwyevol
 2006-10-12 20:58 UTC 

NLM lock reclaim failure
 2006-10-11 23:28 UTC 

[PATCH 8/8] knfsd: repcache: add statistics
 2006-10-11 11:30 UTC 

[PATCH 3/8] knfsd: repcache: inline hash_refile
 2006-10-11 11:26 UTC 

[PATCH 2/8] knfsd: repcache: make REQHASH a function
 2006-10-11 11:26 UTC 

[PATCH 1/8] knfsd: repcache: minor cleanups
 2006-10-11 11:25 UTC 

[PATCH 0/8] knfsd: repcache renovation
 2006-10-11 11:24 UTC 

intermittent EPERM
 2006-10-09  5:17 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox