summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe2017-02-1729-1087/+534
|\
| * scsi, block: fix duplicate bdi name registration crashesDan Williams2017-02-021-8/+33
| * block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-317-27/+29
| * block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-316-10/+10
| * ѕd: remove pointless REQ_TYPE_FS checkChristoph Hellwig2017-01-311-3/+0
| * block: make scsi_request and scsi ioctl support optionalChristoph Hellwig2017-01-311-0/+1
| * block: split scsi_request out of struct requestChristoph Hellwig2017-01-2715-107/+127
| * block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig2017-01-272-39/+12
| * scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig2017-01-275-391/+95
| * scsi: remove __scsi_alloc_queueChristoph Hellwig2017-01-273-18/+10
| * scsi: remove scsi_cmd_dma_poolChristoph Hellwig2017-01-271-14/+1
| * scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig2017-01-274-22/+73
| * scsi: remove gfp_flags member in scsi_host_cmd_poolChristoph Hellwig2017-01-271-10/+4
| * scsi_dh_hp_sw: switch to scsi_execute_req_flags()Hannes Reinecke2017-01-271-157/+65
| * scsi_dh_emc: switch to scsi_execute_req_flags()Hannes Reinecke2017-01-271-191/+56
| * scsi_dh_rdac: switch to scsi_execute_req_flags()Hannes Reinecke2017-01-271-123/+51
* | Merge branch 'for-4.11/block' into for-4.11/linus-mergeJens Axboe2017-02-171-1/+1
|\ \
| * | cdrom: Make device operations read-onlyKees Cook2017-02-141-1/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-02-114-4/+27
|\ \ \
| * \ \ Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-02-092-2/+9
| |\ \ \
| | * | | scsi: aacraid: Fix INTx/MSI-x issue with older controllersDave Carroll2017-02-091-2/+6
| | * | | scsi: mpt3sas: disable ASPM for MPI2 controllersojab2017-02-091-0/+3
| * | | | Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-02-033-2/+18
| |\ \ \ \ | | |/ / /
| | * | | scsi: mpt3sas: Force request partial completion alignmentRam Pai2017-01-311-0/+15
| | * | | scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crashMauricio Faria de Oliveira2017-01-311-1/+1
| | * | | scsi: qla2xxx: Fix a recently introduced memory leakBart Van Assche2017-01-241-1/+2
* | | | | ibmvscsis: Add SGL limitBryant G. Ly2017-02-081-0/+1
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-02-031-1/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-01-271-1/+10
| |\ \ \ \ | | |/ / /
| | * | | scsi: virtio_scsi: Reject commands when virtqueue is brokenEric Farman2017-01-201-1/+10
* | | | | Revert "sd: remove __data_len hack for WRITE SAME"Bart Van Assche2017-01-261-1/+16
| |_|_|/ |/| | |
* | | | Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-2016-66/+158
|\ \ \ \
| * | | | qla2xxx: Disable out-of-order processing by default in firmwareQuinn Tran2017-01-171-6/+0
| * | | | qla2xxx: Fix erroneous invalid handle messageQuinn Tran2017-01-172-1/+5
| * | | | qla2xxx: Reduce exess wait during chip resetQuinn Tran2017-01-171-2/+2
| * | | | qla2xxx: Terminate exchange if corruptedQuinn Tran2017-01-173-5/+43
| * | | | qla2xxx: Fix crash due to null pointer accessQuinn Tran2017-01-171-4/+12
| * | | | qla2xxx: Collect additional information to debug fw dumpQuinn Tran2017-01-171-7/+20
| * | | | qla2xxx: Reset reserved field in firmware options to 0Himanshu Madhani2017-01-171-1/+14
| * | | | qla2xxx: Set tcm_qla2xxx version to automatically track qla2xxx versionHimanshu Madhani2017-01-172-3/+2
| * | | | qla2xxx: Include ATIO queue in firmware dump when in target modeHimanshu Madhani2017-01-171-0/+24
| * | | | qla2xxx: Fix wrong IOCB type assumptionQuinn Tran2017-01-171-7/+1
| * | | | qla2xxx: Avoid that building with W=1 triggers complaints about set-but-not-u...Bart Van Assche2017-01-173-4/+4
| * | | | qla2xxx: Move two arrays from header files to .c filesBart Van Assche2017-01-174-19/+23
| * | | | qla2xxx: Declare an array with file scope staticBart Van Assche2017-01-171-1/+1
| * | | | qla2xxx: Fix indentationBart Van Assche2017-01-171-3/+3
| * | | | ibmvscsis: Fix sleeping in interrupt contextBryant G. Ly2017-01-171-2/+2
| * | | | ibmvscsis: Fix max transfer lengthBryant G. Ly2017-01-171-1/+2
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-01-2011-108/+91
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley2017-01-176-23/+58
| |\ \ \ | | |/ /
OpenPOWER on IntegriCloud