aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/hpsa.c
AgeCommit message (Expand)Author
2012-05-10[SCSI] hpsa: dial down lockup detection during firmware flashStephen M. Cameron
2012-05-10[SCSI] hpsa: add new RAID level "1(ADM)"Mike Miller
2012-05-10[SCSI] hpsa: factor out hpsa_free_irqs_and_disable_msixStephen M. Cameron
2012-05-10[SCSI] hpsa: refine interrupt handler locking for greater concurrencyMatt Gates
2012-05-10[SCSI] hpsa: use multiple reply queuesMatt Gates
2012-05-10[SCSI] hpsa: factor out tail calls to next_command() in process_(non)indexed_...Stephen M. Cameron
2012-05-10[SCSI] hpsa: do aborts two waysStephen M. Cameron
2012-05-10[SCSI] hpsa: add abort error handler functionStephen M. Cameron
2012-05-10[SCSI] hpsa: remove unused parameter from finish_cmdStephen M. Cameron
2012-05-10[SCSI] hpsa: do not give up retry of driver cmds after only 3 retriesStephen M. Cameron
2012-05-10[SCSI] hpsa: retry driver initiated commands on busy statusMatt Bondurant
2012-05-10[SCSI] hpsa: suppress excessively chatty error messagesStephen M. Cameron
2012-05-10[SCSI] hpsa: enable bus master bit after pci_enable_deviceStephen M. Cameron
2012-05-10[SCSI] hpsa: do not skip disabled devicesStephen M. Cameron
2012-05-10[SCSI] hpsa: call pci_disable_device on driver unloadStephen M. Cameron
2012-04-23[SCSI] hpsa: use check_signatureAkinobu Mita
2012-02-19[SCSI] hpsa: add some older controllers to the kdump blacklistTomas Henzl
2012-02-19[SCSI] hpsa: use find_first_zero_bitAkinobu Mita
2012-02-19[SCSI] hpsa: update device attributes when they changeScott Teel
2012-02-19[SCSI] hpsa: improve naming on external target device functionsScott Teel
2012-02-19[SCSI] hpsa: eliminate 8 external target limitationScott Teel
2012-02-19[SCSI] hpsa: refactor hpsa_figure_bus_target_lunStephen M. Cameron
2012-02-19[SCSI] hpsa: make target and lun match what SCSI REPORT LUNs returnsStephen M. Cameron
2012-02-19[SCSI] hpsa: Fix problem with MSA2xxx devicesStephen M. Cameron
2012-02-19[SCSI] hpsa: factor out driver nameStephen M. Cameron
2012-02-19[SCSI] hpsa: combine hpsa_scsi_detect and hpsa_register_scsiStephen M. Cameron
2012-02-19[SCSI] hpsa: removed unneeded structure member max_sg_entries and fix badly n...Stephen M. Cameron
2012-02-19[SCSI] hpsa: fix per device memory leak on driver unloadStephen M. Cameron
2012-01-16[SCSI] hpsa: do not sleep in atomic context in rmmod path.Stephen M. Cameron
2011-12-15[SCSI] hpsa: add the Smart Array 5i to the kdump blacklistTomas Henzl
2011-12-15[SCSI] hpsa: Add IRQF_SHARED back in for the non-MSI(X) interrupt handlerStephen M. Cameron
2011-11-14[SCSI] hpsa: Disable ASPMMatthew Garrett
2011-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2011-11-04Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-10-30[SCSI] hpsa: detect controller lockupStephen M. Cameron
2011-10-30[SCSI] hpsa: fix flush cache transfer lengthStephen M. Cameron
2011-10-30[SCSI] hpsa: fix potential array overflow in hpsa_update_scsi_devicesScott Teel
2011-10-30[SCSI] hpsa: rename HPSA_MAX_SCSI_DEVS_PER_HBAScott Teel
2011-10-30[SCSI] hpsa: remove unused busy_initializing and busy_scanningStephen M. Cameron
2011-10-30[SCSI] hpsa: set max sectors instead of taking the defaultStephen M. Cameron
2011-10-21hpsa: add small delay when using PCI Power Management to reset for kumpMike Miller
2011-10-20[SCSI] hpsa: change confusing message to be more clearMike Miller
2011-08-26[SCSI] hpsa: fix physical device lun and target numbering problemStephen M. Cameron
2011-08-26[SCSI] hpsa: fix problem that OBDR devices are not detectedStephen M. Cameron
2011-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2011-07-27[SCSI] hpsa: retry commands completing with status of UNSOLICITED_ABORTStephen M. Cameron
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-29[SCSI] hpsa: fix potential overrun while memcpy'ing sense dataStephen M. Cameron
2011-06-29[SCSI] hpsa: fix dma unmap error in hpsa_passthru_ioctlStephen M. Cameron
2011-05-17[SCSI] hpsa: Change memset using sizeof(ptr) to sizeof(*ptr)Joe Perches