1. 327b21da usb/gadget: fix gadgetfs aio support. by Mathieu Laurendeau · 8 years ago
  2. 63196e9 usb: gadget: fix check in sync read from ep in gadgetfs by Binyamin Sharet · 8 years ago
  3. d246dcb usb: gadget: fix spinlock dead lock in gadgetfs by Bin Liu · 8 years ago
  4. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  5. 175f712 usb: gadget: provide interface for legacy gadgets to get UDC name by Marek Szyprowski · 8 years ago
  6. 7b0a271 usb: gadget: gadgetfs: unregister gadget only if it got successfully registered by Marek Szyprowski · 8 years ago
  7. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  8. b7bd98b usb: gadget: inode.c: fix unbalanced spin_lock in ep0_write by David Eccher · 9 years ago
  9. 1ee7eea USB: inode.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  10. 75c3cfa VFS: assorted weird filesystems: d_inode() annotations by David Howells · 9 years ago
  11. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  12. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  13. 04b2fa9 fs: split generic and aio kiocb by Christoph Hellwig · 9 years ago
  14. 96b62a5 gadgetfs: really get rid of switching ->f_op by Alan Stern · 9 years ago
  15. d4461a6 gadgetfs: get rid of flipping ->f_op in ep_config() by Al Viro · 9 years ago
  16. 7fe3976 gadget: switch ep_io_operations to ->read_iter/->write_iter by Al Viro · 9 years ago
  17. f01d35a1 gadgetfs: use-after-free in ->aio_read() by Al Viro · 9 years ago
  18. 42d6cfa usb: gadget: gadgetfs: fix an oops in ep_write() by Dan Carpenter · 9 years ago
  19. b44be24 usb: gadget: gadgetfs: Free memory allocated by memdup_user() by Mario Schuknecht · 9 years ago
  20. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  21. fb6c322 gadgetfs: saner API for gadgetfs_create_file() by Al Viro · 10 years ago
  22. 0eba455 usb: gadget: gadgetfs: add reset API at usb_gadget_driver by Peter Chen · 10 years ago
  23. 7042e8f usb: gadget: Fix return value check in ep_write() by Wei Yongjun · 10 years ago
  24. 61fe2d7 Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  25. 8443f2d usb: gadget: Gadget directory cleanup - group legacy gadgets by Andrzej Pietrasiewicz · 10 years ago[Renamed from drivers/usb/gadget/inode.c]
  26. d30f206 usb: gadget: rename CONFIG_USB_GADGET_PXA25X by Paul Bolle · 10 years ago
  27. f871252 Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  28. 6027f31 usb: gadget: set gadget state as configured by Peter Chen · 10 years ago
  29. 5cdf7d5 usb: gadget: gadgetfs: Initialize CHIP to NULL before UDC probe by Lubomir Rintel · 10 years ago
  30. 3b74c73 usb: gadget: inode: switch over to memdup_user() by Felipe Balbi · 10 years ago
  31. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  32. 1826e9b usb: gadget: gadgetfs: use after free in dev_release() by Dan Carpenter · 11 years ago
  33. 73a7075 aio: Kill aio_rw_vect_retry() by Kent Overstreet · 11 years ago
  34. bec68faa aio: io_cancel() no longer returns the io_event by Kent Overstreet · 11 years ago
  35. 0460fef aio: use cancellation list lazily by Kent Overstreet · 11 years ago
  36. 4e179bc aio: move private stuff out of aio.h by Kent Overstreet · 11 years ago
  37. a80bf61 gadget: remove only user of aio retry by Zach Brown · 11 years ago
  38. 3273097 gadgetfs: don't bother with fops->owner by Al Viro · 11 years ago
  39. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  40. b7c041a usb: gadget: remove DMA_ADDR_INVALID from f_uac2 and gadgetfs by Sebastian Andrzej Siewior · 12 years ago
  41. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  42. 32d639c userns: Convert gadgetfs to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  43. ffe0b33 usb: gadget: remove global variable composite in composite.c by Sebastian Andrzej Siewior · 12 years ago
  44. 9395295 usb: gadget: move bind() callback back to struct usb_gadget_driver by Sebastian Andrzej Siewior · 12 years ago
  45. 85b8614 usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED by Michal Nazarewicz · 12 years ago
  46. a2457ee USB: remove compile warning on gadget/inode.c by Michael BRIGHT · 12 years ago
  47. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  48. 104bb37 gadgetfs: list_for_each_safe() misuse by Al Viro · 12 years ago
  49. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  50. 85b4b3c usb: gadgetfs: return number of bytes on ep0 read request by Thomas Faber · 12 years ago
  51. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  52. 87da5b3 ... and the same for gadgetfs by Al Viro · 12 years ago
  53. 7177aed usb: gadget: rename usb_gadget_driver::speed to max_speed by Michal Nazarewicz · 13 years ago
  54. 001428e USB: gadgetfs: gadgetfs_disconnect: fix inconsistent lock state by Marc Kleine-Budde · 13 years ago
  55. 28c9fc6 usb gadget: clean up FSF boilerplate text by Klaus Schwarzkopf · 13 years ago
  56. 765f5b8 usb: gadget: defer setting maxpacket till ->setup() by Sebastian Andrzej Siewior · 13 years ago
  57. 72c973d usb: gadget: add usb_endpoint_descriptor to struct usb_ep by Tatyana Brokhman · 13 years ago
  58. 3898115 usb-gadget: unlock data->lock mutex on error path in ep_write() by Alexey Khoroshilov · 13 years ago
  59. 00cc7a5 USB: usb-gadget: unlock data->lock mutex on error path in ep_read() by Alexey Khoroshilov · 13 years ago
  60. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  61. 85fe402 fs: do not assign default i_ino in new_inode by Christoph Hellwig · 14 years ago
  62. 5cc1035 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  63. b0fca50 usb gadget: don't save bind callback in struct usb_gadget_driver by Uwe Kleine-König · 14 years ago
  64. cdbd2b0 BKL: Remove BKL from USB gadgetfs by Arnd Bergmann · 14 years ago
  65. 1548b13 usb: gadget: Do not take BKL for gadget->ops->ioctl by Arnd Bergmann · 14 years ago
  66. be8a058 USB: gadget: Use memdup_user by Julia Lawall · 14 years ago
  67. a79df50 usb: gadgetfs: Convert semaphore to mutex by Thomas Gleixner · 14 years ago
  68. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  69. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  70. fa4c86a USB: gadgetfs: use helper functions to determine endpoint type and direction by Matthias Kaehlcke · 15 years ago
  71. 551509d USB: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  72. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  73. 233e70f saner FASYNC handling on file close by Al Viro · 16 years ago
  74. b6c6393 Rename WARN() to WARNING() to clear the namespace by Arjan van de Ven · 16 years ago
  75. 44c389a USB: gadget: Push BKL down into drivers by Alan Cox · 16 years ago
  76. 7a85762 [ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC drivers by Philipp Zabel · 16 years ago
  77. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  78. 12cd5b9 USB: fix gadgetfs class request delegation by Roy Hashimoto · 16 years ago
  79. 0027492 USB: gadget code switches to pr_err() and friends by David Brownell · 17 years ago
  80. 9454a57 USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h> by David Brownell · 17 years ago
  81. a4e3ef5 USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanup by David Brownell · 17 years ago
  82. a947522 USB: "sparse" cleanups for usb gadgets by David Brownell · 17 years ago
  83. 9d8bab5 usb gadget stack: remove usb_ep_*_buffer(), part 1 by David Brownell · 17 years ago
  84. a5262dc USB: export <linux/usb_gadgetfs> as <linux/usb/gadgetfs.h> by David Brownell · 17 years ago
  85. 7f9985c USB: usb gadget, dead config cleanup by David Brownell · 17 years ago
  86. 01ee7d7 USB: usb gadgets avoid le{16,32}_to_cpup() by David Brownell · 17 years ago
  87. 50f97a1 gadgetfs: Fixed bug in ep_aio_read_retry. by Sarah Bailey · 17 years ago
  88. 49631ca USB: gadgetfs AIO tweaks by Alan Stern · 17 years ago
  89. ce46794 USB: gadgetfs behaves better on userspace init bug by David Brownell · 17 years ago
  90. 5b89db02 USB: gadgetfs race fix by David Brownell · 17 years ago
  91. 0864c7a USB: gadgetfs simplifications by David Brownell · 17 years ago
  92. 7489d14 USB: gadgetfs cleanups by David Brownell · 17 years ago
  93. 511779f usb: gadgetfs remove delayed init mode by Phil Endecott · 17 years ago
  94. 2505107 usb: gadgetfs whitespace cleanup by David Brownell · 17 years ago
  95. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  96. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  97. 6e9a473 [PATCH] completions: lockdep annotate on stack completions by Peter Zijlstra · 18 years ago
  98. 997694d gadgetfs patch for ep0out by Skip Hansen · 18 years ago
  99. a94da89 USB gadget: gadgetfs dont try to lock before free by Milan Svoboda · 18 years ago
  100. e22fc27 USB: add poll to gadgetfs's endpoint zero by Milan Svoboda · 18 years ago