messages from 2009-06-25 17:13:54 to 2009-07-16 18:50:52 UTC [more...]
[PATCH 0/14] NFSv4.1 Server DRC rewrite Version 4
2009-07-16 18:50 UTC (14+ messages)
` [PATCH 1/5] nfsd41: use globals for DRC limits
` [PATCH 2/5] nfsd41: change from page to memory based drc limits
` [PATCH 3/5] nfsd41: reclaim DRC memory on session free
` [PATCH 4/5] nfsd41: set the session maximum response size cached
` [pnfs] [PATCH 4/5] nfsd41: set the session maximum response sizecached
` [pnfs] [PATCH 3/5] nfsd41: reclaim DRC memory on session free
` [pnfs] [PATCH 2/5] nfsd41: change from page to memory based drc limits
` [pnfs] [PATCH 0/14] NFSv4.1 Server DRC rewrite Version 4
[PATCH 0/5] NFS mount-related commits for 2.6.32
2009-07-16 18:42 UTC (7+ messages)
` [PATCH 1/5] NFS: Fix up new minorversion= option
` [PATCH 2/5] NFS: Refactor nfs_mount() to move rpc_create() to helper
` [PATCH 3/5] NFS: Add ability to send MOUNTPROC_UMNT to the kernel's mountd client
` [PATCH 4/5] NFS: Fix auth flavor len accounting
` [PATCH 5/5] NFS: Use the authentication flavor list returned by mountd
Union mounts, NFS, and locking
2009-07-16 17:25 UTC (11+ messages)
Bug in server's export -- List of security flavors
2009-07-16 16:58 UTC
[PATCH 0/4] Kill PROC macro from NLM
2009-07-16 9:32 UTC (5+ messages)
` [PATCH 1/4] NLM: Kill PROC macro from NLMv1 and NLMv3 server procedures
` [PATCH 2/4]Kill PROC macro from NLMv4 "
` [PATCH 3/4] NLM: Kill PROC macro from NLMv1 and NLMv3 client procedures
` [PATCH 4/4]NLM: Kill PROC macro from NLMv4 "
[PATCH 00/10] Update rpcbind client's XDR functions
2009-07-15 21:43 UTC (11+ messages)
` [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 03/10] SUNRPC: Introduce xdr_stream-based decoders for RPCB_UNSET
` [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: Pass full bind address to transports after GETPORT/GETADDR
` [PATCH 08/10] SUNRPC: Rename sock_xprt.addr as sock_xprt.srcaddr
` [PATCH 09/10] SUNRPC: Use address returned by rpcbind when connecting
` [PATCH 10/10] SUNRPC: Add documenting comments in net/sunrpc/timer.c
[PATCH 00/10] Add generic socket address management to sunrpc.ko
2009-07-15 21:38 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 00/31] mount.nfs patches for next nfs-utils release
2009-07-15 13:50 UTC (33+ messages)
` [PATCH 01/31] getport: RPCB_GETADDR r_owner should be an empty string
` [PATCH 02/31] getport: RPCB_GETADDR's r_addr should contain rpcbind port, not zero
` [PATCH 03/31] getport: Remove AI_ADDRCONFIG from nfs_gp_loopback_address()
` [PATCH 04/31] getport: replace getnameinfo(NI_NUMERICHOST) with inet_ntop(3)
` [PATCH 05/31] getport: Remove unneeded @salen arguments
` [PATCH 06/31] New versions of libtool add extra aclocal scripts
` [PATCH 07/31] support: Use HAVE_LIBTIRPC to switch in bindresvport_sa(3t)
` [PATCH 08/31] support: Don't return RPC_UNKNOWNHOST from rpc_socket.c
` [PATCH 09/31] support: Set proper retransmit timeout for datagram transports
` [PATCH 10/31] getport: RPC_PROGNOTREGISTERED is a permanent error
` [PATCH 11/31] getport: Clear shared error fields before trying rpcbind queries
` [PATCH 12/31] mount.nfs: Add more debugging output around nfs_getport()
` [PATCH 13/31] getport: Restore historical TCP connect timeout error code
` [PATCH 14/31] getport: Convert TCP connection refused to RPC_CANTRECV
` [PATCH 15/31] mount.nfs: If port= specifies an unregistered port, retry, then fail
` [PATCH 16/31] mount.nfs: force rpcbind queries if options aren't specified
` [PATCH 17/31] mount.nfs: make nfs_options2pmap return errors
` [PATCH 18/31] mount.nfs: rearchitect mount version/protocol negotiation logic
` [PATCH 19/31] mount.nfs: Clean up nfs_is_permanent_error()
` [PATCH 20/31] mount.nfs: Clean up after restructuring version/protocol negotiation
` [PATCH 21/31] mount.nfs: Don't update extra_opts after text-based negotiation
` [PATCH 22/31] support: Introduce sockaddr helpers to get and set IP port numbers
` [PATCH 23/31] mount.nfs: Use correct data type in discover_nfs_mount_data_version()
` [PATCH 24/31] mount.nfs: Remove unused parameter in try_mount()
` [PATCH 25/31] mount.nfs: Fix some nfs_error() nits in network.c
` [PATCH 26/31] mount.nfs: Remove unused @salen parameter from nfs_ca_gai()
` [PATCH 27/31] mount.nfs: remove unused @addrlen argument from nfs_string_to_sockaddr()
` [PATCH 28/31] umount.nfs: Use correct data type in nfsumount()
` [PATCH 29/31] mount.nfs: Fix compiler warning in stropts.c
` [PATCH 30/31] mount.nfs: Squelch unused parameter warnings on empty functions
` [PATCH 31/31] mount.nfs: Squelch compiler warnings in nfs_strerror()
sk_lock: inconsistent {RECLAIM_FS-ON-W} -> {IN-RECLAIM_FS-W} usage
2009-07-15 7:45 UTC (9+ messages)
2.6.31-rc3 nfsv4 client regression (oops)
2009-07-15 1:19 UTC (3+ messages)
[PATCH] nfsd41: use globals for DRC limits
2009-07-14 22:02 UTC
[PATCH] SUNRPC: handle IPv6 PKTINFO when extracting destination address
2009-07-14 21:41 UTC (2+ messages)
Security negotiation
2009-07-14 18:24 UTC (12+ messages)
[PATCH] {SQUASHME} layout_get_done errors are nfs_errors not Kernel
2009-07-14 17:41 UTC
[PATCH 0/3] NFS regression in 2.6.26?, "task blocked for more than 120 seconds"
2009-07-13 17:40 UTC (13+ messages)
` NFS client packet storm on 2.6.27.x
` [stable] "
[PATCH] nfs: Keep index within mnt_errtbl[]
2009-07-13 12:59 UTC (2+ messages)
How to monitor Linux NFS client load?
2009-07-12 16:30 UTC (5+ messages)
kernel NULL pointer dereference in rpcb_getport_done (2.6.29.4)
2009-07-10 22:34 UTC (6+ messages)
[PATCH] nfsd41: gather and report statistics also for v4.1 ops
2009-07-10 22:18 UTC (2+ messages)
[PATCH] nfs(8): Add description of lookupcache mount option
2009-07-10 18:49 UTC (4+ messages)
Read/Write NFS I/O performance degraded by FLUSH_STABLE page flushing
2009-07-10 17:22 UTC (23+ messages)
` [PATCH] read-modify-write page updating
` [PATCH v2] "
[PATCH] nfsstat: process nfs41 client and server stats
2009-07-10 9:39 UTC
[patch 2/5] fs: use new truncate helpers
2009-07-10 7:30 UTC
Invalidating NFS attribute cache
2009-07-09 14:39 UTC (3+ messages)
[nfsd PATCH 0/3] address issues with shutdown while portmap is dead
2009-07-06 18:32 UTC (17+ messages)
` [PATCH 3/3] sunrpc: reduce timeout when unregistering rpcbind registrations
[PATCH 00/10] We must use rcu_barrier() on module unload
2009-07-06 2:31 UTC (10+ messages)
` [PATCH 01/10] ext4: Use "
` [PATCH 10/10] nf_conntrack: Use rcu_barrier()
` [PATCH v2 10/10] nf_conntrack: Use rcu_barrier() and fix kmem_cache_create flags
[PATCH v2] flow control for WRITE requests
2009-07-06 0:48 UTC (9+ messages)
2.6.31-rc2 soft lockups; traces point at rpc_wake_up, nfs4_run_state_manager, bit_waitqueue
2009-07-05 21:25 UTC (3+ messages)
[PATCH] NFSD: Don't hold unrefcounted creds over call to nfsd_setuser()
2009-07-03 15:47 UTC (8+ messages)
` "
[PATCH] NFS: Fix up new minorversion= option
2009-06-30 17:14 UTC
[PATCH 0/3] nfs41 fixes for 2.6.31
2009-06-30 17:06 UTC (2+ messages)
` [PATCH 3/3] nfs41: pass state recovery error back to caller
[PATCH] Short write in nfsd becomes a full write to the client
2009-06-30 15:22 UTC (7+ messages)
` [solved] "
[PATCH] mydaemon: remove closeall() calls from mydaemon()
2009-06-29 14:56 UTC (2+ messages)
[PATCH] svcrdma: fix error handling of rdma_alloc_frmr()
2009-06-29 14:55 UTC (2+ messages)
svc: failed to register lockdv1 RPC service (errno 97)
2009-06-29 14:15 UTC (6+ messages)
[pnfs][PATCH 1/2]pnfs: replace lease_bitmap to length 3, instead of 2
2009-06-29 8:02 UTC (3+ messages)
` [pnfs] [PATCH "
[pnfs][PATCH 2/2]pnfsd: make pnfs server return layout_blksize when the client asks for it
2009-06-29 2:23 UTC
[pnfs] [PATCH]pnfsd: make pnfs server return layout_blksize when the client asks for it
2009-06-29 2:09 UTC (2+ messages)
[PATCH 58/62] fs/nfs/callback_xdr.c: Remove unnecessary semicolons
2009-06-28 16:27 UTC
[PATCH 37/44] nfsd41: sunrpc: Added rpc server-side backchannel handling
2009-06-28 16:20 UTC (3+ messages)
` [PATCH 1/2] SQUASHME: nfsd41: sunrpc: move struct rpc_buffer def into a common header file
` [PATCH 2/2] SQUASHME: nfsd41: change bc_sock to bc_xprt
2.6.29+ NFS-Server Problem "reconnect_path: npd != pd"
2009-06-27 19:39 UTC (5+ messages)
[PATCH 07/10] decnet: Use rcu_barrier() on module unload
2009-06-27 7:35 UTC (7+ messages)
Reference to file size in nfsd_create_v3
2009-06-26 9:10 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