aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc/xprtrdma/svc_rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-03net: sunrpc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-01-07svcrdma: Add a utility workqueue to svcrdmaChuck Lever1-8/+24
2023-04-26sunrpc: simplify two-level sysctl registration for svcrdma_parm_tableLuis Chamberlain1-19/+2
2021-01-25svcrdma: Deprecate stat variables that are no longer usedChuck Lever1-57/+27
2021-01-25svcrdma: Restore read and write statsChuck Lever1-8/+18
2021-01-25svcrdma: Convert rdma_stat_sq_starve to a per-CPU counterChuck Lever1-4/+9
2021-01-25svcrdma: Convert rdma_stat_recv to a per-CPU counterChuck Lever1-4/+51
2021-01-25svcrdma: Refactor svc_rdma_init() and svc_rdma_clean_up()Chuck Lever1-7/+23
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-4/+3
2019-08-19svcrdma: Remove svc_rdma_wqChuck Lever1-7/+0
2018-12-27sunrpc: remove svc_rdma_bc_classVasily Averin1-6/+0
2018-08-09sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing1-2/+0
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever1-1/+1
2018-05-11svcrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever1-0/+1
2018-03-20svcrdma: Consult max_qp_init_rd_atom when accepting connectionsChuck Lever1-2/+2
2017-04-25svcrdma: Reduce size of sge array in struct svc_rdma_op_ctxtChuck Lever1-3/+3
2017-04-25svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULTChuck Lever1-2/+0
2016-01-19svcrdma: Define maximum number of backchannel requestsChuck Lever1-2/+4
2016-01-19svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever1-35/+0
2015-11-02svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever1-0/+6
2015-06-04rpcrdma: Merge svcrdma and xprtrdma modules into oneChuck Lever1-7/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-4/+4
2012-02-17svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker1-0/+1
2010-10-21sunrpc/xprtrdma: clean up workqueue usageTejun Heo1-1/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-12/+12
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-13/+3
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-1/+1
2008-07-02svcrdma: Create a kmem cache for the WR contextsTom Tucker1-4/+19
2008-07-02svcrdma: Add flush_scheduled_work to module exit functionTom Tucker1-0/+1
2008-07-02svcrdma: Add a type for keeping NFS RPC mappingTom Tucker1-0/+19
2008-02-01rdma: SVCRDMA Transport ModuleTom Tucker1-0/+266