summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-17[SCSI] lpfc 8.3.31: Correct handling of SLI4-port XRI resource-provisioning p...James Smart6-702/+594
2012-05-17[SCSI] lpfc 8.3.31: Fix bug with driver unload leaving a scsi host for a vpor...James Smart1-2/+8
2012-05-17[SCSI] sg: constify sg_proc_leaf_arrJörn Engel1-2/+2
2012-05-17[SCSI] sg: remove sg_mutexJörn Engel1-17/+2
2012-05-17[SCSI] sg: completely protect sfdsJörn Engel1-3/+16
2012-05-17[SCSI] sg: protect sdp->excludeJörn Engel1-7/+30
2012-05-17[SCSI] sg: prevent unwoken sleepJörn Engel1-2/+14
2012-05-17[SCSI] sg: remove closed flagJörn Engel1-7/+7
2012-05-17[SCSI] sg: use wait_event_interruptible()Jörn Engel1-12/+7
2012-05-17[SCSI] sg: remove while (1) non-loopJörn Engel1-30/+22
2012-05-17[SCSI] sg: remove unnecessary indentationJörn Engel1-29/+24
2012-05-17[SCSI] sd: limit the scope of the async probe domainDan Williams5-6/+19
2012-05-10[SCSI] hpsa: dial down lockup detection during firmware flashStephen M. Cameron3-5/+37
2012-05-10[SCSI] hpsa: removed unused member maxQsinceinitStephen M. Cameron1-1/+0
2012-05-10[SCSI] hpsa: add new RAID level "1(ADM)"Mike Miller1-1/+1
2012-05-10[SCSI] hpsa: factor out hpsa_free_irqs_and_disable_msixStephen M. Cameron1-12/+14
2012-05-10[SCSI] hpsa: refine interrupt handler locking for greater concurrencyMatt Gates2-26/+48
2012-05-10[SCSI] hpsa: use multiple reply queuesMatt Gates3-73/+153
2012-05-10[SCSI] hpsa: factor out tail calls to next_command() in process_(non)indexed_...Stephen M. Cameron1-15/+15
2012-05-10[SCSI] hpsa: do aborts two waysStephen M. Cameron1-2/+72
2012-05-10[SCSI] hpsa: add abort error handler functionStephen M. Cameron3-2/+271
2012-05-10[SCSI] hpsa: remove unused parameter from finish_cmdStephen M. Cameron1-4/+4
2012-05-10[SCSI] hpsa: do not give up retry of driver cmds after only 3 retriesStephen M. Cameron1-2/+9
2012-05-10[SCSI] hpsa: retry driver initiated commands on busy statusMatt Bondurant1-1/+12
2012-05-10[SCSI] hpsa: do not read from controller unnecessarily in completion codeStephen M. Cameron1-4/+4
2012-05-10[SCSI] hpsa: suppress excessively chatty error messagesStephen M. Cameron1-1/+1
2012-05-10[SCSI] hpsa: enable bus master bit after pci_enable_deviceStephen M. Cameron1-0/+3
2012-05-10[SCSI] hpsa: do not skip disabled devicesStephen M. Cameron1-13/+0
2012-05-10[SCSI] hpsa: call pci_disable_device on driver unloadStephen M. Cameron1-8/+2
2012-05-10[SCSI] scsi_transport_spi: fix for unbalanced reference countingMike Maslenkin1-2/+2
2012-05-10[SCSI] bnx2i: Updated version and copyright yearEddie Wai7-9/+9
2012-05-10[SCSI] bnx2i: Added the setting of target can_queue via target_allocEddie Wai1-0/+1
2012-05-10[SCSI] pm8001: raise host can queueMark Salyzyn3-13/+17
2012-05-10[SCSI] ufs: Assign UTRLBAU = upper_32_ bits(UTRLD base address)Santosh Yaraganavi1-3/+3
2012-05-10[SCSI] fcoe: remove a stray unlockDan Carpenter1-3/+2
2012-05-10[SCSI] libfcoe: fix VN2VN N_Port_ID Beacon source MACYi Zou1-1/+7
2012-05-10[SCSI] fcoe: Don't hold rtnl_mutex in fcoe_update_src_macRobert Love1-2/+0
2012-05-10[SCSI] libfc: defer releasing master lport until complete fcoe interface clea...Vasu Dev1-2/+7
2012-05-10[SCSI] libfc: flush lport worker after its disabledVasu Dev1-1/+1
2012-05-10[SCSI] fcoe: remove lport from net device before doing per cpu rx thread cleanupVasu Dev2-5/+24
2012-05-10[SCSI] ufs: Fix evaluation of UTP task completion codeVenkatraman S1-1/+1
2012-05-10[SCSI] mpt2sas: move the scsi_host_put to the right placeTomas Henzl1-1/+1
2012-05-10[SCSI] fc class: fix scanning when devs are offlineMike Christie1-10/+14
2012-05-10[SCSI] st: fix memory leak with >1MB tape I/ODavid Jeffery1-1/+1
2012-04-25[SCSI] bfa: Fix bfa logging for Logical port state change notificationKrishna Gudipati1-3/+3
2012-04-25[SCSI] bfa: sysfs model description fix.Krishna Gudipati1-17/+2
2012-04-25[SCSI] bfa: Fix to defer vport delete handler invocation till firmware logo r...Krishna Gudipati4-32/+15
2012-04-25[SCSI] storvsc: Properly handle errors from the hostK. Y. Srinivasan1-5/+15
2012-04-25[SCSI] be2iscsi: Get Port State and Speed of the AdapterJohn Soni Jose3-0/+140
2012-04-25[SCSI] be2iscsi: adding functionality to change network settings using iscsiadmMike Christie7-106/+858