1. 887b3ec 9p: fix error path during early mount by Eric Van Hensbergen · 16 years ago
  2. ab31267 fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. Now that this function can fail, return an int, diagnose other option-parsing failures, and adjust the sole caller: (v9fs_session_init): Handle kstrdup failure. Propagate any new v9fs_parse_options failure "up". by Jim Meyering · 16 years ago
  3. ee44399 9p: Documentation updates by Eric Van Hensbergen · 16 years ago
  4. b32a09d add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust by Markus Armbruster · 16 years ago
  5. 42faad9 [PATCH] restore sane ->umount_begin() API by Al Viro · 16 years ago
  6. cb68837 fs: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  7. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  8. 8a0dc95 9p: transport API reorganization by Eric Van Hensbergen · 16 years ago
  9. 14b8869 9p: fix mmap to be read-only by Eric Van Hensbergen · 16 years ago
  10. d199d65 9p: add support for sticky bit by Anthony Liguori · 16 years ago
  11. c55703d 9p: fix bug in attach-per-user by Eric Van Hensbergen · 16 years ago
  12. 8999e04 9p: use copy of the options value instead of original by Latchesar Ionkov · 17 years ago
  13. dda6b02 9p: fix memory leak in v9fs_get_sb by Latchesar Ionkov · 17 years ago
  14. 22150c4 9p: v9fs_vfs_rename incorrect clunk order by Latchesar Ionkov · 17 years ago
  15. 0a97629 9p: fix memleak in fs/9p/v9fs.c by Adrian Bunk · 17 years ago
  16. fb0466c 9p: fix bad kconfig cross-dependency by Eric Van Hensbergen · 17 years ago
  17. 50fd801 9p: soften invalidation in loose_mode by Eric Van Hensbergen · 17 years ago
  18. ba17674 9p: attach-per-user by Latchesar Ionkov · 17 years ago
  19. bd32b82 9p: rename uid and gid parameters by Latchesar Ionkov · 17 years ago
  20. 2405669 9p: define session flags by Latchesar Ionkov · 17 years ago
  21. a80d923 9p: Make transports dynamic by Eric Van Hensbergen · 17 years ago
  22. 66abe5f 9PFS: clean up explicit check for mandatory locks by Pavel Emelyanov · 17 years ago
  23. fbcb759 9p: remove deprecated v9fs_fid_lookup_remove() by Eric Van Hensbergen · 17 years ago
  24. 10fa16e 9p: fix debug compilation error by Eric Van Hensbergen · 17 years ago
  25. 9e2f668 9p: re-enable mount time debug option by Eric Van Hensbergen · 17 years ago
  26. 9523a84 9p: cache meta-data when cache=loose by Eric Van Hensbergen · 17 years ago
  27. bd238fb 9p: Reorganization of 9p file system code by Latchesar Ionkov · 17 years ago
  28. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  29. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  30. c959df9 v9fs: don't use primary fid when removing file by Latchesar Ionkov · 17 years ago
  31. d32b687 9p: make struct v9fs_cached_file_operations static by Adrian Bunk · 17 years ago
  32. e03abc0 9p: implement optional loose read cache by Eric Van Hensbergen · 17 years ago
  33. 2c0463a 9p: Use kthread_stop instead of sending a SIGKILL. by Eric W. Biederman · 18 years ago
  34. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  35. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  36. fc0ecff [PATCH] remove invalidate_inode_pages() by Andrew Morton · 17 years ago
  37. 835d90c [PATCH] v9fs_vfs_mkdir(): fix a double free by Adrian Bunk · 17 years ago
  38. e540eb4 [PATCH] 9p: null terminate error strings for debug print by Eric Van Hensbergen · 17 years ago
  39. da977b2 [PATCH] 9p: fix segfault caused by race condition in meta-data operations by Eric Van Hensbergen · 17 years ago
  40. 621997c [PATCH] 9p: fix rename return code by Eric Van Hensbergen · 17 years ago
  41. f94b347 [PATCH] 9p: fix bogus return code checks during initialization by Eric Van Hensbergen · 17 years ago
  42. d6f787b [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  43. 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
  44. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  45. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  46. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  47. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  48. d826380 [PATCH] 9p: fix leak on error path by Alexey Dobriyan · 18 years ago
  49. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  50. 834a9b8 [PATCH] 9p: fix fid behavior on failed remove by Eric Van Hensbergen · 18 years ago
  51. 4c90c68 [PATCH] 9p: fix marshalling bug in tcreate with empty extension field by Russ Ross · 18 years ago
  52. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  53. 779cbf0 v9fs: do not include linux/version.h by Paul Collins · 18 years ago
  54. 9d7fa40 [PATCH] v9fs: fix fid check in v9fs_create by Latchesar Ionkov · 18 years ago
  55. 94374e7 [PATCH] v9fs: return the correct error when interrupted by signal by Latchesar Ionkov · 18 years ago
  56. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  57. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  58. 1d77062 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  59. 099a71d [PATCH] Remove needless checks in fs/9p/vfs_inode.c by Eric Sesterhenn · 18 years ago
  60. 0710d36 [PATCH] 9pfs: missing result check in v9fs_vfs_readlink() and v9fs_vfs_link() by Florin Malita · 18 years ago
  61. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  62. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  63. 8b512d9 VFS: Remove dependency of ->umount_begin() call on MNT_FORCE by Trond Myklebust · 18 years ago
  64. 41e5a6a [PATCH] v9fs: signal handling fixes by Latchesar Ionkov · 18 years ago
  65. 343f1fe [PATCH] v9fs: Twalk memory leak by Latchesar Ionkov · 18 years ago
  66. 00fbc6d [PATCH] 9p: handle sget() failure by Eric Van Hensbergen · 18 years ago
  67. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  68. 67543e5 [PATCH] 9p: fix name consistency problems by Eric Van Hensbergen · 18 years ago
  69. 42e8c50 [PATCH] v9fs: update license boilerplate by Eric Van Hensbergen · 18 years ago
  70. c0291a0 [PATCH] v9fs: fix vfs_inode dereference before NULL check by Eugene Teo · 18 years ago
  71. 16cce6d [PATCH] v9fs: add extension field to Tcreate by Latchesar Ionkov · 18 years ago
  72. 5174fda [PATCH] v9fs: print 9p messages by Latchesar Ionkov · 18 years ago
  73. 4a26c24 [PATCH] v9fs: rename tids to tags to be consistent with Plan 9 documentation by Russ Cox · 18 years ago
  74. 27979bb [PATCH] v9fs: consolidate trans_sock into trans_fd by Russ Cox · 18 years ago
  75. 29c6e48 [PATCH] fs/9p/: possible cleanups by Adrian Bunk · 18 years ago
  76. 4f7a07b [PATCH] convert fs/9p/ to mutexes, fix locking bugs by Ingo Molnar · 18 years ago
  77. 5e7a99a [PATCH] v9fs: assign dentry ops to negative dentries by Latchesar Ionkov · 18 years ago
  78. 8532159 [PATCH] v9fs: fix overzealous dropping of dentry which breaks dcache by Eric Van Hensbergen · 18 years ago
  79. 731805b [PATCH] v9fs: fix for access to unitialized variables or freed memory by Latchesar Ionkov · 18 years ago
  80. 46f6dac [PATCH] v9fs: simplify fid mapping by Eric Van Hensbergen · 18 years ago
  81. 74b8054 [PATCH] v9fs: fix bug in atomic create open fix by Eric Van Hensbergen · 18 years ago
  82. 6a3124a [PATCH] v9fs: fix atomic create open by Latchesar Ionkov · 18 years ago
  83. e1c9211 [PATCH] v9fs: update documentation and fix debug flag by Eric Van Hensbergen · 18 years ago
  84. 034b91a [PATCH] v9fs: fix corner cases when flushing request by Latchesar Ionkov · 18 years ago
  85. 05818a0 [PATCH] v9fs: v9fs_put_str fix by Latchesar Ionkov · 18 years ago
  86. 93c615f [PATCH] v9fs: symlink support fixes by Latchesar Ionkov · 18 years ago
  87. 147b31c [PATCH] v9fs: add readpage support by Eric Van Hensbergen · 18 years ago
  88. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  89. 0d456fa [PATCH] 9p: remove superflous MS_NODIRATIME assignment by Christoph Hellwig · 18 years ago
  90. 943ffb5 spelling: s/retreive/retrieve/ by Adrian Bunk · 18 years ago
  91. 1dac06b [PATCH] v9fs: handle kthread_create failure, minor bugfixes by Latchesar Ionkov · 18 years ago
  92. 531b109 [PATCH] v9fs: zero copy implementation by Latchesar Ionkov · 18 years ago
  93. d8da097 [PATCH] v9fs: fix fid management in v9fs_create by Latchesar Ionkov · 18 years ago
  94. 3cf6429 [PATCH] v9fs: new multiplexer implementation by Latchesar Ionkov · 18 years ago
  95. f5ef3c1 [PATCH] v9fs: fix fd_close by Eric Van Hensbergen · 18 years ago
  96. 28fd129 [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) by OGAWA Hirofumi · 18 years ago
  97. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 18 years ago
  98. a93a117 [PATCH] v9fs: fix memory leak in v9fs dentry code by Latchesar Ionkov · 19 years ago
  99. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  100. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago