summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2018-09-21scsi: sd: don't crash the host on invalid commandsJohannes Thumshirn-1/+2
2018-09-21scsi: ipr: System hung while dlpar adding primary ipr adapter backWen Xiong-45/+62
2018-09-20scsi: lpfc: Synchronize access to remoteport via rportJames Smart-13/+23
2018-09-20scsi: ufs: Disable blk-mq for nowAdrian Hunter-0/+7
2018-09-17scsi: sd: Contribute to randomness when running rotational deviceXuewei Zhang-0/+3
2018-09-17scsi: ibmvscsis: Ensure partition name is properly NUL terminatedLaura Abbott-1/+1
2018-09-17scsi: ibmvscsis: Fix a stringop-overflow warningLaura Abbott-2/+1
2018-09-11scsi: qla2xxx: Fix an endian bug in fcpcmd_is_corrupted()Dan Carpenter-2/+2
2018-08-30scsi: qedi: Add the CRC size within iSCSI NVM imageNilesh Javali-14/+21
2018-08-27scsi: aacraid: fix a signedness bugDan Carpenter-1/+1
2018-08-27Revert "scsi: core: avoid host-wide host_busy counter for scsi_mq"Ming Lei-40/+7
2018-08-27Revert "scsi: core: fix scsi_host_queue_ready"Ming Lei-1/+1
2018-08-27scsi: hpsa: limit transfer length to 1MB, not 512kBMartin Wilck-1/+1
2018-08-27scsi: lpfc: Correct MDS diag and nvmet configurationJames Smart-1/+1
2018-08-27scsi: lpfc: Default fdmi_on to onJames Smart-4/+4
2018-08-27scsi: csiostor: fix incorrect port capabilitiesVarun Prakash-14/+48
2018-08-27scsi: csiostor: add a check for NULL pointer after kmalloc()Varun Prakash-7/+9
2018-08-27scsi: core: Update SCSI_MQ_DEFAULT help text to match defaultGeert Uytterhoeven-5/+5
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-32/+11
2018-08-21osd: Convert to new IDA APIMatthew Wilcox-15/+7
2018-08-21sd: Convert to new IDA APIMatthew Wilcox-17/+4
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+3
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3704/+4590
2018-08-14Merge SCSI_IOCTL_SEND_COMMAND cleanup branch.Linus Torvalds-9/+0
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds-158/+27
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-20/+4
2018-08-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-49/+69
2018-08-08scsi: core: use blk_mq_run_hw_queues in scsi_kick_queueJianchao Wang-1/+1
2018-08-08scsi: ufs: remove unnecessary query(DM) UPIU traceOhad Sharabi-7/+8
2018-08-08scsi: qla2xxx: Fix issue reported by static checker for qla2x00_els_dcmd2_sp_...Quinn Tran-0/+1
2018-08-08scsi: aacraid: Spelling fix in commentDongliang Mu-2/+2
2018-08-08scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy-1/+2
2018-08-08scsi: aic94xx: fix an error code in aic94xx_init()Dan Carpenter-1/+3
2018-08-08scsi: st: remove redundant pointer STbufferColin Ian King-3/+0
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe-33/+90
2018-08-03scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATEDJim Gill-3/+8
2018-08-03scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...Bart Van Assche-8/+21
2018-08-03scsi: mpt3sas: Swap I/O memory read value back to cpu endiannessSreekanth Reddy-8/+8
2018-08-02scsi: Check sense buffer size at build timeKees Cook-3/+3
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook-13/+9
2018-08-02scsi: build scsi_common.o for all scsi passthrough request usersChristoph Hellwig-1/+1
2018-08-02scsi: cxlflash: Drop unused sense buffersKees Cook-11/+4
2018-08-02scsi: qla2xxx: Update driver version to 10.00.00.08-kHimanshu Madhani-1/+1
2018-08-02scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran-126/+413
2018-08-02scsi: qla2xxx: Save frame payload size from ICBQuinn Tran-7/+5
2018-08-02scsi: qla2xxx: Fix stalled reloginHimanshu Madhani-1/+2
2018-08-02scsi: qla2xxx: Fix race between switch cmd completion and timeoutQuinn Tran-20/+58
2018-08-02scsi: qla2xxx: Fix Management Server NPort handle reservation logicQuinn Tran-2/+32
2018-08-02scsi: qla2xxx: Flush mailbox commands on chip resetQuinn Tran-5/+74
2018-08-02scsi: qla2xxx: Fix unintended LogoutQuinn Tran-1/+2