1. 3191224 9p locks: add mount option for lock retry interval by Dinu-Razvan Chis-Serban · 6 years ago
  2. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  3. cb9af41 9p: remove unused option Opt_trans by Fabian Frederick · 9 years ago
  4. 412a19b v9fs: fix error handling in v9fs_session_init() by Tejun Heo · 9 years ago
  5. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 9 years ago
  6. bdbeacd fs/9p/v9fs.c: add __init to v9fs_sysfs_init by Fabian Frederick · 10 years ago
  7. fb89b45 9P: introduction of a new cache=mmap model. by Dominique Martinet · 10 years ago
  8. 8061a6f 9p: don't forget to destroy inode cache if fscache registration fails by Al Viro · 11 years ago
  9. 76ed23a 9p: Modify struct v9fs_session_info to use a kuids and kgids by Eric W. Biederman · 11 years ago
  10. b464255 9p: Modify struct 9p_fid to use a kuid_t not a uid_t by Eric W. Biederman · 11 years ago
  11. f791f7c 9p: Transmit kuid and kgid values by Eric W. Biederman · 11 years ago
  12. 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
  13. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  14. e549c13 9p: don't use __getname/__putname for uname/aname by Jeff Layton · 12 years ago
  15. 2226a28 9p: make register_filesystem() the last failure exit by Al Viro · 12 years ago
  16. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
  17. 4d5077f fs/9p: Cleanup option parsing in 9p by Aneesh Kumar K.V · 13 years ago
  18. a2dd43b fs/9p: Fix invalid mount options/args by Prem Karat · 13 years ago
  19. fd2421f fs/9p: When doing inode lookup compare qid details and inode mode bits. by Aneesh Kumar K.V · 13 years ago
  20. a78ce05 fs/9p: Add v9fs_inode by Aneesh Kumar K.V · 13 years ago
  21. 6752a1e [fs/9p] Make access=client default in 9p2000.L protocol by Venkateswararao Jujjuri (JV) · 13 years ago
  22. e782ef7 [fs/9P] Add posixacl mount option by Venkateswararao Jujjuri (JV) · 13 years ago
  23. 9332685 [fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined. by Venkateswararao Jujjuri (JV) · 13 years ago
  24. 76381a4 fs/9p: Add access = client option to opt in acl evaluation. by Aneesh Kumar K.V · 14 years ago
  25. a534c8d fs/9p: Prevent parallel rename when doing fid_lookup by Aneesh Kumar K.V · 14 years ago
  26. 9ffaf63 fs/9p: Pass the correct user credentials during attach by Aneesh Kumar K.V · 14 years ago
  27. 0ed07dd 9p: add bdi backing to mount session by Jens Axboe · 14 years ago
  28. 749d229 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  29. 6d96d3a 9p: Make sure we are able to clunk the cached fid on umount by Aneesh Kumar K.V · 14 years ago
  30. 476ada0 9p: Fix setting of protocol flags in v9fs_session_info structure. by Sripathi Kodi · 14 years ago
  31. 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
  32. 342fee1 9P2010.L handshake: Remove "dotu" variable by Sripathi Kodi · 14 years ago
  33. dd6102f 9P2010.L handshake: Add VFS flags by Sripathi Kodi · 14 years ago
  34. bf2d29c 9p: fix memory leak in v9fs_parse_options() by Eric Van Hensbergen · 14 years ago
  35. d8c8a9e 9p: fix option parsing by Eric Van Hensbergen · 14 years ago
  36. 60e78d2 9p: Add fscache support to 9p by Abhishek Kulkarni · 15 years ago
  37. 4b53e4b 9p: remove unnecessary v9fses->options which duplicates the mount string by Abhishek Kulkarni · 15 years ago
  38. f1d9e45 fs/9p: change simple_strtol to simple_strtoul by Julia Lawall · 16 years ago
  39. fbedadc 9p: move readn meta-function from client to fs layer by Eric Van Hensbergen · 16 years ago
  40. 8b81ef5 9p: consolidate transport structure by Eric Van Hensbergen · 16 years ago
  41. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  42. 887b3ec 9p: fix error path during early mount by Eric Van Hensbergen · 16 years ago
  43. ab31267 fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. Now that this function can fail, return an int, diagnose other option-parsing failures, and adjust the sole caller: (v9fs_session_init): Handle kstrdup failure. Propagate any new v9fs_parse_options failure "up". by Jim Meyering · 16 years ago
  44. ee44399 9p: Documentation updates by Eric Van Hensbergen · 16 years ago
  45. b32a09d add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust by Markus Armbruster · 16 years ago
  46. 8a0dc95 9p: transport API reorganization by Eric Van Hensbergen · 16 years ago
  47. 8999e04 9p: use copy of the options value instead of original by Latchesar Ionkov · 17 years ago
  48. 0a97629 9p: fix memleak in fs/9p/v9fs.c by Adrian Bunk · 17 years ago
  49. fb0466c 9p: fix bad kconfig cross-dependency by Eric Van Hensbergen · 17 years ago
  50. ba17674 9p: attach-per-user by Latchesar Ionkov · 17 years ago
  51. bd32b82 9p: rename uid and gid parameters by Latchesar Ionkov · 17 years ago
  52. 2405669 9p: define session flags by Latchesar Ionkov · 17 years ago
  53. a80d923 9p: Make transports dynamic by Eric Van Hensbergen · 17 years ago
  54. 10fa16e 9p: fix debug compilation error by Eric Van Hensbergen · 17 years ago
  55. 9e2f668 9p: re-enable mount time debug option by Eric Van Hensbergen · 17 years ago
  56. bd238fb 9p: Reorganization of 9p file system code by Latchesar Ionkov · 17 years ago
  57. e03abc0 9p: implement optional loose read cache by Eric Van Hensbergen · 17 years ago
  58. f94b347 [PATCH] 9p: fix bogus return code checks during initialization by Eric Van Hensbergen · 17 years ago
  59. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  60. d826380 [PATCH] 9p: fix leak on error path by Alexey Dobriyan · 18 years ago
  61. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  62. 67543e5 [PATCH] 9p: fix name consistency problems by Eric Van Hensbergen · 18 years ago
  63. 42e8c50 [PATCH] v9fs: update license boilerplate by Eric Van Hensbergen · 18 years ago
  64. 4a26c24 [PATCH] v9fs: rename tids to tags to be consistent with Plan 9 documentation by Russ Cox · 18 years ago
  65. 46f6dac [PATCH] v9fs: simplify fid mapping by Eric Van Hensbergen · 18 years ago
  66. e1c9211 [PATCH] v9fs: update documentation and fix debug flag by Eric Van Hensbergen · 18 years ago
  67. 1dac06b [PATCH] v9fs: handle kthread_create failure, minor bugfixes by Latchesar Ionkov · 18 years ago
  68. 531b109 [PATCH] v9fs: zero copy implementation by Latchesar Ionkov · 18 years ago
  69. 3cf6429 [PATCH] v9fs: new multiplexer implementation by Latchesar Ionkov · 18 years ago
  70. ce44eeb [PATCH] V9FS: 'names_cache' memory leak by Davi Arnaut · 19 years ago
  71. a8e63bf [PATCH] v9fs: make copy of the transport prototype instead of using it directly by Latchesar Ionkov · 19 years ago
  72. 322b329 [PATCH] v9fs: Support to force umount by Eric Van Hensbergen · 19 years ago
  73. 426cc91 [PATCH] v9fs: transport modules by Eric Van Hensbergen · 19 years ago
  74. 9e82cf6 [PATCH] v9fs: VFS superblock operations and glue by Eric Van Hensbergen · 19 years ago