1. eb1ca07 net/9p/trans_fd.c: fix race by holding the lock by Tomas Bortoli · 6 years ago
  2. 3ac733e 9p: fix multiple NULL-pointer-dereferences by Tomas Bortoli · 6 years ago
  3. 35c740d net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree() by Tomas Bortoli · 6 years ago
  4. 3053600 9p: trans_fd, bail out if recv fcall if missing by Dominique Martinet · 9 years ago
  5. 947867a 9p: trans_fd, read rework to use p9_parse_header by Dominique Martinet · 9 years ago
  6. dba94f2 Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 9 years ago
  7. b99baa4 net/9p: Initialize opts->privport as it should be. by Dominique Martinet · 9 years ago
  8. 9bfc52c 9p: remove unused variable in p9_fd_create() by Fabian Frederick · 10 years ago
  9. 0c5c9fb net: Introduce possible_net_t by Eric W. Biederman · 9 years ago
  10. 263c582 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together. by Simon Derr · 10 years ago
  11. 0bfd684 9P: Get rid of REQ_STATUS_FLSH by Simon Derr · 10 years ago
  12. afd8d65 9P: Add cancelled() to the transport functions. by Simon Derr · 10 years ago
  13. 2b6e72e 9P: Add memory barriers to protect request fields over cb/rpc threads handoff by Dominique Martinet · 10 years ago
  14. f94741f net/9p: remove virtio default hack and set appropriate bits instead by Eric Van Hensbergen · 10 years ago
  15. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  16. 2f28c8b net/9p: add privport option to 9p tcp transport by Jim Garlick · 11 years ago
  17. 940e3a8 Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 12 years ago
  18. 759f429 9P: Fix race between p9_write_work() and p9_fd_request() by Simon Derr · 12 years ago
  19. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  20. 56b31d1 unexport sock_map_fd(), switch to sock_alloc_file() by Al Viro · 12 years ago
  21. 584a8c1 9P: Fix race in p9_write_work() by Simon Derr · 12 years ago
  22. 1957b3a 9P: fix test at the end of p9_write_work() by Simon Derr · 12 years ago
  23. 0462194 9P: Fix race in p9_read_work() by Simon Derr · 12 years ago
  24. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  25. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  26. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 12 years ago
  27. e75762f net/9p: enable 9p to work in non-default network namespace by Rob Landley · 13 years ago
  28. 99517e3 9p: Kill set but not used variable 'ret' in parse_opts() by David S. Miller · 13 years ago
  29. eeff66e net/9p: Convert the in the 9p rpc call path to GFP_NOFS by Aneesh Kumar K.V · 13 years ago
  30. aa70c58 net/9p: replace p9_poll_task with a work by Tejun Heo · 13 years ago
  31. 61edeee net/9p: use system_wq instead of p9_mux_wq by Tejun Heo · 13 years ago
  32. 29af930 net/9p/trans_fd.c: Fix unsigned return type by Julia Lawall · 14 years ago
  33. cff6b8a 9p: strlen() doesn't count the terminator by Dan Carpenter · 14 years ago
  34. 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
  35. d8c8a9e 9p: fix option parsing by Eric Van Hensbergen · 14 years ago
  36. 6b18662 9p connect fixes by Al Viro · 15 years ago
  37. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 14 years ago
  38. 0e15597 9p: minor comment fixes by Abhishek Kulkarni · 15 years ago
  39. 15da4b1 net/9p: Fix crash due to bad mount parameters. by Abhishek Kulkarni · 15 years ago
  40. 1bab88b net/9p: handle correctly interrupted 9P requests by Latchesar Ionkov · 15 years ago
  41. e3db6cb 9p: fix sparse warning: cast adds address space by Hannes Eder · 15 years ago
  42. 0b15a3a 9p: fix debug build error by Eric Van Hensbergen · 16 years ago
  43. 7eb923b 9p: add more conservative locking by Eric Van Hensbergen · 16 years ago
  44. 51a87c5 9p: rework client code to use new protocol support functions by Eric Van Hensbergen · 16 years ago
  45. cb19813 9p: remove unnecessary tag field from p9_req_t structure by Eric Van Hensbergen · 16 years ago
  46. 51d71f9 9p: remove 9p fcall debug prints by Eric Van Hensbergen · 16 years ago
  47. 95820a3 9p: drop broken unused error path from p9_conn_create() by Tejun Heo · 16 years ago
  48. 91b8534 9p: make rpc code common and rework flush code by Eric Van Hensbergen · 16 years ago
  49. 1b0a763 9p: use the rcall structure passed in the request in trans_fd read_work by Eric Van Hensbergen · 16 years ago
  50. 673d62cd 9p: apply common request code to trans_fd by Eric Van Hensbergen · 16 years ago
  51. ff68345 9p: apply common tagpool handling to trans_fd by Eric Van Hensbergen · 16 years ago
  52. 044c776 9p: eliminate callback complexity by Eric Van Hensbergen · 16 years ago
  53. 21c0036 9p: consolidate mux_rpc and request structure by Eric Van Hensbergen · 16 years ago
  54. 5503ac5 9p: remove unnecessary prototypes by Eric Van Hensbergen · 16 years ago
  55. bead27f 9p: remove duplicate client state by Eric Van Hensbergen · 16 years ago
  56. 8b81ef5 9p: consolidate transport structure by Eric Van Hensbergen · 16 years ago
  57. 992b3f1 9p-trans_fd: use single poller by Tejun Heo · 16 years ago
  58. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  59. 6206782 9p: introduce missing kfree by Julia Lawall · 16 years ago
  60. 206ca50 9p-trans_fd: fix and clean up module init/exit paths by Tejun Heo · 16 years ago
  61. ec3c68f 9p-trans_fd: don't do fs segment mangling in p9_fd_poll() by Tejun Heo · 16 years ago
  62. 571ffea 9p-trans_fd: clean up p9_conn_create() by Tejun Heo · 16 years ago
  63. 7dc5d24 9p-trans_fd: fix trans_fd::p9_conn_destroy() by Tejun Heo · 16 years ago
  64. 72029fe 9p: implement proper trans module refcounting and unregistration by Tejun Heo · 16 years ago
  65. a677a03 flag parameters: socket and socketpair by Ulrich Drepper · 16 years ago
  66. 887b3ec 9p: fix error path during early mount by Eric Van Hensbergen · 16 years ago
  67. bb8ffdf 9p: propagate parse_option changes to client and transports by Eric Van Hensbergen · 16 years ago
  68. ee44399 9p: Documentation updates by Eric Van Hensbergen · 16 years ago
  69. 3387b80 net/9p/trans_fd.c:p9_trans_fd_init(): module_init functions should return 0 on success by Andrew Morton · 16 years ago
  70. 53a6201 [9P] net/9p/trans_fd.c: remove unused variable by Julia Lawall · 16 years ago
  71. 8a0dc95 9p: transport API reorganization by Eric Van Hensbergen · 16 years ago
  72. 5576269 9p: add missing end-of-options record for trans_fd by Latchesar Ionkov · 17 years ago
  73. a80d923 9p: Make transports dynamic by Eric Van Hensbergen · 17 years ago
  74. bd238fb 9p: Reorganization of 9p file system code by Latchesar Ionkov · 17 years ago