summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/srp
AgeCommit message (Expand)Author
2015-04-15IB/srp: Use P_Key cache for P_Key lookupsBart Van Assche
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2014-12-15IB/srp: Allow newline separator for connection stringSagi Grimberg
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig
2014-11-12IB/srp: Fix a race condition triggered by destroying a queue pairBart Van Assche
2014-11-12IB/srp: Add multichannel supportBart Van Assche
2014-11-12IB/srp: Use block layer tagsBart Van Assche
2014-11-12IB/srp: Separate target and channel variablesBart Van Assche
2014-11-12IB/srp: Introduce two new srp_target_port member variablesBart Van Assche
2014-11-12IB/srp: Avoid that I/O hangs due to a cable pull during LUN scanningBart Van Assche
2014-11-12IB/srp: Remove stale connection retry mechanismBart Van Assche
2014-11-12IB/srp: Move ib_destroy_cm_id() call into srp_free_ch_ib()Bart Van Assche
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig
2014-08-14IB/srp: Fix return value check in srp_init_module()Wei Yongjun
2014-08-01IB/srp: Fix residual handlingBart Van Assche
2014-08-01IB/srp: Fix deadlock between host removal and multipathdBart Van Assche
2014-05-29IB/srp: Avoid problems if a header uses pr_fmtJoe Perches
2014-05-20IB/srp: Add fast registration supportBart Van Assche
2014-05-20IB/srp: Rename FMR-related variablesBart Van Assche
2014-05-20IB/srp: One FMR pool per SRP connectionBart Van Assche
2014-05-20IB/srp: Introduce the 'register_always' kernel module parameterBart Van Assche
2014-05-20IB/srp: Introduce srp_finish_mapping()Bart Van Assche
2014-05-20IB/srp: Introduce srp_map_fmr()Bart Van Assche
2014-05-20IB/srp: Introduce an additional local variableBart Van Assche
2014-05-20IB/srp: Fix kernel-doc warningsBart Van Assche
2014-05-20IB/srp: Fix a sporadic crash triggered by cable pullingBart Van Assche
2014-03-24IB/srp: Fix a race condition between failing I/O and I/O completionBart Van Assche
2014-03-24IB/srp: Avoid that writing into "add_target" hangs due to a cable pullBart Van Assche
2014-03-24IB/srp: Make writing into the "add_target" sysfs attribute interruptibleBart Van Assche
2014-03-24IB/srp: Avoid duplicate connectionsBart Van Assche
2014-03-24IB/srp: Add more loggingBart Van Assche
2014-03-24IB/srp: Check ib_query_gid return valueSagi Grimberg
2014-01-21scsi_transport_srp: Fix a race conditionBart Van Assche
2013-11-08IB/srp: Report receive errors correctlyBart Van Assche
2013-11-08IB/srp: Avoid offlining operational SCSI devicesBart Van Assche
2013-11-08IB/srp: Remove target from list before freeing Scsi_Host structureVu Pham
2013-11-08IB/srp: Add change_queue_depth and change_queue_type supportJack Wang
2013-11-08IB/srp: Make queue size configurableBart Van Assche
2013-11-08IB/srp: Introduce srp_alloc_req_data()Bart Van Assche
2013-11-08IB/srp: Export sgid to sysfsBart Van Assche
2013-11-08IB/srp: Add periodic reconnect functionalityBart Van Assche
2013-11-08scsi_transport_srp: Add periodic reconnect supportBart Van Assche
2013-11-08IB/srp: Start timers if a transport layer error occursBart Van Assche
2013-11-08IB/srp: Use SRP transport layer error recoveryBart Van Assche
2013-11-08IB/srp: Keep rport as long as the IB transport layerBart Van Assche
2013-11-08IB/srp: Make transport layer retry count configurableVu Pham