1. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  2. d826380 [PATCH] 9p: fix leak on error path by Alexey Dobriyan · 18 years ago
  3. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  4. 834a9b8 [PATCH] 9p: fix fid behavior on failed remove by Eric Van Hensbergen · 18 years ago
  5. 4c90c68 [PATCH] 9p: fix marshalling bug in tcreate with empty extension field by Russ Ross · 18 years ago
  6. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  7. 779cbf0 v9fs: do not include linux/version.h by Paul Collins · 18 years ago
  8. 9d7fa40 [PATCH] v9fs: fix fid check in v9fs_create by Latchesar Ionkov · 18 years ago
  9. 94374e7 [PATCH] v9fs: return the correct error when interrupted by signal by Latchesar Ionkov · 18 years ago
  10. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  11. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  12. 1d77062 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  13. 099a71d [PATCH] Remove needless checks in fs/9p/vfs_inode.c by Eric Sesterhenn · 18 years ago
  14. 0710d36 [PATCH] 9pfs: missing result check in v9fs_vfs_readlink() and v9fs_vfs_link() by Florin Malita · 18 years ago
  15. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 18 years ago
  16. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  17. 8b512d9 VFS: Remove dependency of ->umount_begin() call on MNT_FORCE by Trond Myklebust · 18 years ago
  18. 41e5a6a [PATCH] v9fs: signal handling fixes by Latchesar Ionkov · 18 years ago
  19. 343f1fe [PATCH] v9fs: Twalk memory leak by Latchesar Ionkov · 18 years ago
  20. 00fbc6d [PATCH] 9p: handle sget() failure by Eric Van Hensbergen · 18 years ago
  21. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  22. 67543e5 [PATCH] 9p: fix name consistency problems by Eric Van Hensbergen · 18 years ago
  23. 42e8c50 [PATCH] v9fs: update license boilerplate by Eric Van Hensbergen · 18 years ago
  24. c0291a0 [PATCH] v9fs: fix vfs_inode dereference before NULL check by Eugene Teo · 18 years ago
  25. 16cce6d [PATCH] v9fs: add extension field to Tcreate by Latchesar Ionkov · 18 years ago
  26. 5174fda [PATCH] v9fs: print 9p messages by Latchesar Ionkov · 18 years ago
  27. 4a26c24 [PATCH] v9fs: rename tids to tags to be consistent with Plan 9 documentation by Russ Cox · 18 years ago
  28. 27979bb [PATCH] v9fs: consolidate trans_sock into trans_fd by Russ Cox · 18 years ago
  29. 29c6e48 [PATCH] fs/9p/: possible cleanups by Adrian Bunk · 18 years ago
  30. 4f7a07b [PATCH] convert fs/9p/ to mutexes, fix locking bugs by Ingo Molnar · 18 years ago
  31. 5e7a99a [PATCH] v9fs: assign dentry ops to negative dentries by Latchesar Ionkov · 18 years ago
  32. 8532159 [PATCH] v9fs: fix overzealous dropping of dentry which breaks dcache by Eric Van Hensbergen · 18 years ago
  33. 731805b [PATCH] v9fs: fix for access to unitialized variables or freed memory by Latchesar Ionkov · 18 years ago
  34. 46f6dac [PATCH] v9fs: simplify fid mapping by Eric Van Hensbergen · 18 years ago
  35. 74b8054 [PATCH] v9fs: fix bug in atomic create open fix by Eric Van Hensbergen · 18 years ago
  36. 6a3124a [PATCH] v9fs: fix atomic create open by Latchesar Ionkov · 18 years ago
  37. e1c9211 [PATCH] v9fs: update documentation and fix debug flag by Eric Van Hensbergen · 18 years ago
  38. 034b91a [PATCH] v9fs: fix corner cases when flushing request by Latchesar Ionkov · 18 years ago
  39. 05818a0 [PATCH] v9fs: v9fs_put_str fix by Latchesar Ionkov · 18 years ago
  40. 93c615f [PATCH] v9fs: symlink support fixes by Latchesar Ionkov · 18 years ago
  41. 147b31c [PATCH] v9fs: add readpage support by Eric Van Hensbergen · 18 years ago
  42. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  43. 0d456fa [PATCH] 9p: remove superflous MS_NODIRATIME assignment by Christoph Hellwig · 18 years ago
  44. 943ffb5 spelling: s/retreive/retrieve/ by Adrian Bunk · 18 years ago
  45. 1dac06b [PATCH] v9fs: handle kthread_create failure, minor bugfixes by Latchesar Ionkov · 18 years ago
  46. 531b109 [PATCH] v9fs: zero copy implementation by Latchesar Ionkov · 18 years ago
  47. d8da097 [PATCH] v9fs: fix fid management in v9fs_create by Latchesar Ionkov · 18 years ago
  48. 3cf6429 [PATCH] v9fs: new multiplexer implementation by Latchesar Ionkov · 18 years ago
  49. f5ef3c1 [PATCH] v9fs: fix fd_close by Eric Van Hensbergen · 18 years ago
  50. 28fd129 [PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait) by OGAWA Hirofumi · 18 years ago
  51. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  52. a93a117 [PATCH] v9fs: fix memory leak in v9fs dentry code by Latchesar Ionkov · 19 years ago
  53. 733482e [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason by Olaf Hering · 19 years ago
  54. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  55. 8c65b4a [PATCH] fix remaining missing includes by Tim Schmielau · 19 years ago
  56. ce44eeb [PATCH] V9FS: 'names_cache' memory leak by Davi Arnaut · 19 years ago
  57. 19cba8a [PATCH] v9fs: remove additional buffer allocation from v9fs_file_read and v9fs_file_write by Latchesar Ionkov · 19 years ago
  58. 192eaa2 [PATCH] missing ERR_PTR in 9fs by Al Viro · 19 years ago
  59. 0b8dd17 [PATCH] v9fs: fix races in fid allocation by Latchesar Ionkov · 19 years ago
  60. f71626a [PATCH] v9fs: don't free root dentry & inode if error occurs in v9fs_get_sb by Latchesar Ionkov · 19 years ago
  61. a1f9d8d [PATCH] v9fs: replace strlen on newly allocated by __getname buffers to PATH_MAX by Latchesar Ionkov · 19 years ago
  62. a8e63bf [PATCH] v9fs: make copy of the transport prototype instead of using it directly by Latchesar Ionkov · 19 years ago
  63. 5b06767 [PATCH] v9fs: allocate the Rwalk qid array from the right conv buffer by Latchesar Ionkov · 19 years ago
  64. d06a8fb [PATCH] v9fs: make conv functions to check for conv buffer overflow by Latchesar Ionkov · 19 years ago
  65. cb2e87a [PATCH] v9fs: fix handling of malformed 9P messages by Eric Van Hensbergen · 19 years ago
  66. b501611 [PATCH] v9fs: readlink extended mode check by Eric Van Hensbergen · 19 years ago
  67. 5d58bec [PATCH] v9fs: Fix support for special files (devices, named pipes, etc.) by Eric Van Hensbergen · 19 years ago
  68. 73c592b [PATCH] v9fs: Clean-up vfs_inode and setattr functions by Eric Van Hensbergen · 19 years ago
  69. 1346f51 [PATCH] v9fs: Change error magic numbers to defined constants by Eric Van Hensbergen · 19 years ago
  70. 3ed8491 [PATCH] v9fs: debug and support routines by Eric Van Hensbergen · 19 years ago
  71. 322b329 [PATCH] v9fs: Support to force umount by Eric Van Hensbergen · 19 years ago
  72. 426cc91 [PATCH] v9fs: transport modules by Eric Van Hensbergen · 19 years ago
  73. b8cf945 [PATCH] v9fs: 9P protocol implementation by Eric Van Hensbergen · 19 years ago
  74. 9e82cf6 [PATCH] v9fs: VFS superblock operations and glue by Eric Van Hensbergen · 19 years ago
  75. 2bad847 [PATCH] v9fs: VFS inode operations by Eric Van Hensbergen · 19 years ago
  76. e69e7fe [PATCH] v9fs: VFS file, dentry, and directory operations by Eric Van Hensbergen · 19 years ago
  77. 93fa58c [PATCH] v9fs: Documentation, Makefiles, Configuration by Eric Van Hensbergen · 19 years ago