summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-271-16/+16
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-01-241-9/+30
|\
| * svc_rdma: use local_dma_lkeyChristoph Hellwig2016-01-191-2/+0Star
| * svcrdma: Add class for RDMA backwards direction transportChuck Lever2016-01-191-0/+5
| * svcrdma: Define maximum number of backchannel requestsChuck Lever2016-01-191-3/+10
| * svcrdma: Make map_xdr non-staticChuck Lever2016-01-191-0/+2
| * svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2016-01-191-1/+1
| * svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever2016-01-191-0/+1
| * svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever2016-01-191-2/+6
| * svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever2016-01-191-1/+5
* | sunrpc: Add a function to close temporary transports immediatelyScott Mayhew2015-12-231-0/+1
* | nfsd4: fix gss-proxy 4.1 mounts for some AD principalsJ. Bruce Fields2015-11-241-1/+8
|/
* Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-11-121-5/+11
|\
| * sunrpc/cache: make cache flushing more reliable.Neil Brown2015-10-231-5/+11
* | Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-11-104-1/+21
|\ \
| * \ Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-11-023-1/+19
| |\ \
| | * | NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever2015-11-021-0/+3
| | * | svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2015-11-022-1/+6
| | * | SUNRPC: Abstract backchannel operationsChuck Lever2015-11-022-0/+10
| | |/
| * / SUNRPC: Move TCP receive data path into a workqueue contextTrond Myklebust2015-10-081-0/+2
| |/
* / svcrdma: Port to new memory registration APISagi Grimberg2015-10-291-4/+2Star
|/
* SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust2015-09-181-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-091-0/+1
|\
| * svcrdma: Use max_sge_rd for destination read depthsSteve Wise2015-08-291-0/+1
* | Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-09-073-10/+27
|\ \
| * | SUNRPC: Drop double-underscores from __rpc_cmp_addr6()Trond Myklebust2015-08-171-1/+1
| * | Merge tag 'nfs-rdma-for-4.3' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-08-171-1/+1
| |\ \
| | * | xprtrdma: Increase default credit limitChuck Lever2015-08-051-1/+1
| | |/
| * | SUNRPC: Add an rpc_cmp_addr_port() functionAnna Schumaker2015-08-171-0/+13
| * | SUNRPC: Drop double-underscores from rpc_cmp_addr{4|6}()Anna Schumaker2015-08-171-6/+6
| * | sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytesJeff Layton2015-08-121-2/+6
| |/
* | sunrpc: Switch to using hash list instead single listKinglong Mee2015-08-131-2/+2
* | sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee2015-08-131-0/+5
* | nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcoun...Jeff Layton2015-08-101-0/+3
* | nfsd/sunrpc: move pool_mode definitions into svc.hJeff Layton2015-08-101-0/+25
* | nfsd/sunrpc: abstract out svc_set_num_threads to sv_opsJeff Layton2015-08-101-0/+3
* | nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton2015-08-102-0/+4
* | nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton2015-08-101-3/+6
* | nfsd/sunrpc: move sv_function into sv_opsJeff Layton2015-08-101-8/+3Star
* | nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton2015-08-101-10/+10
* | svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever2015-08-101-7/+2Star
* | svcrdma: Remove svc_rdma_fastreg()Chuck Lever2015-07-201-1/+0Star
* | svcrdma: Clean up svc_rdma_get_reply_array()Chuck Lever2015-07-201-79/+2Star
|/
* Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-07-025-7/+56
|\
| * Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-06-161-1/+2
| |\
| | * xprtrdma: Remove rpcrdma_ia::ri_memreg_strategyChuck Lever2015-06-121-1/+2
| * | SUNRPC: Transport fault injectionChuck Lever2015-06-111-0/+19
| * | sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton2015-06-111-2/+14
| * | sunrpc: make xprt->swapper an atomic_tJeff Layton2015-06-111-2/+3
| * | sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton2015-06-112-0/+17