summaryrefslogtreecommitdiff
path: root/drivers/usb/storage
AgeCommit message (Expand)Author
2014-11-03usb: storage: Convert usb_stor_dbg to return voidJoe Perches
2014-11-03uas: Make uas work with blk-mqHans de Goede
2014-11-03usb: storage: fix build warnings !CONFIG_PMLuis Henriques
2014-11-03uas: Add NO_ATA_1X for VIA VL711 devicesHans de Goede
2014-11-03uas: Add US_FL_NO_ATA_1X quirk for 1 more Seagate modelHans de Goede
2014-11-03usb-storage: handle a skipped data phaseAlan Stern
2014-10-08Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-10-08Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2014-10-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2014-10-03uas: Reduce number of function arguments for uas_alloc_foo functionsHans de Goede
2014-10-03[SCSI] uas: disable use of blk-mq I/O pathChristoph Hellwig
2014-09-24storage: Add quirk for another SCM-based USB-SCSI converterMark Knibbs
2014-09-24storage: Add quirks for Castlewood and Double-H USB-SCSI convertersMark Knibbs
2014-09-24storage: Replace magic number with define in usb_stor_euscsi_init()Mark Knibbs
2014-09-24usb: Fixed a few typosMickael Maison
2014-09-24USB: storage: use %*ph specifier to dump small buffersAndy Shevchenko
2014-09-24uas: Add response iu handlingHans de Goede
2014-09-24uas: Log error codes when logging errorsHans de Goede
2014-09-24uas: Cleanup uas_log_cmd_state usageHans de Goede
2014-09-24uas: Remove protype hardware usb interface infoHans de Goede
2014-09-24uas: Remove support for old sense ui as used in pre-production hardwareHans de Goede
2014-09-24uas: Drop COMMAND_COMPLETED flagHans de Goede
2014-09-24uas: Use scsi_print_commandHans de Goede
2014-09-24uas: Do not log urb status error on cancellationHans de Goede
2014-09-24uas: Use streams on upcoming 10Gbps / 3.1 USBHans de Goede
2014-09-24uas: pre_reset and suspend: Fix a few racesHans de Goede
2014-09-24uas: Fix memleak of non-submitted urbsHans de Goede
2014-09-24uas: Drop all references to a scsi_cmnd once it has been abortedHans de Goede
2014-09-24uas: Remove cmnd reference from the cmd urbHans de Goede
2014-09-24uas: Drop inflight listHans de Goede
2014-09-24uas: zap_pending: data urbs should have completed at this timeHans de Goede
2014-09-24uas: Simplify reset / disconnect handlingHans de Goede
2014-09-24uas: Free data urbs on completionHans de Goede
2014-09-24uas: Simplify unlink of data urbs on errorHans de Goede
2014-09-24uas: Check against unexpected completionsHans de Goede
2014-09-24uas: Do not use scsi_host_find_tagHans de Goede
2014-09-24uas: Add uas_get_tag() helper functionHans de Goede
2014-09-24uas: Fix resetting flag handlingHans de Goede
2014-09-24uas: Remove task-management / abort error handling codeHans de Goede
2014-09-24uas: Add another ASM1051 usb-id to the uas blacklistHans de Goede
2014-09-24uas: Add US_FL_NO_ATA_1X quirk for Seagate (0bc2:ab20) drivesHans de Goede
2014-09-24uas: Add no-report-opcodes quirkHans de Goede
2014-09-24uas: Add a quirk for rejecting ATA_12 and ATA_16 commandsHans de Goede
2014-09-24uas: replace WARN_ON_ONCE() with lockdep_assert_held()Sanjeev Sharma
2014-09-19USB: storage: Add quirks for Entrega/Xircom USB to SCSI convertersMark
2014-09-19USB: storage: Add quirk for Ariston Technologies iConnect USB to SCSI adapterMark
2014-09-19USB: storage: Add quirk for Adaptec USBConnect 2000 USB-to-SCSI AdapterMark
2014-09-15scsi: don't store LUN bits in CDB[1] for USB mass-storage devicesAlan Stern
2014-09-11storage: Add single-LUN quirk for Jaz USB AdapterMark
2014-09-11uas: Add missing le16_to_cpu calls to asm1051 / asm1053 usb-id checkHans de Goede