summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
AgeCommit message (Expand)AuthorLines
2015-02-15hpsa: correct compiler warnings introduced by hpsa-add-local-workqueue patchDon Brace-3/+1
2015-02-02hpsa: Use local workqueues instead of system workqueuesDon Brace-14/+54
2015-02-02hpsa: add in P840ar controller model nameDon Brace-1/+1
2015-02-02hpsa: add in gen9 controller model namesDon Brace-13/+13
2015-02-02hpsa: detect and report failures changing controller transport modesRobert Elliott-11/+29
2015-02-02hpsa: shorten the wait for the CISS doorbell mode change ackRobert Elliott-6/+9
2015-02-02hpsa: refactor duplicated scan completion code into a new routineWebb Scales-24/+16
2015-02-02hpsa: move SG descriptor set-up out of hpsa_scatter_gather()Webb Scales-7/+14
2015-02-02hpsa: do not use function pointers in fast path command submissionStephen Cameron-3/+5
2015-02-02hpsa: print CDBs instead of kernel virtual addresses for uncommon errorsStephen Cameron-13/+16
2015-02-02hpsa: do not use a void pointer for scsi_cmd field of struct CommandListStephen Cameron-3/+3
2015-02-02hpsa: return failed from device reset/abort handlersDon Brace-0/+7
2015-02-02hpsa: check for ctlr lockup after command allocation in main io pathStephen Cameron-1/+8
2015-02-02hpsa: guard against overflowing raid map arrayStephen Cameron-0/+3
2015-02-02hpsa: do not ack controller events on controllers that do not support itStephen Cameron-0/+3
2015-02-02hpsa: remove incorrect BUG_ONs checking for raid offload enableStephen Cameron-4/+0
2015-02-02hpsa: count passthru cmds with atomics, not a spin locked intDon Brace-34/+5
2015-02-02hpsa: optimize cmd_alloc function by remembering last allocationRobert Elliott-2/+5
2015-02-02hpsa: fix race between abort handler and main i/o pathWebb Scales-47/+62
2015-02-02hpsa: honor queue depth of physical devicesDon Brace-68/+250
2015-02-02hpsa: use workqueue to resubmit failed ioaccel commandsDon Brace-20/+52
2015-02-02hpsa: factor out hpsa_ciss_submit functionStephen Cameron-59/+67
2015-02-02hpsa: do not request device rescan on every ioaccel path errorStephen Cameron-12/+2
2015-02-02hpsa: do not queue commands internally in driverDon Brace-271/+35
2015-02-02hpsa: get rid of cmd_special_alloc and cmd_special_freeStephen Cameron-76/+30
2015-02-02hpsa: reserve some commands for use by driverStephen Cameron-2/+5
2015-02-02hpsa: avoid unneccesary calls to resource freeing functionsRobert Elliott-2/+4
2015-02-02hpsa: fix memory leak in hpsa_alloc_cmd_poolRobert Elliott-1/+5
2015-02-02hpsa: report allocation failures while allocating SG chain blocksRobert Elliott-2/+6
2015-02-02hpsa: pass error from pci_set_consistent_dma_mask from hpsa_messageRobert Elliott-1/+1
2015-02-02hpsa: rename hpsa_request_irq to hpsa_request_irqsRobert Elliott-5/+6
2015-02-02hpsa: report failure to ioremap config tableRobert Elliott-1/+3
2015-02-02hpsa: trivial message and comment clean upsStephen Cameron-11/+10
2015-02-02hpsa: refactor hpsa_find_board_params() to encapsulate legacy testWebb Scales-9/+21
2015-02-02hpsa: downgrade the Waiting for no-op print to dev_infoRobert Elliott-1/+1
2015-02-02hpsa: propagate return value from board ID lookupRobert Elliott-3/+7
2015-02-02hpsa: propagate hard_reset failures in reset_devices modeRobert Elliott-4/+1
2015-02-02hpsa: remove 0x from queue depth print which is in decimalRobert Elliott-1/+1
2015-02-02hpsa: notice all request_irq errorsRobert Elliott-1/+18
2015-02-02hpsa: Fix -Wunused-but-set-variable warningFabian Frederick-2/+2
2015-02-02hpsa: rename free_irqs to hpsa_free_irqsRobert Elliott-21/+22
2015-02-02hpsa: adjust RAID-1, RAID-1ADM, and RAID-6 namesRobert Elliott-2/+2
2015-02-02hpsa: correct change_queue_depthDon Brace-1/+15
2015-02-02hpsa: change how SA controllers are resetDon Brace-18/+10
2015-02-02hpsa: turn off interrupts when kdump startsTomas Henzl-0/+9
2015-02-02hpsa: fix memory leak in kdump hard resetTomas Henzl-1/+1
2015-02-02hpsa: correct endian sparse warningsDon Brace-163/+112
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig-15/+1
2014-11-24scsi: don't allow setting of queue_depth bigger than can_queueChristoph Hellwig-5/+0
2014-11-20hpsa: remove spin lock around command allocationStephen M. Cameron-13/+23