1. 6b22df7 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  2. ae9b475 Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  3. 43508be uas: Log a warning when we cannot use uas because the hcd lacks streams by Hans de Goede · 10 years ago
  4. cc4deaf uas: Only complain about missing sg if all other checks succeed by Hans de Goede · 10 years ago
  5. e2875c3 uas: Limit qdepth to 32 when connected over usb-2 by Hans de Goede · 10 years ago
  6. 16fae05 staging: keucr: remove driver by Kristina Martšenko · 10 years ago
  7. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  8. c309b35 scsi: Remove CONFIG_SCSI_MULTI_LUN by Hannes Reinecke · 10 years ago
  9. b14bf2d usb-storage/SCSI: Add broken_fua blacklist flag by Alan Stern · 10 years ago
  10. a328512 USB: storage: ene_ub6250: Use kmemdup instead of kmalloc + memcpy by Benoit Taine · 10 years ago
  11. 6ed07d4 USB: Nokia 5300 should be treated as unusual dev by Daniele Forsi · 10 years ago
  12. f0ef5d4 USB: Nokia 305 should be treated as unusual dev by Victor A. Santos · 10 years ago
  13. df602c2 usb: storage: shuttle_usbat: fix discs being detected twice by Daniele Forsi · 10 years ago
  14. 94d72f0 uas: fix deadlocky memory allocations by Oliver Neukum · 11 years ago
  15. c637f1f uas: fix error handling during scsi_scan() by Oliver Neukum · 11 years ago
  16. e7eda93 uas: fix GFP_NOIO under spinlock by Oliver Neukum · 11 years ago
  17. 14aec58 storage: accept some UAS devices if streams are unavailable by Oliver Neukum · 11 years ago
  18. 7cace97 uas: Remove comment about registering a uas scsi controller for each usb bus by Hans de Goede · 11 years ago
  19. f50a496 uas: Add Hans de Goede as uas maintainer by Hans de Goede · 11 years ago
  20. dc88608 uas: remove BROKEN by Gerd Hoffmann · 11 years ago
  21. 37599f9 uas: Make sure sg elements are properly aligned by Hans de Goede · 11 years ago
  22. 8e45315 uas: Add some data in/out ready iu sanity checks by Hans de Goede · 11 years ago
  23. 876285c uas: Improve error reporting by Hans de Goede · 11 years ago
  24. 673331c uas: Use the right error codes for different kinds of errors by Hans de Goede · 11 years ago
  25. 3a4462e uas: Clear cmdinfo on command queue-ing by Hans de Goede · 11 years ago
  26. 21fc05b uas: Fix memory management by Hans de Goede · 11 years ago
  27. c6f6320 uas: Fix command / task mgmt submission racing with disconnect by Hans de Goede · 11 years ago
  28. 040d1a8 uas: cmdinfo: use only one list head by Hans de Goede · 11 years ago
  29. da3033e uas: add uas_mark_cmd_dead helper function by Hans de Goede · 11 years ago
  30. 61c09ce uas: Properly complete inflight commands on bus-reset or disconnect by Hans de Goede · 11 years ago
  31. c6d4579 uas: uas_alloc_data_urb: Remove unnecessary use_streams check by Hans de Goede · 11 years ago
  32. f323abc uas: Fix task-management not working when connected over USB-2 by Hans de Goede · 11 years ago
  33. da65c2b uas: Reset device on reboot by Hans de Goede · 11 years ago
  34. 0df1f66 uas: Add suspend/resume support by Hans de Goede · 11 years ago
  35. e36e649 uas: Use GFP_NOIO rather then GFP_ATOMIC where possible by Hans de Goede · 11 years ago
  36. b83b86a uas: Don't allow more then one task to run at the same time by Hans de Goede · 11 years ago
  37. 70cf0fb uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urb by Hans de Goede · 11 years ago
  38. 58d5144 uas: Not being able to alloc streams when connected through usb-3 is an error by Hans de Goede · 11 years ago
  39. 6134041 uas: Verify endpoint descriptors from uas_use_uas_driver() by Hans de Goede · 11 years ago
  40. 74d71ae uas: Drop fixed endpoint config handling by Hans de Goede · 11 years ago
  41. d77adc02 uas: Move uas_find_endpoints to uas-detect.h by Hans de Goede · 11 years ago
  42. d495c1b uas: Fix bounds check in uas_find_endpoints by Hans de Goede · 11 years ago
  43. 34f11e5 uas: Add uas_find_endpoints() helper function by Hans de Goede · 11 years ago
  44. 97172a6 uas: Honor no-uas quirk set in usb-storage's quirks module parameter by Hans de Goede · 11 years ago
  45. d24d481 usb-storage: Modify and export adjust_quirks so that it can be used by uas by Hans de Goede · 11 years ago
  46. 5bfd5b5 usb-storage: Don't bind to uas devices if the uas driver is enabled by Hans de Goede · 11 years ago
  47. 79b4c06 uas: Add the posibilty to blacklist uas devices from using the uas driver by Hans de Goede · 11 years ago
  48. 82aa038 uas: Move uas detect code to uas-detect.h by Hans de Goede · 11 years ago
  49. e1be067 uas: Add a uas_find_uas_alt_setting helper function by Hans de Goede · 11 years ago
  50. d3f7c15 uas: Use all available stream ids by Hans de Goede · 11 years ago
  51. e52e031 uas: s/response_ui/response_iu/ by Hans de Goede · 11 years ago
  52. 4de7a373 uas: Fix reset handling for externally triggered reset by Hans de Goede · 11 years ago
  53. be326f4 uas: Fix reset locking by Hans de Goede · 11 years ago
  54. 6c2334e uas: Fix uas not working when plugged into an ehci port by Hans de Goede · 11 years ago
  55. a887cd3 uas: uas_alloc_cmd_urb: drop unused stream_id parameter by Hans de Goede · 11 years ago
  56. 7e50e0b uas: Avoid unnecessary unlock / lock calls around unlink_data_urbs by Hans de Goede · 11 years ago
  57. 6ce8213 uas: Properly set interface to altsetting 0 on probe failure by Hans de Goede · 11 years ago
  58. d5f808d uas: Urbs must be anchored before submitting them by Hans de Goede · 11 years ago
  59. f491ecb uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE() by Gerd Hoffmann · 11 years ago
  60. 326349f uas: add dead request list by Gerd Hoffmann · 11 years ago
  61. 1bf8198 uas: make work list per-device by Gerd Hoffmann · 11 years ago
  62. d89bd83 uas: properly reinitialize in uas_eh_bus_reset_handler by Gerd Hoffmann · 11 years ago
  63. 823d12c usb-storage: enable multi-LUN scanning when needed by Alan Stern · 11 years ago
  64. c5637e5 usb-storage: add unusual-devs entry for BlackBerry 9000 by Alan Stern · 11 years ago
  65. a9c143c usb-storage: restrict bcdDevice range for Super Top in Cypress ATACB by Alan Stern · 11 years ago
  66. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  67. 0e16114f USB: Nokia 502 is an unusual device by Mikhail Zolotaryov · 11 years ago
  68. 40fcd88b8 USB: storage: fix compile warning by Ming Lei · 11 years ago
  69. e5fc70d USB: storage: use sg_miter_* APIs to access scsi buffer by Ming Lei · 11 years ago
  70. 32c37fc usb-storage: add quirk for mandatory READ_CAPACITY_16 by Oliver Neukum · 11 years ago
  71. f2e0ae9 USB storage: audit sysfs attribute permissions by Greg Kroah-Hartman · 11 years ago
  72. e7a6121f USB: storage: Add MicroVault Flash Drive to unusual_devs by Ren Bigcren · 11 years ago
  73. 45f6bc5 Merge 3.10-rc3 into usb-next by Greg Kroah-Hartman · 11 years ago
  74. 6523f6d usb: storage: alauda: initialize variables directly by Emilio López · 11 years ago
  75. 4cb4f83 usb: storage: sddr09: initialize variables directly by Emilio López · 11 years ago
  76. 1c9e55c USB: usb-stor: realtek_cr: Fix compile error by Wei WANG · 11 years ago
  77. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  78. 677a0b5 drivers/usb/storage/realtek_cr.c: fix build by Andrew Morton · 11 years ago
  79. 671b4b2 usb-storage: CY7C68300A chips do not support Cypress ATACB by Tormod Volden · 11 years ago
  80. 4601de8 USB: storage: convert to use module_usb_driver() by Greg Kroah-Hartman · 11 years ago
  81. 191648d usb: storage: Convert US_DEBUGP to usb_stor_dbg by Joe Perches · 11 years ago
  82. 1cb6e73 usb: storage: Fix link error by Joe Perches · 11 years ago
  83. 75b9130 usb: storage: Add usb_stor_dbg, reduce object size by Joe Perches · 11 years ago
  84. 25e11ec USB: regroup all depends on USB within an if USB block by Florian Fainelli · 12 years ago
  85. 09dae7f usb-storage: switch to ->show_info() by Al Viro · 12 years ago
  86. cf2d950 Merge branch 'usb-linus' into usb-next by Greg Kroah-Hartman · 12 years ago
  87. 29f86e6 usb-storage: add unusual_devs entry for Samsung YP-Z3 mp3 player by Dmitry Artamonow · 12 years ago
  88. 5b2750d driver: usb: storage: remove cast for kmalloc return value by Zhang Yanfei · 12 years ago
  89. bba90ae usb: storage: onetouch: tighten a range check by Dan Carpenter · 12 years ago
  90. ab4b716 USB: storage: fix Huawei mode switching regression by Bjørn Mork · 12 years ago
  91. fbb8c74 USB: storage: in-kernel modeswitching is deprecated by Bjørn Mork · 12 years ago
  92. 18e0331 USB: usb-storage: unusual_devs update for Super TOP SATA bridge by Josh Boyer · 12 years ago
  93. cd06095 USB: storage: properly handle the endian issues of idProduct by fangxiaozhi · 12 years ago
  94. ceb675a Merge usb-linus branch into usb-next by Greg Kroah-Hartman · 12 years ago
  95. 200e0d9 USB: storage: optimize to match the Huawei USB storage devices and support new switch command by fangxiaozhi · 12 years ago
  96. 07c7be3 USB: storage: Define a new macro for USB storage match rules by fangxiaozhi · 12 years ago
  97. bde027b usb-uas: set max_lun and max_channel by Gerd Hoffmann · 12 years ago
  98. f4cc183 USB: storage: avoid scanning other targets for single target device by Ming Lei · 12 years ago
  99. f8be6bf uas: fail any request submitted while resetting the device. by Gerd Hoffmann · 12 years ago
  100. 4c45697 uas: improve device reset by Gerd Hoffmann · 12 years ago