summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp/ib_srp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-181-6/+6
* | IB/srp: Remove !ch->target tests from the reconnect codeBart Van Assche2015-05-181-7/+1
* | 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/+5
* | IB/srp: Fix reconnection failure handlingBart Van Assche2015-05-181-4/+1
* | IB/srp: Fix connection state trackingBart Van Assche2015-05-181-31/+29
* | 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/+5
|/
* 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/+0
|\
| * scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0
* | IB/srp: Allow newline separator for connection stringSagi Grimberg2014-12-151-1/+1
|/
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-5/+2
* scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig2014-11-241-7/+1
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-12/+8
* IB/srp: Fix a race condition triggered by destroying a queue pairBart Van Assche2014-11-121-9/+50
* IB/srp: Add multichannel supportBart Van Assche2014-11-121-74/+214
* IB/srp: Use block layer tagsBart Van Assche2014-11-121-21/+27
* IB/srp: Separate target and channel variablesBart Van Assche2014-11-121-313/+361
* IB/srp: Introduce two new srp_target_port member variablesBart Van Assche2014-11-121-16/+23
* IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanningBart Van Assche2014-11-121-9/+51
* IB/srp: Remove stale connection retry mechanismBart Van Assche2014-11-121-13/+3
* 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/+1
* IB/srp: Fix return value check in srp_init_module()Wei Yongjun2014-08-141-2/+2
* IB/srp: Fix residual handlingBart Van Assche2014-08-011-3/+7
* IB/srp: Fix deadlock between host removal and multipathdBart Van Assche2014-08-011-10/+28
* IB/srp: Avoid problems if a header uses pr_fmtJoe Perches2014-05-291-1/+1
* IB/srp: Add fast registration supportBart Van Assche2014-05-201-72/+349
* IB/srp: Rename FMR-related variablesBart Van Assche2014-05-201-30/+30
* IB/srp: One FMR pool per SRP connectionBart Van Assche2014-05-201-48/+81
* IB/srp: Introduce the 'register_always' kernel module parameterBart Van Assche2014-05-201-2/+7
* IB/srp: Introduce srp_finish_mapping()Bart Van Assche2014-05-201-15/+27
* IB/srp: Introduce srp_map_fmr()Bart Van Assche2014-05-201-32/+45
* IB/srp: Introduce an additional local variableBart Van Assche2014-05-201-5/+4
* IB/srp: Fix kernel-doc warningsBart Van Assche2014-05-201-0/+7
* IB/srp: Fix a sporadic crash triggered by cable pullingBart Van Assche2014-05-201-0/+6
* IB/srp: Fix a race condition between failing I/O and I/O completionBart Van Assche2014-03-241-11/+22
* IB/srp: Avoid that writing into "add_target" hangs due to a cable pullBart Van Assche2014-03-241-0/+1
* IB/srp: Make writing into the "add_target" sysfs attribute interruptibleBart Van Assche2014-03-241-2/+8
* IB/srp: Avoid duplicate connectionsBart Van Assche2014-03-241-3/+9
* IB/srp: Add more loggingBart Van Assche2014-03-241-11/+12
* IB/srp: Check ib_query_gid return valueSagi Grimberg2014-03-241-1/+3
OpenPOWER on IntegriCloud