summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe29-1087/+534
2017-02-17Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe1-1/+1
2017-02-14cdrom: Make device operations read-onlyKees Cook1-1/+1
2017-02-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-4/+27
2017-02-09Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2-2/+9
2017-02-09scsi: aacraid: Fix INTx/MSI-x issue with older controllersDave Carroll1-2/+6
2017-02-09scsi: mpt3sas: disable ASPM for MPI2 controllersojab1-0/+3
2017-02-08ibmvscsis: Add SGL limitBryant G. Ly1-0/+1
2017-02-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+10
2017-02-03Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley3-2/+18
2017-02-02scsi, block: fix duplicate bdi name registration crashesDan Williams1-8/+33
2017-01-31scsi: mpt3sas: Force request partial completion alignmentRam Pai1-0/+15
2017-01-31scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crashMauricio Faria de Oliveira1-1/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig7-27/+29
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig6-10/+10
2017-01-31ѕd: remove pointless REQ_TYPE_FS checkChristoph Hellwig1-3/+0
2017-01-31block: make scsi_request and scsi ioctl support optionalChristoph Hellwig1-0/+1
2017-01-27Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley1-1/+10
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig15-107/+127
2017-01-27block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig2-39/+12
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig5-391/+95
2017-01-27scsi: remove __scsi_alloc_queueChristoph Hellwig3-18/+10
2017-01-27scsi: remove scsi_cmd_dma_poolChristoph Hellwig1-14/+1
2017-01-27scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig4-22/+73
2017-01-27scsi: remove gfp_flags member in scsi_host_cmd_poolChristoph Hellwig1-10/+4
2017-01-27scsi_dh_hp_sw: switch to scsi_execute_req_flags()Hannes Reinecke1-157/+65
2017-01-27scsi_dh_emc: switch to scsi_execute_req_flags()Hannes Reinecke1-191/+56
2017-01-27scsi_dh_rdac: switch to scsi_execute_req_flags()Hannes Reinecke1-123/+51
2017-01-26Revert "sd: remove __data_len hack for WRITE SAME"Bart Van Assche1-1/+16
2017-01-24scsi: qla2xxx: Fix a recently introduced memory leakBart Van Assche1-1/+2
2017-01-20scsi: virtio_scsi: Reject commands when virtqueue is brokenEric Farman1-1/+10
2017-01-20Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-66/+158
2017-01-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds11-108/+91
2017-01-17Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley6-23/+58
2017-01-17scsi: mpt3sas: fix hang on ata passthrough commandsJames Bottomley2-14/+38
2017-01-17qla2xxx: Disable out-of-order processing by default in firmwareQuinn Tran1-6/+0
2017-01-17qla2xxx: Fix erroneous invalid handle messageQuinn Tran2-1/+5
2017-01-17qla2xxx: Reduce exess wait during chip resetQuinn Tran1-2/+2
2017-01-17qla2xxx: Terminate exchange if corruptedQuinn Tran3-5/+43
2017-01-17qla2xxx: Fix crash due to null pointer accessQuinn Tran1-4/+12
2017-01-17qla2xxx: Collect additional information to debug fw dumpQuinn Tran1-7/+20
2017-01-17qla2xxx: Reset reserved field in firmware options to 0Himanshu Madhani1-1/+14
2017-01-17qla2xxx: Set tcm_qla2xxx version to automatically track qla2xxx versionHimanshu Madhani2-3/+2
2017-01-17qla2xxx: Include ATIO queue in firmware dump when in target modeHimanshu Madhani1-0/+24
2017-01-17qla2xxx: Fix wrong IOCB type assumptionQuinn Tran1-7/+1
2017-01-17qla2xxx: Avoid that building with W=1 triggers complaints about set-but-not-u...Bart Van Assche3-4/+4
2017-01-17qla2xxx: Move two arrays from header files to .c filesBart Van Assche4-19/+23
2017-01-17qla2xxx: Declare an array with file scope staticBart Van Assche1-1/+1
2017-01-17qla2xxx: Fix indentationBart Van Assche1-3/+3
2017-01-17scsi: lpfc: Set elsiocb contexts to NULL after freeing itJohannes Thumshirn1-0/+2