1. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  2. 348b590 net/9p: Convert net/9p protocol dumps to tracepoints by Aneesh Kumar K.V · 13 years ago
  3. 4d5077f fs/9p: Cleanup option parsing in 9p by Aneesh Kumar K.V · 13 years ago
  4. 464f5ec fs/9p: inode file operation is properly initialized init_special_inode by Aneesh Kumar K.V · 13 years ago
  5. abfa034 fs/9p: Update zero-copy implementation in 9p by Aneesh Kumar K.V · 13 years ago
  6. 51b8b4f fs/9p: Use protocol-defined value for lock/getlock 'type' field. by Jim Garlick · 13 years ago
  7. 73f5071 fs/9p: Always ask new inode in lookup for cache mode disabled by Aneesh Kumar K.V · 13 years ago
  8. f88657c fs/9p: Add OS dependent open flags in 9p protocol by Aneesh Kumar K.V · 13 years ago
  9. 4508914 fs/9p: Don't update file type when updating file attributes by Aneesh Kumar K.V · 13 years ago
  10. 5441ae5 fs/9p: Add fid before dentry instantiation by Aneesh Kumar K.V · 13 years ago
  11. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  12. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  13. e08dc13 p9: avoid unused variable warning by Linus Torvalds · 13 years ago
  14. 0003230 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  15. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  16. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  17. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  18. ebbb0ef 9p: do no return 0 from ->check_acl without actually checking by Christoph Hellwig · 13 years ago
  19. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  20. 1ec95bf 9p: close ACL leaks by Al Viro · 13 years ago
  21. 48e370f fs/9p: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 13 years ago
  22. 9e8fb38 fs/9p: add 9P2000.L renameat operation by Aneesh Kumar K.V · 13 years ago
  23. ed80fcf fs/9p: Always ask new inode in create by Aneesh Kumar K.V · 13 years ago
  24. a2dd43b fs/9p: Fix invalid mount options/args by Prem Karat · 13 years ago
  25. fd2421f fs/9p: When doing inode lookup compare qid details and inode mode bits. by Aneesh Kumar K.V · 13 years ago
  26. 2053d67 fs/9p: remove rename work around in 9p by Aneesh Kumar K.V · 13 years ago
  27. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  28. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  29. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  30. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  31. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  32. 86905d6 9p: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  33. 32e51f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  34. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  35. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  36. 398c4f0 fs/9p: Don't clunk dentry fid when we fail to get a writeback inode by Aneesh Kumar K.V · 13 years ago
  37. 87211cd 9p: remove experimental tag from tested configurations by Eric Van Hensbergen · 13 years ago
  38. 936bb2d fs/9p: Fix error reported by coccicheck by Aneesh Kumar K.V · 13 years ago
  39. df5d8c8 9p: revert tsyncfs related changes by Aneesh Kumar K.V · 13 years ago
  40. c2ed388 fs/9p: Use write_inode for data sync on server by Aneesh Kumar K.V · 13 years ago
  41. f2eda2c fs/9p: Fix revalidate to return correct value by Aneesh Kumar K.V · 13 years ago
  42. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  43. aaf0ef1 9p: use the updated offset given by generic_write_checks by M. Mohan Kumar · 13 years ago
  44. 42869c8 fs/9p: Add v9fs_dentry2v9ses by Aneesh Kumar K.V · 13 years ago
  45. 7add697 fs/9p: Attach writeback_fid on first open with WR flag by Aneesh Kumar K.V · 13 years ago
  46. ea59bb7 fs/9p: Open writeback fid in O_SYNC mode by Aneesh Kumar K.V · 13 years ago
  47. 059c138 fs/9p: Use truncate_setsize instead of vmtruncate by Aneesh Kumar K.V · 13 years ago
  48. 5a7e0a8 fs/9p: Fix race in initializing writeback fid by Aneesh Kumar K.V · 13 years ago
  49. 7c9e592 fs/9p: Make the writeback_fid owned by root by Aneesh Kumar K.V · 13 years ago
  50. 3dc5436 fs/9p: Writeback dirty data before setattr by Aneesh Kumar K.V · 13 years ago
  51. f10fc50 fs/9p: call vmtruncate before setattr 9p opeation by Aneesh Kumar K.V · 13 years ago
  52. c06c066 fs/9p: Properly update inode attributes on link by Aneesh Kumar K.V · 13 years ago
  53. e0459f5 fs/9p: Prevent multiple inclusion of same header by Aneesh Kumar K.V · 13 years ago
  54. 23b08e9 fs/9p: Workaround vfs rename rehash bug by Aneesh Kumar K.V · 13 years ago
  55. d28c61f fs/9p: Mark directory inode invalid for many directory inode operations by Aneesh Kumar K.V · 13 years ago
  56. 823fcfd fs/9p: Add . and .. dentry revalidation flag by Aneesh Kumar K.V · 13 years ago
  57. 3bc86de fs/9p: mark inode attribute invalid on rename, unlink and setattr by Aneesh Kumar K.V · 13 years ago
  58. b3cbea0 fs/9p: Add support for marking inode attribute invalid by Aneesh Kumar K.V · 13 years ago
  59. 0e43270 fs/9p: Initialize root inode number for dotl by Aneesh Kumar K.V · 13 years ago
  60. b271ec4 fs/9p: Update link count correctly on different file system operations by Aneesh Kumar K.V · 13 years ago
  61. edd73cf fs/9p: Add drop_inode 9p callback by Aneesh Kumar K.V · 13 years ago
  62. e959b54 fs/9p: Add direct IO support in cached mode by Aneesh Kumar K.V · 13 years ago
  63. fa6ea16 fs/9p: Fix inode i_size update in file_write by Aneesh Kumar K.V · 13 years ago
  64. 6b36560 fs/9p: set default readahead pages in cached mode by Aneesh Kumar K.V · 13 years ago
  65. 6b39f6d fs/9p: Move writeback fid to v9fs_inode by Aneesh Kumar K.V · 13 years ago
  66. a78ce05 fs/9p: Add v9fs_inode by Aneesh Kumar K.V · 13 years ago
  67. a121190 fs/9p: Don't set stat.st_blocks based on nrpages by Aneesh Kumar K.V · 13 years ago
  68. 5ffc0cb fs/9p: Add inode hashing by Aneesh Kumar K.V · 13 years ago
  69. 62d810b fs/9p: We need not writeback dirty pages during close by Aneesh Kumar K.V · 13 years ago
  70. 00ea2df fs/9p: Implement syncfs call back for 9Pfs by Aneesh Kumar K.V · 13 years ago
  71. db5841d fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached mode by Aneesh Kumar K.V · 13 years ago
  72. a950a65 fs/9p: Clarify cached dentry delete operation by Aneesh Kumar K.V · 13 years ago
  73. 7263ceb fs/9p: Add buffered write support for v9fs. by Aneesh Kumar K.V · 13 years ago
  74. 3cf387d fs/9p: Add fid to inode in cached mode by Aneesh Kumar K.V · 13 years ago
  75. 1731177 fs/9p: Add read write helper function by Aneesh Kumar K.V · 13 years ago
  76. 2efda79 fs/9p: [fscache] wait for page write in cached mode by Aneesh Kumar K.V · 13 years ago
  77. 20656a4 fs/9p: increment inode->i_count in cached mode. by Aneesh Kumar K.V · 13 years ago
  78. 46848de fs/9p: set fs cache cookie in create path also by Aneesh Kumar K.V · 13 years ago
  79. 29236f4 fs/9p: set the cached file_operations struct during inode init by Aneesh Kumar K.V · 13 years ago
  80. 6752a1e [fs/9p] Make access=client default in 9p2000.L protocol by Venkateswararao Jujjuri (JV) · 13 years ago
  81. e782ef7 [fs/9P] Add posixacl mount option by Venkateswararao Jujjuri (JV) · 13 years ago
  82. 9332685 [fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined. by Venkateswararao Jujjuri (JV) · 13 years ago
  83. d344b0f [fs/9p] Initialze cached acls both in cached/uncached mode. by Venkateswararao Jujjuri (JV) · 13 years ago
  84. c61fa0d [fs/9p] Plug potential acl leak by Venkateswararao Jujjuri (JV) · 13 years ago
  85. 98cd3fb switch 9p by Al Viro · 13 years ago
  86. b8b80cf fs/9p: Don't set dentry->d_op in create routines by Aneesh Kumar K.V · 13 years ago
  87. c25a61f fs/9p: fix spelling typo by Eric Van Hensbergen · 13 years ago
  88. 31b6cea fs/9p: TREADLINK bugfix by M. Mohan Kumar · 13 years ago
  89. af7542f fs/9p: Simplify the .L create operation by Aneesh Kumar K.V · 13 years ago
  90. 53c06f4 fs/9p: Move dotl inode operations into a seperate file by Aneesh Kumar K.V · 13 years ago
  91. 255614c fs/9p: fix menu presentation by Randy Dunlap · 13 years ago
  92. 6f81c11 fs/9p: Fix the return error on default acl removal by Aneesh Kumar K.V · 14 years ago
  93. 009ca38 fs/9p: Remove unnecessary semicolons by Joe Perches · 14 years ago
  94. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 13 years ago
  95. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  96. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  97. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  98. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  99. b23fb0a fs: scale inode alias list by Nick Piggin · 13 years ago
  100. fe15ce4 fs: change d_delete semantics by Nick Piggin · 13 years ago