aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-65/+27
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever1-4/+0
2017-07-12svcrdma: Remove frmr cacheChuck Lever1-18/+0
2017-07-12svcrdma: Remove unused Read completion handlersChuck Lever1-3/+1
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever1-14/+0
2017-07-12svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever1-0/+3
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever1-1/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2017-07-04net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_tReshetova, Elena1-1/+2
2017-06-28svcrdma: Remove svc_rdma_marshal.cChuck Lever1-3/+0
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields1-1/+2
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wait_bit.h>Ingo Molnar1-1/+1
2017-05-16nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields1-1/+2
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig1-2/+2
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-1/+1
2017-05-15sunrpc: remove kxdrproc_tChristoph Hellwig1-7/+0
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig1-1/+2
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig1-1/+2
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig1-1/+2
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig1-2/+2
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2-3/+3
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig1-1/+1
2017-05-15sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig1-1/+2
2017-05-15sunrpc: properly type argument to kxdreproc_tChristoph Hellwig1-1/+4
2017-04-27NFSv4: Fix callback server shutdownTrond Myklebust1-0/+1
2017-04-25svcrdma: Clean out old XDR encodersChuck Lever1-4/+0
2017-04-25svcrdma: Remove the req_map cacheChuck Lever1-33/+1
2017-04-25svcrdma: Remove unused RDMA Write completion handlerChuck Lever1-1/+0
2017-04-25svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxtChuck Lever1-2/+7
2017-04-25svcrdma: Clean up RPC-over-RDMA backchannel reply processingChuck Lever1-1/+1
2017-04-25svcrdma: Clean up RDMA_ERROR pathChuck Lever2-5/+3
2017-04-25svcrdma: Use rdma_rw API in RPC reply pathChuck Lever1-1/+0
2017-04-25svcrdma: Introduce local rdma_rw API helpersChuck Lever1-0/+11
2017-04-25svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULTChuck Lever1-1/+0
2017-04-25svcrdma: Add svc_rdma_map_reply_hdr()Chuck Lever1-0/+3
2017-04-25svcrdma: Move send_wr to svc_rdma_op_ctxtChuck Lever1-0/+4
2017-04-25nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields1-2/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-38/+233
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-14/+27
2017-02-24nfs/nfsd/sunrpc: enforce transport requirements for NFSv4Jeff Layton1-0/+3
2017-02-24sunrpc: flag transports as having congestion controlJeff Layton1-0/+1
2017-02-24sunrpc: turn bitfield flags in svc_version into boolsJeff Layton1-4/+5
2017-02-21SUNRPC: Add a helper function xdr_stream_decode_string_dup()Trond Myklebust1-0/+2
2017-02-21SUNRPC: Add generic helpers for xdr_stream encode/decodeTrond Myklebust1-0/+177
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-02-09NFSv4: Set the connection timeout to match the lease periodTrond Myklebust1-2/+3
2017-02-09SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust2-0/+7
2017-02-09SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust1-1/+0