summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp/ib_srp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-151-2/+0Star
* SCSI: convert struct class_device to struct deviceTony Jones2008-04-201-1/+1
* IB: rename "dev" to "srp_dev" in srp_host structureGreg Kroah-Hartman2008-04-201-1/+1
* IB/srp: Retry stale connectionsDavid Dillow2008-02-051-0/+1
* IB/srp: Respect target credit limitDavid Dillow2008-01-251-0/+5
* [SCSI] ib_srp: convert to use the data buffer accessorsFUJITA Tomonori2007-06-071-5/+0Star
* IB/srp: Add orig_dgid sysfs attribute to scsi_hostIshai Rabinovitz2007-05-071-0/+1
* IB/srp: Don't wait for response when QP is in error state.Ishai Rabinovitz2007-02-041-0/+1
* IB/srp: Fix FMR mapping for 32-bit kernels and addresses above 4GRoland Dreier2006-12-151-1/+1
* IB/srp: Use new verbs IB DMA mapping functionsRalph Campbell2006-12-121-1/+1
* IB/srp: Enable multiple connections to the same targetIshai Rabinovitz2006-10-101-1/+1
* IB/srp: Support SRP rev. 10 targetsRamachandra K2006-06-181-0/+1
* IB/srp: Get rid of "Target has req_lim 0" messagesRoland Dreier2006-06-181-0/+2
* IB/srp: Allow sg_tablesize to be adjustedVu Pham2006-06-181-4/+1Star
* IB/srp: Change target_mutex to a spinlockMatthew Wilcox2006-06-181-1/+1
* IB/srp: Use FMRs to map gather/scatter listsRoland Dreier2006-06-181-5/+20
* IB/srp: Fix tracking of pending requests during error handlingRoland Dreier2006-05-091-2/+2
* IB/srp: Use a fake scatterlist for non-SG SCSI commandsRoland Dreier2006-03-251-1/+6
* IB/srp: Semaphore to mutex conversionIngo Molnar2006-01-311-3/+2Star
* [IB] srp: increase max_lunsRoland Dreier2005-11-111-0/+1
* IB: Add SCSI RDMA Protocol (SRP) initiatorRoland Dreier2005-11-021-0/+150