1. 1d76e31 fs/9p: Don't use dotl version of mknod for dotu inode operations by Aneesh Kumar K.V · 14 years ago
  2. 3c30750 fs/9p: Use the correct dentry operations by Aneesh Kumar K.V · 14 years ago
  3. 62726a7 9p: Check for NULL fid in v9fs_dir_release() by jvrao · 14 years ago
  4. 5c25f34 fs/9p: Fix error handling in v9fs_get_sb by Aneesh Kumar K.V · 14 years ago
  5. 62b2be5 fs/9p, net/9p: memory leak fixes by Latchesar Ionkov · 14 years ago
  6. 8f587df 9p: potential ERR_PTR() dereference by Dan Carpenter · 14 years ago
  7. 8cef9c6 v9fs: fixup for inode_setattr being removed by Stephen Rothwell · 14 years ago
  8. 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
  9. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  10. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  11. 327aec0 9p: fix sparse warnings in new xattr code by Eric Van Hensbergen · 14 years ago
  12. ea137533 fs/9p: remove sparse warning in vfs_inode by Eric Van Hensbergen · 14 years ago
  13. a534c8d fs/9p: Prevent parallel rename when doing fid_lookup by Aneesh Kumar K.V · 14 years ago
  14. ebf4626 fs/9p: Add support user. xattr by Aneesh Kumar K.V · 14 years ago
  15. ef56547 9p: Implement LOPEN by M. Mohan Kumar · 14 years ago
  16. 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 14 years ago
  17. 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 14 years ago
  18. 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 14 years ago
  19. 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 14 years ago
  20. 09d34ee 9p: Define and implement TLINK for 9P2000.L by Eric Van Hensbergen · 14 years ago
  21. 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  22. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  23. 9ffaf63 fs/9p: Pass the correct user credentials during attach by Aneesh Kumar K.V · 14 years ago
  24. 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 14 years ago
  25. 97e8442 9p: Make use of iounit for read/write by M. Mohan Kumar · 14 years ago
  26. da7ddd3 9p: Pass the correct end of buffer to p9stat_read by Latchesar Ionkov · 14 years ago
  27. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  28. 4fd5ec5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  29. 6d27e64 9p: Optimize TCREATE by eliminating a redundant fid clone. by Venkateswararao Jujjuri · 14 years ago
  30. fe5bd07 9p: cleanup: remove unneeded assignment by Dan Carpenter · 14 years ago
  31. 75cc5c9 9p: Add mksock support by Venkateswararao Jujjuri · 14 years ago
  32. 85e0df2 fs/9p: Make sure we properly instantiate dentry. by Aneesh Kumar K.V · 14 years ago
  33. 217f206 9p: replace inode uid,gid,mode initialization with helper function by Dmitry Monakhov · 14 years ago
  34. 4681dbd 9p: add 9P2000.L rename operation by Sripathi Kodi · 14 years ago
  35. bda8e77 9p: add 9P2000.L statfs operation by Sripathi Kodi · 14 years ago
  36. 9b6533c 9p: VFS switches for 9p2000.L: VFS switches by Sripathi Kodi · 14 years ago
  37. 0ed07dd 9p: add bdi backing to mount session by Jens Axboe · 14 years ago
  38. 749d229 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 14 years ago
  39. 85a770a 9p: return on mutex_lock_interruptible() by Dan Carpenter · 14 years ago
  40. 11e9b49 9p: Creating files with names too long should fail with ENAMETOOLONG. by Sripathi Kodi · 14 years ago
  41. 6d96d3a 9p: Make sure we are able to clunk the cached fid on umount by Aneesh Kumar K.V · 14 years ago
  42. d994f40 9p: drop nlink remove by Aneesh Kumar K.V · 14 years ago
  43. 5b0fa20 fs/9p: Clunk the fid resulting from partial walk of the name by Aneesh Kumar K.V · 14 years ago
  44. 476ada0 9p: Fix setting of protocol flags in v9fs_session_info structure. by Sripathi Kodi · 14 years ago
  45. 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
  46. f78233d 9p: Skip check for mandatory locks when unlocking by Sachin Prabhu · 14 years ago
  47. fc0f296 9p: Fixes a simple bug enabling writes beyond 2GB. by jvrao · 14 years ago
  48. 45bc21e 9p: Change the name of new protocol from 9p2010.L to 9p2000.L by Sripathi Kodi · 14 years ago
  49. fae4528 fs/9p: re-init the wstat in readdir loop by Aneesh Kumar K.V · 14 years ago
  50. 5717144 fs/9p: Add hardlink support to .u extension by Aneesh Kumar K.V · 14 years ago
  51. 342fee1 9P2010.L handshake: Remove "dotu" variable by Sripathi Kodi · 14 years ago
  52. dd6102f 9P2010.L handshake: Add VFS flags by Sripathi Kodi · 14 years ago
  53. bf2d29c 9p: fix memory leak in v9fs_parse_options() by Eric Van Hensbergen · 14 years ago
  54. d8c8a9e 9p: fix option parsing by Eric Van Hensbergen · 14 years ago
  55. 7a4439c 9p: Include fsync support for 9p client by M. Mohan Kumar · 14 years ago
  56. 083c73c fix oops in fs/9p late mount failure by Al Viro · 14 years ago
  57. 204f2f0 Kill 9p readlink() by Al Viro · 15 years ago
  58. 6f05416 9p: fix build breakage introduced by FS-Cache by David Howells · 15 years ago
  59. 201a154 FS-Cache: Handle pages pending storage that get evicted under OOM conditions by David Howells · 15 years ago
  60. 3e2796a 9p: fix readdir corner cases by Eric Van Hensbergen · 15 years ago
  61. 2511cd0 9p: fix readlink by Martin Stava · 15 years ago
  62. f91b909 9p: fix a small bug in readdir for long directories by Martin Stava · 15 years ago
  63. 60e78d2 9p: Add fscache support to 9p by Abhishek Kulkarni · 15 years ago
  64. 637d020 9p: Fix the incorrect update of inode size in v9fs_file_write() by Abhishek Kulkarni · 15 years ago
  65. 7549ae3 9p: Use the i_size_[read, write]() macros instead of using inode->i_size directly. by Abhishek Kulkarni · 15 years ago
  66. 4b53e4b 9p: remove unnecessary v9fses->options which duplicates the mount string by Abhishek Kulkarni · 15 years ago
  67. 48559b4c 9p: Add missing cast for the error return value in v9fs_get_inode by Abhishek Kulkarni · 15 years ago
  68. 4d3297c 9p: Remove redundant inode uid/gid assignment by Abhishek Kulkarni · 15 years ago
  69. 1b5ab3e 9p: Fix possible regressions when ->get_sb fails. by Abhishek Kulkarni · 15 years ago
  70. 4f40383 9p: Fix v9fs show_options by Abhishek Kulkarni · 15 years ago
  71. 02bc356 9p: Fix possible memleak in v9fs_inode_from fid. by Abhishek Kulkarni · 15 years ago
  72. 0e15597 9p: minor comment fixes by Abhishek Kulkarni · 15 years ago
  73. 2bb5411 9p: Fix possible inode leak in v9fs_get_inode. by Abhishek Kulkarni · 15 years ago
  74. 50fb6d2 9p: Check for error in return value of v9fs_fid_add by Abhishek Kulkarni · 15 years ago
  75. 9c9ad61 9p: Fix incorrect parameters to v9fs_file_readn. by Abhishek Kulkarni · 15 years ago
  76. ee450f7 9P doesn't need BKL in ->umount_begin() by Al Viro · 15 years ago
  77. c96f585 Fix a leak in failure exit in 9p ->get_sb() by Al Viro · 15 years ago
  78. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 15 years ago
  79. 67e5520 vfs: umount_begin BKL pushdown by Alessio Igor Bogani · 15 years ago
  80. a3ec947 vfs: simple_set_mnt() should return void by Sukadev Bhattiprolu · 15 years ago
  81. a488257c constify dentry_operations: 9p by Al Viro · 15 years ago
  82. 0fcb440 fs/Kconfig: move 9p out by Alexey Dobriyan · 15 years ago
  83. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  84. f1d9e45 fs/9p: change simple_strtol to simple_strtoul by Julia Lawall · 16 years ago
  85. 7dd0cdc 9p: convert d_iname references to d_name.name by Wu Fengguang · 16 years ago
  86. 6ff2320 9p: Remove potentially bad parameter from function entry debug print. by Duane Griffin · 16 years ago
  87. f8b9d53 CRED: Wrap task credential accesses in 9P2000 filesystem by David Howells · 16 years ago
  88. ea2e799 9p: fix format warning by Eric Van Hensbergen · 16 years ago
  89. 57c7b4e 9p: fix device file handling by Magnus Deininger · 16 years ago
  90. 02da398 9p: eliminate depricated conv functions by Eric Van Hensbergen · 16 years ago
  91. 51a87c5 9p: rework client code to use new protocol support functions by Eric Van Hensbergen · 16 years ago
  92. 06b55b4 9p: move dirread to fs layer by Eric Van Hensbergen · 16 years ago
  93. dfb0ec2 9p: adjust 9p vfs write operation by Eric Van Hensbergen · 16 years ago
  94. fbedadc 9p: move readn meta-function from client to fs layer by Eric Van Hensbergen · 16 years ago
  95. 0fc9655 9p: consolidate read/write functions by Eric Van Hensbergen · 16 years ago
  96. 8b81ef5 9p: consolidate transport structure by Eric Van Hensbergen · 16 years ago
  97. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  98. 62aa528 9p: use an IS_ERR test rather than a NULL test by Julien Brunel · 16 years ago
  99. 59af158 [PATCH] fix ->llseek() for a bunch of directories by Al Viro · 16 years ago
  100. 2e4bef4 9p: fix O_APPEND in legacy mode by Eric Van Hensbergen · 16 years ago