summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_transport_srp.c
AgeCommit message (Expand)Author
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 502Thomas Gleixner
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-05-28scsi: scsi_transport_srp: Fix shost to rport translationBart Van Assche
2017-11-07Revert "scsi: make 'state' device attribute pollable"Linus Torvalds
2017-08-25scsi: scsi_transport_srp: Suppress a W=1 compiler warningBart Van Assche
2017-08-24scsi: make 'state' device attribute pollableHannes Reinecke
2017-06-12scsi: Protect SCSI device state changes with a mutexBart Van Assche
2017-02-06scsi: remove tsk_mgmt_response and it_nexus_response transport methodsChristoph Hellwig
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2016-11-29scsi: srp_transport: Move queuecommand() wait code to SCSI coreBart Van Assche
2016-11-08scsi: replace custom approach to hexdump small buffersAndy Shevchenko
2015-07-14IB/srp: Avoid using uninitialized variableSagi Grimberg
2015-05-18scsi_transport_srp: Reduce failover timeBart Van Assche
2015-05-18scsi_transport_srp: Fix a race conditionBart Van Assche
2015-05-18scsi_transport_srp: Introduce srp_wait_for_queuecommand()Bart Van Assche
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2014-08-01scsi_transport_srp: Fix fast_io_fail_tmo=dev_loss_tmo=off behaviorBart Van Assche
2014-07-17tgt: removalBart Van Assche
2014-03-24scsi_transport_srp: Fix two kernel-doc warningsBart Van Assche
2014-01-21scsi_transport_srp: Fix kernel-doc warningsBart Van Assche
2014-01-21scsi_transport_srp: Fix a race conditionBart Van Assche
2014-01-21scsi_transport_srp: Block rport upon TL error even with fast_io_fail_tmo = offBart Van Assche
2013-11-08scsi_transport_srp: Add periodic reconnect supportBart Van Assche
2013-11-08scsi_transport_srp: Add transport layer error handlingBart Van Assche
2013-11-08IB/srp: Keep rport as long as the IB transport layerBart Van Assche
2012-11-30IB/srp: Allow SRP disconnect through sysfsBart Van Assche
2012-11-30srp_transport: Simplify attribute initialization codeBart Van Assche
2012-11-30srp_transport: Fix attribute registrationBart Van Assche
2009-01-02[SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones
2008-01-11[SCSI] docbook and kernel-doc updatesRandy Dunlap
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley
2008-01-04[SCSI] SRP transport: only remove our own entriesDave Dillow
2007-10-12[SCSI] srp_transport: convert to use supported_mode attributeFUJITA Tomonori
2007-10-12[SCSI] scsi_transport_srp: remove tgt dependenciesFUJITA Tomonori
2007-10-12[SCSI] tgt: move tsk_mgmt_response callback to transport classFUJITA Tomonori
2007-10-12[SCSI] srp_transport: add target driver supportFUJITA Tomonori
2007-10-12[SCSI] transport_srp: add rport roles attributeFUJITA Tomonori
2007-10-12[SCSI] add srp transport classFUJITA Tomonori