Age | Commit message (Expand) | Author | Files | Lines |
2014-04-17 | uas: fix deadlocky memory allocations | Oliver Neukum | 1 | -2/+2 |
2014-04-17 | uas: fix error handling during scsi_scan() | Oliver Neukum | 1 | -1/+2 |
2014-04-17 | uas: fix GFP_NOIO under spinlock | Oliver Neukum | 1 | -3/+3 |
2014-03-05 | storage: accept some UAS devices if streams are unavailable | Oliver Neukum | 1 | -0/+4 |
2014-03-05 | uas: Remove comment about registering a uas scsi controller for each usb bus | Hans de Goede | 1 | -6/+0 |
2014-03-05 | uas: Add Hans de Goede as uas maintainer | Hans de Goede | 1 | -1/+3 |
2014-03-05 | uas: remove BROKEN | Gerd Hoffmann | 1 | -1/+1 |
2014-03-05 | uas: Make sure sg elements are properly aligned | Hans de Goede | 1 | -0/+18 |
2014-03-05 | uas: Add some data in/out ready iu sanity checks | Hans de Goede | 1 | -0/+10 |
2014-03-05 | uas: Improve error reporting | Hans de Goede | 1 | -14/+46 |
2014-03-05 | uas: Use the right error codes for different kinds of errors | Hans de Goede | 1 | -9/+10 |
2014-03-05 | uas: Clear cmdinfo on command queue-ing | Hans de Goede | 1 | -0/+2 |
2014-03-05 | uas: Fix memory management | Hans de Goede | 1 | -19/+14 |
2014-03-05 | uas: Fix command / task mgmt submission racing with disconnect | Hans de Goede | 1 | -1/+14 |
2014-03-05 | uas: cmdinfo: use only one list head | Hans de Goede | 1 | -12/+8 |
2014-03-05 | uas: add uas_mark_cmd_dead helper function | Hans de Goede | 1 | -17/+18 |
2014-03-05 | uas: Properly complete inflight commands on bus-reset or disconnect | Hans de Goede | 1 | -20/+21 |
2014-03-05 | uas: uas_alloc_data_urb: Remove unnecessary use_streams check | Hans de Goede | 1 | -2/+1 |
2014-03-05 | uas: Fix task-management not working when connected over USB-2 | Hans de Goede | 1 | -1/+2 |
2014-03-05 | uas: Reset device on reboot | Hans de Goede | 1 | -0/+30 |
2014-03-05 | uas: Add suspend/resume support | Hans de Goede | 1 | -0/+42 |
2014-03-05 | uas: Use GFP_NOIO rather then GFP_ATOMIC where possible | Hans de Goede | 1 | -3/+3 |
2014-03-05 | uas: Don't allow more then one task to run at the same time | Hans de Goede | 1 | -5/+34 |
2014-03-05 | uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urb | Hans de Goede | 1 | -11/+13 |
2014-03-05 | uas: Not being able to alloc streams when connected through usb-3 is an error | Hans de Goede | 1 | -7/+17 |
2014-03-05 | uas: Verify endpoint descriptors from uas_use_uas_driver() | Hans de Goede | 1 | -1/+11 |
2014-03-05 | uas: Drop fixed endpoint config handling | Hans de Goede | 1 | -25/+11 |
2014-03-05 | uas: Move uas_find_endpoints to uas-detect.h | Hans de Goede | 2 | -27/+27 |
2014-03-05 | uas: Fix bounds check in uas_find_endpoints | Hans de Goede | 1 | -1/+1 |
2014-03-05 | uas: Add uas_find_endpoints() helper function | Hans de Goede | 1 | -11/+23 |
2014-03-05 | uas: Honor no-uas quirk set in usb-storage's quirks module parameter | Hans de Goede | 2 | -1/+5 |
2014-03-05 | usb-storage: Modify and export adjust_quirks so that it can be used by uas | Hans de Goede | 2 | -6/+13 |
2014-03-05 | usb-storage: Don't bind to uas devices if the uas driver is enabled | Hans de Goede | 2 | -0/+15 |
2014-03-05 | uas: Add the posibilty to blacklist uas devices from using the uas driver | Hans de Goede | 3 | -4/+76 |
2014-03-05 | uas: Move uas detect code to uas-detect.h | Hans de Goede | 2 | -38/+42 |
2014-03-05 | uas: Add a uas_find_uas_alt_setting helper function | Hans de Goede | 1 | -5/+16 |
2014-03-05 | uas: Use all available stream ids | Hans de Goede | 1 | -3/+3 |
2014-03-05 | uas: s/response_ui/response_iu/ | Hans de Goede | 1 | -1/+1 |
2014-03-05 | uas: Fix reset handling for externally triggered reset | Hans de Goede | 1 | -5/+31 |
2014-03-05 | uas: Fix reset locking | Hans de Goede | 1 | -0/+9 |
2014-03-05 | uas: Fix uas not working when plugged into an ehci port | Hans de Goede | 1 | -4/+4 |
2014-03-05 | uas: uas_alloc_cmd_urb: drop unused stream_id parameter | Hans de Goede | 1 | -3/+2 |
2014-03-05 | uas: Avoid unnecessary unlock / lock calls around unlink_data_urbs | Hans de Goede | 1 | -13/+7 |
2014-03-05 | uas: Properly set interface to altsetting 0 on probe failure | Hans de Goede | 1 | -9/+9 |
2014-03-05 | uas: Urbs must be anchored before submitting them | Hans de Goede | 1 | -8/+12 |
2014-03-05 | uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE() | Gerd Hoffmann | 1 | -9/+10 |
2014-03-05 | uas: add dead request list | Gerd Hoffmann | 1 | -8/+42 |
2014-03-05 | uas: make work list per-device | Gerd Hoffmann | 1 | -62/+44 |
2014-03-05 | uas: properly reinitialize in uas_eh_bus_reset_handler | Gerd Hoffmann | 1 | -0/+5 |
2014-02-05 | usb-storage: enable multi-LUN scanning when needed | Alan Stern | 2 | -1/+9 |