summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-222-1/+3
|\
| * cxgb4i : Don't block unload/cxgb4 unload when remote closes TCP connectionAnish Bhatt2014-11-192-1/+3
* | bnx2fc: fix tgt spinlock lockingMaurizio Lombardi2014-11-102-11/+10Star
* | megaraid_sas: fix bug in handling return value of pci_enable_msix_range()Jiang Liu2014-11-101-1/+1
* | cxgb4i: send abort_rpl correctlyAnish Bhatt2014-11-102-16/+17
* | scsi: TUR path is down after adapter gets reset with multipathwenxiong@linux.vnet.ibm.com2014-11-101-0/+7
* | scsi: call device handler for failed TUR commandChristoph Hellwig2014-11-101-8/+8
* | scsi: only re-lock door after EH on devices that were resetChristoph Hellwig2014-11-101-1/+3
|/
* libcxgbi : support ipv6 address host_paramAnish Bhatt2014-10-282-10/+37
* scsi: set REQ_QUEUE for the blk-mq caseChristoph Hellwig2014-10-281-0/+5
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-10-213-31/+27Star
|\
| * qla_target: don't delete changed naclsJoern Engel2014-10-031-1/+10
| * qla_target: rearrange struct qla_tgt_prmJoern Engel2014-10-011-1/+1
| * qla_target: improve qlt_unmap_sg()Joern Engel2014-10-011-11/+8Star
| * qla_target: make some global functions staticJoern Engel2014-10-012-15/+5Star
| * qla_target: remove unused parameterJoern Engel2014-10-011-3/+3
* | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2014-10-215-7/+7
|\ \
| * | Boaz Harrosh - Fix broken email addressBoaz Harrosh2014-10-195-7/+7
* | | Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-1/+3
|\ \ \
| * | | block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-041-1/+3
* | | | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-1814-354/+187Star
|\ \ \ \
| * | | | sd: Honor block layer integrity handling flagsMartin K. Petersen2014-09-303-46/+116
| * | | | block: Add T10 Protection Information functionsMartin K. Petersen2014-09-272-222/+20Star
| * | | | block: Integrity checksum flagMartin K. Petersen2014-09-271-2/+4
| * | | | block: Relocate bio integrity flagsMartin K. Petersen2014-09-271-2/+2
| * | | | block: Add a disk flag to block integrity profileMartin K. Petersen2014-09-271-1/+7
| * | | | block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen2014-09-271-50/+56
| * | | | block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen2014-09-271-23/+23
| * | | | block: Remove integrity tagging functionsMartin K. Petersen2014-09-271-65/+0Star
| * | | | block: Replace bi_integrity with bi_specialMartin K. Petersen2014-09-271-4/+4
| * | | | scsi: move blk_mq_start_request call earlierChristoph Hellwig2014-09-221-1/+5
| * | | | blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig2014-09-221-1/+9
| * | | | blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig2014-09-221-2/+2
| * | | | blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig2014-09-221-0/+1
| * | | | blk-mq: remove REQ_ENDChristoph Hellwig2014-09-221-1/+2
| * | | | Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-111-1/+0Star
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| * | | block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence2014-08-2810-13/+13
| * | | block,scsi: verify return pointer from blk_get_requestJoe Lawrence2014-08-261-0/+2
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-181-17/+25
|\ \ \ \
| * | | | virtio_scsi: drop scan callbackMichael S. Tsirkin2014-10-151-16/+7Star
| * | | | virtio_scsi: fix race on device removalMichael S. Tsirkin2014-10-151-1/+10
| * | | | virito_scsi: use freezable WQ for eventsPaolo Bonzini2014-10-151-1/+1
| * | | | virtio_scsi: enable VQs early on restoreMichael S. Tsirkin2014-10-151-0/+2
| * | | | virtio_scsi: move kick event out from virtscsi_initMichael S. Tsirkin2014-10-151-5/+11
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-182-139/+11Star
|\ \ \ \
| * | | | cxgb4i : Fix -Wmaybe-uninitialized warning.Anish Bhatt2014-10-151-1/+1
| * | | | cxgb4i: Remove duplicate call to dst_neigh_lookup()Anish Bhatt2014-10-151-5/+0Star
| * | | | cxgb4i : Fix -Wunused-function warningAnish Bhatt2014-10-152-0/+10
| * | | | cxgb4i : Remove duplicated CLIP handling codeAnish Bhatt2014-10-151-133/+0Star
* | | | | scsi: replace strnicmp with strncasecmpRasmus Villemoes2014-10-142-2/+2