linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-08-05 19:29:19 to 2009-08-17 16:53:31 UTC [more...]

[PATCH RFC v2 0/21] nfs4xdr cleanup v2
 2009-08-17 16:53 UTC  (34+ messages)
` [PATCH RFC v2 01/21] sunrpc: hton -> cpu_to_be*
` [PATCH RFC v2 02/21] sunrpc: ntoh -> be*_to_cpu
` [PATCH RFC v2 03/21] nfs: nfs4xdr: get rid of WRITE32
` [PATCH RFC v2 04/21] nfs: nfs4xdr: get rid of WRITE64
` [PATCH RFC v2 05/21] nfs: nfs4xdr: get rid of WRITEMEM
` [PATCH RFC v2 06/21] nfs: nfs4xdr: optimize RESERVE_SPACE in encode_create_session and encode_sequence
` [PATCH RFC v2 07/21] nfs: nfs4xdr: encode_compound_hdr does not have to round up reserved bytes
` [PATCH RFC v2 08/21] nfs: nfs4xdr: change RESERVE_SPACE macro into a static helper
` [PATCH RFC v2 09/21] nfs: nfs4xdr: optimize low level encoding
` [PATCH RFC v2 10/21] nfs: nfs4xdr: merge xdr_encode_int+xdr_encode_opaque_fixed into xdr_encode_opaque
` [PATCH RFC v2 11/21] nfs: nfs4xdr: get rid of READ32
` [PATCH RFC v2 12/21] nfs: nfs4xdr: get rid of READ64
` [PATCH RFC v2 13/21] nfs: nfs4xdr: get rid of READTIME
` [PATCH RFC v2 14/21] nfs: nfs4xdr: introduce print_overflow_msg
` [PATCH RFC v2 15/21] nfs: nfs4xdr: introduce decode_opaque_fixed and decode_stateid helpers
` [PATCH RFC v2 16/21] nfs: nfs4xdr: introduce decode_verifier helper
` [PATCH RFC v2 17/21] nfs: nfs4xdr: introduce decode_sessionid helper
` [PATCH RFC v2 18/21] nfs: nfs4xdr: get rid of COPYMEM
` [PATCH RFC v2 19/21] nfs: nfs4xdr: simplify decode_exchange_id by reusing decode_opaque_inline
` [PATCH RFC v2 20/21] nfs: nfs4xdr: get rid of READ_BUF
` [PATCH RFC v2 21/21] nfs: nfs4xdr: optimize low level decoding
` [pnfs] [PATCH RFC v2 0/21] nfs4xdr cleanup v2

[PATCH 0/5] new statd [take 1]
 2009-08-17 13:57 UTC  (3+ messages)

[2.6.31-rc5] oops: NFS4 client manager kthread
 2009-08-17 13:53 UTC  (3+ messages)

[Patch 0/10] NFS Mount Configuration File (Vers 3)
 2009-08-17 13:12 UTC  (26+ messages)
` [Patch 1/10] "
  ` [Patch 2/10] "
  ` [Patch 5/10] "
  ` [Patch 8/10] "
` [Patch 3/10] "
` [Patch 4/10] "
` [Patch 6/10] "
` [Patch 7/10] "
` [Patch 9/10] "
` [Patch 10/10] "

[PATCH] nfsstat: process nfs41 client and server stats
 2009-08-16 20:39 UTC  (2+ messages)

[PATCH] Fix hang on access to NFSv4 subexports with sec=
 2009-08-16 20:19 UTC  (2+ messages)

[PATCH 00/11] nfs-utils: add TIRPC/IPv6 support to rpc.nfsd
 2009-08-16 20:06 UTC  (2+ messages)

[patch 2/5] fs: use new truncate helpers
 2009-08-16 10:25 UTC 

[PATCH] knfsd: Replace lock_kernel with a mutex in nfsd pool stats
 2009-08-15 15:54 UTC 

[PATHC] nfsd: Fix a couple issues with POSIX->NFSv4 ACL conversion
 2009-08-14 22:02 UTC 

[PATCH 0/6] nfsd: add support for NFSv4 callbacks over IPv6 (try #5)
 2009-08-14 18:05 UTC  (8+ messages)
` [PATCH 1/6] sunrpc: add routine for comparing addresses
` [PATCH 2/6] sunrpc: add common routine for copying address portion of a sockaddr
` [PATCH 3/6] nfsd: make nfs4_client->cl_addr a struct sockaddr_storage
` [PATCH 4/6] nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storage
` [PATCH 5/6] nfsd: add support for NFSv4 callbacks over IPv6
` [PATCH 6/6] nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on SETCLIENTID call

NFS and NFSv4 lists?
 2009-08-13 18:45 UTC  (5+ messages)

[PATCH 0/7] nfsd: add support for NFSv4 callbacks over IPv6 (try #4)
 2009-08-13 15:50 UTC  (10+ messages)
` [PATCH 1/7] sunrpc: add routine for comparing addresses
` [PATCH 2/7] sunrpc: add common routine for copying address portion of a sockaddr
` [PATCH 3/7] nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storage
` [PATCH 4/7] nfsd: make nfs4_client->cl_addr a struct sockaddr_storage
` [PATCH 5/7] nfsd: convert gen_callback to use rpc_uaddr2sockaddr
` [PATCH 6/7] nfsd: add support for NFSv4 callbacks over IPv6
` [PATCH 7/7] nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on SETCLIENTID call

AutoFS+NFSv4 server down = LOOOOONG timeout
 2009-08-13 15:18 UTC  (19+ messages)

[PATCH 0/3] Fix the Linux rpc-over-tcp server performance
 2009-08-13 13:05 UTC  (8+ messages)

[PATCH] Take 2: Allow passing fine resolution timing options to mount
 2009-08-13  0:47 UTC 

2.6.28.9: EXT3/NFS inodes corruption
 2009-08-12 22:34 UTC  (8+ messages)

[PATCH RFC 0/13] xdr macros cleanup
 2009-08-12 21:05 UTC  (17+ messages)
` [PATCH RFC 01/13] sunrpc: hton -> cpu_to_be*
` [PATCH RFC 02/13] sunrpc: ntoh -> be*_to_cpu
` [PATCH RFC 03/13] sunrpc: introduce 32-bit Xcoding helpers
` [PATCH RFC 04/13] nfs: nfs4xdr: get rid of WRITE32
` [PATCH RFC 05/13] nfs: nfs4xdr: get rid of WRITE64
` [PATCH RFC 06/13] nfs: nfs4xdr: get rid of WRITEMEM
` [PATCH RFC 07/13] nfs: nfs4xdr: merge xdr_encode_int+xdr_encode_opaque_fixed into xdr_encode_opaque
` [PATCH RFC 08/13] nfs: nfs4xdr: change RESERVE_SPACE macro into a static helper
` [PATCH RFC 09/13] nfs: nfs4xdr: get rid of READ32
` [PATCH RFC 10/13] nfs: nfs4xdr: get rid of READ64
` [PATCH RFC 11/13] nfs: nfs4xdr: get rid of READTIME macro
` [PATCH RFC 12/13] nfs: nfs4xdr: change COPYMEM macro into a static function
` [PATCH RFC 13/13] nfs: nfs4xdr: get rid of READ_BUF

Old 2.6.18 NFS attribute cache bug on SMP kernels
 2009-08-12 19:55 UTC 

[PATCH] NFS: Fix an O_DIRECT Oops
 2009-08-12 13:12 UTC 

[NFS] Find out the most accessed files?
 2009-08-12 11:32 UTC 

[PATCH] Allow passing fine resolution timing options to mount
 2009-08-12 11:06 UTC  (2+ messages)

NULL pointer dereference in __put_nfs_open_context()
 2009-08-12  8:34 UTC  (5+ messages)

nfs MNT include cleanup
 2009-08-11 18:55 UTC  (2+ messages)

kernel NULL pointer dereference in rpcb_getport_done (2.6.29.4)
 2009-08-11 17:17 UTC  (8+ messages)

[PATCH 0/4] nfsd: add support for NFSv4 callbacks over IPv6 (try #3)
 2009-08-11 11:02 UTC  (7+ messages)
` [PATCH 1/4] nfsd: convert nfs4_cb_conn struct to hold address in sockaddr_storage
` [PATCH 2/4] nfsd: make nfs4_client->cl_addr a struct sockaddr_storage
` [PATCH 3/4] nfsd: convert gen_callback to use rpc_uaddr2sockaddr
` [PATCH 4/4] nfsd: add support for NFSv4 callbacks over IPv6

[PATCH 00/12] Some improvements to request deferral and related code
 2009-08-10 15:05 UTC  (10+ messages)
` [PATCH 04/12] sunrpc/cache: recheck cache validity after cache_defer_req
` [PATCH 06/12] sunrpc/cache: avoid variable over-loading in cache_defer_req

AutoFS+NFSv4 server down = Client LOOOOONG timeout
 2009-08-07  0:17 UTC  (2+ messages)

[patch 1/1] sunrpc: use formatting of module name in SUNRPC
 2009-08-06 23:07 UTC 

[PATCH 00/10] Update rpcbind client's XDR functions [take 2]
 2009-08-06 21:32 UTC  (13+ messages)
` [PATCH 03/10] SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSET
  ` [PATCH 01/10] SUNRPC: Introduce new xdr_stream-based encoders to rpcb_clnt.c
  ` [PATCH 02/10] SUNRPC: Clean up: Remove unused XDR encoder functions from rpcb_clnt.c
  ` [PATCH 04/10] SUNRPC: Introduce new xdr_stream-based decoders to rpcb_clnt.c
  ` [PATCH 05/10] SUNRPC: Clean up: Remove unused XDR decoder functions from rpcb_clnt.c
  ` [PATCH 06/10] SUNRPC: Eliminate PROC macro from rpcb_clnt
  ` [PATCH 07/10] SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddr
  ` [PATCH 08/10] SUNRPC: Kill RPC_DISPLAY_ALL
  ` [PATCH 09/10] SUNRPC: Update xprt address strings after an rpcbind completes
  ` [PATCH 10/10] SUNRPC: Add documenting comments in net/sunrpc/timer.c

[PATCH 0/4] new statd [take 2]
 2009-08-05 23:30 UTC  (9+ messages)
` [PATCH 1/4] nfs-utils: introduce new statd implementation (1st part)

[Patch 0/8] NFS Mount Configuration File (Vers 2)
 2009-08-05 20:03 UTC  (10+ messages)
` [Patch 3/8] "

nfs: __setup_str_nfs_root_setup causes a section type conflict
 2009-08-05 19:47 UTC  (8+ messages)

[PATCH 00/10] Add generic socket address management to sunrpc.ko
 2009-08-05 19:41 UTC  (11+ messages)
  ` [PATCH 01/10] SUNRPC: Clean up RPCBIND_MAXUADDRLEN definitions
  ` [PATCH 02/10] SUNRPC: Move XDR data type size macros
  ` [PATCH 03/10] SUNRPC: Provide functions for managing universal addresses
  ` [PATCH 04/10] SUNRPC: Remove duplicate universal address generation
  ` [PATCH 05/10] SUNRPC: Use rpc_ntop() for constructing transport address strings
  ` [PATCH 06/10] NFS: Replace nfs_parse_ip_address() with rpc_pton()
  ` [PATCH 07/10] NFS: Replace nfs_set_port() with rpc_set_port()
  ` [PATCH 08/10] lockd: Replace nlm_clear_port()
  ` [PATCH 09/10] lockd: Replace nsm_display_address() with rpc_ntop()
  ` [PATCH 10/10] NFSD: Support IPv6 addresses in write_failover_ip()


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).