1. ac0225f Revert "storage: Replace magic number with define in usb_stor_euscsi_init()" by Greg Kroah-Hartman · 10 years ago
  2. d1d9548 uas: Add US_FL_NO_ATA_1X quirk for 2 more Seagate models by Hans de Goede · 10 years ago
  3. e528362 usb: storage: Convert usb_stor_dbg to return void by Joe Perches · 10 years ago
  4. e28e2f2f uas: Make uas work with blk-mq by Hans de Goede · 10 years ago
  5. ec5633b usb: storage: fix build warnings !CONFIG_PM by Luis Henriques · 10 years ago
  6. 673029f uas: Add NO_ATA_1X for VIA VL711 devices by Hans de Goede · 10 years ago
  7. aee0ce3 uas: Add US_FL_NO_ATA_1X quirk for 1 more Seagate model by Hans de Goede · 10 years ago
  8. 93c9bf4 usb-storage: handle a skipped data phase by Alan Stern · 10 years ago
  9. 4633119 Merge tag 'usb-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  10. 9a50aae Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  11. ef0a599 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  12. 2d75b9c uas: Reduce number of function arguments for uas_alloc_foo functions by Hans de Goede · 10 years ago
  13. 2c2d831c [SCSI] uas: disable use of blk-mq I/O path by Christoph Hellwig · 10 years ago
  14. 3512e7b storage: Add quirk for another SCM-based USB-SCSI converter by Mark Knibbs · 10 years ago
  15. 57cde01 storage: Add quirks for Castlewood and Double-H USB-SCSI converters by Mark Knibbs · 10 years ago
  16. bda9893 storage: Replace magic number with define in usb_stor_euscsi_init() by Mark Knibbs · 10 years ago
  17. a6cd244 usb: Fixed a few typos by Mickael Maison · 10 years ago
  18. 7adce46 USB: storage: use %*ph specifier to dump small buffers by Andy Shevchenko · 10 years ago
  19. fac1f48 uas: Add response iu handling by Hans de Goede · 10 years ago
  20. ce39fe6 uas: Log error codes when logging errors by Hans de Goede · 10 years ago
  21. 1ad7ed5 uas: Cleanup uas_log_cmd_state usage by Hans de Goede · 10 years ago
  22. 102c00c uas: Remove protype hardware usb interface info by Hans de Goede · 10 years ago
  23. 5ad22cf uas: Remove support for old sense ui as used in pre-production hardware by Hans de Goede · 10 years ago
  24. eb7d664 uas: Drop COMMAND_COMPLETED flag by Hans de Goede · 10 years ago
  25. 6dcd8ec uas: Use scsi_print_command by Hans de Goede · 10 years ago
  26. 51b3617 uas: Do not log urb status error on cancellation by Hans de Goede · 10 years ago
  27. e5e5581 uas: Use streams on upcoming 10Gbps / 3.1 USB by Hans de Goede · 10 years ago
  28. f9dc024 uas: pre_reset and suspend: Fix a few races by Hans de Goede · 10 years ago
  29. 4c5481e uas: Fix memleak of non-submitted urbs by Hans de Goede · 10 years ago
  30. 616f0e6 uas: Drop all references to a scsi_cmnd once it has been aborted by Hans de Goede · 10 years ago
  31. b6823c5 uas: Remove cmnd reference from the cmd urb by Hans de Goede · 10 years ago
  32. 43cd99c uas: Drop inflight list by Hans de Goede · 10 years ago
  33. 9c15c57 uas: zap_pending: data urbs should have completed at this time by Hans de Goede · 10 years ago
  34. 1589349 uas: Simplify reset / disconnect handling by Hans de Goede · 10 years ago
  35. 85fea82 uas: Free data urbs on completion by Hans de Goede · 10 years ago
  36. 60d9f67 uas: Simplify unlink of data urbs on error by Hans de Goede · 10 years ago
  37. d89da03 uas: Check against unexpected completions by Hans de Goede · 10 years ago
  38. 5e61aed uas: Do not use scsi_host_find_tag by Hans de Goede · 10 years ago
  39. e062000 uas: Add uas_get_tag() helper function by Hans de Goede · 10 years ago
  40. b7b5d11 uas: Fix resetting flag handling by Hans de Goede · 10 years ago
  41. 5df2be6 uas: Remove task-management / abort error handling code by Hans de Goede · 10 years ago
  42. 710f1bf uas: Add another ASM1051 usb-id to the uas blacklist by Hans de Goede · 10 years ago
  43. f9554a6 uas: Add US_FL_NO_ATA_1X quirk for Seagate (0bc2:ab20) drives by Hans de Goede · 10 years ago
  44. 734016b uas: Add no-report-opcodes quirk by Hans de Goede · 10 years ago
  45. 5930785 uas: Add a quirk for rejecting ATA_12 and ATA_16 commands by Hans de Goede · 10 years ago
  46. ab945ef uas: replace WARN_ON_ONCE() with lockdep_assert_held() by Sanjeev Sharma · 10 years ago
  47. c80b449 USB: storage: Add quirks for Entrega/Xircom USB to SCSI converters by Mark · 10 years ago
  48. b6a3ed6 USB: storage: Add quirk for Ariston Technologies iConnect USB to SCSI adapter by Mark · 10 years ago
  49. 67d365a USB: storage: Add quirk for Adaptec USBConnect 2000 USB-to-SCSI Adapter by Mark · 10 years ago
  50. 50c4e96 scsi: don't store LUN bits in CDB[1] for USB mass-storage devices by Alan Stern · 10 years ago
  51. c66f1c6 storage: Add single-LUN quirk for Jaz USB Adapter by Mark · 10 years ago
  52. a79e5bc uas: Add missing le16_to_cpu calls to asm1051 / asm1053 usb-id check by Hans de Goede · 10 years ago
  53. a9c54ca uas: Disable uas on ASM1051 devices by Hans de Goede · 10 years ago
  54. a7e69dd USB: storage: add quirk for Newer Technology uSCSI SCSI-USB converter by Mark · 10 years ago
  55. 6b22df7 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  56. 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
  57. 43508be uas: Log a warning when we cannot use uas because the hcd lacks streams by Hans de Goede · 10 years ago
  58. cc4deaf uas: Only complain about missing sg if all other checks succeed by Hans de Goede · 10 years ago
  59. e2875c3 uas: Limit qdepth to 32 when connected over usb-2 by Hans de Goede · 10 years ago
  60. 16fae05 staging: keucr: remove driver by Kristina Martšenko · 10 years ago
  61. 9cb78c1 scsi: use 64-bit LUNs by Hannes Reinecke · 10 years ago
  62. c309b35 scsi: Remove CONFIG_SCSI_MULTI_LUN by Hannes Reinecke · 10 years ago
  63. b14bf2d usb-storage/SCSI: Add broken_fua blacklist flag by Alan Stern · 10 years ago
  64. a328512 USB: storage: ene_ub6250: Use kmemdup instead of kmalloc + memcpy by Benoit Taine · 10 years ago
  65. 6ed07d4 USB: Nokia 5300 should be treated as unusual dev by Daniele Forsi · 10 years ago
  66. f0ef5d4 USB: Nokia 305 should be treated as unusual dev by Victor A. Santos · 10 years ago
  67. df602c2 usb: storage: shuttle_usbat: fix discs being detected twice by Daniele Forsi · 10 years ago
  68. 94d72f0 uas: fix deadlocky memory allocations by Oliver Neukum · 10 years ago
  69. c637f1f uas: fix error handling during scsi_scan() by Oliver Neukum · 10 years ago
  70. e7eda93 uas: fix GFP_NOIO under spinlock by Oliver Neukum · 10 years ago
  71. 14aec58 storage: accept some UAS devices if streams are unavailable by Oliver Neukum · 11 years ago
  72. 7cace97 uas: Remove comment about registering a uas scsi controller for each usb bus by Hans de Goede · 11 years ago
  73. f50a496 uas: Add Hans de Goede as uas maintainer by Hans de Goede · 11 years ago
  74. dc88608 uas: remove BROKEN by Gerd Hoffmann · 11 years ago
  75. 37599f9 uas: Make sure sg elements are properly aligned by Hans de Goede · 11 years ago
  76. 8e45315 uas: Add some data in/out ready iu sanity checks by Hans de Goede · 11 years ago
  77. 876285c uas: Improve error reporting by Hans de Goede · 11 years ago
  78. 673331c uas: Use the right error codes for different kinds of errors by Hans de Goede · 11 years ago
  79. 3a4462e uas: Clear cmdinfo on command queue-ing by Hans de Goede · 11 years ago
  80. 21fc05b uas: Fix memory management by Hans de Goede · 11 years ago
  81. c6f6320 uas: Fix command / task mgmt submission racing with disconnect by Hans de Goede · 11 years ago
  82. 040d1a8 uas: cmdinfo: use only one list head by Hans de Goede · 11 years ago
  83. da3033e uas: add uas_mark_cmd_dead helper function by Hans de Goede · 11 years ago
  84. 61c09ce uas: Properly complete inflight commands on bus-reset or disconnect by Hans de Goede · 11 years ago
  85. c6d4579 uas: uas_alloc_data_urb: Remove unnecessary use_streams check by Hans de Goede · 11 years ago
  86. f323abc uas: Fix task-management not working when connected over USB-2 by Hans de Goede · 11 years ago
  87. da65c2b uas: Reset device on reboot by Hans de Goede · 11 years ago
  88. 0df1f66 uas: Add suspend/resume support by Hans de Goede · 11 years ago
  89. e36e649 uas: Use GFP_NOIO rather then GFP_ATOMIC where possible by Hans de Goede · 11 years ago
  90. b83b86a uas: Don't allow more then one task to run at the same time by Hans de Goede · 11 years ago
  91. 70cf0fb uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urb by Hans de Goede · 11 years ago
  92. 58d5144 uas: Not being able to alloc streams when connected through usb-3 is an error by Hans de Goede · 11 years ago
  93. 6134041 uas: Verify endpoint descriptors from uas_use_uas_driver() by Hans de Goede · 11 years ago
  94. 74d71ae uas: Drop fixed endpoint config handling by Hans de Goede · 11 years ago
  95. d77adc02 uas: Move uas_find_endpoints to uas-detect.h by Hans de Goede · 11 years ago
  96. d495c1b uas: Fix bounds check in uas_find_endpoints by Hans de Goede · 11 years ago
  97. 34f11e5 uas: Add uas_find_endpoints() helper function by Hans de Goede · 11 years ago
  98. 97172a6 uas: Honor no-uas quirk set in usb-storage's quirks module parameter by Hans de Goede · 11 years ago
  99. d24d481 usb-storage: Modify and export adjust_quirks so that it can be used by uas by Hans de Goede · 11 years ago
  100. 5bfd5b5 usb-storage: Don't bind to uas devices if the uas driver is enabled by Hans de Goede · 11 years ago