aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-24usb-storage: support for more than 8 LUNsOliver Neukum1-0/+6
2015-02-24uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS539Hans de Goede1-0/+7
2015-01-25usb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA controllerDmitry Nezhevenko1-0/+7
2015-01-25uas: Add no-report-opcodes quirk for Simpletech devices with id 4971:8017Hans de Goede1-0/+7
2015-01-25storage: Revise/fix quirk for 04E6:000F SCM USB-SCSI converterMark Knibbs1-1/+1
2015-01-09uas: Add US_FL_NO_ATA_1X for 2 more Seagate disk enclosuresHans de Goede1-0/+14
2015-01-09uas: Do not blacklist ASM1153 disk enclosuresHans de Goede2-13/+28
2015-01-09uas: disable UAS on Apricorn SATA donglesDarrick J. Wong1-0/+10
2015-01-09uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS566 with usb-id 0bc2:a013Hans de Goede1-0/+7
2015-01-09uas: Add US_FL_NO_ATA_1X for Seagate devices with usb-id 0bc2:a013Hans de Goede1-0/+7
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-67/+70
2014-12-13PM / Kconfig: Replace PM_RUNTIME with PM in dependenciesRafael J. Wysocki1-1/+1
2014-12-10printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalentsJoe Perches1-1/+1
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-1/+1
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley2-8/+9
2014-11-30Merge 3.18-rc7 into usb-nextGreg Kroah-Hartman1-0/+7
2014-11-24storage: Fix bus scan and multi-LUN support for SCM eUSCSI devicesMark Knibbs1-12/+24
2014-11-24storage: Enable multi-target mode as vendor driver does for SCM eUSCSI bridgeMark Knibbs1-2/+1
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-11-22USB: uas: Add no-uas quirk for Hitachi usb-3 enclosures 4971:1012Hans de Goede1-0/+7
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-2/+2
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig1-1/+0
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig1-1/+1
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke1-4/+6
2014-11-10Merge 3.18-rc4 into usb-next.Greg Kroah-Hartman4-2/+58
2014-11-07USB: storage: Reject bogus max LUN valuesMark Knibbs1-3/+14
2014-11-05USB: storage: Fix timeout in usb_stor_euscsi_init() and usb_stor_huawei_e220_init()Mark Knibbs1-2/+2
2014-11-05Revert "storage: Replace magic number with define in usb_stor_euscsi_init()"Greg Kroah-Hartman1-1/+1
2014-11-03uas: Add US_FL_NO_ATA_1X quirk for 2 more Seagate modelsHans de Goede1-0/+14
2014-11-03usb: storage: Convert usb_stor_dbg to return voidJoe Perches2-9/+8
2014-11-03uas: Make uas work with blk-mqHans de Goede1-41/+23
2014-11-03usb: storage: fix build warnings !CONFIG_PMLuis Henriques1-0/+2
2014-11-03uas: Add NO_ATA_1X for VIA VL711 devicesHans de Goede1-0/+7
2014-11-03uas: Add US_FL_NO_ATA_1X quirk for 1 more Seagate modelHans de Goede1-0/+7
2014-11-03usb-storage: handle a skipped data phaseAlan Stern1-0/+26
2014-10-08Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds9-433/+378
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+8
2014-10-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+7
2014-10-03uas: Reduce number of function arguments for uas_alloc_foo functionsHans de Goede1-15/+14
2014-10-03[SCSI] uas: disable use of blk-mq I/O pathChristoph Hellwig1-0/+7
2014-09-23storage: Add quirk for another SCM-based USB-SCSI converterMark Knibbs1-2/+8
2014-09-23storage: Add quirks for Castlewood and Double-H USB-SCSI convertersMark Knibbs1-0/+14
2014-09-23storage: Replace magic number with define in usb_stor_euscsi_init()Mark Knibbs1-1/+1
2014-09-23usb: Fixed a few typosMickael Maison3-4/+4
2014-09-23USB: storage: use %*ph specifier to dump small buffersAndy Shevchenko2-9/+5
2014-09-23uas: Add response iu handlingHans de Goede1-0/+10
2014-09-23uas: Log error codes when logging errorsHans de Goede1-5/+12
2014-09-23uas: Cleanup uas_log_cmd_state usageHans de Goede1-33/+19