aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-08scsi: qla2xxx: Convert timers to use timer_setup()Kees Cook5-15/+12
2017-11-08scsi: lpfc: Fix hard lock up NMI in els timeout handling.Dick Kennedy1-3/+10
2017-11-08scsi: mpt3sas: remove a stray KERN_INFODan Carpenter1-1/+1
2017-11-08scsi: mpt3sas: cleanup _scsih_pcie_enumeration_event()Dan Carpenter1-10/+11
2017-11-08scsi: aacraid: use timespec64 instead of timevalArnd Bergmann1-13/+13
2017-11-08scsi: scsi_transport_fc: add 64GBIT and 128GBIT port speed definitionsJames Smart1-0/+2
2017-11-07Revert "scsi: make 'state' device attribute pollable"Linus Torvalds2-7/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar87-15/+98
2017-11-06scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()Bart Van Assche1-1/+1
2017-11-06scsi: mpt3sas: fix dma_addr_t castsArnd Bergmann2-34/+30
2017-11-06scsi: be2iscsi: Use kasprintfHimanshu Jha2-9/+5
2017-11-06scsi: storvsc: Avoid excessive host scan on controller changeLong Li1-15/+11
2017-11-04blk-mq: don't handle failure in .get_budgetMing Lei1-8/+3
2017-11-04SCSI: don't get target/host busy_count in scsi_mq_get_budget()Ming Lei1-16/+13
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller82-0/+82
2017-11-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2017-11-03scsi: lpfc: fix kzalloc-simple.cocci warningsVasyl Gomonovych1-7/+2
2017-11-03scsi: mpt3sas: Update mpt3sas driver version.Suganath Prabu Subramani1-2/+2
2017-11-03scsi: mpt3sas: Fix sparse warningsSuganath Prabu Subramani2-43/+16
2017-11-03scsi: mpt3sas: Fix nvme drives checking for tlr.Suganath Prabu Subramani1-6/+16
2017-11-03scsi: mpt3sas: NVMe drive support for BTDHMAPPING ioctl command and log infoSuganath Prabu Subramani1-30/+58
2017-11-03scsi: mpt3sas: Add-Task-management-debug-info-for-NVMe-drives.Suganath Prabu Subramani1-9/+71
2017-11-03scsi: mpt3sas: scan and add nvme device after controller resetSuganath Prabu Subramani1-4/+190
2017-11-03scsi: mpt3sas: Set NVMe device queue depth as 128Suganath Prabu Subramani2-1/+51
2017-11-03scsi: mpt3sas: Handle NVMe PCIe device related events generated from firmware.Suganath Prabu Subramani2-6/+495
2017-11-03scsi: mpt3sas: API's to remove nvme drive from smlSuganath Prabu Subramani1-3/+145
2017-11-03scsi: mpt3sas: API 's to support NVMe drive addition to SMLSuganath Prabu Subramani3-2/+565
2017-11-03scsi: mpt3sas: Added support for nvme encapsulated request message.Suganath Prabu Subramani3-7/+342
2017-11-03scsi: mpt3sas: SGL to PRP Translation for I/Os to NVMe devicesSuganath Prabu Subramani5-17/+380
2017-11-03scsi: mpt3sas: Add nvme device support in slave alloc, target alloc and probeSuganath Prabu Subramani2-34/+506
2017-11-03scsi: megaraid_sas: fix spelling mistake: "thershold" -> "threshold"Colin Ian King1-1/+1
2017-11-03scsi: storvsc: Allow only one remove lun work item to be issued per lunCathy Avery1-5/+21
2017-11-03scsi: megaraid: Remove redundant code in megasas_alloc_cmdsYisheng Xie1-2/+0
2017-11-03scsi: scsi_error: DID_SOFT_ERROR comment clean upPetros Koutoupis1-5/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds81-0/+81
2017-11-02block: fix CDROM dependency on BLK_DEVArnd Bergmann1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman81-0/+81
2017-11-01scsi: qla4xxx: Convert timers to use timer_setup()Kees Cook1-6/+6
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook12-49/+41
2017-11-01scsi: pmcraid: Convert timers to use timer_setup()Kees Cook1-20/+13
2017-11-01scsi: megaraid: Convert timers to use timer_setup()Kees Cook5-62/+47
2017-11-01scsi: lpfc: Convert timers to use timer_setup()Kees Cook7-49/+41
2017-11-01scsi: ipr: Convert timers to use timer_setup()Kees Cook1-15/+15
2017-11-01scsi: ibmvscsi: Convert timers to use timer_setup()Kees Cook2-12/+9
2017-11-01scsi: cxgbi: Convert timers to use timer_setup()Kees Cook3-9/+9
2017-11-01scsi: csiostor: Convert timers to use timer_setup()Kees Cook3-16/+11
2017-11-01scsi: aic7xxx: Convert timers to use timer_setup()Kees Cook3-32/+9
2017-11-01block: Rework drivers/cdrom/MakefileBart Van Assche1-0/+1
2017-11-01scsi: implement .get_budget and .put_budget for blk-mqMing Lei1-23/+52
2017-11-01scsi: allow passing in null rq to scsi_prep_state_check()Ming Lei1-2/+2