aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp/ib_srp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19RDMA/srp: Add support for immediate dataBart Van Assche1-0/+12
2018-12-19RDMA/srp: Rework handling of the maximum information unit lengthBart Van Assche1-1/+2
2018-12-19RDMA/srp: Move srp_rdma_ch.max_ti_iu_len declarationBart Van Assche1-1/+2
2018-12-19RDMA/srp: Handle large SCSI CDBs correctlyBart Van Assche1-0/+2
2018-01-23IB/srp: Add target_can_queue login parameterBart Van Assche1-0/+1
2018-01-23IB/srp: Add RDMA/CM supportBart Van Assche1-7/+35
2017-10-18IB/srp: Cache global rkeyBart Van Assche1-1/+2
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli1-1/+1
2017-02-19IB/srp: Fix race conditions related to task managementBart Van Assche1-0/+1
2016-09-23IB/srp: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig1-2/+1
2016-05-13IB/srp: Prevent mapping failuresBart Van Assche1-0/+1
2016-05-12IB/srp: Introduce target->mr_pool_sizeBart Van Assche1-0/+1
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/rdma-cqDoug Ledford1-5/+2
2015-12-11IB/srp: use the new CQ APIChristoph Hellwig1-5/+2
2015-12-07IB/srp: Fix srp_map_sg_fr()Bart Van Assche1-4/+1
2015-10-28IB/srp: Convert to new registration APISagi Grimberg1-3/+8
2015-08-30IB/srp: Create an insecure all physical rkey only if neededBart Van Assche1-2/+2
2015-08-30IB/srp: Register the indirect data buffer descriptorBart Van Assche1-0/+4
2015-08-30IB/srp: Introduce srp_device.use_fmrBart Van Assche1-0/+1
2015-08-30IB/srp: Remove the memory registration backtracking codeBart Van Assche1-6/+0
2015-08-30IB/srp: Add memory descriptor array pointer range checkingBart Van Assche1-2/+8
2015-05-18IB/srp: Add 64-bit LUN supportBart Van Assche1-1/+0
2015-05-18IB/srp: Fix connection state trackingBart Van Assche1-1/+1
2014-11-12IB/srp: Fix a race condition triggered by destroying a queue pairBart Van Assche1-0/+2
2014-11-12IB/srp: Add multichannel supportBart Van Assche1-1/+2
2014-11-12IB/srp: Use block layer tagsBart Van Assche1-3/+0
2014-11-12IB/srp: Separate target and channel variablesBart Van Assche1-22/+42
2014-11-12IB/srp: Introduce two new srp_target_port member variablesBart Van Assche1-1/+3
2014-11-12IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanningBart Van Assche1-0/+1
2014-05-20IB/srp: Add fast registration supportBart Van Assche1-5/+70
2014-05-20IB/srp: Rename FMR-related variablesBart Van Assche1-8/+8
2014-05-20IB/srp: One FMR pool per SRP connectionBart Van Assche1-4/+3
2014-03-24IB/srp: Avoid duplicate connectionsBart Van Assche1-0/+1
2013-11-08IB/srp: Make queue size configurableBart Van Assche1-9/+8
2013-11-08IB/srp: Start timers if a transport layer error occursBart Van Assche1-0/+1
2013-11-08IB/srp: Use SRP transport layer error recoveryBart Van Assche1-1/+0
2013-11-08IB/srp: Keep rport as long as the IB transport layerBart Van Assche1-0/+1
2013-11-08IB/srp: Make transport layer retry count configurableVu Pham1-0/+1
2013-07-01IB/srp: Make HCA completion vector configurableBart Van Assche1-0/+1
2013-02-25IB/srp: Fail I/O requests if the transport is offlineBart Van Assche1-0/+1
2012-11-30IB/srp: Eliminate state SRP_TARGET_DEADBart Van Assche1-3/+2
2012-11-30IB/srp: Suppress superfluous error messagesBart Van Assche1-0/+1
2012-11-30IB/srp: Introduce srp_handle_qp_err()Bart Van Assche1-1/+1
2012-11-30IB/srp: Eliminate state SRP_TARGET_CONNECTINGBart Van Assche1-1/+0
2012-11-30IB/srp: Increase block layer timeoutBart Van Assche1-0/+2
2011-03-15IB/srp: try to use larger FMR sizes to cover our mappingsDavid Dillow1-1/+2
2011-03-15IB/srp: add support for indirect tables that don't fit in SRP_CMDDavid Dillow1-0/+5
2011-03-15IB/srp: rework mapping engine to use multiple FMR entriesDavid Dillow1-4/+24
2011-03-15IB/srp: allow sg_tablesize to be set for each targetDavid Dillow1-0/+2
2011-01-10IB/srp: consolidate hot-path variables into cache linesDavid Dillow1-12/+19