summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-09-308-27/+32
|\
| * scsi: ILLEGAL REQUEST + ASC==27 => target failureMartin Wilck2017-09-271-1/+2
| * scsi: aacraid: Add a small delay after IOP resetGuilherme G. Piccoli2017-09-271-0/+2
| * scsi: scsi_transport_fc: Also check for NOTPRESENT in fc_remote_port_add()Hannes Reinecke2017-09-251-1/+2
| * scsi: scsi_transport_fc: set scsi_target_id upon rescanHannes Reinecke2017-09-251-10/+1
| * scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse nlms...Xin Long2017-09-251-1/+1
| * scsi: aacraid: error: testing array offset 'bus' after useNikola Pajkovsky2017-09-151-8/+12
| * scsi: lpfc: Don't return internal MBXERR_ERROR code from probe functionStefano Brivio2017-09-151-0/+1
| * scsi: aacraid: Fix 2T+ drives on SmartIOC-2000Dave Carroll2017-09-152-6/+11
* | qla2xxx: remove use of FC-specific error codesJames Smart2017-09-251-1/+1
* | lpfc: remove use of FC-specific error codesJames Smart2017-09-251-1/+1
|/
* scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLEHannes Reinecke2017-09-151-3/+2
* scsi: sg: factor out sg_fill_request_table()Hannes Reinecke2017-09-151-26/+35
* scsi: sd: Remove unnecessary condition in sd_read_block_limits()Lukas Czerner2017-09-151-2/+0
* scsi: acornscsi: fix build errorArnd Bergmann2017-09-141-3/+3
* scsi: scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeoutChristoph Hellwig2017-09-141-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-132-9/+1
|\
| * scsi: scsi_transport_sas: select BLK_DEV_BSGLIBArnd Bergmann2017-09-051-1/+1
| * scsi: Remove Scsi_Host.uspace_req_qBart Van Assche2017-09-051-8/+0
* | Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-121-2/+1
|\ \
| * | dma-coherent: remove the DMA_MEMORY_MAP and DMA_MEMORY_IO flagsChristoph Hellwig2017-09-011-2/+1
* | | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
* | | drivers/scsi/sym53c8xx_2/sym_hipd.c: convert to use memset32Matthew Wilcox2017-09-081-8/+3
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-09-07180-3874/+4469
|\ \ \
| * \ \ Merge branch 'fixes' into miscJames Bottomley2017-09-0725-256/+177
| |\ \ \ | | |_|/ | |/| |
| | * | scsi: qla2xxx: Fix an integer overflow in sysfs codeDan Carpenter2017-08-301-4/+4
| | * | scsi: storvsc: fix memory leak on ring buffer busyLong Li2017-08-301-0/+2
| | * | scsi: aacraid: Fix command send race conditionBrian King2017-08-291-33/+21
| | * | scsi: qedi: off by one in qedi_get_cmd_from_tid()Dan Carpenter2017-08-281-1/+1
| * | | scsi: scsi-mq: Always unprepare before requeuing a requestBart Van Assche2017-08-311-2/+8
| * | | scsi: Show .retries and .jiffies_at_alloc in debugfsBart Van Assche2017-08-311-1/+3
| * | | scsi: Improve requeuing behaviorBart Van Assche2017-08-311-2/+13
| * | | scsi: Call scsi_initialize_rq() for filesystem requestsBart Van Assche2017-08-311-4/+22
| * | | scsi: qla2xxx: Reset the logo flag, after target re-login.Quinn Tran2017-08-302-0/+3
| * | | scsi: qla2xxx: Fix slow mem alloc behind lockQuinn Tran2017-08-303-2/+34
| * | | scsi: qla2xxx: Clear fc4f_nvme flagDarren Trap2017-08-301-0/+1
| * | | scsi: qla2xxx: add missing includes for qla_isrJohannes Thumshirn2017-08-301-0/+2
| * | | scsi: aacraid: report -ENOMEM to upper layer from aac_convert_sgraw2()Nikola Pajkovsky2017-08-301-3/+7
| * | | scsi: aacraid: get rid of one level of indentationNikola Pajkovsky2017-08-301-136/+131
| * | | scsi: aacraid: fix indentation errorsNikola Pajkovsky2017-08-302-4/+4
| * | | scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig2017-08-296-334/+203
| * | | scsi: smartpqi: remove the smp_handler stubChristoph Hellwig2017-08-291-9/+0
| * | | scsi: hpsa: remove the smp_handler stubChristoph Hellwig2017-08-291-9/+0
| * | | scsi: bsg-lib: pass the release callback through bsg_setup_queueChristoph Hellwig2017-08-292-3/+5
| * | | scsi: Rework handling of scsi_device.vpd_pg8[03]Bart Van Assche2017-08-293-43/+46
| * | | scsi: Rework the code for caching Vital Product Data (VPD)Bart Van Assche2017-08-291-78/+66
| * | | scsi: qlogicpti: fixup qlogicpti_reset() definitionHannes Reinecke2017-08-281-1/+2
| * | | scsi: lpfc: avoid false-positive gcc-8 warningArnd Bergmann2017-08-251-3/+3
| * | | scsi: lpfc: avoid an unused function warningArnd Bergmann2017-08-251-2/+3
| * | | scsi: cxlflash: Fix vlun resize failure in the shrink pathUma Krishnan2017-08-251-5/+1
OpenPOWER on IntegriCloud