summaryrefslogtreecommitdiffstats
path: root/drivers/usb/storage/uas.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-04uas: add uas_mark_cmd_dead helper functionHans de Goede1-17/+18
2014-03-04uas: Properly complete inflight commands on bus-reset or disconnectHans de Goede1-20/+21
2014-03-04uas: uas_alloc_data_urb: Remove unnecessary use_streams checkHans de Goede1-2/+1
2014-03-04uas: Fix task-management not working when connected over USB-2Hans de Goede1-1/+2
2014-03-04uas: Reset device on rebootHans de Goede1-0/+30
2014-03-04uas: Add suspend/resume supportHans de Goede1-0/+42
2014-03-04uas: Use GFP_NOIO rather then GFP_ATOMIC where possibleHans de Goede1-3/+3
2014-03-04uas: Don't allow more then one task to run at the same timeHans de Goede1-5/+34
2014-03-04uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urbHans de Goede1-11/+13
2014-03-04uas: Not being able to alloc streams when connected through usb-3 is an errorHans de Goede1-7/+17
2014-03-04uas: Drop fixed endpoint config handlingHans de Goede1-25/+11
2014-03-04uas: Move uas_find_endpoints to uas-detect.hHans de Goede1-27/+0
2014-03-04uas: Fix bounds check in uas_find_endpointsHans de Goede1-1/+1
2014-03-04uas: Add uas_find_endpoints() helper functionHans de Goede1-11/+23
2014-03-04uas: Add the posibilty to blacklist uas devices from using the uas driverHans de Goede1-4/+13
2014-03-04uas: Move uas detect code to uas-detect.hHans de Goede1-38/+2
2014-03-04uas: Add a uas_find_uas_alt_setting helper functionHans de Goede1-5/+16