summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-094-48/+5
* 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
* libata: use __scsi_format_command()Hannes Reinecke2015-01-091-10/+7
* 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
* storvsc: force SPC-3 compliance on win8 and win8 r2 hostsK. Y. Srinivasan2015-01-091-0/+13
* storvsc: fix a bug in storvsc limitsK. Y. Srinivasan2015-01-091-3/+12
* storvsc: force discovery of LUNs that may have been removed.K. Y. Srinivasan2015-01-091-0/+26
* storvsc: in responce to a scan event, scan the hostK. Y. Srinivasan2015-01-091-12/+7
* storvsc: use cmd_size to allocate per-command dataChristoph Hellwig2015-01-091-111/+8
* lpfc: correct device removal deadlock after link bounceJames Smart2015-01-091-0/+9
* esp_scsi: remove check for ESP_MAX_TAGSHannes Reinecke2015-01-091-2/+0
* mpt3sas: issue_reset is uninitializedDan Carpenter2015-01-091-4/+4
* mpt2sas: issue_reset is uninitializedDan Carpenter2015-01-091-4/+4
* 3w-9xxx.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist2015-01-091-1/+2
* scsi_debug: Implement WRITE BUFFER commandEwan D. Milne2015-01-091-3/+71
* scsi_debug: Add REPORTED LUNS DATA HAS CHANGED Unit AttentionEwan D. Milne2015-01-091-1/+55
* ses: Add power_status to SES device slotSong Liu2015-01-092-9/+127
* ses: add reliable slot attributeDan Williams2015-01-092-6/+31
* ses: add enclosure logical idDan Williams2015-01-092-0/+22
* ses: generate KOBJ_CHANGE on enclosure attachDan Williams2015-01-091-1/+2
* ses: close potential registration raceDan Williams2015-01-092-18/+40
* scsi: retry report-luns when reported LU count requres more memoryRob Evers2015-01-091-30/+11
* scsi: use set/get_unaligned_be32 in report_lunsRob Evers2015-01-091-8/+3
* scsi: avoid unnecessary GFP_ATOMIC allocation in scsi_report_lun_scanRob Evers2015-01-091-1/+1
* scsi: fix scsi_error.c kernel-doc warningRandy Dunlap2015-01-091-0/+1
* scsi: asc/ascq codes, sync to T10 2014/12/21Douglas Gilbert2015-01-091-1/+27
* scsi: ->queue_rq can't sleepChristoph Hellwig2015-01-091-2/+1
* qla2xxx: fix busy wait regressionBruno Prémont2015-01-051-1/+3
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-01-024-5/+21
|\
| * SCSI: fix regression in scsi_send_eh_cmnd()Alan Stern2014-12-301-2/+2