summaryrefslogtreecommitdiffstats
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] fcoe, bnx2fc, libfcoe: SW FCoE and bnx2fc use FCoE SyfsRobert Love2012-05-231-0/+17
* [SCSI] libfcoe: Add fcoe_sysfsRobert Love2012-05-232-0/+125
* [SCSI] fcoe: Allocate fcoe_ctlr with fcoe_interface, not as a memberRobert Love2012-05-231-0/+9
* Merge tag 'isci-for-3.5' into miscJames Bottomley2012-05-213-6/+39
|\
| * isci: kill sci_phy_protocol and sci_request_protocolDan Williams2012-05-171-0/+1
| * [SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams2012-04-231-2/+2
| * [SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workDan Williams2012-04-231-4/+36
* | [SCSI] be2iscsi: Get Initiator Name for the iSCSI_HostJohn Soni Jose2012-04-251-0/+2
|/
* SCSI: Fix error handling when no ULD is attachedMartin K. Petersen2012-04-151-0/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-312-3/+20
|\
| * [SCSI] libfcoe: Support extra MAC descriptor to be used as FCoE MACBhanu Prakash Gollapudi2012-03-281-1/+3
| * [SCSI] qla4xxx: Removed packed attr from struct iscsi_chap_recVikas Chaudhary2012-03-271-1/+1
| * [SCSI] iscsi_transport: Added error status code for ping comp eventVikas Chaudhary2012-03-271-1/+16
* | Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\ \
| * | device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-161-1/+1
* | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-242-0/+2
|\ \ \
| * | | BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-042-0/+2
| |/ /
* | | headers: include linux/types.h where appropriateBobby Powers2012-03-231-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-03-2214-69/+800
|\ \ \ | | |/ | |/|
| * | [SCSI] scsi_transport: Export CHAP index as sysfs attributeMike Christie2012-02-291-0/+3
| * | [SCSI] iscsi_transport: Add support to display CHAP list and delete CHAP entryNilesh Javali2012-02-292-0/+33
| * | [SCSI] libsas: revert ata srstDan Williams2012-02-291-1/+0
| * | [SCSI] libsas: async ata scanningDan Williams2012-02-292-6/+7
| * | [SCSI] libsas: restore scan orderDan Williams2012-02-291-5/+0
| * | [SCSI] libsas: let libata recover links that fail to transmit initial sig-fisDan Williams2012-02-292-3/+9
| * | [SCSI] libsas: fix mixed topology recoveryDan Williams2012-02-291-5/+4
| * | [SCSI] libsas: mark all domain devices gone if root port disappearsDan Williams2012-02-291-1/+1
| * | [SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams2012-02-292-2/+13
| * | [SCSI] libsas: poll for ata device readiness after resetDan Williams2012-02-291-0/+1
| * | [SCSI] libsas: add mutex for SMP task executionJeff Skirvin2012-02-191-0/+2
| * | [SCSI] libsas: sas_phy_enable via transport_sas_phy_resetDan Williams2012-02-191-1/+0
| * | [SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams2012-02-191-0/+4
| * | [SCSI] libsas: perform sas-transport resets in shost->workq contextDan Williams2012-02-191-1/+4
| * | [SCSI] libsas: use libata-eh-reset for sata rediscovery fis transmit failuresDan Williams2012-02-191-1/+5
| * | [SCSI] libsas: let libata handle command timeoutsDan Williams2012-02-191-1/+2
| * | [SCSI] libsas: fix timeout vs completion raceDan Williams2012-02-192-8/+3
| * | [SCSI] libsas: prevent double completion of scmds from ehDan Williams2012-02-191-1/+4
| * | [SCSI] libsas: close error handling vs sas_ata_task_done() raceDan Williams2012-02-191-1/+0
| * | [SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parametersDan Williams2012-02-191-3/+1
| * | [SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams2012-02-193-2/+16
| * | [SCSI] libsas: convert dev->gone to flagsDan Williams2012-02-191-2/+5
| * | [SCSI] libsas: introduce sas_drain_work()Dan Williams2012-02-191-0/+4
| * | [SCSI] libsas: convert ha->state to flagsDan Williams2012-02-191-2/+1
| * | [SCSI] libsas: replace event locks with atomic bitopsDan Williams2012-02-191-3/+0
| * | [SCSI] libsas: fix leak of dev->sata_dev.identify_[packet_]deviceDan Williams2012-02-191-1/+2
| * | [SCSI] libsas: fix domain_device leakDan Williams2012-02-191-0/+1
| * | [SCSI] libsas: kill sas_slave_destroyDan Williams2012-02-191-1/+0
| * | [SCSI] libsas: remove unused ata_task_resp fieldsDan Williams2012-02-191-7/+0
| * | [SCSI] Handle disk devices which can not process medium access commandsMartin K. Petersen2012-02-192-0/+7
| * | [SCSI] iscsi_transport: Added Ping supportVikas Chaudhary2012-02-192-0/+25