aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Merge branch 'cleanups'Trond Myklebust2-3/+12
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-3/+12
2015-02-12SUNRPC: Fix a compile error when #undef CONFIG_PROC_FSTrond Myklebust1-2/+5
2015-02-09SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flagTrond Myklebust1-1/+0
2015-02-09SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORTTrond Myklebust1-1/+0
2015-02-08SUNRPC: Remove TCP client connection reset hackTrond Myklebust1-1/+0
2015-02-08SUNRPC: Add helpers to prevent socket create from racingTrond Myklebust1-0/+3
2015-02-03SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust1-1/+2
2015-02-03Merge branch 'flexfiles'Trond Myklebust1-0/+4
2015-02-03pnfs/flexfiles: Add the FlexFile Layout DriverTom Haynes1-0/+2
2015-02-03sunrpc: add rpc_count_iostats_idxWeston Andros Adamson1-0/+2
2015-01-30xprtrdma: Clean up hdrlenChuck Lever1-1/+4
2015-01-30xprtrdma: Modernize htonl and ntohlChuck Lever2-2/+9
2015-01-23sunrpc/lockd: fix references to the BKLJeff Layton1-1/+1
2015-01-15svcrdma: Support RDMA_NOMSG requestsChuck Lever1-0/+1
2015-01-15svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever1-0/+10
2015-01-15svcrdma: Clean up read chunk countingChuck Lever1-2/+0
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