summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-11-222-9/+27
|\
| * Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-11-142-9/+27
| |\
| | * scsi: qla2xxx: do not abort all commands in the adapter during EEH recoveryMauricio Faria de Oliveira2016-11-141-8/+13
| | * scsi: mpt3sas: Fix secure erase premature terminationAndrey Grodzovsky2016-11-121-1/+14
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-11-137-8/+29
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-11-107-8/+29
| |\ \ | | |/
| | * scsi: megaraid_sas: fix macro MEGASAS_IS_LOGICAL to avoid regressionSumit Saxena2016-11-091-1/+1
| | * scsi: qla2xxx: fix invalid DMA access after command aborts in PCI device removeMauricio Faria de Oliveira2016-11-081-0/+9
| | * scsi: qla2xxx: do not queue commands when unloadingMauricio Faria de Oliveira2016-11-081-0/+5
| | * scsi: libcxgbi: fix incorrect DDP resource cleanupVarun Prakash2016-11-081-1/+2
| | * scsi: qla2xxx: Fix scsi scan hang triggered if adapter fails during initBill Kuzeja2016-11-011-0/+2
| | * scsi: scsi_dh_alua: Fix a reference counting bugBart Van Assche2016-11-011-1/+3
| | * scsi: vmw_pvscsi: return SUCCESS for successful command abortsDavid Jeffery2016-11-012-3/+4
| | * scsi: mpt3sas: Fix for block device of raid exists even after deleting raid diskSreekanth Reddy2016-11-011-2/+2
| | * scsi: scsi_dh_alua: fix missing kref_put() in alua_rtpg_work()tang.junhui2016-11-011-0/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-11-053-17/+6
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-10-273-17/+6
| |\ \ | | |/
| | * scsi: arcmsr: Send SYNCHRONIZE_CACHE command to firmwareChing Huang2016-10-261-9/+0
| | * scsi: scsi_debug: Fix memory leak if LBP enabled and module is unloadedEwan D. Milne2016-10-261-0/+1
| | * scsi: megaraid_sas: Fix data integrity failure for JBOD (passthrough) devicesKashyap Desai2016-10-241-8/+5
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-10-273-19/+28
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-10-213-19/+28
| |\ \ | | |/
| | * scsi: NCR5380: no longer mark irq probing as __initArnd Bergmann2016-10-171-3/+3
| | * scsi: be2iscsi: Replace _bh with _irqsave/irqrestoreJitendra Bhivare2016-10-171-14/+23
| | * scsi: libiscsi: Fix locking in __iscsi_conn_send_pduJitendra Bhivare2016-10-171-2/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-10-213-10/+5
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-10-163-10/+5
| |\ \ | | |/
| | * scsi: ipr: Fix async error WARN_ONBrian King2016-10-141-2/+1
| | * scsi: Remove one useless stack variableMing Lei2016-10-111-4/+0
| | * scsi: Fix use-after-freeMing Lei2016-10-111-1/+1
| | * scsi: Replace wrong device handler name for CLARiiON arraysXose Vazquez Perez2016-10-111-3/+3
* | | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-191-3/+2
|\ \ \ | |/ / |/| |
| * | mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-181-3/+2
| |/
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-147-417/+321
|\ \ | |/ |/|
| * scsi: ufs: Kconfig fixJoao Pinto2016-09-291-1/+1
| * scsi: g_NCR5380: Stop using scsi_module.cOndrej Zary2016-09-292-149/+194
| * scsi: g_NCR5380: Reduce overrides[] from array to structOndrej Zary2016-09-291-184/+167
| * scsi: g_NCR5380: Remove deprecated __setupOndrej Zary2016-09-291-135/+0
| * scsi: ufs: Fix error return code in ufshcd_init()Wei Yongjun2016-09-291-0/+1
| * scsi: ufs: Data Segment only needed for WRITE DESCRIPTORZang Leigang2016-09-291-3/+6
| * scsi: cxgb4i: Set completion bit in work requestVarun Prakash2016-09-281-0/+5
| * scsi: ufs: Enable no vccq quirk for skhynix deviceKyuho Choi2016-09-281-0/+2
| * scsi: be2iscsi: mark symbols static where possibleBaoyou Xie2016-09-281-6/+6
* | Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-091-1/+0
|\ \
| * | blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-1/+0
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-10-0799-13287/+12547
|\ \ \ | | |/ | |/|
| * | scsi: mvsas: Mark symbols static where possibleBaoyou Xie2016-09-263-37/+39
| * | scsi: pm8001: Mark symbols static where possibleBaoyou Xie2016-09-262-3/+3
| * | scsi: arcmsr: Simplify user_len checkingBorislav Petkov2016-09-261-6/+8
| * | scsi: fcoe: fix off by one in eth2fc_speed()Vincent Stehlé2016-09-261-1/+1
OpenPOWER on IntegriCloud