summaryrefslogtreecommitdiff
path: root/drivers/scsi/hpsa.c
AgeCommit message (Expand)Author
2015-02-02hpsa: fix race between abort handler and main i/o pathWebb Scales
2015-02-02hpsa: honor queue depth of physical devicesDon Brace
2015-02-02hpsa: use workqueue to resubmit failed ioaccel commandsDon Brace
2015-02-02hpsa: factor out hpsa_ciss_submit functionStephen Cameron
2015-02-02hpsa: do not request device rescan on every ioaccel path errorStephen Cameron
2015-02-02hpsa: do not queue commands internally in driverDon Brace
2015-02-02hpsa: get rid of cmd_special_alloc and cmd_special_freeStephen Cameron
2015-02-02hpsa: reserve some commands for use by driverStephen Cameron
2015-02-02hpsa: avoid unneccesary calls to resource freeing functionsRobert Elliott
2015-02-02hpsa: fix memory leak in hpsa_alloc_cmd_poolRobert Elliott
2015-02-02hpsa: report allocation failures while allocating SG chain blocksRobert Elliott
2015-02-02hpsa: pass error from pci_set_consistent_dma_mask from hpsa_messageRobert Elliott
2015-02-02hpsa: rename hpsa_request_irq to hpsa_request_irqsRobert Elliott
2015-02-02hpsa: report failure to ioremap config tableRobert Elliott
2015-02-02hpsa: trivial message and comment clean upsStephen Cameron
2015-02-02hpsa: refactor hpsa_find_board_params() to encapsulate legacy testWebb Scales
2015-02-02hpsa: downgrade the Waiting for no-op print to dev_infoRobert Elliott
2015-02-02hpsa: propagate return value from board ID lookupRobert Elliott
2015-02-02hpsa: propagate hard_reset failures in reset_devices modeRobert Elliott
2015-02-02hpsa: remove 0x from queue depth print which is in decimalRobert Elliott
2015-02-02hpsa: notice all request_irq errorsRobert Elliott
2015-02-02hpsa: Fix -Wunused-but-set-variable warningFabian Frederick
2015-02-02hpsa: rename free_irqs to hpsa_free_irqsRobert Elliott
2015-02-02hpsa: adjust RAID-1, RAID-1ADM, and RAID-6 namesRobert Elliott
2015-02-02hpsa: correct change_queue_depthDon Brace
2015-02-02hpsa: change how SA controllers are resetDon Brace
2015-02-02hpsa: turn off interrupts when kdump startsTomas Henzl
2015-02-02hpsa: fix memory leak in kdump hard resetTomas Henzl
2015-02-02hpsa: correct endian sparse warningsDon Brace
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig
2014-11-20hpsa: remove spin lock around command allocationStephen M. Cameron
2014-11-20hpsa: always call pci_set_master after pci_enable_deviceRobert Elliott
2014-11-20hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operationNicholas Bellinger
2014-11-20hpsa: do not be so noisy about check conditionsStephen M. Cameron
2014-11-20hpsa: use atomics for commands_outstandingStephen M. Cameron
2014-11-20hpsa: get rid of type/attribute/direction bit field where possibleStephen M. Cameron
2014-11-20hpsa: fix endianness issue with scatter gather elementsStephen M. Cameron
2014-11-20hpsa: fix allocation sizes for CISS_REPORT_LUNs commandsStephen M. Cameron
2014-11-20hpsa: remove 'action required' phrasingStephen M. Cameron
2014-11-20hpsa: correct off-by-one sizing of chained SG blockWebb Scales
2014-11-20hpsa: fix a couple pci id table mistakesStephen M. Cameron
2014-11-20hpsa: remove dev_warn prints from RAID-1ADMRobert Elliott
2014-11-20hpsa: Clean up warnings from sparse.Don Brace
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-09-25hpsa: add missing pci_set_master in kdump pathTomas Henzl
2014-09-16hpsa: refine the pci enable/disable handlingTomas Henzl
2014-09-16hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2014-09-16hpsa: Fallback to MSI rather than to INTx if MSI-X failedAlexander Gordeev
2014-08-08scsi: use pci_zalloc_consistentJoe Perches