aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srp (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15IB/srp: Use P_Key cache for P_Key lookupsBart Van Assche1-4/+5
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2014-12-15IB/srp: Allow newline separator for connection stringSagi Grimberg1-1/+1
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-5/+2
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig1-7/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-12/+8
2014-11-12IB/srp: Fix a race condition triggered by destroying a queue pairBart Van Assche2-9/+52
2014-11-12IB/srp: Add multichannel supportBart Van Assche2-75/+216
2014-11-12IB/srp: Use block layer tagsBart Van Assche2-24/+27
2014-11-12IB/srp: Separate target and channel variablesBart Van Assche2-335/+403
2014-11-12IB/srp: Introduce two new srp_target_port member variablesBart Van Assche2-17/+26
2014-11-12IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanningBart Van Assche2-9/+52
2014-11-12IB/srp: Remove stale connection retry mechanismBart Van Assche1-13/+3
2014-11-12IB/srp: Move ib_destroy_cm_id() call into srp_free_ch_ib()Bart Van Assche1-5/+6
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-23/+1
2014-08-14IB/srp: Fix return value check in srp_init_module()Wei Yongjun1-2/+2
2014-08-01IB/srp: Fix residual handlingBart Van Assche1-3/+7
2014-08-01IB/srp: Fix deadlock between host removal and multipathdBart Van Assche1-10/+28
2014-05-29IB/srp: Avoid problems if a header uses pr_fmtJoe Perches1-1/+1
2014-05-20IB/srp: Add fast registration supportBart Van Assche2-77/+419
2014-05-20IB/srp: Rename FMR-related variablesBart Van Assche2-38/+38
2014-05-20IB/srp: One FMR pool per SRP connectionBart Van Assche2-52/+84
2014-05-20IB/srp: Introduce the 'register_always' kernel module parameterBart Van Assche1-2/+7
2014-05-20IB/srp: Introduce srp_finish_mapping()Bart Van Assche1-15/+27
2014-05-20IB/srp: Introduce srp_map_fmr()Bart Van Assche1-32/+45
2014-05-20IB/srp: Introduce an additional local variableBart Van Assche1-5/+4
2014-05-20IB/srp: Fix kernel-doc warningsBart Van Assche1-0/+7
2014-05-20IB/srp: Fix a sporadic crash triggered by cable pullingBart Van Assche1-0/+6
2014-03-24IB/srp: Fix a race condition between failing I/O and I/O completionBart Van Assche1-11/+22
2014-03-24IB/srp: Avoid that writing into "add_target" hangs due to a cable pullBart Van Assche1-0/+1
2014-03-24IB/srp: Make writing into the "add_target" sysfs attribute interruptibleBart Van Assche1-2/+8
2014-03-24IB/srp: Avoid duplicate connectionsBart Van Assche2-3/+10
2014-03-24IB/srp: Add more loggingBart Van Assche1-11/+12
2014-03-24IB/srp: Check ib_query_gid return valueSagi Grimberg1-1/+3
2014-01-21scsi_transport_srp: Fix a race conditionBart Van Assche1-0/+1
2013-11-08IB/srp: Report receive errors correctlyBart Van Assche1-5/+4
2013-11-08IB/srp: Avoid offlining operational SCSI devicesBart Van Assche1-1/+1
2013-11-08IB/srp: Remove target from list before freeing Scsi_Host structureVu Pham1-4/+5
2013-11-08IB/srp: Add change_queue_depth and change_queue_type supportJack Wang1-0/+54
2013-11-08IB/srp: Make queue size configurableBart Van Assche2-39/+103
2013-11-08IB/srp: Introduce srp_alloc_req_data()Bart Van Assche1-24/+40
2013-11-08IB/srp: Export sgid to sysfsBart Van Assche1-0/+10
2013-11-08IB/srp: Add periodic reconnect functionalityBart Van Assche1-6/+46
2013-11-08scsi_transport_srp: Add periodic reconnect supportBart Van Assche1-2/+2
2013-11-08IB/srp: Start timers if a transport layer error occursBart Van Assche2-0/+20
2013-11-08IB/srp: Use SRP transport layer error recoveryBart Van Assche2-41/+101
2013-11-08IB/srp: Keep rport as long as the IB transport layerBart Van Assche2-0/+4
2013-11-08IB/srp: Make transport layer retry count configurableVu Pham2-1/+24