1. e52e031 uas: s/response_ui/response_iu/ by Hans de Goede · 12 years ago
  2. 4de7a373 uas: Fix reset handling for externally triggered reset by Hans de Goede · 12 years ago
  3. be326f4 uas: Fix reset locking by Hans de Goede · 12 years ago
  4. 6c2334e uas: Fix uas not working when plugged into an ehci port by Hans de Goede · 12 years ago
  5. a887cd3 uas: uas_alloc_cmd_urb: drop unused stream_id parameter by Hans de Goede · 12 years ago
  6. 7e50e0b uas: Avoid unnecessary unlock / lock calls around unlink_data_urbs by Hans de Goede · 12 years ago
  7. 6ce8213 uas: Properly set interface to altsetting 0 on probe failure by Hans de Goede · 12 years ago
  8. d5f808d uas: Urbs must be anchored before submitting them by Hans de Goede · 12 years ago
  9. f491ecb uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE() by Gerd Hoffmann · 12 years ago
  10. 326349f uas: add dead request list by Gerd Hoffmann · 12 years ago
  11. 1bf8198 uas: make work list per-device by Gerd Hoffmann · 12 years ago
  12. d89bd83 uas: properly reinitialize in uas_eh_bus_reset_handler by Gerd Hoffmann · 12 years ago
  13. bde027b usb-uas: set max_lun and max_channel by Gerd Hoffmann · 13 years ago
  14. f8be6bf uas: fail any request submitted while resetting the device. by Gerd Hoffmann · 13 years ago
  15. 4c45697 uas: improve device reset by Gerd Hoffmann · 13 years ago
  16. 5d39040 uas: improve abort handler by Gerd Hoffmann · 13 years ago
  17. efefecf uas: add IS_IN_WORK_LIST flag by Gerd Hoffmann · 13 years ago
  18. b06e48a uas: add UNLINK_DATA_URBS flag by Gerd Hoffmann · 13 years ago
  19. aa8f612 uas: new function to cancel data urbs by Gerd Hoffmann · 13 years ago
  20. e0423de USB: uas: fix gcc warning by Gerd Hoffmann · 13 years ago
  21. 1994ff4 USB: uas: fix locking by Gerd Hoffmann · 13 years ago
  22. e064852 USB: uas: add locking by Gerd Hoffmann · 13 years ago
  23. 0871d7d USB: uas: fix abort by Gerd Hoffmann · 13 years ago
  24. ef018cc9 USB: uas: remove aborted field, replace with status bit. by Gerd Hoffmann · 13 years ago
  25. 0393986 USB: uas: fix task management by Gerd Hoffmann · 13 years ago
  26. a0e39e3 USB: uas: keep track of command urbs by Gerd Hoffmann · 13 years ago
  27. 023b515 uas: task mgmt & error handling by Gerd Hoffmann · 13 years ago
  28. bdd000f uas: track urbs, kill inflight urbs on disconnect. by Gerd Hoffmann · 13 years ago
  29. 8aac863 uas: improve error handling by Gerd Hoffmann · 13 years ago
  30. b1d6769 uas: keep track of command state, finish scsi cmd when really done. by Gerd Hoffmann · 13 years ago
  31. e9bd7e1 uas: fix sense urb handling by Gerd Hoffmann · 13 years ago
  32. db32de1 Revert "usb/uas: one only one status URB/host on stream-less connection" by Gerd Hoffmann · 13 years ago
  33. c621a81 Revert "usb/uas: make sure data urb is gone if we receive status before that" by Gerd Hoffmann · 13 years ago
  34. e4d8318 usb/uas: make sure data urb is gone if we receive status before that by Sebastian Andrzej Siewior · 14 years ago
  35. 348748b usb/uas: move UAS structs / defines into a header file by Sebastian Andrzej Siewior · 14 years ago
  36. c898add usb/uas: only bind if the hcd supports SG by Sebastian Andrzej Siewior · 14 years ago
  37. b6036698 Merge tag 'uas_for_sarah' of git://linutronix.de/users/bigeasy/linux into for-uas-next by Sarah Sharp · 14 years ago
  38. ceb3f91 usb/uas: one only one status URB/host on stream-less connection by Sebastian Andrzej Siewior · 14 years ago
  39. 22188f4 usb/uas: use scsi_host_find_tag() to find command from a tag by Sebastian Andrzej Siewior · 14 years ago
  40. dae5154 usb/uas: use unique tags for all LUNs by Sebastian Andrzej Siewior · 14 years ago
  41. 96c1eb9 UAS: Free status URB when we can't find the SCSI tag. by Sarah Sharp · 14 years ago
  42. 9eb4454 UAS: Use unique tags on non-streams devices. by Sarah Sharp · 14 years ago
  43. ea9da1c UAS: Re-add workqueue items if submission fails. by Sarah Sharp · 14 years ago
  44. 65db430 USB: convert drivers/usb/* to use module_usb_driver() by Greg Kroah-Hartman · 14 years ago
  45. 6eb0de8 usb: Add module.h to drivers/usb consumers who really use it. by Paul Gortmaker · 14 years ago
  46. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 15 years ago
  47. 0b83ae9 USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission path by Matthew Wilcox · 15 years ago
  48. 89dc290 USB: uas: Ensure we only bind to a UAS interface by Matthew Wilcox · 15 years ago
  49. 92a3f76 USB: uas: Rename sense pipe and sense urb to status pipe and status urb by Matthew Wilcox · 15 years ago
  50. ac563cf USB: uas: Use kzalloc instead of kmalloc by Matthew Wilcox · 15 years ago
  51. 4400ef3 USB: uas: Fix up the Sense IU by Matthew Wilcox · 15 years ago
  52. f281233 SCSI host lock push-down by Jeff Garzik · 15 years ago
  53. 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 15 years ago
  54. 115bb1f USB: Add UAS driver by Matthew Wilcox · 15 years ago