summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds16-148/+333
2017-04-26scsi: Implement blk_mq_ops.show_rq()Bart Van Assche4-0/+22
2017-04-26scsi_transport_sas: always pass 0 error to blk_end_request_allChristoph Hellwig1-1/+1
2017-04-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+2
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart1-21/+28
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart2-7/+73
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart1-1/+3
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig7-19/+18
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-1/+4
2017-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-12/+49
2017-04-15Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley1-2/+2
2017-04-13scsi: return correct blkprep status code in case scsi_init_io() fails.Johannes Thumshirn1-2/+2
2017-04-12Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley8-12/+49
2017-04-11scsi: ipr: do not set DID_PASSTHROUGH on CHECK CONDITIONMauricio Faria de Oliveira1-1/+6
2017-04-11scsi: aacraid: fix PCI error recovery pathGuilherme G. Piccoli2-4/+10
2017-04-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2017-04-08scsi: sd: Remove LBPRZ dependency for discardsMartin K. Petersen1-19/+6
2017-04-08scsi: sd: Separate zeroout and discard command choicesMartin K. Petersen2-3/+61
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig1-5/+0
2017-04-08sd: implement unmapping Write ZeroesChristoph Hellwig1-0/+9
2017-04-08sd: implement REQ_OP_WRITE_ZEROESChristoph Hellwig2-5/+27
2017-04-08sd: split sd_setup_discard_cmndChristoph Hellwig1-69/+84
2017-04-07scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen1-2/+18
2017-04-07scsi: qla2xxx: Add fix to read correct register value for ISP82xx.Sawan Chandak1-1/+6
2017-04-07scsi: qedf: Fix crash due to unsolicited FIP VLAN response.Chad Dupuis2-1/+3
2017-04-07scsi: sr: Sanity check returned mode dataMartin K. Petersen1-2/+4
2017-04-07scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusableFam Zheng1-1/+2
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe13-58/+72
2017-04-07scsi: Avoid that SCSI queues get stuckBart Van Assche1-3/+3
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig6-7/+7
2017-04-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds12-39/+57
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-1/+1
2017-03-29Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley12-39/+57
2017-03-27scsi: ufs: remove the duplicated checking for supporting clkscalingJaehoon Chung1-2/+0
2017-03-23scsi: lpfc: fix building without debugfs supportArnd Bergmann2-10/+16
2017-03-23scsi: lpfc: Fix PT2PT PRLI rejectDick Kennedy1-1/+2
2017-03-23scsi: hpsa: fix volume offline stateTomas Henzl1-0/+1
2017-03-21Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds12-55/+69
2017-03-20scsi: libsas: fix ata xfer lengthJohn Garry1-1/+1
2017-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds16-432/+1077
2017-03-19scsi: scsi_dh_alua: Warn if the first argument of alua_rtpg_queue() is NULLBart Van Assche1-1/+1
2017-03-19scsi: scsi_dh_alua: Ensure that alua_activate() calls the completion functionBart Van Assche1-5/+15
2017-03-19scsi: scsi_dh_alua: Check scsi_device_get() return valueBart Van Assche1-9/+9
2017-03-18qla2xxx: Update driver version to 9.00.00.00-kHimanshu Madhani1-3/+3
2017-03-18qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran6-20/+81
2017-03-18qla2xxx: Change scsi host lookup method.Quinn Tran7-40/+100
2017-03-18qla2xxx: Add DebugFS node to display Port DatabaseHimanshu Madhani2-4/+90
2017-03-18qla2xxx: Use IOCB interface to submit non-critical MBX.Quinn Tran6-65/+279
2017-03-18qla2xxx: Add async new target notificationQuinn Tran2-3/+4