summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
| |\
| | * scsi: mpt3sas: fix hang on ata passthrough commandsJames Bottomley2017-01-172-14/+38
| | * scsi: lpfc: Set elsiocb contexts to NULL after freeing itJohannes Thumshirn2017-01-171-0/+2
| | * scsi: sd: Ignore zoned field for host-managed devicesDamien Le Moal2017-01-171-6/+14
| | * scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_typeDamien Le Moal2017-01-171-1/+2
| | * scsi: bfa: fix wrongly initialized variable in bfad_im_bsg_els_ct_request()Johannes Thumshirn2017-01-171-1/+1
| | * scsi: ses: Fix SAS device detection in enclosureEwan D. Milne2017-01-171-1/+1
| * | Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-01-135-85/+33
| |\|
| | * scsi: lpfc: avoid double free of resource identifiersRoberto Sassu2017-01-111-0/+7
| | * scsi: qla2xxx: remove irq_affinity_notifierChristoph Hellwig2017-01-112-74/+0
| | * scsi: qla2xxx: fix MSI-X vector affinityChristoph Hellwig2017-01-112-5/+12
| | * scsi: qla2xxx: Fix apparent cut-n-paste error.Dave Jones2017-01-091-1/+1
| | * scsi: qla2xxx: Get mutex lock before checking optrom_stateMilan P. Gandhi2017-01-091-5/+13
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-142-17/+2
|\ \ \
| * | | sd: remove __data_len hack for WRITE SAMEChristoph Hellwig2017-01-131-16/+1
| * | | scsi: use blk_rq_payload_bytesChristoph Hellwig2017-01-131-1/+1
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-01-137-6/+26
|\ \ \ \ | | |/ / | |/| |