messages from 2009-08-03 21:15:06 to 2009-08-12 20:13:08 UTC [more...]
[PATCH RFC 0/13] xdr macros cleanup
2009-08-12 20:12 UTC (15+ 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 0/3] Fix the Linux rpc-over-tcp server performance
2009-08-12 17:02 UTC (5+ messages)
AutoFS+NFSv4 server down = LOOOOONG timeout
2009-08-12 16:40 UTC (16+ messages)
[PATCH] NFS: Fix an O_DIRECT Oops
2009-08-12 13:12 UTC
[PATCH 0/7] nfsd: add support for NFSv4 callbacks over IPv6 (try #4)
2009-08-12 11:57 UTC (8+ 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
[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 (24+ messages)
` [PATCH 02/12] sunrpc/cache: make sure deferred requests eventually get revisited
` [PATCH 04/12] sunrpc/cache: recheck cache validity after cache_defer_req
` [PATCH 03/12] sunrpc/cache: simplify cache_fresh_locked and cache_fresh_unlocked
` [PATCH 01/12] sunrpc/cache: rename queue_loose to cache_dequeue
` [PATCH 08/12] sunrpc/cache: retry cache lookups that return -ETIMEDOUT
` [PATCH 06/12] sunrpc/cache: avoid variable over-loading in cache_defer_req
` [PATCH 09/12] nfsd/idmap: drop special request deferal in favour of improved default
` [PATCH 10/12] sunrpc: fix memory leak in unix_gid cache
` [PATCH 05/12] sunrpc/cache: use list_del_init for the list_head entries in cache_deferred_req
` [PATCH 07/12] sunrpc/cache: allow thread to block while waiting for cache update
` [PATCH 11/12] sunrpc/cache: change deferred-request hash table to use hlist
` [PATCH 12/12] sunrpc: close connection when a request is irretrievably lost
[Patch 0/10] NFS Mount Configuration File (Vers 3)
2009-08-08 20:54 UTC (25+ 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] "
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
2.6.28.9: EXT3/NFS inodes corruption
2009-08-06 17:05 UTC (11+ messages)
[PATCH 0/4] new statd [take 2]
2009-08-05 23:30 UTC (14+ messages)
` [PATCH 1/4] nfs-utils: introduce new statd implementation (1st part)
` [PATCH 2/4] nfs-utils: introduce new statd implementation (2nd part)
` [PATCH 3/4] nfs-utils: introduce new statd implementation (3rd part)
` [PATCH 4/4] nfs-utils: introduce new statd implementation (4th 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 (9+ 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()
[PATCH 0/5] new statd [take 1]
2009-08-05 17:18 UTC (7+ messages)
` [PATCH 1/5] nfs(5): Add description of lookupcache mount option
` [PATCH 2/5] nfs(5): Remove trailing blanks
` [PATCH 3/5] statd: change default state dir to /var/lib/nfs/statd
` [PATCH 5/5] NFS man page: update nfs(5) with details about IPv6 support
->migratepage aops for nfs missing
2009-08-05 14:11 UTC (8+ messages)
[PATCH 0/4] NFS mount-related commits for 2.6.32, take 2
2009-08-05 12:21 UTC (6+ messages)
` [PATCH 1/4] NFS: Fix up new minorversion= option
` [PATCH 2/4] NFS: Add ability to send MOUNTPROC_UMNT to the kernel's mountd client
` [PATCH 3/4] NFS: Fix auth flavor len accounting
` [PATCH 4/4] NFS: Use the authentication flavor list returned by mountd
Read/Write NFS I/O performance degraded by FLUSH_STABLE page flushing
2009-08-05 0:50 UTC (20+ messages)
` [PATCH] read-modify-write page updating
` [PATCH v2] "
` [PATCH v3] "
NFS/IPv6
2009-08-04 17:57 UTC (4+ messages)
[BUG] enhancement - 5.1. Setting Block Size to Optimize Transfer Speeds
2009-08-04 16:45 UTC (2+ messages)
[PATCH] svcgss: reply AUTH_BADCRED to RPCSEC_GSS with unkown services
2009-08-04 9:27 UTC
Problem with active / active NFS cluster
2009-08-04 6:55 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;
as well as URLs for NNTP newsgroup(s).