1. 609eac1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 12 years ago
  2. b605479 fs/9p: We should not allocate a new inode when creating hardlines. by Aneesh Kumar K.V · 13 years ago
  3. df345c6 fs/9p: v9fs_stat2inode should update suid/sgid bits. by Aneesh Kumar K.V · 13 years ago
  4. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
  5. 3eda0de 9p: propagate umode_t by Al Viro · 13 years ago
  6. c2837de 9p: don't bother with unixmode2p9mode() for link() and symlink() by Al Viro · 13 years ago
  7. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  8. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  9. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  10. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  11. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  12. 464f5ec fs/9p: inode file operation is properly initialized init_special_inode by Aneesh Kumar K.V · 13 years ago
  13. 73f5071 fs/9p: Always ask new inode in lookup for cache mode disabled by Aneesh Kumar K.V · 13 years ago
  14. f88657c fs/9p: Add OS dependent open flags in 9p protocol by Aneesh Kumar K.V · 13 years ago
  15. 4508914 fs/9p: Don't update file type when updating file attributes by Aneesh Kumar K.V · 13 years ago
  16. 5441ae5 fs/9p: Add fid before dentry instantiation by Aneesh Kumar K.V · 13 years ago
  17. 48e370f fs/9p: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 13 years ago
  18. 9e8fb38 fs/9p: add 9P2000.L renameat operation by Aneesh Kumar K.V · 13 years ago
  19. ed80fcf fs/9p: Always ask new inode in create by Aneesh Kumar K.V · 13 years ago
  20. fd2421f fs/9p: When doing inode lookup compare qid details and inode mode bits. by Aneesh Kumar K.V · 13 years ago
  21. 2053d67 fs/9p: remove rename work around in 9p by Aneesh Kumar K.V · 13 years ago
  22. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  23. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  24. 86905d6 9p: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  25. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  26. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  27. 42869c8 fs/9p: Add v9fs_dentry2v9ses by Aneesh Kumar K.V · 13 years ago
  28. 7add697 fs/9p: Attach writeback_fid on first open with WR flag by Aneesh Kumar K.V · 13 years ago
  29. 059c138 fs/9p: Use truncate_setsize instead of vmtruncate by Aneesh Kumar K.V · 13 years ago
  30. 5a7e0a8 fs/9p: Fix race in initializing writeback fid by Aneesh Kumar K.V · 13 years ago
  31. 3dc5436 fs/9p: Writeback dirty data before setattr by Aneesh Kumar K.V · 13 years ago
  32. f10fc50 fs/9p: call vmtruncate before setattr 9p opeation by Aneesh Kumar K.V · 13 years ago
  33. c06c066 fs/9p: Properly update inode attributes on link by Aneesh Kumar K.V · 13 years ago
  34. 23b08e9 fs/9p: Workaround vfs rename rehash bug by Aneesh Kumar K.V · 13 years ago
  35. d28c61f fs/9p: Mark directory inode invalid for many directory inode operations by Aneesh Kumar K.V · 13 years ago
  36. 3bc86de fs/9p: mark inode attribute invalid on rename, unlink and setattr by Aneesh Kumar K.V · 13 years ago
  37. b3cbea0 fs/9p: Add support for marking inode attribute invalid by Aneesh Kumar K.V · 13 years ago
  38. b271ec4 fs/9p: Update link count correctly on different file system operations by Aneesh Kumar K.V · 13 years ago
  39. 6b39f6d fs/9p: Move writeback fid to v9fs_inode by Aneesh Kumar K.V · 13 years ago
  40. a78ce05 fs/9p: Add v9fs_inode by Aneesh Kumar K.V · 13 years ago
  41. a121190 fs/9p: Don't set stat.st_blocks based on nrpages by Aneesh Kumar K.V · 13 years ago
  42. 5ffc0cb fs/9p: Add inode hashing by Aneesh Kumar K.V · 13 years ago
  43. 3cf387d fs/9p: Add fid to inode in cached mode by Aneesh Kumar K.V · 13 years ago
  44. 46848de fs/9p: set fs cache cookie in create path also by Aneesh Kumar K.V · 13 years ago
  45. 29236f4 fs/9p: set the cached file_operations struct during inode init by Aneesh Kumar K.V · 13 years ago
  46. 98cd3fb switch 9p by Al Viro · 13 years ago
  47. b8b80cf fs/9p: Don't set dentry->d_op in create routines by Aneesh Kumar K.V · 13 years ago
  48. 53c06f4 fs/9p: Move dotl inode operations into a seperate file by Aneesh Kumar K.V · 13 years ago
  49. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 13 years ago
  50. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  51. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  52. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  53. b23fb0a fs: scale inode alias list by Nick Piggin · 13 years ago
  54. 877cb3d fs/9p: Use generic_file_open with lookup_instantiate_filp by Aneesh Kumar K.V · 14 years ago
  55. 9856af8 fs/9p: Add missing iput in v9fs_vfs_lookup by Aneesh Kumar K.V · 14 years ago
  56. f5fc614 fs/9p: Use mknod 9p operation on create without open request by Aneesh Kumar K.V · 14 years ago
  57. 329176c 9p: Implement TREADLINK operation for 9p2000.L by M. Mohan Kumar · 14 years ago
  58. ad77dbc fs/9p: Implement create time inheritance by Aneesh Kumar K.V · 14 years ago
  59. 6e8dc55 fs/9p: Update ACL on chmod by Aneesh Kumar K.V · 14 years ago
  60. 22d8dcd fs/9p: Implement setting posix acl by Aneesh Kumar K.V · 14 years ago
  61. 85ff872 fs/9p: Implement POSIX ACL permission checking function by Aneesh Kumar K.V · 14 years ago
  62. 7c7298c fs/9p: mkdir fix for setting S_ISGID bit as per parent directory by Harsh Prateek Bora · 14 years ago
  63. 57ee047 9p: remove unneeded checks by Dan Carpenter · 14 years ago
  64. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  65. 1d76e31 fs/9p: Don't use dotl version of mknod for dotu inode operations by Aneesh Kumar K.V · 14 years ago
  66. 3c30750 fs/9p: Use the correct dentry operations by Aneesh Kumar K.V · 14 years ago
  67. 62b2be5 fs/9p, net/9p: memory leak fixes by Latchesar Ionkov · 14 years ago
  68. 8cef9c6 v9fs: fixup for inode_setattr being removed by Stephen Rothwell · 14 years ago
  69. 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
  70. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  71. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  72. ea137533 fs/9p: remove sparse warning in vfs_inode by Eric Van Hensbergen · 14 years ago
  73. a534c8d fs/9p: Prevent parallel rename when doing fid_lookup by Aneesh Kumar K.V · 14 years ago
  74. ebf4626 fs/9p: Add support user. xattr by Aneesh Kumar K.V · 14 years ago
  75. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  76. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  77. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  78. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  79. 09d34ee 9p: Define and implement TLINK for 9P2000.L by Eric Van Hensbergen · 14 years ago
  80. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  81. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  82. 4fd5ec5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  83. 6d27e64 9p: Optimize TCREATE by eliminating a redundant fid clone. by Venkateswararao Jujjuri · 14 years ago
  84. fe5bd07 9p: cleanup: remove unneeded assignment by Dan Carpenter · 14 years ago
  85. 75cc5c9 9p: Add mksock support by Venkateswararao Jujjuri · 14 years ago
  86. 85e0df2 fs/9p: Make sure we properly instantiate dentry. by Aneesh Kumar K.V · 14 years ago
  87. 217f206 9p: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  88. 4681dbd 9p: add 9P2000.L rename operation by Sripathi Kodi · 14 years ago
  89. 9b6533c 9p: VFS switches for 9p2000.L: VFS switches by Sripathi Kodi · 14 years ago
  90. 749d229 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  91. 11e9b49 9p: Creating files with names too long should fail with ENAMETOOLONG. by Sripathi Kodi · 14 years ago
  92. d994f40 9p: drop nlink remove by Aneesh Kumar K.V · 14 years ago
  93. 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
  94. 5717144 fs/9p: Add hardlink support to .u extension by Aneesh Kumar K.V · 14 years ago
  95. dd6102f 9P2010.L handshake: Add VFS flags by Sripathi Kodi · 14 years ago
  96. 7a4439c 9p: Include fsync support for 9p client by M. Mohan Kumar · 14 years ago
  97. 204f2f0 Kill 9p readlink() by Al Viro · 15 years ago
  98. 2511cd0 9p: fix readlink by Martin Stava · 15 years ago
  99. 60e78d2 9p: Add fscache support to 9p by Abhishek Kulkarni · 15 years ago
  100. 7549ae3 9p: Use the i_size_[read, write]() macros instead of using inode->i_size directly. by Abhishek Kulkarni · 15 years ago