| Commit message (Expand) | Author | Age | Files | Lines |
* | be2iscsi:Add missing error check in beiscsi_eeh_resume | Nicholas Krause | 2016-03-01 | 1 | -0/+6 |
* | fcoe: fix reset of fip selection time. | Usha Ketineni | 2016-03-01 | 1 | -1/+2 |
* | hisi_sas: update driver version to 1.3 | John Garry | 2016-03-01 | 1 | -1/+1 |
* | hisi_sas: add hisi_sas_slave_configure() | John Garry | 2016-03-01 | 1 | -1/+14 |
* | hisi_sas: use slot abort in v2 hw | John Garry | 2016-03-01 | 1 | -3/+12 |
* | hisi_sas: use slot abort in v1 hw | John Garry | 2016-03-01 | 1 | -0/+13 |
* | hisi_sas: add hisi_sas_slot_abort() | John Garry | 2016-03-01 | 2 | -0/+44 |
* | hisi_sas: change tmf func complete check | John Garry | 2016-03-01 | 1 | -1/+1 |
* | gdth: replace struct timeval with ktime_get_real_seconds() | Alison Schofield | 2016-02-26 | 2 | -8/+10 |
* | osd: remove deadcode | Sudip Mukherjee | 2016-02-26 | 1 | -2/+1 |
* | imm: check parport_claim | Sudip Mukherjee | 2016-02-26 | 1 | -3/+4 |
* | stex: Add S3/S4 support | Charles | 2016-02-24 | 1 | -3/+65 |
* | stex: Add hotplug support | Charles | 2016-02-24 | 1 | -19/+34 |
* | stex: Support to Pegasus series. | Charles | 2016-02-24 | 1 | -6/+26 |
* | hpsa: update copyright information | Don Brace | 2016-02-24 | 3 | -3/+6 |
* | hpsa: remove function definition for sanitize_inquiry_string | Don Brace | 2016-02-24 | 1 | -14/+2 |
* | hpsa: check for a null phys_disk pointer in ioaccel2 path | Don Brace | 2016-02-24 | 1 | -0/+2 |
* | hpsa: correct abort tmf for hba devices | Don Brace | 2016-02-24 | 1 | -5/+7 |
* | hpsa: correct lun data caching bitmap definition | Don Brace | 2016-02-24 | 1 | -1/+1 |
* | hpsa: add SMR drive support | Don Brace | 2016-02-24 | 1 | -2/+10 |
* | hpsa: do not get enclosure info for external devices | Don Brace | 2016-02-24 | 1 | -2/+5 |
* | scsi_dh_alua: Update version to 2.0 | Hannes Reinecke | 2016-02-24 | 1 | -1/+1 |
* | scsi_dh: add 'rescan' callback | Hannes Reinecke | 2016-02-24 | 3 | -1/+16 |
* | scsi_dh_alua: Send TEST UNIT READY to poll for transitioning | Hannes Reinecke | 2016-02-24 | 1 | -0/+38 |
* | scsi_dh_alua: update all port states | Hannes Reinecke | 2016-02-24 | 1 | -9/+26 |
* | scsi_dh_alua: Recheck state on unit attention | Hannes Reinecke | 2016-02-24 | 1 | -12/+55 |
* | scsi_dh_alua: Add new blacklist flag 'BLIST_SYNC_ALUA' | Hannes Reinecke | 2016-02-24 | 3 | -0/+7 |
* | scsi_dh_alua: Allow workqueue to run synchronously | Hannes Reinecke | 2016-02-24 | 1 | -3/+18 |
* | scsi_dh_alua: Use workqueue for RTPG | Hannes Reinecke | 2016-02-24 | 1 | -54/+242 |
* | scsi_dh_alua: remove 'rel_port' from alua_dh_data structure | Hannes Reinecke | 2016-02-24 | 1 | -5/+1 |
* | scsi_dh_alua: move optimize_stpg evaluation | Hannes Reinecke | 2016-02-24 | 1 | -7/+6 |
* | revert commit a8e5a2d593cb ("[SCSI] scsi_dh_alua: ALUA handler attach should ... | Hannes Reinecke | 2016-02-24 | 1 | -19/+12 |
* | scsi_dh_alua: simplify alua_initialize() | Hannes Reinecke | 2016-02-24 | 1 | -21/+17 |
* | scsi_dh_alua: use unique device id | Hannes Reinecke | 2016-02-24 | 1 | -5/+50 |
* | scsi_dh_alua: Use separate alua_port_group structure | Hannes Reinecke | 2016-02-24 | 1 | -53/+128 |
* | scsi_dh_alua: allocate RTPG buffer separately | Hannes Reinecke | 2016-02-24 | 1 | -34/+23 |
* | scsi_dh_alua: switch to scsi_execute_req_flags() | Hannes Reinecke | 2016-02-24 | 1 | -89/+36 |
* | scsi_dh_alua: call alua_rtpg() if stpg fails | Hannes Reinecke | 2016-02-24 | 1 | -0/+2 |
* | scsi_dh_alua: Make stpg synchronous | Hannes Reinecke | 2016-02-24 | 1 | -104/+54 |
* | scsi_dh_alua: separate out alua_stpg() | Hannes Reinecke | 2016-02-24 | 1 | -34/+61 |
* | scsi_dh_alua: Pass buffer as function argument | Hannes Reinecke | 2016-02-24 | 1 | -6/+7 |
* | mptbase: fixup error handling paths in mpt_attach() | Ewan D. Milne | 2016-02-24 | 1 | -7/+33 |
* | dpt_i2o: fix build warning | Sudip Mukherjee | 2016-02-24 | 1 | -0/+3 |
* | mpt3sas: Free memory pools before retrying to allocate with different value. | Suganath prabu Subramani | 2016-02-24 | 1 | -0/+1 |
* | lpfc: fix missing zero termination in debugfs | Alan | 2016-02-24 | 1 | -2/+2 |
* | esas2r: Fix array overrun | Alan | 2016-02-24 | 1 | -2/+3 |
* | aic7xxx: Fix queue depth handling | Alan | 2016-02-24 | 1 | -0/+1 |
* | ibmvfc: byteswap scsi_id, wwpn, and node_name prior to logging | Tyrel Datwyler | 2016-02-24 | 1 | -1/+2 |
* | ibmvscsi: use H_CLOSED instead of magic number | Tyrel Datwyler | 2016-02-24 | 1 | -2/+2 |
* | ibmvscsi: Add endian conversions to sysfs attribute show functions | Tyrel Datwyler | 2016-02-24 | 1 | -3/+4 |