aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/uas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-41/+23
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
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-03uas: Make uas work with blk-mqHans de Goede1-41/+23
2014-10-08Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-406/+303
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-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
2014-09-23uas: Remove protype hardware usb interface infoHans de Goede1-2/+0
2014-09-23uas: Remove support for old sense ui as used in pre-production hardwareHans de Goede1-46/+1
2014-09-23uas: Drop COMMAND_COMPLETED flagHans de Goede1-7/+3
2014-09-23uas: Use scsi_print_commandHans de Goede1-2/+3
2014-09-23uas: Do not log urb status error on cancellationHans de Goede1-5/+2
2014-09-23uas: Use streams on upcoming 10Gbps / 3.1 USBHans de Goede1-1/+1
2014-09-23uas: pre_reset and suspend: Fix a few racesHans de Goede1-6/+55
2014-09-23uas: Fix memleak of non-submitted urbsHans de Goede1-0/+22
2014-09-23uas: Drop all references to a scsi_cmnd once it has been abortedHans de Goede1-3/+44
2014-09-23uas: Remove cmnd reference from the cmd urbHans de Goede1-6/+3
2014-09-23uas: Drop inflight listHans de Goede1-16/+16
2014-09-23uas: zap_pending: data urbs should have completed at this timeHans de Goede1-5/+5
2014-09-23uas: Simplify reset / disconnect handlingHans de Goede1-37/+6
2014-09-23uas: Free data urbs on completionHans de Goede1-2/+3
2014-09-23uas: Simplify unlink of data urbs on errorHans de Goede1-30/+18
2014-09-23uas: Check against unexpected completionsHans de Goede1-0/+12
2014-09-23uas: Do not use scsi_host_find_tagHans de Goede1-21/+18
2014-09-23uas: Add uas_get_tag() helper functionHans de Goede1-12/+21
2014-09-23uas: Fix resetting flag handlingHans de Goede1-14/+35
2014-09-23uas: Remove task-management / abort error handling codeHans de Goede1-176/+1
2014-09-23uas: Add no-report-opcodes quirkHans de Goede1-0/+4
2014-09-23uas: Add a quirk for rejecting ATA_12 and ATA_16 commandsHans de Goede1-0/+13
2014-09-23uas: replace WARN_ON_ONCE() with lockdep_assert_held()Sanjeev Sharma1-4/+4
2014-08-01uas: Limit qdepth to 32 when connected over usb-2Hans de Goede1-1/+1
2014-04-16uas: fix deadlocky memory allocationsOliver Neukum1-2/+2
2014-04-16uas: fix error handling during scsi_scan()Oliver Neukum1-1/+2
2014-04-16uas: fix GFP_NOIO under spinlockOliver Neukum1-3/+3
2014-03-04uas: Remove comment about registering a uas scsi controller for each usb busHans de Goede1-6/+0
2014-03-04uas: Add Hans de Goede as uas maintainerHans de Goede1-1/+3
2014-03-04uas: Make sure sg elements are properly alignedHans de Goede1-0/+18
2014-03-04uas: Add some data in/out ready iu sanity checksHans de Goede1-0/+10
2014-03-04uas: Improve error reportingHans de Goede1-14/+46
2014-03-04uas: Use the right error codes for different kinds of errorsHans de Goede1-9/+10
2014-03-04uas: Clear cmdinfo on command queue-ingHans de Goede1-0/+2
2014-03-04uas: Fix memory managementHans de Goede1-19/+14
2014-03-04uas: Fix command / task mgmt submission racing with disconnectHans de Goede1-1/+14
2014-03-04uas: cmdinfo: use only one list headHans de Goede1-12/+8