summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp/ib_srp.h
Commit message (Expand)AuthorAgeFilesLines
* IB/srp: Fix race conditions related to task managementBart Van Assche2017-02-191-0/+1
* IB/srp: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig2016-09-231-2/+1Star
* IB/srp: Prevent mapping failuresBart Van Assche2016-05-131-0/+1
* IB/srp: Introduce target->mr_pool_sizeBart Van Assche2016-05-121-0/+1
* Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford2015-12-151-5/+2Star
|\
| * IB/srp: use the new CQ APIChristoph Hellwig2015-12-111-5/+2Star
* | IB/srp: Fix srp_map_sg_fr()Bart Van Assche2015-12-071-4/+1Star
|/
* IB/srp: Convert to new registration APISagi Grimberg2015-10-291-3/+8
* IB/srp: Create an insecure all physical rkey only if neededBart Van Assche2015-08-311-2/+2
* IB/srp: Register the indirect data buffer descriptorBart Van Assche2015-08-311-0/+4
* IB/srp: Introduce srp_device.use_fmrBart Van Assche2015-08-311-0/+1
* IB/srp: Remove the memory registration backtracking codeBart Van Assche2015-08-311-6/+0Star
* IB/srp: Add memory descriptor array pointer range checkingBart Van Assche2015-08-311-2/+8
* IB/srp: Add 64-bit LUN supportBart Van Assche2015-05-181-1/+0Star
* IB/srp: Fix connection state trackingBart Van Assche2015-05-181-1/+1
* IB/srp: Fix a race condition triggered by destroying a queue pairBart Van Assche2014-11-121-0/+2
* IB/srp: Add multichannel supportBart Van Assche2014-11-121-1/+2
* IB/srp: Use block layer tagsBart Van Assche2014-11-121-3/+0Star
* IB/srp: Separate target and channel variablesBart Van Assche2014-11-121-22/+42
* IB/srp: Introduce two new srp_target_port member variablesBart Van Assche2014-11-121-1/+3
* IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanningBart Van Assche2014-11-121-0/+1
* IB/srp: Add fast registration supportBart Van Assche2014-05-201-5/+70
* IB/srp: Rename FMR-related variablesBart Van Assche2014-05-201-8/+8
* IB/srp: One FMR pool per SRP connectionBart Van Assche2014-05-201-4/+3Star
* IB/srp: Avoid duplicate connectionsBart Van Assche2014-03-241-0/+1
* IB/srp: Make queue size configurableBart Van Assche2013-11-081-9/+8Star
* IB/srp: Start timers if a transport layer error occursBart Van Assche2013-11-081-0/+1
* IB/srp: Use SRP transport layer error recoveryBart Van Assche2013-11-081-1/+0Star
* IB/srp: Keep rport as long as the IB transport layerBart Van Assche2013-11-081-0/+1
* IB/srp: Make transport layer retry count configurableVu Pham2013-11-081-0/+1
* IB/srp: Make HCA completion vector configurableBart Van Assche2013-07-011-0/+1
* IB/srp: Fail I/O requests if the transport is offlineBart Van Assche2013-02-251-0/+1
* IB/srp: Eliminate state SRP_TARGET_DEADBart Van Assche2012-12-011-3/+2Star
* IB/srp: Suppress superfluous error messagesBart Van Assche2012-12-011-0/+1
* IB/srp: Introduce srp_handle_qp_err()Bart Van Assche2012-12-011-1/+1
* IB/srp: Eliminate state SRP_TARGET_CONNECTINGBart Van Assche2012-12-011-1/+0Star
* IB/srp: Increase block layer timeoutBart Van Assche2012-12-011-0/+2
* IB/srp: try to use larger FMR sizes to cover our mappingsDavid Dillow2011-03-161-1/+2
* IB/srp: add support for indirect tables that don't fit in SRP_CMDDavid Dillow2011-03-161-0/+5
* IB/srp: rework mapping engine to use multiple FMR entriesDavid Dillow2011-03-161-4/+24
* IB/srp: allow sg_tablesize to be set for each targetDavid Dillow2011-03-161-0/+2
* IB/srp: consolidate hot-path variables into cache linesDavid Dillow2011-01-101-12/+19
* IB/srp: stop sharing the host lock with SCSIBart Van Assche2011-01-101-0/+2
* IB/srp: reduce local coverage for command submission and EHBart Van Assche2011-01-101-1/+0Star
* IB/srp: don't move active requests to their own listBart Van Assche2011-01-101-1/+0Star
* IB/srp: allow lockless work postingBart Van Assche2011-01-051-5/+2Star
* IB/srp: allow task management without a previous requestDavid Dillow2011-01-051-5/+5
* IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQDavid Dillow2010-10-231-3/+5
* IB/srp: Preparation for transmit ring response allocationBart Van Assche2010-10-231-3/+10
* IB/srp: Split send and recieve CQs to reduce number of interruptsBart Van Assche2010-03-021-4/+2Star