aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/uas.c
AgeCommit message (Expand)Author
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig
2014-11-12scsi: remove ordered_tag host template fieldChristoph Hellwig
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig
2014-11-03uas: Make uas work with blk-mqHans de Goede
2014-10-08Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...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-23uas: Add response iu handlingHans de Goede
2014-09-23uas: Log error codes when logging errorsHans de Goede
2014-09-23uas: Cleanup uas_log_cmd_state usageHans de Goede
2014-09-23uas: Remove protype hardware usb interface infoHans de Goede
2014-09-23uas: Remove support for old sense ui as used in pre-production hardwareHans de Goede
2014-09-23uas: Drop COMMAND_COMPLETED flagHans de Goede
2014-09-23uas: Use scsi_print_commandHans de Goede
2014-09-23uas: Do not log urb status error on cancellationHans de Goede
2014-09-23uas: Use streams on upcoming 10Gbps / 3.1 USBHans de Goede
2014-09-23uas: pre_reset and suspend: Fix a few racesHans de Goede
2014-09-23uas: Fix memleak of non-submitted urbsHans de Goede
2014-09-23uas: Drop all references to a scsi_cmnd once it has been abortedHans de Goede
2014-09-23uas: Remove cmnd reference from the cmd urbHans de Goede
2014-09-23uas: Drop inflight listHans de Goede
2014-09-23uas: zap_pending: data urbs should have completed at this timeHans de Goede
2014-09-23uas: Simplify reset / disconnect handlingHans de Goede
2014-09-23uas: Free data urbs on completionHans de Goede
2014-09-23uas: Simplify unlink of data urbs on errorHans de Goede
2014-09-23uas: Check against unexpected completionsHans de Goede
2014-09-23uas: Do not use scsi_host_find_tagHans de Goede
2014-09-23uas: Add uas_get_tag() helper functionHans de Goede
2014-09-23uas: Fix resetting flag handlingHans de Goede
2014-09-23uas: Remove task-management / abort error handling codeHans de Goede
2014-09-23uas: Add no-report-opcodes quirkHans de Goede
2014-09-23uas: Add a quirk for rejecting ATA_12 and ATA_16 commandsHans de Goede
2014-09-23uas: replace WARN_ON_ONCE() with lockdep_assert_held()Sanjeev Sharma
2014-08-01uas: Limit qdepth to 32 when connected over usb-2Hans de Goede
2014-04-16uas: fix deadlocky memory allocationsOliver Neukum
2014-04-16uas: fix error handling during scsi_scan()Oliver Neukum
2014-04-16uas: fix GFP_NOIO under spinlockOliver Neukum
2014-03-04uas: Remove comment about registering a uas scsi controller for each usb busHans de Goede
2014-03-04uas: Add Hans de Goede as uas maintainerHans de Goede
2014-03-04uas: Make sure sg elements are properly alignedHans de Goede
2014-03-04uas: Add some data in/out ready iu sanity checksHans de Goede
2014-03-04uas: Improve error reportingHans de Goede
2014-03-04uas: Use the right error codes for different kinds of errorsHans de Goede
2014-03-04uas: Clear cmdinfo on command queue-ingHans de Goede
2014-03-04uas: Fix memory managementHans de Goede
2014-03-04uas: Fix command / task mgmt submission racing with disconnectHans de Goede
2014-03-04uas: cmdinfo: use only one list headHans de Goede