1. 7263ceb fs/9p: Add buffered write support for v9fs. by Aneesh Kumar K.V · 14 years ago
  2. 3cf387d fs/9p: Add fid to inode in cached mode by Aneesh Kumar K.V · 14 years ago
  3. 1731177 fs/9p: Add read write helper function by Aneesh Kumar K.V · 14 years ago
  4. 2efda79 fs/9p: [fscache] wait for page write in cached mode by Aneesh Kumar K.V · 14 years ago
  5. 20656a4 fs/9p: increment inode->i_count in cached mode. by Aneesh Kumar K.V · 14 years ago
  6. 46848de fs/9p: set fs cache cookie in create path also by Aneesh Kumar K.V · 14 years ago
  7. 29236f4 fs/9p: set the cached file_operations struct during inode init by Aneesh Kumar K.V · 14 years ago
  8. 6752a1e [fs/9p] Make access=client default in 9p2000.L protocol by Venkateswararao Jujjuri (JV) · 14 years ago
  9. e782ef7 [fs/9P] Add posixacl mount option by Venkateswararao Jujjuri (JV) · 14 years ago
  10. 9332685 [fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined. by Venkateswararao Jujjuri (JV) · 14 years ago
  11. d344b0f [fs/9p] Initialze cached acls both in cached/uncached mode. by Venkateswararao Jujjuri (JV) · 14 years ago
  12. c61fa0d [fs/9p] Plug potential acl leak by Venkateswararao Jujjuri (JV) · 14 years ago
  13. 98cd3fb switch 9p by Al Viro · 14 years ago
  14. b8b80cf fs/9p: Don't set dentry->d_op in create routines by Aneesh Kumar K.V · 14 years ago
  15. c25a61f fs/9p: fix spelling typo by Eric Van Hensbergen · 14 years ago
  16. 31b6cea fs/9p: TREADLINK bugfix by M. Mohan Kumar · 14 years ago
  17. af7542f fs/9p: Simplify the .L create operation by Aneesh Kumar K.V · 14 years ago
  18. 53c06f4 fs/9p: Move dotl inode operations into a seperate file by Aneesh Kumar K.V · 14 years ago
  19. 255614c fs/9p: fix menu presentation by Randy Dunlap · 14 years ago
  20. 6f81c11 fs/9p: Fix the return error on default acl removal by Aneesh Kumar K.V · 14 years ago
  21. 009ca38 fs/9p: Remove unnecessary semicolons by Joe Perches · 14 years ago
  22. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 14 years ago
  23. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  24. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  25. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  26. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  27. b23fb0a fs: scale inode alias list by Nick Piggin · 14 years ago
  28. fe15ce4 fs: change d_delete semantics by Nick Piggin · 14 years ago
  29. d2d1ea9 convert v9fs by Al Viro · 14 years ago
  30. b165d60 9p: Add datasync to client side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
  31. 877cb3d fs/9p: Use generic_file_open with lookup_instantiate_filp by Aneesh Kumar K.V · 14 years ago
  32. 9856af8 fs/9p: Add missing iput in v9fs_vfs_lookup by Aneesh Kumar K.V · 14 years ago
  33. f5fc614 fs/9p: Use mknod 9p operation on create without open request by Aneesh Kumar K.V · 14 years ago
  34. 329176c 9p: Implement TREADLINK operation for 9p2000.L by M. Mohan Kumar · 14 years ago
  35. 368c09d 9p: Use V9FS_MAGIC in statfs by M. Mohan Kumar · 14 years ago
  36. 1d769cd 9p: Implement TGETLOCK by M. Mohan Kumar · 14 years ago
  37. a099027 9p: Implement TLOCK by M. Mohan Kumar · 14 years ago
  38. 920e65d [9p] Introduce client side TFSYNC/RFSYNC for dotl. by Venkateswararao Jujjuri (JV) · 14 years ago
  39. b04faaf [fs/9p] Add file_operations for cached mode in dotl protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  40. 76381a4 fs/9p: Add access = client option to opt in acl evaluation. by Aneesh Kumar K.V · 14 years ago
  41. ad77dbc fs/9p: Implement create time inheritance by Aneesh Kumar K.V · 14 years ago
  42. 6e8dc55 fs/9p: Update ACL on chmod by Aneesh Kumar K.V · 14 years ago
  43. 22d8dcd fs/9p: Implement setting posix acl by Aneesh Kumar K.V · 14 years ago
  44. 7a4566b fs/9p: Add xattr callbacks for POSIX ACL by Aneesh Kumar K.V · 14 years ago
  45. 85ff872 fs/9p: Implement POSIX ACL permission checking function by Aneesh Kumar K.V · 14 years ago
  46. 8d40fa2 fs/9p: Remove the redundant rsize calculation in v9fs_file_write() by jvrao · 14 years ago
  47. 3e24ad2 9p: Add a Direct IO support for non-cached operations. by jvrao · 14 years ago
  48. 7c7298c fs/9p: mkdir fix for setting S_ISGID bit as per parent directory by Harsh Prateek Bora · 14 years ago
  49. 8812a3d 9p: Pass the correct end of buffer to p9dirent_read by Sripathi Kodi · 14 years ago
  50. 3834b12 fs/9p: setrlimit fix for 9p write by Harsh Prateek Bora · 14 years ago
  51. 57ee047 9p: remove unneeded checks by Dan Carpenter · 14 years ago
  52. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  53. 1d76e31 fs/9p: Don't use dotl version of mknod for dotu inode operations by Aneesh Kumar K.V · 14 years ago
  54. 3c30750 fs/9p: Use the correct dentry operations by Aneesh Kumar K.V · 14 years ago
  55. 62726a7 9p: Check for NULL fid in v9fs_dir_release() by jvrao · 14 years ago
  56. 5c25f34 fs/9p: Fix error handling in v9fs_get_sb by Aneesh Kumar K.V · 14 years ago
  57. 62b2be5 fs/9p, net/9p: memory leak fixes by Latchesar Ionkov · 14 years ago
  58. 8f587df 9p: potential ERR_PTR() dereference by Dan Carpenter · 14 years ago
  59. 8cef9c6 v9fs: fixup for inode_setattr being removed by Stephen Rothwell · 14 years ago
  60. 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
  61. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  62. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  63. 327aec0 9p: fix sparse warnings in new xattr code by Eric Van Hensbergen · 14 years ago
  64. ea137533 fs/9p: remove sparse warning in vfs_inode by Eric Van Hensbergen · 14 years ago
  65. a534c8d fs/9p: Prevent parallel rename when doing fid_lookup by Aneesh Kumar K.V · 14 years ago
  66. ebf4626 fs/9p: Add support user. xattr by Aneesh Kumar K.V · 14 years ago
  67. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 14 years ago
  68. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  69. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  70. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  71. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  72. 09d34ee 9p: Define and implement TLINK for 9P2000.L by Eric Van Hensbergen · 14 years ago
  73. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  74. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  75. 9ffaf63 fs/9p: Pass the correct user credentials during attach by Aneesh Kumar K.V · 14 years ago
  76. 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 14 years ago
  77. 97e8442 9p: Make use of iounit for read/write by M. Mohan Kumar · 14 years ago
  78. da7ddd3 9p: Pass the correct end of buffer to p9stat_read by Latchesar Ionkov · 14 years ago
  79. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  80. 4fd5ec5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  81. 6d27e64 9p: Optimize TCREATE by eliminating a redundant fid clone. by Venkateswararao Jujjuri · 14 years ago
  82. fe5bd07 9p: cleanup: remove unneeded assignment by Dan Carpenter · 14 years ago
  83. 75cc5c9 9p: Add mksock support by Venkateswararao Jujjuri · 14 years ago
  84. 85e0df2 fs/9p: Make sure we properly instantiate dentry. by Aneesh Kumar K.V · 14 years ago
  85. 217f206 9p: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 15 years ago
  86. 4681dbd 9p: add 9P2000.L rename operation by Sripathi Kodi · 14 years ago
  87. bda8e77 9p: add 9P2000.L statfs operation by Sripathi Kodi · 14 years ago
  88. 9b6533c 9p: VFS switches for 9p2000.L: VFS switches by Sripathi Kodi · 14 years ago
  89. 0ed07dd 9p: add bdi backing to mount session by Jens Axboe · 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. 85a770a 9p: return on mutex_lock_interruptible() by Dan Carpenter · 14 years ago
  92. 11e9b49 9p: Creating files with names too long should fail with ENAMETOOLONG. by Sripathi Kodi · 14 years ago
  93. 6d96d3a 9p: Make sure we are able to clunk the cached fid on umount by Aneesh Kumar K.V · 14 years ago
  94. d994f40 9p: drop nlink remove by Aneesh Kumar K.V · 14 years ago
  95. 5b0fa20 fs/9p: Clunk the fid resulting from partial walk of the name by Aneesh Kumar K.V · 14 years ago
  96. 476ada0 9p: Fix setting of protocol flags in v9fs_session_info structure. by Sripathi Kodi · 14 years ago
  97. 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
  98. f78233d 9p: Skip check for mandatory locks when unlocking by Sachin Prabhu · 14 years ago
  99. fc0f296 9p: Fixes a simple bug enabling writes beyond 2GB. by jvrao · 15 years ago
  100. 45bc21e 9p: Change the name of new protocol from 9p2010.L to 9p2000.L by Sripathi Kodi · 15 years ago