summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)Author
2017-11-27sunrpc: make the function arg as constBhumika Goyal
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-11-17xprtrdma: Update copyright noticesChuck Lever
2017-11-17rpcrdma: Remove C structure definitions of XDR data itemsChuck Lever
2017-11-07SUNRPC: Improve ordering of transport processingTrond Myklebust
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-11Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2017-08-24sunrpc: Const-ify struct sv_serv_opsChuck Lever
2017-08-24sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust
2017-08-16SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust
2017-08-08xprtrdma: Harden backchannel call decodingChuck Lever
2017-08-01sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-07-12svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever
2017-07-12svcrdma: Remove frmr cacheChuck Lever
2017-07-12svcrdma: Remove unused Read completion handlersChuck Lever
2017-07-12svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever
2017-07-12svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever
2017-07-12sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-04net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_tReshetova, Elena
2017-06-28svcrdma: Remove svc_rdma_marshal.cChuck Lever
2017-06-28Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields
2017-06-20sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar
2017-05-16nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig
2017-05-15sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig
2017-05-15sunrpc: remove kxdrproc_tChristoph Hellwig
2017-05-15sunrpc: properly type pc_encode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_decode callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_release callbacksChristoph Hellwig
2017-05-15sunrpc: properly type pc_func callbacksChristoph Hellwig
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig
2017-05-15sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig
2017-05-15sunrpc: properly type argument to kxdreproc_tChristoph Hellwig
2017-04-27NFSv4: Fix callback server shutdownTrond Myklebust
2017-04-25svcrdma: Clean out old XDR encodersChuck Lever
2017-04-25svcrdma: Remove the req_map cacheChuck Lever
2017-04-25svcrdma: Remove unused RDMA Write completion handlerChuck Lever
2017-04-25svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxtChuck Lever
2017-04-25svcrdma: Clean up RPC-over-RDMA backchannel reply processingChuck Lever
2017-04-25svcrdma: Clean up RDMA_ERROR pathChuck Lever
2017-04-25svcrdma: Use rdma_rw API in RPC reply pathChuck Lever
2017-04-25svcrdma: Introduce local rdma_rw API helpersChuck Lever
2017-04-25svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULTChuck Lever