1. 1c582c6 9p/trans_fd: split into dedicated module by Thomas Weißschuh · 3 years, 2 months 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. 1f32761 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 by Thomas Gleixner · 6 years ago
  5. 91a76be 9p: add a per-client fcall kmem_cache by Dominique Martinet · 6 years ago
  6. 6348b90 9p: Remove p9_idpool by Matthew Wilcox · 7 years ago
  7. 7880b43 9p: constify ->d_name handling by Al Viro · 8 years ago
  8. 447c509 9p: Modify the stat structures to use kuid_t and kgid_t by Eric W. Biederman · 12 years ago
  9. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
  10. 348b590 net/9p: Convert net/9p protocol dumps to tracepoints by Aneesh Kumar K.V · 13 years ago
  11. abfa034 fs/9p: Update zero-copy implementation in 9p by Aneesh Kumar K.V · 13 years ago
  12. 51b8b4f fs/9p: Use protocol-defined value for lock/getlock 'type' field. by Jim Garlick · 13 years ago
  13. f88657c fs/9p: Add OS dependent open flags in 9p protocol by Aneesh Kumar K.V · 13 years ago
  14. 48e370f fs/9p: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 14 years ago
  15. 9e8fb38 fs/9p: add 9P2000.L renameat operation by Aneesh Kumar K.V · 14 years ago
  16. 52c14ab net/9p: Remove structure not used in the code by Aneesh Kumar K.V · 14 years ago
  17. e660a82 9p: clean up packet dump code by Eric Van Hensbergen · 14 years ago
  18. 08bb3a5 9p: Small cleanup in <net/9p/9p.h> by Sasha Levin · 14 years ago
  19. aca0076 9p: typo fixes and minor cleanups by Rob Landley · 14 years ago
  20. df5d8c8 9p: revert tsyncfs related changes by Aneesh Kumar K.V · 14 years ago
  21. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  22. c0aa4ca net/9p: Implement syncfs 9P operation by Aneesh Kumar K.V · 14 years ago
  23. f735195 [net/9p] Small non-IO PDUs for zero-copy supporting transports. by Venkateswararao Jujjuri (JV) · 14 years ago
  24. 022cae36 [net/9p] Preparation and helper functions for zero copy by Venkateswararao Jujjuri (JV) · 14 years ago
  25. 329176cc 9p: Implement TREADLINK operation for 9p2000.L by M. Mohan Kumar · 14 years ago
  26. 1d769cd 9p: Implement TGETLOCK by M. Mohan Kumar · 14 years ago
  27. a099027 9p: Implement TLOCK by M. Mohan Kumar · 14 years ago
  28. 920e65d [9p] Introduce client side TFSYNC/RFSYNC for dotl. by Venkateswararao Jujjuri (JV) · 14 years ago
  29. 4f7ebe8 net/9p: This patch implements TLERROR/RLERROR on the 9P client. by Arun R Bharadwaj · 14 years ago
  30. eda25e46 net/9p: Implement TXATTRCREATE 9p call by Aneesh Kumar K.V · 15 years ago
  31. 0ef63f3 net/9p: Implement attrwalk 9p call by Aneesh Kumar K.V · 15 years ago
  32. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 15 years ago
  33. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 15 years ago
  34. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 15 years ago
  35. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 15 years ago
  36. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 15 years ago
  37. 652df9a 9p: Define and implement TLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 15 years ago
  38. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 15 years ago
  39. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 15 years ago
  40. 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 15 years ago
  41. 4681dbd 9p: add 9P2000.L rename operation by Sripathi Kodi · 15 years ago
  42. bda8e77 9p: add 9P2000.L statfs operation by Sripathi Kodi · 15 years ago
  43. 60e78d2 9p: Add fscache support to 9p by Abhishek Kulkarni · 15 years ago
  44. 0b15a3a 9p: fix debug build error by Eric Van Hensbergen · 16 years ago
  45. e7f4b8f 9p: Improve debug support by Eric Van Hensbergen · 16 years ago
  46. 02da398 9p: eliminate depricated conv functions by Eric Van Hensbergen · 16 years ago
  47. 51a87c5 9p: rework client code to use new protocol support functions by Eric Van Hensbergen · 16 years ago
  48. 51d71f9 9p: remove 9p fcall debug prints by Eric Van Hensbergen · 16 years ago
  49. ace51c4 9p: add new protocol support code by Eric Van Hensbergen · 16 years ago
  50. d5c003b include: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  51. 72029fe 9p: implement proper trans module refcounting and unregistration by Tejun Heo · 16 years ago
  52. 887b3ec 9p: fix error path during early mount by Eric Van Hensbergen · 17 years ago
  53. ee44399 9p: Documentation updates by Eric Van Hensbergen · 17 years ago
  54. d199d65 9p: add support for sticky bit by Anthony Liguori · 17 years ago
  55. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  56. 982c37c 9p: remove sysctl by Eric Van Hensbergen · 17 years ago
  57. ba17674 9p: attach-per-user by Latchesar Ionkov · 17 years ago
  58. 092e9d9 [9P]: build fix with !CONFIG_SYSCTL by Ingo Molnar · 17 years ago
  59. bd238fb 9p: Reorganization of 9p file system code by Latchesar Ionkov · 18 years ago