summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp
Commit message (Expand)AuthorAgeFilesLines
* IB/srp: Fix possible protection faultSagi Grimberg2015-09-031-6/+10
* IB/srp: Create an insecure all physical rkey only if neededBart Van Assche2015-08-312-19/+25
* IB/srp: Register the indirect data buffer descriptorBart Van Assche2015-08-312-3/+58
* IB/srp: Introduce srp_device.use_fmrBart Van Assche2015-08-312-11/+12
* IB/srp: Remove use_mr argument from srp_map_sg_entry()Bart Van Assche2015-08-311-21/+15Star
* IB/srp: Remove the memory registration backtracking codeBart Van Assche2015-08-312-55/+13Star
* IB/srp: Add memory descriptor array pointer range checkingBart Van Assche2015-08-312-6/+20
* IB/srp: Use multiple registrations for large memory regionsBart Van Assche2015-08-311-10/+0Star
* IB/srp: Re-enable FMR for non-page aligned buffersBart Van Assche2015-08-311-9/+5Star
* IB/srp: Use pd->local_dma_lkeyJason Gunthorpe2015-08-311-1/+1
* IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login failsBart Van Assche2015-08-311-0/+9
* IB/srp: Bump driver version and release dateBart Van Assche2015-08-311-2/+2
* IB/srp: Handle partial connection success correctlyBart Van Assche2015-08-311-1/+2
* IB/srp: Constify a function argumentBart Van Assche2015-08-311-1/+1
* IB/srp: Convert to ib_alloc_mrSagi Grimberg2015-08-311-1/+2
* IB/core: lock client data with lists_rwsemHaggai Eran2015-08-301-3/+3
* IB/srp: Avoid using uninitialized variableSagi Grimberg2015-07-141-7/+4Star
* IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock2015-07-141-10/+2Star
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-2/+2
|\
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-2/+2
* | IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-2/+7
| |
| \
*-. | Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford2015-05-201-7/+9
|\ \|
| * | IB/srp: Align to generic logging helpersSagi Grimberg2015-05-181-7/+9
| |/
* | IB/srp: Add 64-bit LUN supportBart Van Assche2015-05-182-7/+6Star
* | IB/srp: Remove !ch->target tests from the reconnect codeBart Van Assche2015-05-181-7/+1Star
* | IB/srp: Remove a superfluous check from srp_free_req_data()Bart Van Assche2015-05-181-1/+1
* | IB/srp: Rearrange module descriptionBart Van Assche2015-05-181-2/+3
* | IB/srp: Remove superfluous castsBart Van Assche2015-05-181-8/+5Star
* | IB/srp: Fix reconnection failure handlingBart Van Assche2015-05-181-4/+1Star
* | IB/srp: Fix connection state trackingBart Van Assche2015-05-182-32/+30Star
* | IB/srp: Fix a connection setup raceBart Van Assche2015-05-181-2/+3
* | IB/srp: Remove an extraneous scsi_host_put() from an error pathBart Van Assche2015-05-181-8/+5Star
|/
* IB/srp: Use P_Key cache for P_Key lookupsBart Van Assche2015-04-151-4/+5
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-201-1/+0Star
|\
| * scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0Star
* | IB/srp: Allow newline separator for connection stringSagi Grimberg2014-12-161-1/+1
|/
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-5/+2Star
* scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2014-11-241-7/+1Star
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-12/+8Star
* IB/srp: Fix a race condition triggered by destroying a queue pairBart Van Assche2014-11-122-9/+52
* IB/srp: Add multichannel supportBart Van Assche2014-11-122-75/+216
* IB/srp: Use block layer tagsBart Van Assche2014-11-122-24/+27
* IB/srp: Separate target and channel variablesBart Van Assche2014-11-122-335/+403
* IB/srp: Introduce two new srp_target_port member variablesBart Van Assche2014-11-122-17/+26
* IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanningBart Van Assche2014-11-122-9/+52
* IB/srp: Remove stale connection retry mechanismBart Van Assche2014-11-121-13/+3Star
* IB/srp: Move ib_destroy_cm_id() call into srp_free_ch_ib()Bart Van Assche2014-11-121-5/+6
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-23/+1Star
* IB/srp: Fix return value check in srp_init_module()Wei Yongjun2014-08-141-2/+2