summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2015-03-12sunrpc: fix braino in ->poll()Al Viro
2015-02-16SUNRPC: Handle EPIPE in xprt_connect_statusTrond Myklebust
2015-02-16SUNRPC: Ensure that we handle ENOBUFS errors correctly.Trond Myklebust
2015-02-16SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasksSteve Dickson
2015-02-16SUNRPC: Ensure that call_connect times out correctlyTrond Myklebust
2015-02-16SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACHTrond Myklebust
2015-02-16SUNRPC: Ensure xprt_connect_status handles all potential connection errorsTrond Myklebust
2015-02-16SUNRPC: call_connect_status should recheck bind and connect status on errorTrond Myklebust
2015-02-16net, sunrpc: suppress allocation warning in rpc_malloc()David Rientjes
2014-09-17svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever
2014-07-17SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust
2014-05-15nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky
2014-04-18SUNRPC: Fix potential memory scribble in xprt_free_bc_request()Trond Myklebust
2014-04-03SUNRPC: do not fail gss proc NULL calls with EACCESAndy Adamson
2014-03-12SUNRPC: close a rare race in xs_tcp_setup_socket.NeilBrown
2014-03-05SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust
2014-03-05SUNRPC: Fix races in xs_nospace()Trond Myklebust
2014-02-13sunrpc: don't wait for write before allowing reads from use-gss-proxy fileJeff Layton
2014-02-13sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson
2013-11-29SUNRPC: Avoid deep recursion in rpc_release_clientTrond Myklebust
2013-11-29SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust
2013-11-29SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 messageTrond Myklebust
2013-09-18RPCSEC_GSS: fix crash on destroying gss authJ. Bruce Fields
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-12Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-09-12SUNRPC: No, I did not intend to create a 256KiB hashtableTrond Myklebust
2013-09-12sunrpc: Add missing kuids conversion for printingGeert Uytterhoeven
2013-09-10Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-09-10shrinker: convert remaining shrinkers to count/scan APIDave Chinner
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-09-06rpc: let xdr layer allocate gssproxy receieve pagesJ. Bruce Fields
2013-09-06rpc: fix huge kmalloc's in gss-proxyJ. Bruce Fields
2013-09-06rpc: comment on linux_cred encoding, treat all as unsignedJ. Bruce Fields
2013-09-06rpc: clean up decoding of gssproxy linux credsJ. Bruce Fields
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-05SUNRPC: Add an identifier for struct rpc_clntTrond Myklebust
2013-09-04SUNRPC: Ensure rpc_task->tk_pid is available for tracepointsTrond Myklebust
2013-09-04SUNRPC: Add tracepoints to help debug socket connection issuesTrond Myklebust
2013-09-03SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson
2013-09-03SUNRPC new rpc_credops to test credential expiryAndy Adamson
2013-09-03SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson
2013-09-02SUNRPC: rpcauth_create needs to know about rpc_clnt clone statusTrond Myklebust
2013-09-02RPCSEC_GSS: Share all credential caches on a per-transport basisTrond Myklebust
2013-09-01RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth cachesTrond Myklebust
2013-09-01SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objectsTrond Myklebust
2013-09-01SUNRPC: Remove the rpc_client->cl_dentryTrond Myklebust
2013-09-01SUNRPC: Remove the obsolete auth-only interface for pipefs dentry managementTrond Myklebust
2013-09-01RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentriesTrond Myklebust
2013-08-30SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesTrond Myklebust
2013-08-30RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objectsTrond Myklebust