1. f5fc614 fs/9p: Use mknod 9p operation on create without open request by Aneesh Kumar K.V · 14 years ago
  2. 329176c 9p: Implement TREADLINK operation for 9p2000.L by M. Mohan Kumar · 14 years ago
  3. ad77dbc fs/9p: Implement create time inheritance by Aneesh Kumar K.V · 14 years ago
  4. 6e8dc55 fs/9p: Update ACL on chmod by Aneesh Kumar K.V · 14 years ago
  5. 22d8dcd fs/9p: Implement setting posix acl by Aneesh Kumar K.V · 14 years ago
  6. 85ff872 fs/9p: Implement POSIX ACL permission checking function by Aneesh Kumar K.V · 14 years ago
  7. 7c7298c fs/9p: mkdir fix for setting S_ISGID bit as per parent directory by Harsh Prateek Bora · 14 years ago
  8. 57ee047 9p: remove unneeded checks by Dan Carpenter · 14 years ago
  9. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  10. 1d76e31 fs/9p: Don't use dotl version of mknod for dotu inode operations by Aneesh Kumar K.V · 14 years ago
  11. 3c30750 fs/9p: Use the correct dentry operations by Aneesh Kumar K.V · 14 years ago
  12. 62b2be5 fs/9p, net/9p: memory leak fixes by Latchesar Ionkov · 14 years ago
  13. 8cef9c6 v9fs: fixup for inode_setattr being removed by Stephen Rothwell · 14 years ago
  14. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  15. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  16. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  17. ea137533 fs/9p: remove sparse warning in vfs_inode by Eric Van Hensbergen · 14 years ago
  18. a534c8d fs/9p: Prevent parallel rename when doing fid_lookup by Aneesh Kumar K.V · 14 years ago
  19. ebf4626 fs/9p: Add support user. xattr by Aneesh Kumar K.V · 14 years ago
  20. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  21. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  22. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  23. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  24. 09d34ee 9p: Define and implement TLINK for 9P2000.L by Eric Van Hensbergen · 14 years ago
  25. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  26. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  27. 4fd5ec5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  28. 6d27e64 9p: Optimize TCREATE by eliminating a redundant fid clone. by Venkateswararao Jujjuri · 14 years ago
  29. fe5bd07 9p: cleanup: remove unneeded assignment by Dan Carpenter · 14 years ago
  30. 75cc5c9 9p: Add mksock support by Venkateswararao Jujjuri · 14 years ago
  31. 85e0df2 fs/9p: Make sure we properly instantiate dentry. by Aneesh Kumar K.V · 14 years ago
  32. 217f206 9p: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  33. 4681dbd 9p: add 9P2000.L rename operation by Sripathi Kodi · 14 years ago
  34. 9b6533c 9p: VFS switches for 9p2000.L: VFS switches by Sripathi Kodi · 14 years ago
  35. 749d229 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  36. 11e9b49 9p: Creating files with names too long should fail with ENAMETOOLONG. by Sripathi Kodi · 14 years ago
  37. d994f40 9p: drop nlink remove by Aneesh Kumar K.V · 14 years ago
  38. 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
  39. 5717144 fs/9p: Add hardlink support to .u extension by Aneesh Kumar K.V · 14 years ago
  40. dd6102f 9P2010.L handshake: Add VFS flags by Sripathi Kodi · 14 years ago
  41. 7a4439c 9p: Include fsync support for 9p client by M. Mohan Kumar · 14 years ago
  42. 204f2f0 Kill 9p readlink() by Al Viro · 15 years ago
  43. 2511cd0 9p: fix readlink by Martin Stava · 15 years ago
  44. 60e78d2 9p: Add fscache support to 9p by Abhishek Kulkarni · 15 years ago
  45. 7549ae3 9p: Use the i_size_[read, write]() macros instead of using inode->i_size directly. by Abhishek Kulkarni · 15 years ago
  46. 48559b4c 9p: Add missing cast for the error return value in v9fs_get_inode by Abhishek Kulkarni · 15 years ago
  47. 02bc356 9p: Fix possible memleak in v9fs_inode_from fid. by Abhishek Kulkarni · 15 years ago
  48. 0e15597 9p: minor comment fixes by Abhishek Kulkarni · 15 years ago
  49. 2bb5411 9p: Fix possible inode leak in v9fs_get_inode. by Abhishek Kulkarni · 15 years ago
  50. 50fb6d2 9p: Check for error in return value of v9fs_fid_add by Abhishek Kulkarni · 15 years ago
  51. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  52. 7dd0cdc 9p: convert d_iname references to d_name.name by Wu Fengguang · 16 years ago
  53. 6ff2320 9p: Remove potentially bad parameter from function entry debug print. by Duane Griffin · 16 years ago
  54. f8b9d53 CRED: Wrap task credential accesses in 9P2000 filesystem by David Howells · 16 years ago
  55. 57c7b4e 9p: fix device file handling by Magnus Deininger · 16 years ago
  56. 51a87c5 9p: rework client code to use new protocol support functions by Eric Van Hensbergen · 16 years ago
  57. 62aa528 9p: use an IS_ERR test rather than a NULL test by Julien Brunel · 16 years ago
  58. 2e4bef4 9p: fix O_APPEND in legacy mode by Eric Van Hensbergen · 16 years ago
  59. ee44399 9p: Documentation updates by Eric Van Hensbergen · 16 years ago
  60. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  61. d199d65 9p: add support for sticky bit by Anthony Liguori · 16 years ago
  62. 22150c4 9p: v9fs_vfs_rename incorrect clunk order by Latchesar Ionkov · 17 years ago
  63. ba17674 9p: attach-per-user by Latchesar Ionkov · 17 years ago
  64. bd32b82 9p: rename uid and gid parameters by Latchesar Ionkov · 17 years ago
  65. 2405669 9p: define session flags by Latchesar Ionkov · 17 years ago
  66. 9523a84 9p: cache meta-data when cache=loose by Eric Van Hensbergen · 17 years ago
  67. bd238fb 9p: Reorganization of 9p file system code by Latchesar Ionkov · 17 years ago
  68. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  69. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  70. c959df9 v9fs: don't use primary fid when removing file by Latchesar Ionkov · 17 years ago
  71. e03abc0 9p: implement optional loose read cache by Eric Van Hensbergen · 17 years ago
  72. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  73. 835d90c [PATCH] v9fs_vfs_mkdir(): fix a double free by Adrian Bunk · 17 years ago
  74. da977b2 [PATCH] 9p: fix segfault caused by race condition in meta-data operations by Eric Van Hensbergen · 17 years ago
  75. 621997c [PATCH] 9p: fix rename return code by Eric Van Hensbergen · 17 years ago
  76. 736c4b8 [PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9p/vfs_inode.c by Mika Kukkonen · 18 years ago
  77. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  78. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  79. 834a9b8 [PATCH] 9p: fix fid behavior on failed remove by Eric Van Hensbergen · 18 years ago
  80. 9d7fa40 [PATCH] v9fs: fix fid check in v9fs_create by Latchesar Ionkov · 18 years ago
  81. 099a71d [PATCH] Remove needless checks in fs/9p/vfs_inode.c by Eric Sesterhenn · 18 years ago
  82. 0710d36 [PATCH] 9pfs: missing result check in v9fs_vfs_readlink() and v9fs_vfs_link() by Florin Malita · 18 years ago
  83. 41e5a6a [PATCH] v9fs: signal handling fixes by Latchesar Ionkov · 18 years ago
  84. 42e8c50 [PATCH] v9fs: update license boilerplate by Eric Van Hensbergen · 18 years ago
  85. c0291a0 [PATCH] v9fs: fix vfs_inode dereference before NULL check by Eugene Teo · 18 years ago
  86. 16cce6d [PATCH] v9fs: add extension field to Tcreate by Latchesar Ionkov · 18 years ago
  87. 5174fda [PATCH] v9fs: print 9p messages by Latchesar Ionkov · 18 years ago
  88. 5e7a99a [PATCH] v9fs: assign dentry ops to negative dentries by Latchesar Ionkov · 18 years ago
  89. 731805b [PATCH] v9fs: fix for access to unitialized variables or freed memory by Latchesar Ionkov · 18 years ago
  90. 6a3124a [PATCH] v9fs: fix atomic create open by Latchesar Ionkov · 18 years ago
  91. 93c615f [PATCH] v9fs: symlink support fixes by Latchesar Ionkov · 18 years ago
  92. 147b31c [PATCH] v9fs: add readpage support by Eric Van Hensbergen · 18 years ago
  93. 943ffb5 spelling: s/retreive/retrieve/ by Adrian Bunk · 18 years ago
  94. 1dac06b [PATCH] v9fs: handle kthread_create failure, minor bugfixes by Latchesar Ionkov · 18 years ago
  95. 531b109 [PATCH] v9fs: zero copy implementation by Latchesar Ionkov · 18 years ago
  96. d8da097 [PATCH] v9fs: fix fid management in v9fs_create by Latchesar Ionkov · 18 years ago
  97. 3cf6429 [PATCH] v9fs: new multiplexer implementation by Latchesar Ionkov · 18 years ago
  98. a93a117 [PATCH] v9fs: fix memory leak in v9fs dentry code by Latchesar Ionkov · 19 years ago
  99. ce44eeb [PATCH] V9FS: 'names_cache' memory leak by Davi Arnaut · 19 years ago
  100. 0b8dd17 [PATCH] v9fs: fix races in fid allocation by Latchesar Ionkov · 19 years ago