summaryrefslogtreecommitdiff
path: root/drivers/usb/storage/uas.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-406/+303
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-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
2014-09-24uas: Use streams on upcoming 10Gbps / 3.1 USBHans de Goede1-1/+1
2014-09-24uas: pre_reset and suspend: Fix a few racesHans de Goede1-6/+55
2014-09-24uas: Fix memleak of non-submitted urbsHans de Goede1-0/+22
2014-09-24uas: Drop all references to a scsi_cmnd once it has been abortedHans de Goede1-3/+44
2014-09-24uas: Remove cmnd reference from the cmd urbHans de Goede1-6/+3
2014-09-24uas: Drop inflight listHans de Goede1-16/+16
2014-09-24uas: zap_pending: data urbs should have completed at this timeHans de Goede1-5/+5
2014-09-24uas: Simplify reset / disconnect handlingHans de Goede1-37/+6
2014-09-24uas: Free data urbs on completionHans de Goede1-2/+3
2014-09-24uas: Simplify unlink of data urbs on errorHans de Goede1-30/+18
2014-09-24uas: Check against unexpected completionsHans de Goede1-0/+12
2014-09-24uas: Do not use scsi_host_find_tagHans de Goede1-21/+18
2014-09-24uas: Add uas_get_tag() helper functionHans de Goede1-12/+21
2014-09-24uas: Fix resetting flag handlingHans de Goede1-14/+35
2014-09-24uas: Remove task-management / abort error handling codeHans de Goede1-176/+1
2014-09-24uas: Add no-report-opcodes quirkHans de Goede1-0/+4
2014-09-24uas: Add a quirk for rejecting ATA_12 and ATA_16 commandsHans de Goede1-0/+13
2014-09-24uas: replace WARN_ON_ONCE() with lockdep_assert_held()Sanjeev Sharma1-4/+4
2014-08-02uas: Limit qdepth to 32 when connected over usb-2Hans de Goede1-1/+1
2014-04-17uas: fix deadlocky memory allocationsOliver Neukum1-2/+2
2014-04-17uas: fix error handling during scsi_scan()Oliver Neukum1-1/+2
2014-04-17uas: fix GFP_NOIO under spinlockOliver Neukum1-3/+3
2014-03-05uas: Remove comment about registering a uas scsi controller for each usb busHans de Goede1-6/+0
2014-03-05uas: Add Hans de Goede as uas maintainerHans de Goede1-1/+3
2014-03-05uas: Make sure sg elements are properly alignedHans de Goede1-0/+18
2014-03-05uas: Add some data in/out ready iu sanity checksHans de Goede1-0/+10
2014-03-05uas: Improve error reportingHans de Goede1-14/+46
2014-03-05uas: Use the right error codes for different kinds of errorsHans de Goede1-9/+10
2014-03-05uas: Clear cmdinfo on command queue-ingHans de Goede1-0/+2
2014-03-05uas: Fix memory managementHans de Goede1-19/+14
2014-03-05uas: Fix command / task mgmt submission racing with disconnectHans de Goede1-1/+14
2014-03-05uas: cmdinfo: use only one list headHans de Goede1-12/+8
2014-03-05uas: add uas_mark_cmd_dead helper functionHans de Goede1-17/+18
2014-03-05uas: Properly complete inflight commands on bus-reset or disconnectHans de Goede1-20/+21
2014-03-05uas: uas_alloc_data_urb: Remove unnecessary use_streams checkHans de Goede1-2/+1
2014-03-05uas: Fix task-management not working when connected over USB-2Hans de Goede1-1/+2
2014-03-05uas: Reset device on rebootHans de Goede1-0/+30
2014-03-05uas: Add suspend/resume supportHans de Goede1-0/+42
2014-03-05uas: Use GFP_NOIO rather then GFP_ATOMIC where possibleHans de Goede1-3/+3