summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hpsa.c
Commit message (Expand)AuthorAgeFilesLines
...
* hpsa: clean up abortsStephen Cameron2015-05-311-33/+143
* hpsa: rework controller command submissionWebb Scales2015-05-311-85/+249
* hpsa: clean up host, channel, target, lun printsWebb Scales2015-05-311-35/+35
* hpsa: add masked physical devices into h->dev[] arrayStephen Cameron2015-05-311-121/+132
* hpsa: dont meddle with hw which isn't ours (cciss)Tomas Henzl2015-05-311-10/+11
* Fix weird uses of num_online_cpus().Rusty Russell2015-03-101-4/+2
* hpsa: correct compiler warnings introduced by hpsa-add-local-workqueue patchDon Brace2015-02-151-3/+1
* hpsa: Use local workqueues instead of system workqueuesDon Brace2015-02-021-14/+54
* hpsa: add in P840ar controller model nameDon Brace2015-02-021-1/+1
* hpsa: add in gen9 controller model namesDon Brace2015-02-021-13/+13
* hpsa: detect and report failures changing controller transport modesRobert Elliott2015-02-021-11/+29
* hpsa: shorten the wait for the CISS doorbell mode change ackRobert Elliott2015-02-021-6/+9
* hpsa: refactor duplicated scan completion code into a new routineWebb Scales2015-02-021-24/+16
* hpsa: move SG descriptor set-up out of hpsa_scatter_gather()Webb Scales2015-02-021-7/+14
* hpsa: do not use function pointers in fast path command submissionStephen Cameron2015-02-021-3/+5
* hpsa: print CDBs instead of kernel virtual addresses for uncommon errorsStephen Cameron2015-02-021-13/+16
* hpsa: do not use a void pointer for scsi_cmd field of struct CommandListStephen Cameron2015-02-021-3/+3
* hpsa: return failed from device reset/abort handlersDon Brace2015-02-021-0/+7
* hpsa: check for ctlr lockup after command allocation in main io pathStephen Cameron2015-02-021-1/+8
* hpsa: guard against overflowing raid map arrayStephen Cameron2015-02-021-0/+3
* hpsa: do not ack controller events on controllers that do not support itStephen Cameron2015-02-021-0/+3
* hpsa: remove incorrect BUG_ONs checking for raid offload enableStephen Cameron2015-02-021-4/+0
* hpsa: count passthru cmds with atomics, not a spin locked intDon Brace2015-02-021-34/+5
* hpsa: optimize cmd_alloc function by remembering last allocationRobert Elliott2015-02-021-2/+5
* hpsa: fix race between abort handler and main i/o pathWebb Scales2015-02-021-47/+62
* hpsa: honor queue depth of physical devicesDon Brace2015-02-021-68/+250
* hpsa: use workqueue to resubmit failed ioaccel commandsDon Brace2015-02-021-20/+52
* hpsa: factor out hpsa_ciss_submit functionStephen Cameron2015-02-021-59/+67
* hpsa: do not request device rescan on every ioaccel path errorStephen Cameron2015-02-021-12/+2
* hpsa: do not queue commands internally in driverDon Brace2015-02-021-271/+35
* hpsa: get rid of cmd_special_alloc and cmd_special_freeStephen Cameron2015-02-021-76/+30
* hpsa: reserve some commands for use by driverStephen Cameron2015-02-021-2/+5
* hpsa: avoid unneccesary calls to resource freeing functionsRobert Elliott2015-02-021-2/+4
* hpsa: fix memory leak in hpsa_alloc_cmd_poolRobert Elliott2015-02-021-1/+5
* hpsa: report allocation failures while allocating SG chain blocksRobert Elliott2015-02-021-2/+6
* hpsa: pass error from pci_set_consistent_dma_mask from hpsa_messageRobert Elliott2015-02-021-1/+1
* hpsa: rename hpsa_request_irq to hpsa_request_irqsRobert Elliott2015-02-021-5/+6
* hpsa: report failure to ioremap config tableRobert Elliott2015-02-021-1/+3
* hpsa: trivial message and comment clean upsStephen Cameron2015-02-021-11/+10
* hpsa: refactor hpsa_find_board_params() to encapsulate legacy testWebb Scales2015-02-021-9/+21
* hpsa: downgrade the Waiting for no-op print to dev_infoRobert Elliott2015-02-021-1/+1
* hpsa: propagate return value from board ID lookupRobert Elliott2015-02-021-3/+7
* hpsa: propagate hard_reset failures in reset_devices modeRobert Elliott2015-02-021-4/+1
* hpsa: remove 0x from queue depth print which is in decimalRobert Elliott2015-02-021-1/+1
* hpsa: notice all request_irq errorsRobert Elliott2015-02-021-1/+18
* hpsa: Fix -Wunused-but-set-variable warningFabian Frederick2015-02-021-2/+2
* hpsa: rename free_irqs to hpsa_free_irqsRobert Elliott2015-02-021-21/+22
* hpsa: adjust RAID-1, RAID-1ADM, and RAID-6 namesRobert Elliott2015-02-021-2/+2
* hpsa: correct change_queue_depthDon Brace2015-02-021-1/+15
* hpsa: change how SA controllers are resetDon Brace2015-02-021-18/+10
OpenPOWER on IntegriCloud