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