summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2016-07-06Merge branch 'jejb-fixes' into fixesJames Bottomley15-78/+148
2016-07-05qla2xxx: Fix NULL pointer deref in QLA interruptBruno Prémont1-1/+1
2016-06-29SCSI: fix new bug in scsi_dev_info_list string matchingAlan Stern1-4/+6
2016-06-29ipr: Clear interrupt on croc/crocodile when running with LSIBrian King1-0/+1
2016-06-18Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley2-3/+5
2016-06-1553c700: fix BUG on untagged commandsJames Bottomley1-2/+2
2016-06-09scsi: fix race between simultaneous decrements of ->host_failedWei Fang1-1/+3
2016-06-04Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley3-4/+10
2016-06-02sd: Fix rw_max for devices that report an optimal xfer sizeMartin K. Petersen2-4/+9
2016-06-01scsi: Add QEMU CD-ROM to VPD Inquiry BlacklistEwan D. Milne1-0/+1
2016-05-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-10/+25
2016-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds5-64/+65
2016-05-24Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds7-6/+75
2016-05-22aacraid: do not activate events on non-SRC adaptersHannes Reinecke2-5/+11
2016-05-22mpt3sas: add missing curly bracesDan Carpenter1-1/+2
2016-05-22sd: get disk reference in sd_check_events()Hannes Reinecke1-2/+7
2016-05-22scsi_lib: correctly retry failed zero length REQ_TYPE_FS commandsJames Bottomley1-2/+5
2016-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+6
2016-05-20scripts/spelling.txt: add "fimware" misspellingKees Cook1-1/+1
2016-05-19scsi_tcp: block BH in TCP callbacksEric Dumazet1-6/+6
2016-05-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds99-6431/+4585
2016-05-19Merge branch 'stable/for-linus-4.7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+62
2016-05-18Merge branch 'fixes' into miscJames Bottomley3-3/+6
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2016-05-18Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+4
2016-05-18Merge branch 'for-4.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-05-16ibft: Expose iBFT acpi header via sysfsDavid Bond1-0/+62
2016-05-16iscsi_ibft: Add prefix-len attr and display netmaskHannes Reinecke1-0/+5
2016-05-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-1/+2
2016-05-11mpt3sas: Used "synchronize_irq()"API to synchronize timed-out IO & TMsChaitra P B3-10/+12
2016-05-11mpt3sas: Set maximum transfer length per IO to 4MB for VDsChaitra P B2-0/+10
2016-05-11mpt3sas: Updating mpt3sas driver version to 13.100.00.00Chaitra P B1-2/+2
2016-05-11mpt3sas: Fix initial Reference tag field for 4K PI drives.Chaitra P B1-1/+1
2016-05-11mpt3sas: Handle active cable exception eventChaitra P B2-0/+18
2016-05-11mpt3sas: Update MPI header to 2.00.42Chaitra P B4-15/+65
2016-05-11Revert "lpfc: Delete unnecessary checks before the function call mempool_dest...Martin K. Petersen1-2/+4
2016-05-11eata_pio: missing break statementDan Carpenter1-0/+1
2016-05-11hpsa: Fix type ZBC conditional checksPetros Koutoupis1-6/+4
2016-05-11scsi_lib: Decode T10 vendor IDsHannes Reinecke1-0/+16
2016-05-11scsi_dh_alua: do not fail for unknown VPD identificationHannes Reinecke1-8/+17
2016-05-11scsi_debug: use locally assigned naaDouglas Gilbert1-17/+18
2016-05-11scsi_debug: uuid for lu nameDouglas Gilbert1-10/+51
2016-05-11scsi_debug: vpd and mode page workDouglas Gilbert1-79/+108
2016-05-11scsi_debug: add multiple queue supportDouglas Gilbert1-256/+446
2016-05-10tcm_qla2xxx Add SCSI command jammer/discard capabilityLaurence Oberman3-0/+30
2016-05-10tcm_qla2xxx: introduce a private sess_krefChristoph Hellwig3-64/+35
2016-05-10bfa: fix bfa_fcb_itnim_alloc() error handlingDan Carpenter3-6/+8
2016-05-09libata/libsas: Define ATA_CMD_NCQ_NON_DATAHannes Reinecke5-4/+9
2016-05-09libsas: enable FPDMA SEND/RECEIVEHannes Reinecke5-5/+15
2016-05-09Merge branch '4.7/scsi-queue' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo95-6269/+4084