summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-22/+2
|\
| * scsi: reduce use of block bounce buffersChristoph Hellwig2018-05-071-22/+2
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-043-228/+48
|\ \
| * | sg: simplify procfs codeChristoph Hellwig2018-05-161-112/+12
| * | megaraid: simplify procfs codeChristoph Hellwig2018-05-162-116/+36
* | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-0416-60/+45
|\ \ \
| * | | block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig2018-05-293-18/+10
| * | | libiscsi: don't try to bypass SCSI EHChristoph Hellwig2018-05-291-2/+2
| * | | scsi_transport_fc: complete requests from ->timeoutChristoph Hellwig2018-05-291-4/+3
| * | | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-299-14/+14
| * | | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-141-1/+1
| * | | block: pass an explicit gfp_t to get_requestChristoph Hellwig2018-05-141-4/+0
| * | | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-146-6/+6
| * | | scsi/osd: remove the gfp argument to osd_start_requestChristoph Hellwig2018-05-141-13/+11
| |/ /
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-06-021-2/+20
|\ \ \
| * | | scsi: scsi_transport_srp: Fix shost to rport translationBart Van Assche2018-05-281-2/+20
* | | | Merge tag 'for-linus-20180524' of git://git.kernel.dk/linux-blockLinus Torvalds2018-05-241-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | sr: pass down correctly sized SCSI sense bufferJens Axboe2018-05-211-2/+8
| |/ /
* | | scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()Alexander Potapenko2018-05-181-1/+1
* | | scsi: core: clean up generated file scsi_devinfo_tbl.cRandy Dunlap2018-05-141-1/+1
* | | scsi: aacraid: Correct hba_send to include iu_typeDave Carroll2018-05-011-4/+4
* | | scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated abortsJim Gill2018-05-011-1/+1
|/ /
* | scsi: isci: Fix infinite loop in while loopColin Ian King2018-04-201-2/+1
* | scsi: storvsc: Set up correct queue depth values for IDE devicesLong Li2018-04-201-2/+5
|/
* scsi: sd_zbc: Avoid that resetting a zone fails sporadicallyBart Van Assche2018-04-191-58/+82
* scsi: sd: Defer spinning up drive while SANITIZE is in progressMahesh Rajashekhara2018-04-181-0/+2
* scsi: megaraid_sas: Do not log an error if FW successfully initializes.Vinson Lee2018-04-181-3/+3
* scsi: ufs: add trace event for ufs upiuOhad Sharabi2018-04-181-0/+40
* scsi: fnic: fix spelling mistake in fnic stats "Abord" -> "Abort"Colin Ian King2018-04-181-1/+1
* scsi: scsi_debug: IMMED related delay adjustmentsDouglas Gilbert2018-04-181-9/+24
* scsi: iscsi: respond to netlink with unicast when appropriateChris Leech2018-04-181-11/+18
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-04-1518-82/+109
|\
| * scsi: devinfo: Add Microsoft iSCSI target to 1024 sector blacklistRoss Lagerwall2018-04-091-1/+1
| * scsi: cxgb4i: silence overflow warning in t4_uld_rx_handler()Dan Carpenter2018-04-091-4/+4
| * scsi: dpt_i2o: Use after free in I2ORESETCMD ioctlDan Carpenter2018-04-091-5/+8
| * scsi: core: Make scsi_result_to_blk_status() recognize CONDITION METBart Van Assche2018-04-091-0/+9
| * scsi: core: Rename __scsi_error_from_host_byte() into scsi_result_to_blk_stat...Bart Van Assche2018-04-091-9/+9
| * Revert "scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_by...Bart Van Assche2018-04-091-2/+0
| * scsi: aacraid: Insure command thread is not recursively stoppedDave Carroll2018-04-092-1/+4
| * scsi: qla2xxx: Correct setting of SAM_STAT_CHECK_CONDITIONJohannes Thumshirn2018-04-091-3/+3
| * scsi: qla2xxx: correctly shift host byteJohannes Thumshirn2018-04-091-1/+1
| * scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings2018-04-098-31/+45
| * scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings2018-04-091-2/+2
| * scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failureBill Kuzeja2018-04-091-23/+21
| * scsi: scsi_dh: Don't look for NULL devices handlers by nameJohannes Thumshirn2018-04-091-0/+3
| * scsi: core: remove redundant assignment to shost->use_blk_mqColin Ian King2018-04-091-1/+0
* | sr: get/drop reference to device in revalidate and check_eventsJens Axboe2018-04-111-4/+15
|/
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-05154-10408/+5293
|\
| * Merge branch 'fixes' into miscJames Bottomley2018-04-0340-389/+416
| |\
| | * scsi: qla2xxx: fx00 copypaste typoMeelis Roos2018-03-211-1/+1
OpenPOWER on IntegriCloud