summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2013-12-19[SCSI] lpfc: Fix wrong assignment in lpfc_debugfs.cFelipe Pena1-1/+1
2013-12-19[SCSI] megaraid: Use resource_size_t for PCI resources, not longBen Collins2-3/+3
2013-12-19[SCSI] Update documentationHannes Reinecke1-4/+2
2013-12-19[SCSI] Set the minimum valid value of 'eh_deadline' as 0Ren Mingxin3-28/+59
2013-12-19[SCSI] Unlock accesses to eh_deadlineHannes Reinecke1-35/+9
2013-12-19[SCSI] improved eh timeout handlerHannes Reinecke4-14/+156
2013-12-19[SCSI] Fix erratic device offline during EHJames Bottomley2-23/+29
2013-12-19[SCSI] aci7xxx_old: delete decade+ obsolete driverPaul Gortmaker11-16059/+0
2013-12-19[SCSI] qla2xxx: Update the driver version to 8.06.00.12-k.Saurav Kashyap1-1/+1
2013-12-19[SCSI] qla2xxx: Replace a constant with a macro definition for host->canqueue...Armen Baloyan2-1/+4
2013-12-19[SCSI] qla2xxx: Reset nic_core_reset_owner on moving from COLD to READY for I...Sawan Chandak1-1/+1
2013-12-19[SCSI] qla2xxx: Only complete dcbx_comp and lb_portup_comp for virtual port i...Chad Dupuis1-3/+3
2013-12-19[SCSI] qla2xxx: Use scnprintf() instead of snprintf() in the sysfs handlers.Sawan Chandak1-52/+52
2013-12-19[SCSI] qla2xxx: Use the correct mailbox registers when acknowledging an IDC r...Chad Dupuis1-1/+8
2013-12-19[SCSI] qla2xxx: Add changes to obtain ISPFX00 adapters product information in...Armen Baloyan5-14/+8
2013-12-19[SCSI] qla2xxx: Add logic to abort BSG commands for ISPFX00.Armen Baloyan2-1/+11
2013-12-19[SCSI] qla2xxx: Clear RISC INT reg only for an event and not always while pol...Atul Deshmukh1-1/+1
2013-12-19[SCSI] qla2xxx: Fix undefined behavior in call to snprintf().Joe Carnuccio1-2/+2
2013-12-19[SCSI] qla2xxx: Add BSG interface for read/write serdes register.Joe Carnuccio6-2/+134
2013-12-19[SCSI] qla2xxx: Fix issue with not displaying node name after system reboot.Armen Baloyan5-1/+33
2013-12-19[SCSI] qla2xxx: Disable adapter when we encounter a PCI disconnect.Chad Dupuis7-6/+148
2013-12-19[SCSI] qla2xxx: Refactor shutdown code so some functionality can be reused.Chad Dupuis3-81/+96
2013-12-19[SCSI] Revert "qla2xxx: Ramp down queue depth for attached SCSI devices when ...Chad Dupuis6-142/+10
2013-12-19[SCSI] qla2xxx: Don't consider the drivers knocked out of IDC participation f...Saurav Kashyap1-11/+12
2013-12-19[SCSI] qla2xxx: Add BPM support for ISP25xx.Chad Dupuis1-1/+1
2013-12-19[SCSI] qla2xxx: Correctly set mailboxes for extended init control block.Joe Carnuccio1-1/+1
2013-12-19[SCSI] qla2xxx: Disable INTx interrupt for ISP82XXSawan Chandak1-6/+7
2013-12-19[SCSI] qla2xxx: Honor execute firmware failures.Chad Dupuis1-0/+2
2013-12-19[SCSI] qla2xxx: Print proper QLAFX00 product name at probe.Armen Baloyan2-3/+7
2013-12-19[SCSI] hpsa: prevent stalled i/oStephen M. Cameron2-2/+31
2013-12-19[SCSI] hpsa: cap CCISS_PASSTHRU at 20 concurrent commands.Stephen M. Cameron2-2/+47
2013-12-19Merge branch 'master' into for-nextJiri Kosina135-2394/+8131
2013-12-18[SCSI] bfa: Chinook quad port 16G FC HBA claim issueVijaya Mohan Guvva1-2/+4
2013-12-16[SCSI] hpsa: add MSA 2040 to list of external target devicesStephen M. Cameron1-0/+1
2013-12-16[SCSI] hpsa: fix memory leak in CCISS_BIG_PASSTHRU ioctlStephen M. Cameron1-6/+5
2013-12-16[SCSI] hpsa: remove unneeded include of seq_file.hStephen M. Cameron1-1/+0
2013-12-16[SCSI] hpsa: add 5 second delay after doorbell resetStephen M. Cameron1-9/+23
2013-12-16[SCSI] hpsa: do not attempt to flush the cache on locked up controllersStephen M. Cameron1-0/+9
2013-12-16[SCSI] sr: use block layer runtime PMAaron Lu2-70/+29
2013-12-16[SCSI] qla4xxx: overflow in qla4xxx_set_chap_entry()Dan Carpenter1-4/+7
2013-12-16[SCSI] qla4xxx: Update driver version to 5.04.00-k2Adheer Chandravanshi1-1/+1
2013-12-16[SCSI] qla4xxx: Add support for additional network parameters settingsHarish Zunjarrao6-133/+1212
2013-12-16[SCSI] iscsi_transport: Additional parameters for network settingsHarish Zunjarrao1-3/+337
2013-12-16[SCSI] scsi_debug: simplify creation and destruction of driver attribute filesAkinobu Mita1-160/+106
2013-12-11qla2xxx: Fix schedule_delayed_work() for target timeout calculationsShivaram Upadhyayula1-4/+5
2013-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds27-57/+114
2013-12-03[SCSI] bfa: Fix crash when symb name set for offline vportVijaya Mohan Guvva3-8/+14
2013-12-02[SCSI] pm80xx: Tasklets synchronization fix.Nikith Ganigarakoppal2-41/+58
2013-12-02[SCSI] pm80xx: Resetting the phy state.Nikith Ganigarakoppal4-0/+10
2013-12-02[SCSI] pm80xx: Fix for direct attached device.Nikith Ganigarakoppal1-1/+3