aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09sunrpc: convert to lockless lookup of queued server threadsJeff Layton1-2/+2
2014-12-09sunrpc: fix potential races in pool_stats collectionJeff Layton1-3/+3
2014-12-09sunrpc: add a rcu_head to svc_rqst and use kfree_rcu to free itJeff Layton1-0/+2
2014-12-09sunrpc: convert sp_task_pending flag to use atomic bitopsJeff Layton1-1/+3
2014-12-09sunrpc: move rq_cachetype field to better optimize spaceJeff Layton1-1/+1
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton1-3/+3
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: move rq_usedeferral flag to rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: move rq_local field to rq_flagsJeff Layton1-1/+1
2014-12-09sunrpc: add a generic rq_flags field to svc_rqst and move rq_secure to itJeff Layton1-2/+2
2014-12-09Merge tag 'nfs-for-3.19-1' into nfsd for-3.19 branchJ. Bruce Fields7-20/+123
2014-12-01sunrpc: eliminate the XPT_DETACHED flagJeff Layton1-4/+3
2014-11-27sunrpc: add a debugfs rpc_xprt directory with an info file in itJeff Layton2-0/+18
2014-11-27sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton2-0/+35
2014-11-26Merge tag 'nfs-cel-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-nextTrond Myklebust1-0/+3
2014-11-25SUNRPC: serialize iostats updatesChuck Lever1-0/+3
2014-11-24sunrpc: eliminate RPC_TRACEPOINTSJeff Layton2-12/+3
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton3-11/+8
2014-11-24sunrpc: add tracepoints in xs_tcp_data_recvJeff Layton1-0/+59
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+0
2014-09-24SUNRPC: Don't wake tasks during connection abortBenjamin Coddington1-0/+1
2014-08-17SUNRPC: get rid of the request wait queueTrond Myklebust1-1/+0
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-5/+8
2014-08-09Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-4/+5
2014-08-03sunrpc/auth: allow lockless (rcu) lookup of credential cache.NeilBrown1-0/+2
2014-08-03sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton1-2/+2
2014-08-03sunrpc: remove __rcu annotation from struct gss_cl_ctx->gc_gss_ctxJeff Layton1-1/+1
2014-08-03Merge branch 'nfs-rdma' of git://git.linux-nfs.org/projects/anna/nfs-rdma into linux-nextTrond Myklebust1-2/+0
2014-07-31xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macroChuck Lever1-2/+0
2014-07-29SUNRPC: Allow svc_reserve() to notify TCP socket that space has been freedTrond Myklebust1-0/+1
2014-07-23svcrdma: Double the default credit limitChuck Lever1-2/+1
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever1-0/+1
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown1-1/+1
2014-07-12sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton1-0/+2
2014-07-12auth_gss: fetch the acceptor name out of the downcallJeff Layton1-0/+1
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee1-2/+2
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+6
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-8/+13
2014-06-06svcrdma: refactor marshalling logicSteve Wise1-2/+1
2014-06-04SUNRPC: Move congestion window constants to header fileChuck Lever1-0/+6
2014-05-30nfsd4: better reservation of head space for krb5J. Bruce Fields1-6/+5
2014-05-30rpc: define xdr_restrict_buflenJ. Bruce Fields1-0/+1
2014-05-30nfsd4: allow encoding across page boundariesJ. Bruce Fields2-0/+2
2014-05-30rpc: xdr_truncate_encodeJ. Bruce Fields1-0/+1
2014-05-22SUNRPC: track whether a request is coming from a loop-back interface.NeilBrown2-0/+2
2014-05-22NFSD: Ignore client's source port on RDMA transportsChuck Lever1-0/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra2-8/+8
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-1/+15