aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2013-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-14/+27
2013-09-12Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-2/+2
2013-09-12SUNRPC: No, I did not intend to create a 256KiB hashtableGravatar Trond Myklebust 1-1/+1
2013-09-12sunrpc: Add missing kuids conversion for printingGravatar Geert Uytterhoeven 1-1/+1
2013-09-10Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-22/+50
2013-09-10shrinker: convert remaining shrinkers to count/scan APIGravatar Dave Chinner 1-14/+27
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 10-218/+712
2013-09-06rpc: let xdr layer allocate gssproxy receieve pagesGravatar J. Bruce Fields 1-10/+6
2013-09-06rpc: fix huge kmalloc's in gss-proxyGravatar J. Bruce Fields 3-1/+37
2013-09-06rpc: comment on linux_cred encoding, treat all as unsignedGravatar J. Bruce Fields 1-8/+10
2013-09-06rpc: clean up decoding of gssproxy linux credsGravatar J. Bruce Fields 1-19/+13
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+6
2013-09-05SUNRPC: Add an identifier for struct rpc_clntGravatar Trond Myklebust 1-0/+25
2013-09-04SUNRPC: Ensure rpc_task->tk_pid is available for tracepointsGravatar Trond Myklebust 1-1/+1
2013-09-04SUNRPC: Add tracepoints to help debug socket connection issuesGravatar Trond Myklebust 1-1/+12
2013-09-03SUNRPC refactor rpcauth_checkverf error returnsGravatar Andy Adamson 4-13/+19
2013-09-03SUNRPC new rpc_credops to test credential expiryGravatar Andy Adamson 3-2/+153
2013-09-03SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultGravatar Andy Adamson 1-1/+1
2013-09-02SUNRPC: rpcauth_create needs to know about rpc_clnt clone statusGravatar Trond Myklebust 1-7/+8
2013-09-02RPCSEC_GSS: Share all credential caches on a per-transport basisGravatar Trond Myklebust 1-3/+89
2013-09-01RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth cachesGravatar Trond Myklebust 1-9/+68
2013-09-01SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objectsGravatar Trond Myklebust 1-0/+35
2013-09-01SUNRPC: Remove the rpc_client->cl_dentryGravatar Trond Myklebust 2-23/+25
2013-09-01SUNRPC: Remove the obsolete auth-only interface for pipefs dentry managementGravatar Trond Myklebust 1-9/+1
2013-09-01RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentriesGravatar Trond Myklebust 1-89/+92
2013-08-30SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesGravatar Trond Myklebust 2-3/+134
2013-08-30RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objectsGravatar Trond Myklebust 1-12/+20
2013-08-30RPCSEC_GSS: Further cleanupsGravatar Trond Myklebust 1-11/+20
2013-08-30SUNRPC: Replace clnt->cl_principalGravatar Trond Myklebust 5-21/+14
2013-08-30RPCSEC_GSS: Clean up upcall message allocationGravatar Trond Myklebust 1-18/+19
2013-08-30SUNRPC: Cleanup rpc_setup_pipedirGravatar Trond Myklebust 1-14/+13
2013-08-30SUNRPC: Remove unused struct rpc_clnt field cl_protnameGravatar Trond Myklebust 1-1/+0
2013-08-30SUNRPC: Deprecate rpc_client->cl_protnameGravatar Trond Myklebust 3-11/+11
2013-08-28SUNRPC: Fix memory corruption issue on 32-bit highmem systemsGravatar Trond Myklebust 1-3/+6
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-13/+40
2013-08-07SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterGravatar Trond Myklebust 3-13/+32
2013-08-05SUNRPC: Don't auto-disconnect from the local rpcbind socketGravatar Trond Myklebust 1-0/+8
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-8/+11
2013-08-01svcrpc: set cr_gss_mech from gss-proxy as well as legacy upcallGravatar J. Bruce Fields 1-1/+1
2013-08-01svcrpc: fix kfree oops in gss-proxy codeGravatar J. Bruce Fields 1-1/+0
2013-08-01svcrpc: fix gss-proxy xdr decoding oopsGravatar J. Bruce Fields 1-4/+5
2013-08-01svcrpc: fix gss_rpc_upcall create errorGravatar J. Bruce Fields 1-1/+1
2013-08-01NFSD/sunrpc: avoid deadlock on TCP connection due to memory pressure.Gravatar NeilBrown 1-1/+3
2013-07-24net: add sk_stream_is_writeable() helperGravatar Eric Dumazet 2-2/+2
2013-07-23rpc_pipe: convert back to simple_dir_inode_operationsGravatar Jeff Layton 1-18/+1
2013-07-20Merge tag 'nfs-for-3.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+1
2013-07-17Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-6/+14
2013-07-15svcrdma: underflow issue in decode_write_list()Gravatar Dan Carpenter 1-6/+14
2013-07-15SUNRPC: Fix another issue with rpc_client_register()Gravatar Trond Myklebust 1-0/+1
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-52/+26