summaryrefslogtreecommitdiff
path: root/drivers/usb/storage
AgeCommit message (Expand)AuthorFilesLines
2018-03-18uas: fix comparison for error codeOliver Neukum1-1/+1
2018-02-07usb: uas: unconditionally bring back host after resetOliver Neukum1-4/+3
2018-01-17uas: ignore UAS for Norelsys NS1068(X) chipsIcenowy Zheng1-0/+7
2017-12-20USB: uas and storage: Add US_FL_BROKEN_FUA for another JMicron JMS567 IDDavid Kozub2-0/+14
2017-12-09uas: Always apply US_FL_NO_ATA_1X quirk to Seagate devicesHans de Goede1-0/+4
2017-10-12USB: uas: fix bug in handling of alternate settingsAlan Stern2-12/+13
2017-10-12usb-storage: unusual_devs entry to fix write-access regression for Seagate ex...Alan Stern1-0/+7
2017-08-16uas: Add US_FL_IGNORE_RESIDUE for Initio Corporation INIC-3069Alan Swanson1-2/+2
2017-07-28usb: storage: return on error to avoid a null pointer dereferenceColin Ian King1-1/+4
2017-05-25USB: ene_usb6250: fix DMA to the stackAlan Stern1-35/+55
2016-04-20USB: uas: Add a new NO_REPORT_LUNS quirkHans de Goede3-2/+24
2016-04-18USB: uas: Reduce can_queue to MAX_CMNDSHans de Goede1-1/+1
2015-08-27usb-storage: ignore ZTE MF 823 card reader in mode 0x1225Oliver Neukum1-0/+12
2015-06-10usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devicesHans de Goede1-0/+7
2015-05-18uas: Set max_sectors_240 quirk for ASM1053 devicesHans de Goede1-0/+3
2015-05-18uas: Add US_FL_MAX_SECTORS_240 flagHans de Goede2-2/+14
2015-05-18uas: Allow uas_use_uas_driver to return usb-storage flagsHans de Goede3-5/+9
2015-04-17uas: Add US_FL_NO_ATA_1X for Initio Corporation controllers / devicesHans de Goede1-0/+7
2015-03-14uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS539Hans de Goede1-0/+7
2015-02-06uas: Add no-report-opcodes quirk for Simpletech devices with id 4971:8017Hans de Goede1-0/+7
2015-02-06usb-storage/SCSI: blacklist FUA on JMicron 152d:2566 USB-SATA controllerDmitry Nezhevenko1-0/+7
2015-01-27uas: Add US_FL_NO_ATA_1X for 2 more Seagate disk enclosuresHans de Goede1-0/+14
2015-01-27uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS566 with usb-id 0bc2:a013Hans de Goede1-0/+7
2015-01-27uas: Add US_FL_NO_ATA_1X for Seagate devices with usb-id 0bc2:a013Hans de Goede1-0/+7
2014-11-22USB: uas: Add no-uas quirk for Hitachi usb-3 enclosures 4971:1012Hans de Goede1-0/+7
2014-11-05USB: storage: Fix timeout in usb_stor_euscsi_init() and usb_stor_huawei_e220_...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-04uas: Add US_FL_NO_ATA_1X quirk for 2 more Seagate modelsHans de Goede1-0/+14
2014-11-04usb: storage: fix build warnings !CONFIG_PMLuis Henriques1-0/+2
2014-11-04uas: Add NO_ATA_1X for VIA VL711 devicesHans de Goede1-0/+7
2014-11-04uas: Add US_FL_NO_ATA_1X quirk for 1 more Seagate modelHans de Goede1-0/+7
2014-11-04usb-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/gre...Linus Torvalds9-433/+378
2014-10-08Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-0/+8
2014-10-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+7
2014-10-04uas: 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-24storage: Add quirk for another SCM-based USB-SCSI converterMark Knibbs1-2/+8
2014-09-24storage: Add quirks for Castlewood and Double-H USB-SCSI convertersMark Knibbs1-0/+14
2014-09-24storage: Replace magic number with define in usb_stor_euscsi_init()Mark Knibbs1-1/+1
2014-09-24usb: Fixed a few typosMickael Maison3-4/+4
2014-09-24USB: storage: use %*ph specifier to dump small buffersAndy Shevchenko2-9/+5
2014-09-24uas: Add response iu handlingHans de Goede1-0/+10
2014-09-24uas: Log error codes when logging errorsHans de Goede1-5/+12
2014-09-24uas: Cleanup uas_log_cmd_state usageHans de Goede1-33/+19
2014-09-24uas: Remove protype hardware usb interface infoHans de Goede1-2/+0
2014-09-24uas: Remove support for old sense ui as used in pre-production hardwareHans de Goede1-46/+1
2014-09-24uas: Drop COMMAND_COMPLETED flagHans de Goede1-7/+3
2014-09-24uas: Use scsi_print_commandHans de Goede1-2/+3
2014-09-24uas: Do not log urb status error on cancellationHans de Goede1-5/+2