summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-101-1/+0Star
|\
| * blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0Star
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-0799-13287/+12547Star
|\ \
| * | scsi: mvsas: Mark symbols static where possibleBaoyou Xie2016-09-273-37/+39
| * | scsi: pm8001: Mark symbols static where possibleBaoyou Xie2016-09-272-3/+3
| * | scsi: arcmsr: Simplify user_len checkingBorislav Petkov2016-09-271-6/+8
| * | scsi: fcoe: fix off by one in eth2fc_speed()Vincent Stehlé2016-09-271-1/+1
| * | scsi: dtc: remove from treeChristoph Hellwig2016-09-274-504/+0Star
| * | scsi: t128: remove from treeChristoph Hellwig2016-09-274-522/+0Star
| * | scsi: pas16: remove from treeChristoph Hellwig2016-09-274-701/+0Star
| * | scsi: u14-34f: remove from treeChristoph Hellwig2016-09-273-2021/+0Star
| * | scsi: ultrastor: remove from treeChristoph Hellwig2016-09-274-1308/+0Star
| * | scsi: in2000: remove from treeChristoph Hellwig2016-09-274-2727/+0Star
| * | scsi: wd7000: remove from treeChristoph Hellwig2016-09-273-1670/+0Star
| * | scsi: scsi_dh_alua: Fix memory leak in alua_rtpg()tang.junhui2016-09-271-0/+1
| * | scsi: lpfc: Mark symbols static where possibleBaoyou Xie2016-09-274-62/+62
| * | scsi: hpsa: correct call to hpsa_do_resetDon Brace2016-09-212-2/+1Star
| * | scsi: ufs: Get a TM service response from the correct offsetKiwoong Kim2016-09-212-2/+3
| * | scsi: ibmvfc: Fix I/O hang when port is not mappedBrian King2016-09-201-1/+0Star
| * | scsi: megaraid_sas: clean function declarations in megaraid_sas_base.c upBaoyou Xie2016-09-192-13/+9Star
| * | scsi: ipr: Remove redundant messages at adapter init timeBrian King2016-09-191-1/+2
| * | scsi: ipr: Don't log unnecessary 9084 error detailsBrian King2016-09-192-3/+4
| * | scsi: smartpqi: raid bypass lba calculation fixkevin Barnett2016-09-191-1/+2
| * | scsi: hpsa: correct scsi 6byte lba calculationMahesh Rajashekhara2016-09-191-4/+10
| * | scsi: ibmvscsis: Fixed unused variableBryant G. Ly2016-09-191-3/+0Star
| * | scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer()Dan Carpenter2016-09-151-1/+7
| * | scsi: ibmvscsis: Fix error return code in ibmvscsis_probe()Wei Yongjun2016-09-151-0/+1
| * | scsi: sd: Move DIF protection types to t10-pi.hChristoph Hellwig2016-09-154-51/+30Star
| * | scsi: qla2xxx: Use struct t10_pi_tupleChristoph Hellwig2016-09-152-11/+1Star
| * | scsi: scsi_debug: Use struct t10_pi_tuple instead of struct sd_dif_tupleChristoph Hellwig2016-09-152-16/+8Star
| * | scsi: hpsa: Check for null devices in ioaccel submission patchDon Brace2016-09-141-0/+31
| * | scsi: hpsa: Prevent sending bmic commands to externalsScott Teel2016-09-141-1/+11
| * | scsi: hpsa: Check for vpd support before sendingScott Teel2016-09-142-13/+38
| * | scsi: hpsa: Check for null device pointersDon Brace2016-09-141-3/+17
| * | scsi: hpsa: Determine device external status earlierDon Brace2016-09-141-5/+5
| * | scsi: ncr5380: Improve interrupt latency during PIO tranfersFinn Thain2016-09-142-4/+6
| * | scsi: virtio_scsi: Use complete() instead complete_all()Daniel Wagner2016-09-141-1/+1
| * | scsi: sym53c8xx_2: Use complete() instead complete_all()Daniel Wagner2016-09-141-1/+1
| * | scsi: csiostor: Fix completion usageDaniel Wagner2016-09-141-3/+2Star
| * | scsi: megaraid_sas: add in missing white space in error message textColin Ian King2016-09-141-1/+1
| * | scsi: hisi_sas: send three identify before phy upJohn Garry2016-09-141-4/+16
| * | scsi: hisi_sas: add missing SATA pending device type to v2 hwJohn Garry2016-09-141-0/+1
| * | scsi: hisi_sas: remove init_id_frame_v1_hw()John Garry2016-09-141-10/+0Star
| * | scsi: hisi_sas: remove init_id_frame_v2_hw()John Garry2016-09-141-10/+0Star
| * | scsi: hisi_sas: fix HBA SAS addr endianness for v1 hwJohn Garry2016-09-141-4/+4
| * | scsi: hisi_sas: fix HBA SAS addr endianness for v2 hwJohn Garry2016-09-141-4/+4
| * | scsi: hisi_sas: set dma mask before allocate DMA memoryJohn Garry2016-09-141-7/+6Star
| * | scsi: hisi_sas: fix a potential warning for sata disk ejectionJohn Garry2016-09-141-20/+6Star
| * | scsi: hisi_sas: fix phy8 linkrate calculation in phy_up_v2_hw()John Garry2016-09-141-3/+0Star
| * | scsi: hisi_sas: disable dlvry queues once at reset for v2 hwJohn Garry2016-09-141-3/+1Star