summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hpsa: do not use function pointers in fast path command submissionStephen Cameron2015-02-022-7/+6
| * | | 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-022-4/+4
| * | | 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: do not check for msi(x) in interrupt_pendingStephen Cameron2015-02-021-3/+0
| * | | hpsa: slightly optimize SA5_performant_completedDon Brace2015-02-021-4/+4
| * | | hpsa: count passthru cmds with atomics, not a spin locked intDon Brace2015-02-022-36/+6
| * | | hpsa: optimize cmd_alloc function by remembering last allocationRobert Elliott2015-02-022-2/+6
| * | | hpsa: fix race between abort handler and main i/o pathWebb Scales2015-02-023-47/+65
| * | | hpsa: honor queue depth of physical devicesDon Brace2015-02-023-68/+412
| * | | hpsa: use workqueue to resubmit failed ioaccel commandsDon Brace2015-02-023-20/+54
| * | | 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-022-13/+2
| * | | hpsa: do not queue commands internally in driverDon Brace2015-02-023-295/+38
| * | | hpsa: get rid of cmd_special_alloc and cmd_special_freeStephen Cameron2015-02-022-77/+31
| * | | hpsa: reserve some commands for use by driverStephen Cameron2015-02-022-2/+7
| * | | 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
| * | | hpsa: turn off interrupts when kdump startsTomas Henzl2015-02-021-0/+9
| * | | hpsa: fix memory leak in kdump hard resetTomas Henzl2015-02-021-1/+1
| * | | hpsa: correct endian sparse warningsDon Brace2015-02-022-249/+198
| * | | ufs-qcom: add support for Qualcomm Technologies Inc platformsYaniv Gardi2015-01-204-0/+1188
| * | | sr: reduce debug noise in sr_do_ioctlChristoph Hellwig2015-01-201-18/+0
| * | | ch: remove debug noise in ch_do_scsiChristoph Hellwig2015-01-201-8/+0
| * | | scsi: always use format argumets for dev_printkChristoph Hellwig2015-01-201-7/+7
| * | | mpt2sas: Bump driver version to 20.100.00.00Sreekanth Reddy2015-01-131-2/+2
| * | | mpt2sas, mpt3sas: set cpu affinity for each MSIX vectorsSreekanth Reddy2015-01-134-6/+44
| * | | mpt2sas, mpt3sas: Update attribution language to AvagoSreekanth Reddy2015-01-1318-20/+38
| * | | mpt2sas: map log_info value 0x0x32010081 to DID_RESETSreekanth Reddy2015-01-131-0/+4
| * | | mpt2sas, mpt3sas: fix upper bound for the module parameter max_sgl_entriesSreekanth Reddy2015-01-132-5/+15
OpenPOWER on IntegriCloud