aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-25ufs: query descriptor APIDolev Raviv2-28/+128
2014-07-25be2iscsi: Fix memory leak in mgmt_set_ip()Maurizio Lombardi1-9/+11
2014-07-25virtio-scsi: Implement change_queue_depth for virtscsi targetsVenkatesh Srinivas1-0/+33
2014-07-25virtio-scsi: replace target spinlock with seqcountMing Lei1-13/+29
2014-07-25hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctlStephen M. Cameron1-1/+1
2014-07-25hpsa: remove online devices from offline device listStephen M. Cameron1-1/+5
2014-07-25hpsa: fix non-x86 buildsArnd Bergmann1-2/+2
2014-07-25hpsa: do not unconditionally copy sense dataRobert Elliott1-8/+8
2014-07-25hpsa: fix 6-byte READ/WRITE with 0 length data xferStephen M. Cameron1-1/+2
2014-07-25hpsa: make hpsa_init_one return -ENOMEM if allocation of h->lockup_detected failsStephen M. Cameron1-1/+3
2014-07-25bnx2fc: Rebranding bnx2fc driverSaurav Kashyap11-14/+72
2014-07-25bnx2i: Rebranding bnx2i driverVikas Chaudhary8-19/+33
2014-07-25mpt3sas: Rework the MSI-X grouping codeMartin K. Petersen1-52/+21
2014-07-25mpt2sas: Rework the MSI-X grouping codeMartin K. Petersen1-41/+23
2014-07-25mpt3sas: combine fw_event_work and its event_dataJoe Lawrence1-25/+31
2014-07-25mpt3sas: correct scsi_{target,device} hostdata allocationJoe Lawrence1-2/+4
2014-07-25mpt2sas: annotate ioc->reply_post_host_index as __iomemJoe Lawrence2-5/+6
2014-07-25mpt2sas: combine fw_event_work and its event_dataJoe Lawrence1-22/+30
2014-07-25mpt2sas: correct scsi_{target,device} hostdata allocationJoe Lawrence1-2/+4
2014-07-253w-xxxx: fix mis-aligned struct accessesArnd Bergmann1-2/+2
2014-07-25NCR53c406a: don't call free_dma() by defaultArnd Bergmann1-1/+1
2014-07-25qlogicfas: don't call free_dma()Arnd Bergmann1-2/+0
2014-07-25pas16: don't call free_dma()Arnd Bergmann1-2/+0
2014-07-25advansys: don't build ARMArnd Bergmann1-1/+1
2014-07-25ibmvfc: fix little endian issuesTyrel Datwyler2-367/+374
2014-07-25qla2xxx: Use dma_zalloc_coherentJoe Perches1-6/+4
2014-07-25bfa: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick1-3/+3
2014-07-25bfa: remove useless return variablesPeter Senna Tschudin1-6/+4
2014-07-25bfa: Fix undefined bit shift on big-endian architectures with 32-bit DMA addressBen Hutchings1-1/+1
2014-07-25bfa: Use dma_zalloc_coherentJoe Perches1-3/+3
2014-07-25aic7xxx: Use kstrdupHimangi Saraogi3-6/+3
2014-07-25scsi: add defines for new FC port speeds.Dick Kennedy1-0/+4
2014-07-25bnx2i, be2iscsi: fix custom stats lengthMike Christie2-5/+4
2014-07-25iscsi: kill redundant castsNick Black' via open-iscsi1-2/+2
2014-07-25tgt: remove SCSI_TGT and SCSI_FC_TGT_ATTRSPaul Bolle1-14/+0
2014-07-25sd: fix a bug in deriving the FLUSH_TIMEOUT from the basic I/O timeoutK. Y. Srinivasan1-1/+1
2014-07-25scsi: add a blacklist flag which enables VPD page inquiriesMartin K. Petersen2-1/+8
2014-07-25scsi: move the writeable field from struct scsi_device to struct scsi_cdChristoph Hellwig4-29/+3
2014-07-25scsi: update scsi_device_typesChristoph Hellwig1-0/+2
2014-07-25fnic: reject device resets without assigned tags for the blk-mq caseChristoph Hellwig1-0/+16
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig6-68/+446
2014-07-25scatterlist: allow chaining to preallocated chunksChristoph Hellwig1-9/+7
2014-07-25scsi: unwind blk_end_request_all and blk_end_request_err callsChristoph Hellwig1-19/+42
2014-07-25scsi: only maintain target_blocked if the driver has a target queue limitChristoph Hellwig1-10/+18
2014-07-25scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig3-45/+52
2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig3-24/+38
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig8-41/+66
2014-07-25scsi: convert target_busy to an atomic_tChristoph Hellwig1-21/+32
2014-07-25scsi: push host_lock down into scsi_{host,target}_queue_readyChristoph Hellwig1-36/+39
2014-07-25scsi: set ->scsi_done before calling scsi_dispatch_cmdChristoph Hellwig2-22/+21