summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/uas.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-12-141-41/+23
|\
| * uas: Make uas work with blk-mqHans de Goede2014-11-031-41/+23
* | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-1/+1
* | scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* | scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-2/+2
* | scsi: remove ordered_tag host template fieldChristoph Hellwig2014-11-121-1/+0
* | scsi: add new scsi-command flag for tagged commandsChristoph Hellwig2014-11-121-1/+1
|/
* Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-10-081-406/+303
|\
| * uas: Reduce number of function arguments for uas_alloc_foo functionsHans de Goede2014-10-031-15/+14
| * uas: Add response iu handlingHans de Goede2014-09-231-0/+10
| * uas: Log error codes when logging errorsHans de Goede2014-09-231-5/+12
| * uas: Cleanup uas_log_cmd_state usageHans de Goede2014-09-231-33/+19
| * uas: Remove protype hardware usb interface infoHans de Goede2014-09-231-2/+0
| * uas: Remove support for old sense ui as used in pre-production hardwareHans de Goede2014-09-231-46/+1
| * uas: Drop COMMAND_COMPLETED flagHans de Goede2014-09-231-7/+3
| * uas: Use scsi_print_commandHans de Goede2014-09-231-2/+3
| * uas: Do not log urb status error on cancellationHans de Goede2014-09-231-5/+2
| * uas: Use streams on upcoming 10Gbps / 3.1 USBHans de Goede2014-09-231-1/+1
| * uas: pre_reset and suspend: Fix a few racesHans de Goede2014-09-231-6/+55
| * uas: Fix memleak of non-submitted urbsHans de Goede2014-09-231-0/+22
| * uas: Drop all references to a scsi_cmnd once it has been abortedHans de Goede2014-09-231-3/+44
| * uas: Remove cmnd reference from the cmd urbHans de Goede2014-09-231-6/+3
| * uas: Drop inflight listHans de Goede2014-09-231-16/+16
| * uas: zap_pending: data urbs should have completed at this timeHans de Goede2014-09-231-5/+5
| * uas: Simplify reset / disconnect handlingHans de Goede2014-09-231-37/+6
| * uas: Free data urbs on completionHans de Goede2014-09-231-2/+3
| * uas: Simplify unlink of data urbs on errorHans de Goede2014-09-231-30/+18
| * uas: Check against unexpected completionsHans de Goede2014-09-231-0/+12
| * uas: Do not use scsi_host_find_tagHans de Goede2014-09-231-21/+18
| * uas: Add uas_get_tag() helper functionHans de Goede2014-09-231-12/+21
| * uas: Fix resetting flag handlingHans de Goede2014-09-231-14/+35
| * uas: Remove task-management / abort error handling codeHans de Goede2014-09-231-176/+1
| * uas: Add no-report-opcodes quirkHans de Goede2014-09-231-0/+4
| * uas: Add a quirk for rejecting ATA_12 and ATA_16 commandsHans de Goede2014-09-231-0/+13
| * uas: replace WARN_ON_ONCE() with lockdep_assert_held()Sanjeev Sharma2014-09-231-4/+4
* | [SCSI] uas: disable use of blk-mq I/O pathChristoph Hellwig2014-10-031-0/+7
|/
* uas: Limit qdepth to 32 when connected over usb-2Hans de Goede2014-08-011-1/+1
* uas: fix deadlocky memory allocationsOliver Neukum2014-04-161-2/+2
* uas: fix error handling during scsi_scan()Oliver Neukum2014-04-161-1/+2
* uas: fix GFP_NOIO under spinlockOliver Neukum2014-04-161-3/+3
* uas: Remove comment about registering a uas scsi controller for each usb busHans de Goede2014-03-041-6/+0
* uas: Add Hans de Goede as uas maintainerHans de Goede2014-03-041-1/+3
* uas: Make sure sg elements are properly alignedHans de Goede2014-03-041-0/+18
* uas: Add some data in/out ready iu sanity checksHans de Goede2014-03-041-0/+10
* uas: Improve error reportingHans de Goede2014-03-041-14/+46
* uas: Use the right error codes for different kinds of errorsHans de Goede2014-03-041-9/+10
* uas: Clear cmdinfo on command queue-ingHans de Goede2014-03-041-0/+2
* uas: Fix memory managementHans de Goede2014-03-041-19/+14
* uas: Fix command / task mgmt submission racing with disconnectHans de Goede2014-03-041-1/+14
* uas: cmdinfo: use only one list headHans de Goede2014-03-041-12/+8
OpenPOWER on IntegriCloud