messages from 2009-04-27 17:37:06 to 2009-05-01 14:40:12 UTC [more...]
[PATCH 01/31] nfsd41: slots are freed with session
2009-05-01 14:39 UTC (39+ messages)
` [PATCH 02/31] nfsd41: change check_slot_seqid parameters
` [PATCH 03/31] nfsd41: turn off create session caching
` [PATCH 04/31] nfsd41: separate clientid slot from session slot
` [PATCH 05/31] nfsd41: encode create_session result into cache
` [PATCH 06/31] nfsd41: create_session check replay first
` [PATCH 07/31] nfsd41: replay solo and embedded create session
` [PATCH 08/31] nfsd41: sanity check client drc maxreqs
` [PATCH 09/31] nfsd41: change from page to memory based drc limits
` [PATCH 10/31] nfsd41: use globals for DRC memory use management
` [PATCH 11/31] nfsd41: set the session maximum response size cached
` [PATCH 12/31] nfsd41: use static buffers for sessions DRC
` [PATCH 13/31] nfsd41: replace ce_cachethis with nfsd4_slot field
` [PATCH 14/31] nfsd41: replace ce_opcnt "
` [PATCH 15/31] nfsd41: nfsd41: replace ce_status "
` [PATCH 16/31] nfsd41: obliterate nfsd4_copy_pages
` [PATCH 17/31] nfsd41: obliterate nfsd41_copy_replay_data
` [PATCH 18/31] nfsd41: obliterate nfsd4_release_respages
` [PATCH 19/31] nfsd41: remove iovlen field from nfsd4_compound_state
` [PATCH 20/31] nfsd41: remove struct nfsd4_cache_entry
` [PATCH 21/31] nfsd41: obliterate nfsd4_set_statp
` [PATCH 22/31] nfsd41: rename nfsd4_enc_uncached_replay
` [PATCH 23/31] nfsd41: encode replay sequence from the slot values
` [PATCH 24/31] nfsd41: fix nfsd4_replay_cache_entry comments
` [PATCH 25/31] nfsd41: fix nfsd4_store_cache_entry comments
` [PATCH 26/31] nfsd41: support 16 slots per session
` [PATCH 27/31] nfsd41: use the maximum operations per compound in nfsd4_compoundargs
` [PATCH 28/31] nfsd41: fix nfsd4_store_cache_entry dprintk
` [PATCH 29/31] nfsd41: add test for failed sequence operation
` [PATCH 30/31] nfsd41: remove redundant failed sequence check
` [PATCH 31/31] nfsd41: only reference the session on non-replay sequence
[Bug] NFSv4 fails to work without ipv6 kernel module
2009-05-01 14:15 UTC (2+ messages)
[PATCH] SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect
2009-04-21 21:18 UTC
[RFC 0/10] nfsd41 server backchannel for 2.6.31
2009-05-01 8:33 UTC (16+ messages)
` [RFC 01/10] nfsd: cleanup nfs4.0 callback encode routines
` [RFC 02/10] nfsd: minorversion support for the back channel
` [RFC 03/10] nfsd41: sunrpc: Added rpc server-side backchannel handling
` [pnfs] "
` [RFC 04/10] nfsd41: Remember the auth flavor to use for callbacks
` [RFC 05/10] nfsd41: callback infrastructure
` [RFC 06/10] nfsd41: Backchannel: Add sequence arguments to callback RPC arguments
` [RFC 07/10] nfsd41: Backchannel: Server backchannel RPC wait queue
` [RFC 08/10] nfsd41: Backchannel: Setup sequence information
` [RFC 09/10] nfsd41: cb_sequence callback
` [pnfs] "
` [RFC 10/10] nfsd41: cb_recall callback
` [pnfs] [RFC 0/10] nfsd41 server backchannel for 2.6.31
[RFC 0/39] nfs41 client backchannel for 2.6.31
2009-04-30 23:25 UTC (40+ messages)
` [RFC 01/39] nfs41: Add ability to read RPC call direction on TCP stream
` [RFC 02/39] nfs41: Skip past the RPC call direction
` [RFC 03/39] nfs41: Refactor nfs4_{init,destroy}_callback for nfs4.0
` [RFC 04/39] nfs41: minorversion support for nfs4_{init,destroy}_callback
` [RFC 05/39] nfs41: client callback structures
` [RFC 06/39] nfs41: Initialize new rpc_xprt callback related fields
` [RFC 07/39] nfs41: New backchannel helper routines
` [RFC 08/39] nfs41: New include/linux/sunrpc/bc_xprt.h
` [RFC 09/39] nfs41: New xs_tcp_read_data()
` [RFC 10/39] nfs41: Add backchannel processing support to RPC state machine
` [RFC 11/39] nfs41: Backchannel callback service helper routines
` [RFC 12/39] nfs41: Refactor svc_process()
` [RFC 13/39] nfs41: Backchannel bc_svc_process()
` [RFC 14/39] nfs41: Implement NFSv4.1 callback service process
` [RFC 15/39] nfs41: sunrpc: provide functions to create and destroy a svc_xprt for backchannel use
` [RFC 16/39] nfs41: sunrpc: add a struct svc_xprt pointer to struct svc_serv "
` [RFC 17/39] nfs41: create a svc_xprt for nfs41 callback thread and use for incoming callbacks
` [RFC 18/39] nfs41: save svc_serv in nfs_callback_info
` [RFC 19/39] nfs41: Allow NFSv4 and NFSv4.1 callback services to coexist
` [RFC 20/39] nfs41: Setup the backchannel
` [RFC 21/39] nfs41: Client indicates presence of NFSv4.1 callback channel
` [RFC 22/39] nfs41: Get the rpc_xprt * from the rpc_rqst instead of the rpc_clnt
` [RFC 23/39] nfs41: Release backchannel resources associated with session
` [RFC 24/39] nfs41: store minorversion in cb_compound_hdr_arg
` [RFC 25/39] nfs41: decode minorversion 1 cb_compound header
` [RFC 26/39] nfs41: callback numbers definitions
` [RFC 27/39] nfs41: consider minorversion in callback_xdr:process_op
` [RFC 28/39] nfs41: define CB_NOTIFY_DEVICEID as not supported
` [RFC 29/39] nfs41: cb_sequence protocol level data structures
` [RFC 30/39] nfs41: cb_sequence proc implementation
` [RFC 31/39] nfs41: cb_sequence xdr implementation
` [RFC 32/39] nfs41: verify CB_SEQUENCE position in callback compound
` [RFC 33/39] nfs41: Rename rq_received to rq_reply_bytes_recvd
` [RFC 34/39] nfs41: Backchannel: update cb_sequence args and results
` [RFC 35/39] nfs41: Backchannel: Refactor nfs4_reset_slot_table()
` [RFC 36/39] nfs41: Backchannel: Refactor nfs4_init_slot_table()
` [RFC 37/39] nfs41: Backchannel: Add a backchannel slot table to the session
` [RFC 38/39] nfs41: Backchannel: New find_client_with_session()
` [RFC 39/39] nfs41: Backchannel: CB_SEQUENCE validation
[PATCH 0/7] nfs-utils: add support for authenticated callbacks
2009-04-30 21:24 UTC (10+ messages)
` [PATCH 1/7] svcgssd: add client's principal name to downcall information
` [PATCH 2/7] gssd: refactor update_client_list()
` [PATCH 3/7] gssd: add support for callback authentication
` [PATCH 4/7] gssd: print full client directory being handled
` [PATCH 5/7] gssd: handle new client upcall
` [PATCH 6/7] gssd: process target= attribute in new upcall
` [PATCH 7/7] gssd: process service= "
Read/Write NFS I/O performance degraded by FLUSH_STABLE page flushing
2009-04-30 21:23 UTC (6+ messages)
Adding mount option to kernel for NFS filesystem
2009-04-30 18:58 UTC
[Bug] NFSv4 fails to work without ipv6 kernel module
2009-04-30 16:48 UTC (6+ messages)
[PATCH 1/2] nfs-iostat.py: Print Data Cache Statistics
2009-04-30 14:43 UTC (7+ messages)
` [PATCH] "
cat and grep can cause excess page read at EOF
2009-04-30 14:25 UTC
Sometimes df is not updated after remove within xfs via nfs
2009-04-30 9:44 UTC
[NFS] Unable to mount without portmap with SLED11 (nfs-utils 1.1.3)
2009-04-30 7:50 UTC
[PATCH] nfs-utils: Fix IPv6 support in support/nfs/rpc_socket.c
2009-04-29 21:35 UTC (2+ messages)
[PATCH] nfs-utils: Fix IPv6 support in support/nfs/rpc_socket.c
2009-04-29 21:28 UTC
integrity: nfsd imbalance bug fix
2009-04-29 21:18 UTC (2+ messages)
[PATCH 2.6.30] svcrdma: clean up error paths
2009-04-29 19:14 UTC
[PATCH 00/19] Proposed server-side patches for 2.6.31
2009-04-29 18:02 UTC (33+ messages)
` [PATCH 01/19] SUNRPC: Fix error return value of svc_addr_len()
` [PATCH 09/19] NFSD: Prevent a buffer overflow in svc_xprt_names()
` [PATCH 17/19] NFSD: Stricter buffer size checking in fs/nfsd/nfsctl.c
` [PATCH 18/19] lockd: Update NSM state from SM_MON replies
` [PATCH 19/19] lockd: clean up 64-bit alignment fix in nsm_init_private()
[PATCH 0/3] NFS regression in 2.6.26?, "task blocked for more than 120 seconds"
2009-04-29 14:57 UTC (11+ messages)
` NFS client packet storm on 2.6.27.x
[patch 00/29] SGI enhancedNFS patches
2009-04-29 1:45 UTC (12+ messages)
` [patch 03/29] knfsd: add userspace controls for stats tables
[PATCH] nfsd: use C99 struct initializers
2009-04-28 23:48 UTC
[PATCH 0/3] Address three recently reported bugs
2009-04-28 21:37 UTC (4+ messages)
` [PATCH 1/3] sm-notify: Don't orphan addrinfo structs
` [PATCH 2/3] sm-notify: Failed DNS lookups should be retried
` [PATCH 3/3] mount: remove legacy version of nfs_name_to_address()
PROBLEM: nfsd crashes in 2.6.29
2009-04-28 20:07 UTC (4+ messages)
[PATCH 0/29] NFSv4.1 Server DRC rewrite Version 2
2009-04-28 16:56 UTC (2+ messages)
` [PATCH 1/1] pynfs: set cache_this to false for readdir
[PATCH 1/1] update Documentation/filesystems/00-INDEX with new nfsd related docs
2009-04-28 16:55 UTC (3+ messages)
nfs-utils-1.1.6 released
2009-04-28 15:29 UTC (9+ messages)
[PATCH] NFS: Fix xdr decoding error of NFSv4 SETATTR response
2009-04-28 12:32 UTC (2+ messages)
NFS BUG_ON in nfs_do_writepage
2009-04-28 11:59 UTC (14+ messages)
NFS silent death
2009-04-27 22:25 UTC (5+ messages)
[PATCH 2.6.30] xprtrdma: The frmr iova_start values are truncated by the nfs rdma client
2009-04-27 20:49 UTC (14+ messages)
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