summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2017-04-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+2
2017-04-24lpfc revison 11.2.0.12James Smart1-1/+1
2017-04-24Fix Express lane queue creation.James Smart1-1/+5
2017-04-24Update ABORT processing for NVMET.James Smart10-125/+409
2017-04-24Fix implicit logo and RSCN handling for NVMETJames Smart5-52/+110
2017-04-24Add Fabric assigned WWN support.James Smart7-12/+65
2017-04-24Fix max_sgl_segments settings for NVME / NVMETJames Smart3-9/+31
2017-04-24Fix crash after issuing lip resetJames Smart7-64/+79
2017-04-24Fix driver load issues when MRQ=8James Smart3-18/+23
2017-04-24Remove hba lock from NVMET issue WQE.James Smart1-4/+0
2017-04-24Fix nvme initiator handling when not enabled.James Smart2-3/+14
2017-04-24Fix driver usage of 128B WQEs when WQ_CREATE is V1.James Smart1-0/+3
2017-04-24Fix driver unload/reload operation.James Smart2-22/+31
2017-04-24Fix PRLI ACC rsp for NVMEJames Smart1-1/+1
2017-04-24Fix extra line print in rqpair debug print.James Smart1-2/+0
2017-04-24Remove NULL ptr check before kfree.James Smart1-8/+4
2017-04-24Remove unused defines for NVME PostBuf.James Smart1-3/+0
2017-04-24Fix spelling in comments.James Smart1-1/+1
2017-04-24Add debug messages for nvme/fcp resource allocation.James Smart1-0/+6
2017-04-24Fix log message in completion path.James Smart1-3/+2
2017-04-24Fix rejected nvme LS Req.James Smart1-5/+21
2017-04-24Fix nvme unregister port timeout.James Smart1-3/+5
2017-04-24Standardize nvme SGL segment countJames Smart3-7/+3
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart1-21/+28
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart2-7/+73
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart1-1/+3
2017-04-21scsi: sas: move scsi_remove_host call into sas_remove_hostJohannes Thumshirn7-8/+6
2017-04-21scsi: BusLogic: fix incorrect spelling of adatper_reset_reqColin Ian King2-4/+12
2017-04-21scsi: bfa: use designated initializersKees Cook1-10/+21
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig7-19/+18
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-1/+4
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-12/+49
2017-04-20Annotate hardware config module parameters in drivers/scsi/David Howells5-10/+10
2017-04-20scsi: aic7xxx: fix order of arguments in function prototypeColin Ian King1-2/+2
2017-04-20scsi: bfa: remove bfa_module_s madnessChristoph Hellwig5-298/+108
2017-04-20scsi: qedi: qedf: Use designated initializersKees Cook2-2/+2
2017-04-20scsi: storvsc: Add support for FC rport.Cathy Avery1-5/+18
2017-04-20scsi: scsi_transport_fc: Add dummy initiator role to rportCathy Avery1-4/+6
2017-04-20scsi: virtio_scsi: Always try to read VPD pagesDavid Gibson1-0/+24
2017-04-19scsi: lpfc: fix potential buffer overflow.Maurizio Lombardi1-2/+2
2017-04-19scsi: cxgb4i: update module descriptionVarun Prakash1-1/+1
2017-04-19scsi: fc: remove redundant check of an unsigned long being less than zeroColin Ian King1-1/+1
2017-04-19scsi: ibmvfc: don't check for failure from mempool_alloc()NeilBrown1-6/+0
2017-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-12/+49
2017-04-15Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley1-2/+2
2017-04-14scsi: storvsc: remove return at end of void functionMiguel Bernal Marin1-2/+0
2017-04-14scsi: storvsc: Prefer kcalloc over kzalloc with multiplyMiguel Bernal Marin1-1/+1
2017-04-14scsi: cxlflash: Introduce hardware queue steeringMatthew R. Ochs2-6/+126