| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: Protect SCSI device state changes with a mutex | Bart Van Assche | 2017-06-12 | 1 | -3/+4 |
* | scsi: remove tsk_mgmt_response and it_nexus_response transport methods | Christoph Hellwig | 2017-02-06 | 1 | -16/+0 |
* | scsi: remove eh_timed_out methods in the transport template | Christoph Hellwig | 2017-02-06 | 1 | -3/+2 |
* | scsi: srp_transport: Move queuecommand() wait code to SCSI core | Bart Van Assche | 2016-11-29 | 1 | -35/+6 |
* | scsi: replace custom approach to hexdump small buffers | Andy Shevchenko | 2016-11-08 | 1 | -10/+1 |
* | IB/srp: Avoid using uninitialized variable | Sagi Grimberg | 2015-07-14 | 1 | -1/+2 |
* | scsi_transport_srp: Reduce failover time | Bart Van Assche | 2015-05-18 | 1 | -1/+8 |
* | scsi_transport_srp: Fix a race condition | Bart Van Assche | 2015-05-18 | 1 | -1/+3 |
* | scsi_transport_srp: Introduce srp_wait_for_queuecommand() | Bart Van Assche | 2015-05-18 | 1 | -23/+31 |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2014-08-14 | 1 | -1/+2 |
|\ |
|
| * | scsi_transport_srp: Fix fast_io_fail_tmo=dev_loss_tmo=off behavior | Bart Van Assche | 2014-08-01 | 1 | -1/+2 |
* | | tgt: removal | Bart Van Assche | 2014-07-17 | 1 | -18/+0 |
|/ |
|
* | scsi_transport_srp: Fix two kernel-doc warnings | Bart Van Assche | 2014-03-24 | 1 | -0/+1 |
* | scsi_transport_srp: Fix kernel-doc warnings | Bart Van Assche | 2014-01-21 | 1 | -0/+12 |
* | scsi_transport_srp: Fix a race condition | Bart Van Assche | 2014-01-21 | 1 | -40/+43 |
* | scsi_transport_srp: Block rport upon TL error even with fast_io_fail_tmo = off | Bart Van Assche | 2014-01-21 | 1 | -13/+17 |
* | scsi_transport_srp: Add periodic reconnect support | Bart Van Assche | 2013-11-08 | 1 | -7/+99 |
* | scsi_transport_srp: Add transport layer error handling | Bart Van Assche | 2013-11-08 | 1 | -1/+429 |
* | IB/srp: Keep rport as long as the IB transport layer | Bart Van Assche | 2013-11-08 | 1 | -0/+18 |
* | IB/srp: Allow SRP disconnect through sysfs | Bart Van Assche | 2012-11-30 | 1 | -1/+21 |
* | srp_transport: Simplify attribute initialization code | Bart Van Assche | 2012-11-30 | 1 | -22/+4 |
* | srp_transport: Fix attribute registration | Bart Van Assche | 2012-11-30 | 1 | -1/+2 |
* | [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-02 | 1 | -1/+1 |
* | SCSI: convert struct class_device to struct device | Tony Jones | 2008-04-19 | 1 | -12/+14 |
* | [SCSI] docbook and kernel-doc updates | Randy Dunlap | 2008-01-11 | 1 | -2/+1 |
* | [SCSI] Add Documentation and integrate into docbook build | Rob Landley | 2008-01-11 | 1 | -5/+5 |
* | [SCSI] SRP transport: only remove our own entries | Dave Dillow | 2008-01-04 | 1 | -1/+2 |
* | [SCSI] srp_transport: convert to use supported_mode attribute | FUJITA Tomonori | 2007-10-12 | 1 | -4/+6 |
* | [SCSI] scsi_transport_srp: remove tgt dependencies | FUJITA Tomonori | 2007-10-12 | 1 | -5/+5 |
* | [SCSI] tgt: move tsk_mgmt_response callback to transport class | FUJITA Tomonori | 2007-10-12 | 1 | -2/+10 |
* | [SCSI] srp_transport: add target driver support | FUJITA Tomonori | 2007-10-12 | 1 | -0/+24 |
* | [SCSI] transport_srp: add rport roles attribute | FUJITA Tomonori | 2007-10-12 | 1 | -1/+28 |
* | [SCSI] add srp transport class | FUJITA Tomonori | 2007-10-12 | 1 | -0/+320 |