1. f9b0f51 Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 12 years ago
  2. 775dafd usb/gadget: use common defines within the storage gadget by Sebastian Andrzej Siewior · 12 years ago
  3. 7ac4704 usb/storage: a couple defines from drivers/usb/storage/transport.h to include/linux/usb/storage.h by Sebastian Andrzej Siewior · 12 years ago
  4. 4b5203f usb: gadget: f_mass_storage: Use "bool" instead of "int" in fsg_module_parameters by Fabio Estevam · 12 years ago
  5. fcc0bb5 usb: gadget: f_mass_storage: remove one FSG_NO_INTR_EP by Sebastian Andrzej Siewior · 12 years ago
  6. 54b8360 usb: gadget: update Michal Nazarewicz's email address by Michal Nazarewicz · 12 years ago
  7. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  8. f44b915 usb: gadget: storage: release superspeed descriptors. by Yu Xu · 13 years ago
  9. 9823a52 usb: gadget: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 13 years ago
  10. 144974e usb: gadget: mass_storage: support multi-luns with different logic block size by Yuping Luo · 13 years ago
  11. ce7b612 usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLength by Paul Zimmerman · 13 years ago
  12. db332bc usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUEST by Paul Zimmerman · 13 years ago
  13. 4bb99b7 usb: gadget: storage: add superspeed support by Felipe Balbi · 13 years ago
  14. fe69676 usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDC by Paul Zimmerman · 13 years ago
  15. 6532c7f usb: gadget: storage: make FSG_NUM_BUFFERS variable size by Per Forlin · 13 years ago
  16. 04eee25 USB: gadget: storage: remove alignment assumption by Alan Stern · 13 years ago
  17. 3f565a3 usb: gadget: storage: adapt logic block size to bound block devices by Peiyu Li · 13 years ago
  18. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  19. ea2a1df usb: gadget: use config_ep_by_speed() instead of ep_choose() by Tatyana Brokhman · 13 years ago
  20. 72c973d usb: gadget: add usb_endpoint_descriptor to struct usb_ep by Tatyana Brokhman · 13 years ago
  21. 849426c usb: gadget: Remove the LUN checks which are always true by Maxin B John · 13 years ago
  22. 95ed323 usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance tests by Roger Quadros · 13 years ago
  23. 98346f7 Revert "usb: usb_storage: do not align length of request for CBW to maxp size" by Greg Kroah-Hartman · 13 years ago
  24. 3c624d4 usb: gadget: f_mass_storage: If 'ro'/'cdrom' specified, open file as read-only by Roger Quadros · 13 years ago
  25. 73ee4da usb: gadget: f_mass_storage: Fix Bulk-only RESET handling by Roger Quadros · 13 years ago
  26. ee81b3e USB: g_file_storage: don't send padding when stall=n by Alan Stern · 13 years ago
  27. 806e8f8 usb: usb_storage: do not align length of request for CBW to maxp size by Mian Yousaf Kaukab · 13 years ago
  28. a283c03 USB, Mass Storage, composite, gadget: Fix build failure and memset of a struct by Jesper Juhl · 13 years ago
  29. b73af61 USB: gadget: f_mass_storage: code style clean ups by Michal Nazarewicz · 14 years ago
  30. 00cb636 USB: gadget: f_mass_storage: remove needless complete() by Michal Nazarewicz · 14 years ago
  31. fe52f79 USB: gadget: f_mass_storage: drop START_TRANSFER() macro by Michal Nazarewicz · 14 years ago
  32. 1ccd792 USB: gadget: f_mass_storage: use ?: instead of a macro by Michal Nazarewicz · 14 years ago
  33. 17a9361 USB: gadget: f_mass_storage: put_device() in error recovery by Rahul Ruikar · 14 years ago
  34. 0a6a717 USB: gadget: storage: reuse definitions from scsi.h header file by Michal Nazarewicz · 14 years ago
  35. 9cfe745 usb: gadget: mass_storage: optional SCSI WRITE FUA bit by Michal Nazarewicz · 14 years ago
  36. 8876f5e USB: gadget: f_mass_storage: added eject callback by Michal Nazarewicz · 14 years ago
  37. 24872052 USB: gadget: f_mass_storage: dead code removed by Michal Nazarewicz · 14 years ago
  38. 1dc9098 USB: gadget: f_mass_storage: fsg_add() renamed to fsg_bind_config() by Michal Nazarewicz · 14 years ago
  39. b894f60 USB: gadget: f_mass_storage: stale common->fsg value bug fix by Michal Nazarewicz · 14 years ago
  40. e5fd39d USB: gadget: f_mass_storage: fixed fs descriptors not being updated by Michal Nazarewicz · 14 years ago
  41. b9e0008 USB: gadget: f_mass_storage: fix in error recovery by Michal Nazarewicz · 14 years ago
  42. 28824b1 USB: gadget: __init and __exit tags removed by Michal Nazarewicz · 14 years ago
  43. 31436a1 USB: Mass storage gadget: Handle eject request by Fabien Chouteau · 14 years ago
  44. 0fb2c2a USB: gadget: f_mass_storage: per function by Michal Nazarewicz · 14 years ago
  45. aae86e8 USB: f_mass_storage: dynamic buffers for better alignment by Michal Nazarewicz · 14 years ago
  46. f479d70 USB: gadget: f_mass_storage::fsg_bind(): fix error handling by Peter Korsgaard · 14 years ago
  47. f88f669 USB: g_mass_storage: fix section mismatch warnings by Mike Frysinger · 14 years ago
  48. 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
  49. 2ecdc82 kill unused invalidate_inode_pages helper by Christoph Hellwig · 14 years ago
  50. 90f7976 USB: Remove unsupported usb gadget drivers by Christoph Egger · 14 years ago
  51. 8e7e61d USB: f_mass_storage: fix crash on bind() error by Peter Korsgaard · 14 years ago
  52. d7e18a9 USB: g_mass_storage: min(...) warning fixed by Michal Nazarewicz · 14 years ago
  53. b00ce11 USB: g_mass_storage: superfluous and missing packets fixed by Michal Nazarewicz · 14 years ago
  54. 7f1ee82 USB: mass_storage: eject LUNs on thread exit by Michal Nazarewicz · 14 years ago
  55. c85efcb USB: g_mass_storage: thread_exits callback added by Michal Nazarewicz · 15 years ago
  56. 8ea864c USB: g_mass_storage: most data moved to fsg_common by Michal Nazarewicz · 15 years ago
  57. d26a6aa USB: g_mass_storage: code cleaned up and comments updated by Michal Nazarewicz · 15 years ago
  58. e8b6f8c USB: g_mass_storage: lun_name_format and thread_name added by Michal Nazarewicz · 15 years ago
  59. 481e492 USB: g_mass_storage: fsg_config added & module params handlig changed by Michal Nazarewicz · 15 years ago
  60. d23b0f0 USB: g_mass_storage: Mass Storage Function created by Michal Nazarewicz · 15 years ago
  61. 9c61021 USB: g_mass_storage: fsg_common_init() created by Michal Nazarewicz · 15 years ago
  62. 606206c2 USB: g_mass_storage: constant length buffers used by Michal Nazarewicz · 15 years ago
  63. a41ae41 USB: g_mass_storage: parts of fsg_dev moved to fsg_common structure by Michal Nazarewicz · 15 years ago
  64. 93bcf12 USB: g_mass_storage: testing code from f_mass_storage.c removed by Michal Nazarewicz · 15 years ago
  65. d5e2b67 USB: g_mass_storage: template f_mass_storage.c file created by Michal Nazarewicz · 15 years ago