aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2008-04-23svcrpc: move unused field from cache_deferred_reqJ. Bruce Fields
2008-04-23IPv6 support for NFS server export cachesAurélien Charbon
2008-04-23SUNRPC: have svc_recv() check kthread_should_stop()Jeff Layton
2008-04-23SUNRPC: export svc_sock_update_bufsJeff Layton
2008-04-19SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in useTrond Myklebust
2008-04-19SUNRPC: Fix a race in gss_refresh_upcall()Trond Myklebust
2008-04-19SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsTrond Myklebust
2008-04-19SUNRPC: Remove the unused export of xprt_force_disconnectTrond Myklebust
2008-04-19SUNRPC: remove XS_SENDMSG_RETRYTrond Myklebust
2008-04-19SUNRPC: Protect creds against early garbage collectionTrond Myklebust
2008-04-19NFSv4: Reintroduce machine credsTrond Myklebust
2008-04-19NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust
2008-04-19SUNRPC: Fix read ordering problems with req->rq_private_buf.lenTrond Myklebust
2008-04-19SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials..Trond Myklebust
2008-04-19SUNRPC: Fix up xprt_write_space()Trond Myklebust
2008-04-19SUNRPC: Fix a bug in call_decode()Trond Myklebust
2008-04-19nodemask: use new node_to_cpumask_ptr functionMike Travis
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier
2008-04-08SUNRPC: Fix a memory leak in rpc_create()Chuck Lever
2008-04-08SUNRPC: don't call flush_dcache_page() with an invalid pointerTrond Myklebust
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-26SVCRDMA: Check num_sge when setting LAST_CTXT bitTom Tucker
2008-03-24SVCRDMA: Use only 1 RDMA read scatter entry for iWARP adaptersRoland Dreier
2008-03-19Merge branch 'hotfixes' into develTrond Myklebust
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller
2008-03-17[SUNRPC]: net/* NULL noiseAl Viro
2008-03-17[NET] endianness noise: INADDR_ANYAl Viro
2008-03-14SUNRPC: Add a helper rpcauth_lookup_generic_cred()Trond Myklebust
2008-03-14SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust
2008-03-14SUNRPC: Add a generic RPC credentialTrond Myklebust
2008-03-14SUNRPC: Clean up rpcauth_bindcred()Trond Myklebust
2008-03-14SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDSTrond Myklebust
2008-03-14SUNRPC: Fix a bug in rpcauth_lookup_credcache()Trond Myklebust
2008-03-12SVCRDMA: Fix erroneous BUG_ON in send_writeTom Tucker
2008-03-12SVCRDMA: Add xprt refs to fix close/unmount crashTom Tucker
2008-03-08Merge commit 'origin' into develTrond Myklebust
2008-03-07Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2008-03-07SUNRPC: Fix a nfs4 over rdma transport oopsTom Talpey
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-02-28Merge branch 'cleanups' into nextTrond Myklebust
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust
2008-02-28SUNRPC: Ensure that we read all available tcp dataTrond Myklebust
2008-02-28SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Trond Myklebust
2008-02-28SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionTrond Myklebust
2008-02-28SUNRPC: Add a timer function to wait queues.Trond Myklebust
2008-02-28SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust
2008-02-28[SUNRPC]: Use proc_create() to setup ->proc_fops firstWang Chen