summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma.c
Commit message (Expand)AuthorAgeFilesLines
* net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-1/+0
* svcrdma: Add a utility workqueue to svcrdmaChuck Lever2024-01-071-8/+24
* sunrpc: simplify two-level sysctl registration for svcrdma_parm_tableLuis Chamberlain2023-04-261-19/+2
* svcrdma: Deprecate stat variables that are no longer usedChuck Lever2021-01-251-57/+27
* svcrdma: Restore read and write statsChuck Lever2021-01-251-8/+18
* svcrdma: Convert rdma_stat_sq_starve to a per-CPU counterChuck Lever2021-01-251-4/+9
* svcrdma: Convert rdma_stat_recv to a per-CPU counterChuck Lever2021-01-251-4/+51
* svcrdma: Refactor svc_rdma_init() and svc_rdma_clean_up()Chuck Lever2021-01-251-7/+23
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-4/+3
* svcrdma: Remove svc_rdma_wqChuck Lever2019-08-191-7/+0
* sunrpc: remove svc_rdma_bc_classVasily Averin2018-12-271-6/+0
* sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing2018-08-091-2/+0
* xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever2018-05-111-1/+1
* svcrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever2018-05-111-0/+1
* svcrdma: Consult max_qp_init_rd_atom when accepting connectionsChuck Lever2018-03-201-2/+2
* svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxtChuck Lever2017-04-251-3/+3
* svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULTChuck Lever2017-04-251-2/+0
* svcrdma: Define maximum number of backchannel requestsChuck Lever2016-01-191-2/+4
* svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever2016-01-191-35/+0
* svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2015-11-021-0/+6
* rpcrdma: Merge svcrdma and xprtrdma modules into oneChuck Lever2015-06-041-7/+1
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-4/+4
* svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker2012-02-171-0/+1
* sunrpc/xprtrdma: clean up workqueue usageTejun Heo2010-10-211-1/+10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-12/+12
* sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-13/+3
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-1/+1
* svcrdma: Create a kmem cache for the WR contextsTom Tucker2008-07-021-4/+19
* svcrdma: Add flush_scheduled_work to module exit functionTom Tucker2008-07-021-0/+1
* svcrdma: Add a type for keeping NFS RPC mappingTom Tucker2008-07-021-0/+19
* rdma: SVCRDMA Transport ModuleTom Tucker2008-02-011-0/+266