Age | Commit message (Expand) | Author | Files | Lines |
2009-08-23 | [SCSI] scsi_transport_sas: fix incorrect duplicate setup of max_phys | James Bottomley | 1 | -4/+0 |
2009-06-21 | scsi_transport_sas: needs to call blk_end_request_all for SMP requests | FUJITA Tomonori | 1 | -2/+2 |
2009-05-11 | block: implement and enforce request peek/start/fetch | Tejun Heo | 1 | -3/+1 |
2009-01-02 | [SCSI] struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -20/+22 |
2008-07-27 | [SCSI] replace __FUNCTION__ with __func__ | Harvey Harrison | 1 | -2/+2 |
2008-04-29 | block: make queue flags non-atomic | Nick Piggin | 1 | -2/+1 |
2008-04-23 | [SCSI] scsi_transport_sas: fix the lifetime of sas bsg objects | FUJITA Tomonori | 1 | -2/+20 |
2008-04-23 | [SCSI] bsg: add release callback support | FUJITA Tomonori | 1 | -1/+1 |
2008-04-20 | SCSI: convert struct class_device to struct device | Tony Jones | 1 | -69/+88 |
2008-02-03 | drivers/scsi/: Spelling fixes | Joe Perches | 1 | -1/+1 |
2008-01-12 | [SCSI] libsas, bsg: pass errors through correctly | James Bottomley | 1 | -0/+1 |
2008-01-12 | [SCSI] Add Documentation and integrate into docbook build | Rob Landley | 1 | -19/+21 |
2007-07-21 | [SCSI] bsg: make class backlinks | James Bottomley | 1 | -14/+18 |
2007-07-20 | [SCSI] scsi_transport_sas: add destructor for bsg | James Bottomley | 1 | -1/+35 |
2007-07-18 | [SCSI] transport_sas: add SAS management protocol support | FUJITA Tomonori | 1 | -0/+85 |
2007-02-17 | Fix typos concerning hierarchy | Uwe Kleine-König | 1 | -2/+2 |
2007-01-27 | [SCSI] libsas: Check return values of sysfs_create_link | Darrick J. Wong | 1 | -4/+22 |
2007-01-27 | [SCSI] libsas: Clean up discovery failure handler code | Darrick J. Wong | 1 | -14/+19 |
2007-01-27 | [SCSI] aic94xx: fix typos and update verison number | Alexis Bruemmer | 1 | -1/+1 |
2007-01-14 | [SCSI] libsas: sysfs phy control attributes should not be S_IWUGO | Darrick J. Wong | 1 | -2/+2 |
2007-01-14 | [SCSI] libsas: Use SCAN_WILD_CARD instead of ~0 | Darrick J. Wong | 1 | -1/+1 |
2007-01-14 | [SCSI] libsas: Add a sysfs knob to enable/disable a phy | Darrick J. Wong | 1 | -0/+51 |
2006-12-04 | [PATCH] severing module.h->sched.h | Al Viro | 1 | -0/+1 |
2006-09-08 | [SCSI] scsi_transport_sas: make minimum and maximum linkrate settable quantities | James Bottomley | 1 | -6/+67 |
2006-08-28 | [SCSI] scsi_transport_sas: remove local_attached flag | James Bottomley | 1 | -8/+2 |
2006-07-12 | [SCSI] scsi_transport_sas: kill the use of channel | James Bottomley | 1 | -5/+3 |
2006-07-12 | [SCSI] scsi_transport_sas: add expander backlink | James Bottomley | 1 | -0/+20 |
2006-07-09 | [SCSI] scsi_transport_sas: add unindexed ports | James Bottomley | 1 | -1/+35 |
2006-06-28 | [SCSI] scsi_transport_sas: introduce a sas_port entity | James Bottomley | 1 | -38/+333 |
2006-06-12 | [SCSI] scsi_transport_sas: fix panic in sas_free_rphy | James Bottomley | 1 | -0/+14 |
2006-06-10 | Merge ../linux-2.6 | James Bottomley | 1 | -2/+2 |
2006-06-10 | [SCSI] drivers/scsi: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -2/+2 |
2006-05-20 | [SCSI] scsi_transport_sas: make write attrs writeable | Eric Moore | 1 | -1/+0 |
2006-05-20 | [SCSI] scsi_transport_sas; fix user_scan | James Bottomley | 1 | -1/+2 |
2006-04-15 | [SCSI] scsi_transport_sas: don't scan a non-existent end device | James Bottomley | 1 | -0/+2 |
2006-04-13 | [SCSI] expose sas internal class for the domain transport | James Bottomley | 1 | -34/+1 |
2006-04-13 | [SCSI] sas transport: ref count update | Mike Anderson | 1 | -24/+6 |
2006-03-19 | [SCSI] eliminate rphy allocation in favour of expander/end device allocation | James Bottomley | 1 | -45/+27 |
2006-03-14 | [SCSI] add preliminary expander support to the sas transport class | James Bottomley | 1 | -6/+135 |
2006-03-10 | [SCSI] add missing transport_container_unregister in sas class | James Bottomley | 1 | -0/+1 |
2006-03-06 | [PATCH] convert aic94xx over to using the sas transport end device | James Bottomley | 1 | -34/+165 |
2006-03-03 | [SCSI] make some sas class properties optional | James Bottomley | 1 | -5/+31 |
2006-03-03 | [SCSI] add 6.0 Gbit phy definitions to the sas transport class | James Bottomley | 1 | -0/+1 |
2006-02-28 | [SCSI] sas: add support for enclosure and bad ID rphy attributes | Christoph Hellwig | 1 | -2/+51 |
2006-02-28 | [SCSI] SCSI core kmalloc2kzalloc | Jes Sorensen | 1 | -6/+3 |
2006-01-31 | [SCSI] scsi_transport_sas.c: display port identifier | Moore, Eric | 1 | -3/+3 |
2006-01-14 | [SCSI] scsi_transport_sas: mapping the rphy channel equal to the port identifier | Moore, Eric | 1 | -3/+3 |
2006-01-14 | [SCSI] remove target parent limitiation | Christoph Hellwig | 1 | -18/+24 |
2006-01-14 | [SCSI] sas: fix removal of devices behind expanders | Christoph Hellwig | 1 | -1/+11 |
2006-01-12 | [SCSI] sas: clear parent->rphy in sas_rphy_delete | Christoph Hellwig | 1 | -0/+2 |