1. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 12 years ago
  2. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 13 years ago
  3. 144974e usb: gadget: mass_storage: support multi-luns with different logic block size by Yuping Luo · 13 years ago
  4. ce7b612 usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLength by Paul Zimmerman · 13 years ago
  5. db332bc usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUEST by Paul Zimmerman · 13 years ago
  6. 6eb0de8 usb: Add module.h to drivers/usb consumers who really use it. by Paul Gortmaker · 13 years ago
  7. 91960c2 usb: gadget: file_storage: fix race on unloading by Yauheni Kaliuta · 13 years ago
  8. 4bb99b7 usb: gadget: storage: add superspeed support by Felipe Balbi · 13 years ago
  9. fe69676 usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDC by Paul Zimmerman · 13 years ago
  10. 073b854 Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-next by Greg Kroah-Hartman · 13 years ago
  11. e538dfd usb: Provide usb_speed_string() function by Michal Nazarewicz · 13 years ago
  12. 6532c7f usb: gadget: storage: make FSG_NUM_BUFFERS variable size by Per Forlin · 13 years ago
  13. 04eee25 USB: gadget: storage: remove alignment assumption by Alan Stern · 13 years ago
  14. 3f565a3 usb: gadget: storage: adapt logic block size to bound block devices by Peiyu Li · 13 years ago
  15. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  16. 765f5b8 usb: gadget: defer setting maxpacket till ->setup() by Sebastian Andrzej Siewior · 13 years ago
  17. 72c973d usb: gadget: add usb_endpoint_descriptor to struct usb_ep by Tatyana Brokhman · 13 years ago
  18. 664a51a USB: deprecate g_file_storage by Alan Stern · 13 years ago
  19. 849426c usb: gadget: Remove the LUN checks which are always true by Maxin B John · 13 years ago
  20. 98346f7 Revert "usb: usb_storage: do not align length of request for CBW to maxp size" by Greg Kroah-Hartman · 13 years ago
  21. ee81b3e USB: g_file_storage: don't send padding when stall=n by Alan Stern · 13 years ago
  22. 806e8f8 usb: usb_storage: do not align length of request for CBW to maxp size by Mian Yousaf Kaukab · 13 years ago
  23. d9385b6 USB: gadget: file_storage: put_device() in error recovery by Michal Nazarewicz · 14 years ago
  24. 0a6a717 USB: gadget: storage: reuse definitions from scsi.h header file by Michal Nazarewicz · 14 years ago
  25. d808742 USB: g_file_storage: don't generate automatic serial string by Alan Stern · 14 years ago
  26. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  27. e12995e USB: Revert "USB: gadget: section mismatch warning fixed" by Michal Nazarewicz · 14 years ago
  28. 452ee0e usb: gadget: storage: remove nofua file when unbinding by Michal Nazarewicz · 14 years ago
  29. 5670649 USB: gadget: file_storage: serial parameter even if not test mode by Michal Nazarewicz · 14 years ago
  30. a93917d USB: gadget: storage: optional SCSI WRITE FUA bit by Andy Shevchenko · 14 years ago
  31. 89ba85d USB: gadget: section mismatch warning fixed by Michal Nazarewicz · 14 years ago
  32. 87eb1be USB: Add a serial number parameter to g_file_storage module by Yann Cantin · 14 years ago
  33. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  34. 2ecdc82 kill unused invalidate_inode_pages helper by Christoph Hellwig · 14 years ago
  35. 90f7976 USB: Remove unsupported usb gadget drivers by Christoph Egger · 14 years ago
  36. 3126c13 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 15 years ago
  37. d23b0f0 USB: g_mass_storage: Mass Storage Function created by Michal Nazarewicz · 15 years ago
  38. 93f9374 USB: g_file_storage: more code from file_storage.c moved to storage_common.c by Michal Nazarewicz · 15 years ago
  39. e909ef5 USB: g_file_storage: per-LUN ro, removable and cdrom flags handling changed by Michal Nazarewicz · 15 years ago
  40. d618170 USB: g_file_storage: "fsg_" prefix added to some identifiers by Michal Nazarewicz · 15 years ago
  41. b6058d0 USB: g_file_storage: parts of file_storage.c moved to separate file by Michal Nazarewicz · 15 years ago
  42. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  43. 604eb89 USB: g_file_storage: use the "unaligned" accessors by Alan Stern · 15 years ago
  44. 82a10a8 USB: g_file_storage: fix use-after-free bug when closing files by Alan Stern · 15 years ago
  45. 8e9d208 Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 15 years ago
  46. 551509d USB: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  47. db1dd4d Use f_lock to protect f_flags by Jonathan Corbet · 15 years ago
  48. ce459ec USB: g_file_storage: automatically disable stalls under Atmel by Alan Stern · 15 years ago
  49. 889394b USB: gadget: don't wait for completion twice by Felipe Balbi · 16 years ago
  50. 12aae68 USB: g_file_storage: add CD-ROM emulation by Alan Stern · 16 years ago
  51. 4c728ef add a vfs_fsync helper by Christoph Hellwig · 16 years ago
  52. 36e893d usb gadget: USB_GADGET_VBUS_DRAW Kconfig option by David Brownell · 16 years ago
  53. 549c41e usb: gadget: workaround storage command size issues by Felipe Balbi · 16 years ago
  54. 352e2b9 usb gadget: link fixes for storage gadget by David Brownell · 16 years ago
  55. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  56. 0031a06 USB: usb dev_set_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  57. 7071a3c USB: usb dev_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  58. 62fd2ca USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport compliance, clear-feature ignore by David Lopo · 16 years ago
  59. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  60. b950bdb USB: g_file_storage: ignore bulk-out data after invalid CBW by Alan Stern · 16 years ago
  61. cf28b48 d_path: Make d_path() use a struct path by Jan Blunck · 16 years ago
  62. 0027492 USB: gadget code switches to pr_err() and friends by David Brownell · 17 years ago
  63. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  64. 9454a57 USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> by David Brownell · 17 years ago
  65. 12943f0 USB: less-restrictive command checking in g-file-storage by Alan Stern · 17 years ago
  66. 79a7d9e USB: cleanups for g_file_storage by Alan Stern · 17 years ago
  67. 2e806f6 USB: gadget: file storage gadget cleanups by David Brownell · 17 years ago
  68. d1a94f0 USB: g_file_storage: fix bug in DMA buffer handling by Alan Stern · 17 years ago
  69. 88e45db USB: Stall control endpoint when file storage class request wValue != 0 by Luis Lloret · 17 years ago
  70. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  71. 9d8bab5 usb gadget stack: remove usb_ep_*_buffer(), part 1 by David Brownell · 17 years ago
  72. 0203633 USB: Disable file_storage USB_CONFIG_ATT_WAKEUP by Tony Lindgren · 17 years ago
  73. 8cfbe7e USB: g_file_storage: call allow_signal() by Oleg Nesterov · 17 years ago
  74. fc0ecff [PATCH] remove invalidate_inode_pages() by Andrew Morton · 17 years ago
  75. 7ca46b8 USB Gadget file_storage.c: remove unnecessary casts by John Daiker · 18 years ago
  76. 5f84813 USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h> by David Brownell · 18 years ago
  77. 6bea476 USB: gadget driver unbind() is optional; section fixes; misc by David Brownell · 18 years ago
  78. 33cb899 [PATCH] struct path: convert usb by Josef Sipek · 18 years ago
  79. 7dfb710 [PATCH] Add include/linux/freezer.h and move definitions from sched.h by Nigel Cunningham · 18 years ago
  80. 96b644b [PATCH] namespaces: utsname: use init_utsname when appropriate by Serge E. Hallyn · 18 years ago
  81. 6174d0f USB: g_file_storage: Set sense info Valid bit only when needed by Alan Stern · 18 years ago
  82. 2de9eae USB: g_file_storage: fix "ignoring return value" warnings by Alan Stern · 18 years ago
  83. a353678 [PATCH] USB: gadget section fixups by David Brownell · 18 years ago
  84. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  85. b31dc66 [PATCH] Kill PF_SYNCWRITE flag by Jens Axboe · 18 years ago
  86. aafe5bd [PATCH] USB: g_file_storage: use module_param_array_named macro by Alan Stern · 18 years ago
  87. 14cd5f8 [PATCH] USB: g_file_storage: add comment about buffer allocation by Alan Stern · 18 years ago
  88. 70ffe6e [PATCH] USB: g_file_storage: Set short_not_ok for bulk-out transfers by Alan Stern · 18 years ago
  89. 329af28 [PATCH] USB: gadget driver section fixups by David Brownell · 18 years ago
  90. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  91. a21d4fe [PATCH] USB Gadget: file_storage: remove "volatile" declarations by Alan Stern · 19 years ago
  92. 3aea4a7 [PATCH] USB: Cleanups for usb gadget mass-storage by Pavel Machek · 19 years ago
  93. 87c4252 [PATCH] USB: file-storage gadget: Add reference count for children by Alan Stern · 19 years ago
  94. d0d5049 [PATCH] USB: gadget drivers - add .owner initialisation by Ben Dooks · 19 years ago
  95. a922c68 [PATCH] g_file_storage: fix obscure race condition by Alan Stern · 19 years ago
  96. 22efcf4 [PATCH] USB: File-Storage gadget: use the kthread API by Alan Stern · 19 years ago
  97. 91e79c9 [PATCH] USB: Gadget library: centralize gadget controller numbers by David Brownell · 19 years ago
  98. 1bbc169 [PATCH] USB: gadget driver updates (SETUP api change) by David Brownell · 19 years ago
  99. d794ac7 [PATCH] USB: g_file_storage: export "stall" parameter by Alan Stern · 19 years ago
  100. 76f4af8 [PATCH] USB: g_file_storage: Consolidate min()s by Alan Stern · 19 years ago