summaryrefslogtreecommitdiffstats
path: root/include/scsi
AgeCommit message (Expand)AuthorLines
2012-04-23[SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams-2/+2
2012-04-23[SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workDan Williams-4/+36
2012-04-15SCSI: Fix error handling when no ULD is attachedMartin K. Petersen-0/+3
2012-03-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds-3/+20
2012-03-28[SCSI] libfcoe: Support extra MAC descriptor to be used as FCoE MACBhanu Prakash Gollapudi-1/+3
2012-03-27[SCSI] qla4xxx: Removed packed attr from struct iscsi_chap_recVikas Chaudhary-1/+1
2012-03-27[SCSI] iscsi_transport: Added error status code for ping comp eventVikas Chaudhary-1/+16
2012-03-24Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds-0/+2
2012-03-23headers: include linux/types.h where appropriateBobby Powers-1/+1
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds-69/+800
2012-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-2/+5
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker-1/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker-0/+2
2012-02-29[SCSI] scsi_transport: Export CHAP index as sysfs attributeMike Christie-0/+3
2012-02-29[SCSI] iscsi_transport: Add support to display CHAP list and delete CHAP entryNilesh Javali-0/+33
2012-02-29[SCSI] libsas: revert ata srstDan Williams-1/+0
2012-02-29[SCSI] libsas: async ata scanningDan Williams-6/+7
2012-02-29[SCSI] libsas: restore scan orderDan Williams-5/+0
2012-02-29[SCSI] libsas: let libata recover links that fail to transmit initial sig-fisDan Williams-3/+9
2012-02-29[SCSI] libsas: fix mixed topology recoveryDan Williams-5/+4
2012-02-29[SCSI] libsas: mark all domain devices gone if root port disappearsDan Williams-1/+1
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams-2/+13
2012-02-29[SCSI] libsas: poll for ata device readiness after resetDan Williams-0/+1
2012-02-25scsi: Use struct scsi_lun in fc/fcp.hAndy Grover-2/+4
2012-02-25scsi: update scsi.h with SYNCHRONIZE_CACHE_16Andy Grover-0/+1
2012-02-19[SCSI] libsas: add mutex for SMP task executionJeff Skirvin-0/+2
2012-02-19[SCSI] libsas: sas_phy_enable via transport_sas_phy_resetDan Williams-1/+0
2012-02-19[SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams-0/+4
2012-02-19[SCSI] libsas: perform sas-transport resets in shost->workq contextDan Williams-1/+4
2012-02-19[SCSI] libsas: use libata-eh-reset for sata rediscovery fis transmit failuresDan Williams-1/+5
2012-02-19[SCSI] libsas: let libata handle command timeoutsDan Williams-1/+2
2012-02-19[SCSI] libsas: fix timeout vs completion raceDan Williams-8/+3
2012-02-19[SCSI] libsas: prevent double completion of scmds from ehDan Williams-1/+4
2012-02-19[SCSI] libsas: close error handling vs sas_ata_task_done() raceDan Williams-1/+0
2012-02-19[SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parametersDan Williams-3/+1
2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams-2/+16
2012-02-19[SCSI] libsas: convert dev->gone to flagsDan Williams-2/+5
2012-02-19[SCSI] libsas: introduce sas_drain_work()Dan Williams-0/+4
2012-02-19[SCSI] libsas: convert ha->state to flagsDan Williams-2/+1
2012-02-19[SCSI] libsas: replace event locks with atomic bitopsDan Williams-3/+0
2012-02-19[SCSI] libsas: fix leak of dev->sata_dev.identify_[packet_]deviceDan Williams-1/+2
2012-02-19[SCSI] libsas: fix domain_device leakDan Williams-0/+1
2012-02-19[SCSI] libsas: kill sas_slave_destroyDan Williams-1/+0
2012-02-19[SCSI] libsas: remove unused ata_task_resp fieldsDan Williams-7/+0
2012-02-19[SCSI] Handle disk devices which can not process medium access commandsMartin K. Petersen-0/+7
2012-02-19[SCSI] iscsi_transport: Added Ping supportVikas Chaudhary-0/+25
2012-02-19[SCSI] scsi_transport_iscsi: added support for host eventVikas Chaudhary-0/+19
2012-02-19[SCSI] libiscsi_tcp: fix max_r2t manipulationMike Christie-2/+2
2012-02-19[SCSI] Correctly set the scsi host/msg/status bytesMoger, Babu-3/+3