summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | mpt2sas: MPI2 Rev BB (2.00.20) specification and 2.00.35 header filesSreekanth Reddy2015-01-132-5/+17
| * | | mpt2sas: Bump driver version to 19.100.00.00Sreekanth Reddy2015-01-131-2/+2
| * | | mpt2sas, mpt3sas: Fail the host reset initiated due to discovery related I/O ...Sreekanth Reddy2015-01-132-0/+17
| * | | mpt2sas, mpt3sas: log exceeded temperature thresholdsSreekanth Reddy2015-01-138-0/+161
| * | | mpt2sas: MPI2 Rev AA (2.00.19) specificationsSreekanth Reddy2015-01-124-11/+41
| * | | megaraid_sas: driver version updateSumit.Saxena@avagotech.com2015-01-091-1/+1
| * | | megaraid_sas: remove redundant memset callSumit.Saxena@avagotech.com2015-01-091-2/+0
| * | | megaraid_sas: reserve commands for IOCTLs and internal DCMDsSumit.Saxena@avagotech.com2015-01-093-39/+45
| * | | megaraid_sas: complete outstanding IOCTLs before killing adapterSumit.Saxena@avagotech.com2015-01-092-15/+54
| * | | megaraid_sas: disable interrupt_mask before enabling hardware interruptsSumit.Saxena@avagotech.com2015-01-091-1/+2
| * | | megaraid_sas: fix the problem of non-existing VD exposed to hostSumit.Saxena@avagotech.com2015-01-092-2/+15
| * | | megaraid_sas: add support for secure JBODSumit.Saxena@avagotech.com2015-01-093-51/+107
| * | | megaraid_sas: endianness related bug fixes and code optimizationSumit.Saxena@avagotech.com2015-01-094-30/+24
| * | | scsi: do not display kernel pointer in message logsHannes Reinecke2015-01-091-29/+20
| * | | scsi: Do not display buffer pointers in scsi_log_send()Hannes Reinecke2015-01-091-8/+1
| * | | scsi: Conditionally compile in constants.cHannes Reinecke2015-01-093-48/+4
| * | | scsi: use per-cpu buffer for formatting scsi_print_result()Hannes Reinecke2015-01-093-23/+60
| * | | scsi: use per-cpu buffer for formatting senseHannes Reinecke2015-01-094-125/+161
| * | | scsi: use external buffer for command loggingHannes Reinecke2015-01-094-91/+184
| * | | scsi: log request tag for scmd_printk()Hannes Reinecke2015-01-091-0/+4
| * | | scsi: Implement per-cpu logging bufferHannes Reinecke2015-01-092-1/+125
OpenPOWER on IntegriCloud