summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-02-091-0/+3
|\
| * SUNRPC: Queue latency-sensitive socket tasks to xprtiodTrond Myklebust2018-02-071-0/+3
* | Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-02-081-2/+0
|\ \ | |/ |/|
| * svcrdma: Post Receives in the Receive completion handlerChuck Lever2018-01-181-2/+0
* | Merge tag 'nfs-rdma-for-4.16-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-01-231-1/+1
|\ \
| * | xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever2018-01-161-1/+1
| |/
* | SUNRPC: Remove rpc_protocol()Chuck Lever2018-01-141-1/+0
|/
* sunrpc: make the function arg as constBhumika Goyal2017-11-271-1/+1
* Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-181-0/+1
|\
| * SUNRPC: Improve ordering of transport processingTrond Myklebust2017-11-071-0/+1
* | Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-11-171-59/+1
|\ \
| * | xprtrdma: Update copyright noticesChuck Lever2017-11-171-0/+1
| * | rpcrdma: Remove C structure definitions of XDR data itemsChuck Lever2017-11-171-59/+0
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0222-0/+22
|/
* Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-09-113-1/+19
|\
| * Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2017-09-052-1/+14
| |\
| | * xprtrdma: Harden backchannel call decodingChuck Lever2017-08-081-0/+13
| | * sunrpc: Const-ify all instances of struct rpc_xprt_opsChuck Lever2017-08-011-1/+1
| * | SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust2017-08-181-0/+1
| * | SUNRPC: Don't hold the transport lock across socket copy operationsTrond Myklebust2017-08-162-0/+4
| |/
* | sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-241-3/+3
* | sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever2017-08-241-2/+2
|/
* Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-07-135-65/+27
|\
| * svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever2017-07-121-4/+0
| * svcrdma: Remove frmr cacheChuck Lever2017-07-121-18/+0
| * svcrdma: Remove unused Read completion handlersChuck Lever2017-07-121-3/+1
| * svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever2017-07-121-14/+0
| * svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever2017-07-121-0/+3
| * sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever2017-07-121-1/+1
| * svcrdma: Remove svc_rdma_marshal.cChuck Lever2017-06-281-3/+0
| * Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields2017-06-281-1/+2
| |\
| * | sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-151-1/+1
| * | sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-2/+2
| * | sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-151-1/+1
| * | sunrpc: remove kxdrproc_tChristoph Hellwig2017-05-151-7/+0
| * | sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-1/+2
| * | sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-1/+2
| * | sunrpc: properly type pc_release callbacksChristoph Hellwig2017-05-151-1/+2
| * | sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-151-2/+2
| * | sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-152-3/+3
| * | sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-151-1/+1
| * | sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig2017-05-151-1/+2
| * | sunrpc: properly type argument to kxdreproc_tChristoph Hellwig2017-05-151-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-1/+2
|\ \ \
| * | | net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+2
| | |/ | |/|
* | | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-201-1/+1
|/ /
* | nfsd: Revert "nfsd: check for oversized NFSv2/v3 arguments"J. Bruce Fields2017-05-161-1/+2
|/
* NFSv4: Fix callback server shutdownTrond Myklebust2017-04-271-0/+1
* svcrdma: Clean out old XDR encodersChuck Lever2017-04-251-4/+0
* svcrdma: Remove the req_map cacheChuck Lever2017-04-251-33/+1
OpenPOWER on IntegriCloud