1. 15e2721 net/9p: show error message if user 'msize' cannot be satisfied by Christian Schoenebeck · 3 years ago
  2. 6e195b0 9p: fix a bunch of checkpatch warnings by Dominique Martinet · 3 years, 2 months ago
  3. 024b7d6 9p: fix file headers by Dominique Martinet · 3 years, 2 months ago
  4. 27eb4c3 9p/net: fix missing error check in p9_check_errors by Dominique Martinet · 3 years, 2 months ago
  5. 9c4d94d net/9p: increase default msize to 128k by Christian Schoenebeck · 3 years, 4 months ago
  6. 9210fc0 net/9p: use macro to define default msize by Christian Schoenebeck · 3 years, 4 months ago
  7. 03ff737 net: 9p: Correct function names in the kerneldoc comments by Xiongfeng Wang · 3 years, 9 months ago
  8. d65614a net: 9p: advance iov on empty read by Jisheng Zhang · 3 years, 10 months ago
  9. 70990af Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linux by Linus Torvalds · 4 years ago
  10. ff5e72e 9p: apply review requests for fid refcounting by Dominique Martinet · 4 years, 2 months ago
  11. 6636b6d 9p: add refcount to p9_fid struct by Jianyong Wu · 4 years, 3 months ago
  12. 154372e fs/9p: fix create-unlink-getattr idiom by Eric Van Hensbergen · 4 years, 3 months ago
  13. 760b3d6 net: 9p: Fix kerneldoc warnings of missing parameters etc by Andrew Lunn · 4 years, 2 months ago
  14. 15e522a net: 9p: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  15. 388f696 9pnet: allow making incomplete read requests by Sergey Alirzaev · 5 years ago
  16. 0ce772f 9p: Transport error uninitialized by Lu Shuaibing · 6 years ago
  17. 1f32761 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 by Thomas Gleixner · 6 years ago
  18. bb06c38 9p/net: fix memory leak in p9_client_create by zhengbin · 6 years ago
  19. 574d356 9p/net: put a lower bound on msize by Dominique Martinet · 6 years ago
  20. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  21. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  22. 72ea032 9p: potential NULL dereference by Dan Carpenter · 6 years ago
  23. 728356d 9p: Add refcount to p9_req_t by Tomas Bortoli · 6 years ago
  24. 43cbcbe 9p: rename p9_free_req() function by Tomas Bortoli · 6 years ago
  25. 91a76be 9p: add a per-client fcall kmem_cache by Dominique Martinet · 6 years ago
  26. 523adb6 9p: embed fcall in req to round down buffer allocs by Dominique Martinet · 6 years ago
  27. 996d5b4 9p: Use a slab for allocating requests by Matthew Wilcox · 6 years ago
  28. c69f297d 9p: fix whitespace issues by Stephen Hemminger · 6 years ago
  29. f984579 9p: validate PDU length by Tomas Bortoli · 6 years ago
  30. 2557d0c 9p: Embed wait_queue_head into p9_req_t by Matthew Wilcox · 6 years ago
  31. f28cdf0 9p: Replace the fidlist with an IDR by Matthew Wilcox · 6 years ago
  32. b5303be 9p: Change p9_fid_create calling convention by Matthew Wilcox · 6 years ago
  33. 2d58f63 9p: Fix comment on smp_wmb by Matthew Wilcox · 6 years ago
  34. 7913690 net/9p/client.c: version pointer uninitialized by Tomas Bortoli · 6 years ago
  35. 64ad31f net/9p/client.c: add missing '\n' at the end of p9_debug() by piaojun · 6 years ago
  36. c290fba net/9p/client.c: put refcount of trans_mod in error case in parse_opts() by piaojun · 6 years ago
  37. 8d856c7 net/9p: detect invalid options as much as possible by Chengguang Xu · 7 years ago
  38. 9421c3e net/9p/client.c: fix potential refcnt problem of trans module by Chengguang Xu · 7 years ago
  39. a852224 net/9p: avoid -ERESTARTSYS leak to userspace by Greg Kurz · 7 years ago
  40. 61b272c 9p: Fix missing commas in mount options by Tuomas Tynkkynen · 7 years ago
  41. 9523fea net/9p: Switch to wait_event_killable() by Tuomas Tynkkynen · 7 years ago
  42. c4fac91 9p: Implement show_options by David Howells · 7 years ago
  43. 1c512a7 net/9p: switch to copy_from_iter_full() by Al Viro · 8 years ago
  44. 71d6ad0 p9_client_readdir() fix by Al Viro · 8 years ago
  45. 0710f3f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  46. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  47. 7880b43 9p: constify ->d_name handling by Al Viro · 8 years ago
  48. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 9 years ago
  49. 999b8b8 9p: ensure err is initialized to 0 in p9_client_read/write by Vincent Bernat · 9 years ago
  50. 0f1db7d 9p: cope with bogus responses from server in p9_client_{read,write} by Al Viro · 9 years ago
  51. 67e808f p9_client_write(): avoid double p9_free_req() by Al Viro · 9 years ago
  52. a84b69c 9p: forgetting to cancel request on interrupted zero-copy RPC by Al Viro · 9 years ago
  53. 21c9f5c p9_client_attach(): set fid->uid correctly by Al Viro · 10 years ago
  54. e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 10 years ago
  55. 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 10 years ago
  56. 4f3b35c net/9p: switch the guts of p9_client_{read,write}() to iov_iter by Al Viro · 10 years ago
  57. d8282ea 9P: remove unnecessary break after return by Fabian Frederick · 10 years ago
  58. 0bfd684 9P: Get rid of REQ_STATUS_FLSH by Simon Derr · 11 years ago
  59. afd8d65 9P: Add cancelled() to the transport functions. by Simon Derr · 11 years ago
  60. 05a782d net: Mark function as static in 9p/client.c by Rashika · 11 years ago
  61. 2b6e72e 9P: Add memory barriers to protect request fields over cb/rpc threads handoff by Dominique Martinet · 11 years ago
  62. f94741f net/9p: remove virtio default hack and set appropriate bits instead by Eric Van Hensbergen · 11 years ago
  63. 2b76db6 Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  64. 50192ab fs/9p: avoid accessing utsname after namespace has been torn down by Will Deacon · 11 years ago
  65. 60ff779 9p: client: remove unused code and any reference to "cancelled" function by Andi Shyti · 11 years ago
  66. 80b4526 9P: Add cancelled() to the transport functions. by Simon Derr · 12 years ago
  67. 1cff330 9P/RDMA: count posted buffers without a pending request by Simon Derr · 12 years ago
  68. 5387320 9pnet: refactor struct p9_fcall alloc code by Simon Derr · 12 years ago
  69. ea071aa 9P: Fix fcall allocation for rdma by Simon Derr · 12 years ago
  70. 42fe648 net/9p: Handle error in zero copy request correctly for 9p2000.u by Aneesh Kumar K.V · 12 years ago
  71. 535bcd3 net/9p: Use virtio transpart as the default transport by Aneesh Kumar K.V · 12 years ago
  72. 095e799 net/9p: Make 9P2000.L the default protocol for 9p file system by Aneesh Kumar K.V · 12 years ago
  73. 447c509 9p: Modify the stat structures to use kuid_t and kgid_t by Eric W. Biederman · 12 years ago
  74. f791f7c 9p: Transmit kuid and kgid values by Eric W. Biederman · 12 years ago
  75. 43def35 net/9p: Check errno validity by Simon Derr · 12 years ago
  76. f07d901 net/9p: Add __force to cast of __user pointer by Joe Perches · 13 years ago
  77. e319269 net: Remove casts to same type by Joe Perches · 13 years ago
  78. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  79. 208f3c2 net/9p: handle flushed Tclunk/Tremove by Jim Garlick · 13 years ago
  80. a314f27 net/9p: don't allow Tflush to be interrupted by Jim Garlick · 13 years ago
  81. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
  82. 348b590 net/9p: Convert net/9p protocol dumps to tracepoints by Aneesh Kumar K.V · 13 years ago
  83. ef6b080 fs/9p: change an int to unsigned int by Dan Carpenter · 13 years ago
  84. 4d5077f fs/9p: Cleanup option parsing in 9p by Aneesh Kumar K.V · 13 years ago
  85. 5635fd0 9p: move dereference after NULL check by Dan Carpenter · 13 years ago
  86. abfa034 fs/9p: Update zero-copy implementation in 9p by Aneesh Kumar K.V · 13 years ago
  87. c9ffb05 net/9p: Fix the msize calculation. by Venkateswararao Jujjuri (JV) · 14 years ago
  88. 48e370f fs/9p: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 14 years ago
  89. 9e8fb38 fs/9p: add 9P2000.L renameat operation by Aneesh Kumar K.V · 14 years ago
  90. 4d63055 fs/9p: Clean-up get_protocol_version() to use strcmp by Prem Karat · 14 years ago
  91. 5034990 fs/9p: Fid is not valid after a failed clunk. by Aneesh Kumar K.V · 13 years ago
  92. e660a82 9p: clean up packet dump code by Eric Van Hensbergen · 14 years ago
  93. b85f7d92 net/9p: fix client code to fail more gracefully on protocol error by Eric Van Hensbergen · 13 years ago
  94. fe1cbab net/9p: p9_idpool_get return -1 on error by Aneesh Kumar K.V · 14 years ago
  95. aca0076 9p: typo fixes and minor cleanups by Rob Landley · 14 years ago
  96. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  97. 3cd7967 net/9p: Handle get_user_pages_fast return properly by M. Mohan Kumar · 14 years ago
  98. b76225e net/9p: nwname should be an unsigned int by Harsh Prateek Bora · 14 years ago
  99. df5d8c8 9p: revert tsyncfs related changes by Aneesh Kumar K.V · 14 years ago
  100. 095d3da 9p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_readdir() by David S. Miller · 14 years ago