1. 7cace97 uas: Remove comment about registering a uas scsi controller for each usb bus by Hans de Goede · 11 years ago
  2. f50a496 uas: Add Hans de Goede as uas maintainer by Hans de Goede · 11 years ago
  3. 37599f9 uas: Make sure sg elements are properly aligned by Hans de Goede · 11 years ago
  4. 8e45315 uas: Add some data in/out ready iu sanity checks by Hans de Goede · 11 years ago
  5. 876285c uas: Improve error reporting by Hans de Goede · 11 years ago
  6. 673331c uas: Use the right error codes for different kinds of errors by Hans de Goede · 11 years ago
  7. 3a4462e uas: Clear cmdinfo on command queue-ing by Hans de Goede · 11 years ago
  8. 21fc05b uas: Fix memory management by Hans de Goede · 11 years ago
  9. c6f6320 uas: Fix command / task mgmt submission racing with disconnect by Hans de Goede · 11 years ago
  10. 040d1a8 uas: cmdinfo: use only one list head by Hans de Goede · 11 years ago
  11. da3033e uas: add uas_mark_cmd_dead helper function by Hans de Goede · 11 years ago
  12. 61c09ce uas: Properly complete inflight commands on bus-reset or disconnect by Hans de Goede · 11 years ago
  13. c6d4579 uas: uas_alloc_data_urb: Remove unnecessary use_streams check by Hans de Goede · 11 years ago
  14. f323abc uas: Fix task-management not working when connected over USB-2 by Hans de Goede · 11 years ago
  15. da65c2b uas: Reset device on reboot by Hans de Goede · 11 years ago
  16. 0df1f66 uas: Add suspend/resume support by Hans de Goede · 11 years ago
  17. e36e649 uas: Use GFP_NOIO rather then GFP_ATOMIC where possible by Hans de Goede · 11 years ago
  18. b83b86a uas: Don't allow more then one task to run at the same time by Hans de Goede · 11 years ago
  19. 70cf0fb uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urb by Hans de Goede · 11 years ago
  20. 58d5144 uas: Not being able to alloc streams when connected through usb-3 is an error by Hans de Goede · 11 years ago
  21. 74d71ae uas: Drop fixed endpoint config handling by Hans de Goede · 11 years ago
  22. d77adc02 uas: Move uas_find_endpoints to uas-detect.h by Hans de Goede · 11 years ago
  23. d495c1b uas: Fix bounds check in uas_find_endpoints by Hans de Goede · 11 years ago
  24. 34f11e5 uas: Add uas_find_endpoints() helper function by Hans de Goede · 11 years ago
  25. 79b4c06 uas: Add the posibilty to blacklist uas devices from using the uas driver by Hans de Goede · 11 years ago
  26. 82aa038 uas: Move uas detect code to uas-detect.h by Hans de Goede · 11 years ago
  27. e1be067 uas: Add a uas_find_uas_alt_setting helper function by Hans de Goede · 11 years ago
  28. d3f7c15 uas: Use all available stream ids by Hans de Goede · 11 years ago
  29. e52e031 uas: s/response_ui/response_iu/ by Hans de Goede · 11 years ago
  30. 4de7a373 uas: Fix reset handling for externally triggered reset by Hans de Goede · 11 years ago
  31. be326f4 uas: Fix reset locking by Hans de Goede · 11 years ago
  32. 6c2334e uas: Fix uas not working when plugged into an ehci port by Hans de Goede · 11 years ago
  33. a887cd3 uas: uas_alloc_cmd_urb: drop unused stream_id parameter by Hans de Goede · 11 years ago
  34. 7e50e0b uas: Avoid unnecessary unlock / lock calls around unlink_data_urbs by Hans de Goede · 11 years ago
  35. 6ce8213 uas: Properly set interface to altsetting 0 on probe failure by Hans de Goede · 11 years ago
  36. d5f808d uas: Urbs must be anchored before submitting them by Hans de Goede · 11 years ago
  37. f491ecb uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE() by Gerd Hoffmann · 11 years ago
  38. 326349f uas: add dead request list by Gerd Hoffmann · 11 years ago
  39. 1bf8198 uas: make work list per-device by Gerd Hoffmann · 11 years ago
  40. d89bd83 uas: properly reinitialize in uas_eh_bus_reset_handler by Gerd Hoffmann · 11 years ago
  41. bde027b usb-uas: set max_lun and max_channel by Gerd Hoffmann · 12 years ago
  42. f8be6bf uas: fail any request submitted while resetting the device. by Gerd Hoffmann · 12 years ago
  43. 4c45697 uas: improve device reset by Gerd Hoffmann · 12 years ago
  44. 5d39040 uas: improve abort handler by Gerd Hoffmann · 12 years ago
  45. efefecf uas: add IS_IN_WORK_LIST flag by Gerd Hoffmann · 12 years ago
  46. b06e48a uas: add UNLINK_DATA_URBS flag by Gerd Hoffmann · 12 years ago
  47. aa8f612 uas: new function to cancel data urbs by Gerd Hoffmann · 12 years ago
  48. e0423de USB: uas: fix gcc warning by Gerd Hoffmann · 12 years ago
  49. 1994ff4 USB: uas: fix locking by Gerd Hoffmann · 12 years ago
  50. e064852 USB: uas: add locking by Gerd Hoffmann · 12 years ago
  51. 0871d7d USB: uas: fix abort by Gerd Hoffmann · 12 years ago
  52. ef018cc9 USB: uas: remove aborted field, replace with status bit. by Gerd Hoffmann · 12 years ago
  53. 0393986 USB: uas: fix task management by Gerd Hoffmann · 12 years ago
  54. a0e39e3 USB: uas: keep track of command urbs by Gerd Hoffmann · 12 years ago
  55. 023b515 uas: task mgmt & error handling by Gerd Hoffmann · 12 years ago
  56. bdd000f uas: track urbs, kill inflight urbs on disconnect. by Gerd Hoffmann · 12 years ago
  57. 8aac863 uas: improve error handling by Gerd Hoffmann · 12 years ago
  58. b1d6769 uas: keep track of command state, finish scsi cmd when really done. by Gerd Hoffmann · 12 years ago
  59. e9bd7e1 uas: fix sense urb handling by Gerd Hoffmann · 12 years ago
  60. db32de1 Revert "usb/uas: one only one status URB/host on stream-less connection" by Gerd Hoffmann · 12 years ago
  61. c621a81 Revert "usb/uas: make sure data urb is gone if we receive status before that" by Gerd Hoffmann · 12 years ago
  62. e4d8318 usb/uas: make sure data urb is gone if we receive status before that by Sebastian Andrzej Siewior · 13 years ago
  63. 348748b usb/uas: move UAS structs / defines into a header file by Sebastian Andrzej Siewior · 13 years ago
  64. c898add usb/uas: only bind if the hcd supports SG by Sebastian Andrzej Siewior · 13 years ago
  65. b6036698 Merge tag 'uas_for_sarah' of git://linutronix.de/users/bigeasy/linux into for-uas-next by Sarah Sharp · 13 years ago
  66. ceb3f91 usb/uas: one only one status URB/host on stream-less connection by Sebastian Andrzej Siewior · 13 years ago
  67. 22188f4 usb/uas: use scsi_host_find_tag() to find command from a tag by Sebastian Andrzej Siewior · 13 years ago
  68. dae5154 usb/uas: use unique tags for all LUNs by Sebastian Andrzej Siewior · 13 years ago
  69. 96c1eb9 UAS: Free status URB when we can't find the SCSI tag. by Sarah Sharp · 13 years ago
  70. 9eb4454 UAS: Use unique tags on non-streams devices. by Sarah Sharp · 13 years ago
  71. ea9da1c UAS: Re-add workqueue items if submission fails. by Sarah Sharp · 13 years ago
  72. 65db430 USB: convert drivers/usb/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  73. 6eb0de8 usb: Add module.h to drivers/usb consumers who really use it. by Paul Gortmaker · 13 years ago
  74. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  75. 0b83ae9 USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission path by Matthew Wilcox · 14 years ago
  76. 89dc290 USB: uas: Ensure we only bind to a UAS interface by Matthew Wilcox · 14 years ago
  77. 92a3f76 USB: uas: Rename sense pipe and sense urb to status pipe and status urb by Matthew Wilcox · 14 years ago
  78. ac563cf USB: uas: Use kzalloc instead of kmalloc by Matthew Wilcox · 14 years ago
  79. 4400ef3 USB: uas: Fix up the Sense IU by Matthew Wilcox · 14 years ago
  80. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  81. 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 14 years ago
  82. 115bb1f USB: Add UAS driver by Matthew Wilcox · 14 years ago