summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever2014-07-181-0/+1
| * | SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee2014-06-231-2/+2
| |/
* / sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown2014-07-161-1/+1
|/
* Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-06-111-0/+6
|\
| * SUNRPC: Move congestion window constants to header fileChuck Lever2014-06-041-0/+6
* | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-06-104-8/+13
|\ \
| * | svcrdma: refactor marshalling logicSteve Wise2014-06-071-2/+1Star
| * | nfsd4: better reservation of head space for krb5J. Bruce Fields2014-05-301-6/+5Star
| * | rpc: define xdr_restrict_buflenJ. Bruce Fields2014-05-301-0/+1
| * | nfsd4: allow encoding across page boundariesJ. Bruce Fields2014-05-302-0/+2
| * | rpc: xdr_truncate_encodeJ. Bruce Fields2014-05-301-0/+1
| * | SUNRPC: track whether a request is coming from a loop-back interface.NeilBrown2014-05-222-0/+2
| * | NFSD: Ignore client's source port on RDMA transportsChuck Lever2014-05-221-0/+1
| |/
* / arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-182-8/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-131-1/+1
|\
| * net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* | Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-04-093-1/+15
|\ \ | |/ |/|
| * nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-03-311-0/+1
| * NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2014-03-301-1/+12
| * SUNRPC: New helper for creating client with rpc_xprtKinglong Mee2014-03-301-0/+2
* | SUNRPC: RPC callbacks may be split across several TCP segmentsTrond Myklebust2014-02-111-1/+2
|/
* Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-01-301-2/+4
|\
| * SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee2014-01-041-1/+3
| * sunrpc: fix some typosWeng Meiling2013-12-111-1/+1
* | sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkJeff Layton2013-12-061-0/+2
* | sunrpc: create a new dummy pipe for gssd to hold openJeff Layton2013-12-061-1/+2
|/
* SUNRPC: Add a helper to switch the transport of an rpc_clntTrond Myklebust2013-10-281-0/+4
* SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust2013-10-022-0/+3
* SUNRPC: Clean up - convert xprt_prepare_transmit to return a boolTrond Myklebust2013-10-021-1/+1
* Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-09-112-3/+20
|\
| * svcrpc: remove unused rq_resusedJ. Bruce Fields2013-08-301-1/+0Star
| * Merge tag 'v3.11-rc5' into for-3.12 branchJ. Bruce Fields2013-08-301-0/+1
| |\
| * | sunrpc: prepare NFS for 2038Harshula Jayasuriya2013-08-191-2/+20
* | | Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-09-094-9/+66
|\ \ \ | |_|/ |/| |
| * | SUNRPC: Add an identifier for struct rpc_clntTrond Myklebust2013-09-051-0/+1
| * | SUNRPC: Ensure rpc_task->tk_pid is available for tracepointsTrond Myklebust2013-09-041-1/+1
| * | SUNRPC new rpc_credops to test credential expiryAndy Adamson2013-09-031-0/+16
| * | SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objectsTrond Myklebust2013-09-011-0/+6
| * | SUNRPC: Remove the rpc_client->cl_dentryTrond Myklebust2013-09-012-2/+1Star
| * | SUNRPC: Remove the obsolete auth-only interface for pipefs dentry managementTrond Myklebust2013-09-011-2/+0Star
| * | SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesTrond Myklebust2013-08-302-1/+34
| * | SUNRPC: Replace clnt->cl_principalTrond Myklebust2013-08-302-3/+8
| * | SUNRPC: Remove unused struct rpc_clnt field cl_protnameTrond Myklebust2013-08-301-1/+0Star
| |/
* / SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust2013-08-071-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-141-2/+2
|\
| * rpc_create_*_dir: don't bother with qstrAl Viro2013-07-141-2/+2
* | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-113-27/+35
|\ \
| * | net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown2013-07-011-27/+21Star
| * | sunrpc/cache: ensure items removed from cache do not have pending upcalls.NeilBrown2013-07-011-0/+1
| * | svcrpc: store gss mech in svc_credJ. Bruce Fields2013-07-012-0/+6