1. bc985c1 USB: storage: ene_ub6250: fix compile warnings by Felipe Balbi · 13 years ago
  2. 2f640bf usb-storage: Accept 8020i-protocol commands longer than 12 bytes by Alan Stern · 13 years ago
  3. f940fcd usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  4. 6eb0de8 usb: Add module.h to drivers/usb consumers who really use it. by Paul Gortmaker · 13 years ago
  5. 1be025d Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  6. 45e1892 USB: Realtek cr: Fix driver freeze issue by edwin_rong · 13 years ago
  7. 839f245 usb-storage: fix realtek cr configuration by Vincent Palatin · 13 years ago
  8. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  9. 255f5e0 Remove unneeded version.h includes (and add where needed) for drivers/usb/ by Jesper Juhl · 13 years ago
  10. e16da02 USB: storage: Use normalized sense when emulating autosense by Luben Tuikov · 14 years ago
  11. 065e609 ums_realtek: do not use stack memory for DMA by Adam Cozzette · 13 years ago
  12. f02fe89 usb_storage: Don't freeze in usb-stor-scan by Seth Forshee · 13 years ago
  13. a871e4f USB: usb-storage: unusual_devs entry for ARM V2M motherboard. by Nick Bowler · 13 years ago
  14. 1380516 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 13 years ago
  15. 33842ce Staging: Merge ENE UB6250 MS card codes from keucr to drivers/usb/storage/ene_ub6250.c by Cho, Yu-Chen · 13 years ago
  16. e931830 Realtek cr: Add autosuspend function. by edwin_rong · 13 years ago
  17. b6507df Realtek cr: Remove unused Macros by edwin_rong · 13 years ago
  18. 151d9fad Realtek cr: clean up unnecessary whitespaces. by edwin_rong · 13 years ago
  19. 21c13a4 usb-storage: redo incorrect reads by Alan Stern · 13 years ago
  20. c44dead Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  21. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  22. 5116901 usb-storage: Correct adjust_quirks to include latest flags by Karl Relton · 13 years ago
  23. a8e62dd usb-storage: fix up the unusual_realtek device list by Alan Stern · 13 years ago
  24. 05d1091 [SCSI] usb-storage: do not increment cmd->serial_number by Christoph Hellwig · 13 years ago
  25. 85ee7a1 treewide: cleanup continuations and remove logging message whitespace by Joe Perches · 13 years ago
  26. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  27. 6445ced8 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 13 years ago
  28. e49c459 usb-storage: fix menu ordering by Randy Dunlap · 13 years ago
  29. 0074f59 usb-storage: ene_ub6250 depends on USB_STORAGE by Randy Dunlap · 13 years ago
  30. 8b0fb6f USB: ene_ub6250: fix memory leak in ene_load_bincode() by Dan Carpenter · 13 years ago
  31. 41e568d Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storage by huajun li · 13 years ago
  32. 5af9a6e USB: Remove delay_t unused variable from sierra_ms.c driver initialisation code by Huzaifa Sidhpurwala · 13 years ago
  33. 8a9e658 usb_storage: realtek_cr patch: add const modifier by wwang · 13 years ago
  34. 9812f74 usb_storage: realtek_cr patch: fix sparse warning by wwang · 13 years ago
  35. 66b0835 Merge 2.6.38-rc5 into usb-next by Greg Kroah-Hartman · 13 years ago
  36. 3ea3c9b USB: usb-storage: unusual_devs entry for Coby MP3 player by Alan Stern · 14 years ago
  37. c25f6b1 USB: Storage: Add unusual_devs entry for VTech Kidizoom by Nick Holloway · 14 years ago
  38. 50a6cb9 USB: usb_storage: add ums-realtek driver by wwang · 14 years ago
  39. 12f68c4 USB: usb-storage: unusual_devs entry for CamSport Evo by Alan Stern · 14 years ago
  40. 7e1e7bd USB: usb-storage: unusual_devs update for TrekStor DataStation maxi g.u external hard drive enclosure by Richard Schütz · 14 years ago
  41. cae4111 USB: usb-storage: unusual_devs update for Cypress ATACB by Richard Schütz · 14 years ago
  42. 2af1084 USB: Merge 2.6.37-rc5 into usb-next by Greg Kroah-Hartman · 14 years ago
  43. d73a9b3 USB: usb-storage: unusual_devs entry for the Samsung YP-CP3 by Vitaly Kuznetsov · 14 years ago
  44. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  45. 0b83ae9 USB: uas: Use GFP_NOIO instead of GFP_KERNEL in I/O submission path by Matthew Wilcox · 14 years ago
  46. 89dc290 USB: uas: Ensure we only bind to a UAS interface by Matthew Wilcox · 14 years ago
  47. 92a3f76 USB: uas: Rename sense pipe and sense urb to status pipe and status urb by Matthew Wilcox · 14 years ago
  48. ac563cf USB: uas: Use kzalloc instead of kmalloc by Matthew Wilcox · 14 years ago
  49. 4400ef3 USB: uas: Fix up the Sense IU by Matthew Wilcox · 14 years ago
  50. e945716 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  51. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  52. d9624e7 USB: storage: sierra_ms: fix sysfs file attribute by Greg Kroah-Hartman · 14 years ago
  53. 02e031c block: remove REQ_HARDBARRIER by Christoph Hellwig · 14 years ago
  54. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  55. 0a2b8a0 usb: makefile cleanup by matt mooney · 14 years ago
  56. 0091402 usb-storage: add new no_read_capacity_16 quirk by Hans de Goede · 14 years ago
  57. ae38c78 usb-storage: add new no_read_disc_info quirk by Hans de Goede · 14 years ago
  58. 2501331 usb: change to new flag variable by matt mooney · 14 years ago
  59. 115bb1f USB: Add UAS driver by Matthew Wilcox · 14 years ago
  60. 8fa7fd7 USB: storage: Use USB_ prefix instead of US_ prefix by Michal Nazarewicz · 14 years ago
  61. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  62. f283925 USB: usb-storage: implement autosuspend by Alan Stern · 14 years ago
  63. 7c7e2d0 usb: storage: freecom: Fixed several coding style issues. by Martin Enderleit · 14 years ago
  64. a5cc804 USB: isd200.c: Remove unnecessary kmalloc cast by Joe Perches · 14 years ago
  65. c222fb2 USB: usb-storage: fix initializations of urb fields by Bob Copeland · 14 years ago
  66. 39f2f08 usb-storage: always print quirks by Felipe Contreras · 14 years ago
  67. cbd3af5 USB: usb-storage: trivial debug improvements by Felipe Contreras · 14 years ago
  68. a78f4f1 USB: unusual-dev: Add bad sense flag for Appotech ax203 based picture frames by Hans de Goede · 14 years ago
  69. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  70. 9ed3fd6 USB: storage: Remove unneeded SL11R unusual_devs entry by Phil Dibowitz · 14 years ago
  71. 0ede76f USB: remove uses of URB_NO_SETUP_DMA_MAP by Alan Stern · 14 years ago
  72. 0df4d8e USB: Remove large struct from the stack in USB storage isd200 driver by Ian Munsie · 14 years ago
  73. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  74. 7f56cfd USB: Remove last bit of CONFIG_USB_BERRY_CHARGE by Christoph Egger · 14 years ago
  75. cd0e8aa USB: unusual_devs.h: Fix capacity for SL11R-IDE 2.6c by Ondrej Zary · 14 years ago
  76. 3756c7c USB: storage: onetouch: unnecessary GFP_ATOMIC by Oliver Neukum · 14 years ago
  77. 5d3034a USB: storage: fix misplaced parenthesis by Roel Kluin · 14 years ago
  78. 49d6271 usb-storage: use max_hw_sectors instead of max_sectors by Alan Stern · 14 years ago
  79. 46216e4 USB: unusual_devs: Add support for multiple Option 3G sticks by Jan Dumon · 15 years ago
  80. 5d39877 USB: storage: Never reset devices that will morph to an old mode by Oliver Neukum · 15 years ago
  81. b1bf936 Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  82. a4a47bc Lower USB storage settling delay to something more reasonable by Linus Torvalds · 14 years ago
  83. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 14 years ago
  84. 39232b3d USB: storage: Remove unneeded SC/PR from unusual_devs.h by Phil Dibowitz · 15 years ago
  85. 10d2cdb USB: fix usbstorage for 2770:915d delivers no FAT by Ryan May · 15 years ago
  86. a91b593 USB: fix bitmask merge error by Alan Stern · 15 years ago
  87. f3f6faa USB: usb-storage: fix bug in fill_inquiry by Alan Stern · 15 years ago
  88. a0bb108 USB: usb-storage: add BAD_SENSE flag by Alan Stern · 15 years ago
  89. 4c1bd3d USB: make urb scatter-gather support more generic by David Vrabel · 15 years ago
  90. 9eb66f7 USB Storage: Make driver less chatty when it finds a new device by Matthew Wilcox · 15 years ago
  91. 00fa43e USB: usb-storage: Associate the name of the interface with the scsi host by Matthew Wilcox · 15 years ago
  92. b8430e1 usb-storage: Workaround devices with bogus sense size by Benjamin Herrenschmidt · 15 years ago
  93. f1a0743 USB: storage: When a device returns no sense data, call it a Hardware Error by Alan Stern · 15 years ago
  94. 2f13612 USB: storage: iRiver P7 UNUSUAL_DEV patch by Sergey Pinaev · 15 years ago
  95. fd4f3a9 USB: unusual_devs.h: drop some unneeded floppy entries by Pete Zaitcev · 15 years ago
  96. d0defb8 USB: usb-storage fails to attach to Huawei Datacard cdrom device by fangxiaozhi · 15 years ago
  97. 64aebe7 USB: storage: Drop an unneeded a NULL test by Julia Lawall · 15 years ago
  98. e5dc8ae USB: storage: fix a resume path GFP_NOIO must be used by Oliver Neukum · 15 years ago
  99. c15e3ca USB: storage: include Prolific Technology USB drive in unusual_devs list by Rogerio Brito · 15 years ago
  100. 7a77791 USB: storage: raise timeout in usb_stor_Bulk_max_lun by Giacomo Lozito · 15 years ago