1. 93c8461 9p: Copy local writes to the cache when writing to the server by David Howells · 4 years, 1 month ago
  2. 6e195b0 9p: fix a bunch of checkpatch warnings by Dominique Martinet · 3 years, 2 months ago
  3. b1843d2 9p: set readahead and io size according to maxsize by Dominique Martinet · 3 years, 2 months ago
  4. 024b7d6 9p: fix file headers by Dominique Martinet · 3 years, 2 months ago
  5. 6636b6d 9p: add refcount to p9_fid struct by Jianyong Wu · 4 years, 3 months ago
  6. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  7. 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 3 months ago
  8. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
  9. 9977b1a Merge tag '9p-for-5.4' of git://github.com/martinetd/linux by Linus Torvalds · 5 years ago
  10. aafee43 9p/vfs_super.c: Remove unused parameter data in v9fs_fill_super by Bharath Vedartham · 6 years ago
  11. d5c6e2d 9p: Fill min and max timestamps in sb by Deepa Dinamani · 6 years ago
  12. 1f32761 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 by Thomas Gleixner · 6 years ago
  13. 5e8a077 9p: switch to ->free_inode() by Al Viro · 6 years ago
  14. db77bef Merge tag '9p-for-5.1' of git://github.com/martinetd/linux by Linus Torvalds · 6 years ago
  15. b542023 mm: refactor readahead defines in mm.h by Nikolay Borisov · 6 years ago
  16. 5e3cc1e 9p: use inode->i_lock to protect i_size_write() under 32-bit by Hou Tao · 6 years ago
  17. 7ff3c20 fs/9p: don't set SB_NOATIME by default by Yiwen Jiang · 7 years ago
  18. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  19. c4fac91 9p: Implement show_options by David Howells · 7 years ago
  20. 71304fe 9p: Convert to separately allocated bdi by Jan Kara · 8 years ago
  21. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  22. 412a19b v9fs: fix error handling in v9fs_session_init() by Tejun Heo · 10 years ago
  23. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  24. fb89b45 9P: introduction of a new cache=mmap model. by Dominique Martinet · 11 years ago
  25. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  26. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 12 years ago
  27. 9249e17 VFS: Pass mount flags to sget() by David Howells · 13 years ago
  28. e9c0f15 Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  29. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  30. 5bdad93 9p: statfs should not override server f_type by Jim Garlick · 14 years ago
  31. 609eac1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  32. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
  33. 3eda0de 9p: propagate umode_t by Al Viro · 13 years ago
  34. 4508914 fs/9p: Don't update file type when updating file attributes by Aneesh Kumar K.V · 13 years ago
  35. df5d8c8 9p: revert tsyncfs related changes by Aneesh Kumar K.V · 14 years ago
  36. c2ed388 fs/9p: Use write_inode for data sync on server by Aneesh Kumar K.V · 14 years ago
  37. 42869c8 fs/9p: Add v9fs_dentry2v9ses by Aneesh Kumar K.V · 14 years ago
  38. 823fcfd fs/9p: Add . and .. dentry revalidation flag by Aneesh Kumar K.V · 14 years ago
  39. 0e43270 fs/9p: Initialize root inode number for dotl by Aneesh Kumar K.V · 14 years ago
  40. edd73cf fs/9p: Add drop_inode 9p callback by Aneesh Kumar K.V · 14 years ago
  41. 6b36560 fs/9p: set default readahead pages in cached mode by Aneesh Kumar K.V · 14 years ago
  42. a78ce05 fs/9p: Add v9fs_inode by Aneesh Kumar K.V · 14 years ago
  43. 00ea2df fs/9p: Implement syncfs call back for 9Pfs by Aneesh Kumar K.V · 14 years ago
  44. db5841d fs/9p: Mark file system with MS_SYNCHRONOUS only if it is not cached mode by Aneesh Kumar K.V · 14 years ago
  45. e782ef7 [fs/9P] Add posixacl mount option by Venkateswararao Jujjuri (JV) · 14 years ago
  46. 98cd3fb switch 9p by Al Viro · 14 years ago
  47. d2d1ea9 convert v9fs by Al Viro · 14 years ago
  48. 368c09d 9p: Use V9FS_MAGIC in statfs by M. Mohan Kumar · 14 years ago
  49. 76381a4 fs/9p: Add access = client option to opt in acl evaluation. by Aneesh Kumar K.V · 14 years ago
  50. 85ff872 fs/9p: Implement POSIX ACL permission checking function by Aneesh Kumar K.V · 14 years ago
  51. 5c25f34 fs/9p: Fix error handling in v9fs_get_sb by Aneesh Kumar K.V · 14 years ago
  52. 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
  53. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 15 years ago
  54. a534c8d fs/9p: Prevent parallel rename when doing fid_lookup by Aneesh Kumar K.V · 15 years ago
  55. ebf4626 fs/9p: Add support user. xattr by Aneesh Kumar K.V · 15 years ago
  56. f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
  57. bda8e77 9p: add 9P2000.L statfs operation by Sripathi Kodi · 15 years ago
  58. 9b6533c 9p: VFS switches for 9p2000.L: VFS switches by Sripathi Kodi · 15 years ago
  59. 0ed07dd 9p: add bdi backing to mount session by Jens Axboe · 15 years ago
  60. 749d229 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 15 years ago
  61. 6d96d3a 9p: Make sure we are able to clunk the cached fid on umount by Aneesh Kumar K.V · 15 years ago
  62. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  63. 083c73c fix oops in fs/9p late mount failure by Al Viro · 15 years ago
  64. 60e78d2 9p: Add fscache support to 9p by Abhishek Kulkarni · 15 years ago
  65. 4b53e4b 9p: remove unnecessary v9fses->options which duplicates the mount string by Abhishek Kulkarni · 15 years ago
  66. 4d3297c 9p: Remove redundant inode uid/gid assignment by Abhishek Kulkarni · 15 years ago
  67. 1b5ab3e 9p: Fix possible regressions when ->get_sb fails. by Abhishek Kulkarni · 15 years ago
  68. 4f40383 9p: Fix v9fs show_options by Abhishek Kulkarni · 15 years ago
  69. ee450f7 9P doesn't need BKL in ->umount_begin() by Al Viro · 16 years ago
  70. c96f585 Fix a leak in failure exit in 9p ->get_sb() by Al Viro · 16 years ago
  71. 6f5bbff Convert obvious places to deactivate_locked_super() by Al Viro · 16 years ago
  72. 67e5520 vfs: umount_begin BKL pushdown by Alessio Igor Bogani · 16 years ago
  73. a3ec947 vfs: simple_set_mnt() should return void by Sukadev Bhattiprolu · 16 years ago
  74. f8b9d53 CRED: Wrap task credential accesses in 9P2000 filesystem by David Howells · 16 years ago
  75. 51a87c5 9p: rework client code to use new protocol support functions by Eric Van Hensbergen · 16 years ago
  76. 887b3ec 9p: fix error path during early mount by Eric Van Hensbergen · 17 years ago
  77. ee44399 9p: Documentation updates by Eric Van Hensbergen · 17 years ago
  78. 42faad9 [PATCH] restore sane ->umount_begin() API by Al Viro · 17 years ago
  79. dda6b02 9p: fix memory leak in v9fs_get_sb by Latchesar Ionkov · 17 years ago
  80. a80d923 9p: Make transports dynamic by Eric Van Hensbergen · 17 years ago
  81. 9e2f668 9p: re-enable mount time debug option by Eric Van Hensbergen · 17 years ago
  82. bd238fb 9p: Reorganization of 9p file system code by Latchesar Ionkov · 17 years ago
  83. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 18 years ago
  84. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 18 years ago
  85. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 18 years ago
  86. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  87. 816724e Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 19 years ago
  88. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 19 years ago
  89. 8b512d9 VFS: Remove dependency of ->umount_begin() call on MNT_FORCE by Trond Myklebust · 19 years ago
  90. 00fbc6d [PATCH] 9p: handle sget() failure by Eric Van Hensbergen · 19 years ago
  91. 67543e5 [PATCH] 9p: fix name consistency problems by Eric Van Hensbergen · 19 years ago
  92. 42e8c50 [PATCH] v9fs: update license boilerplate by Eric Van Hensbergen · 19 years ago
  93. 731805b [PATCH] v9fs: fix for access to unitialized variables or freed memory by Latchesar Ionkov · 19 years ago
  94. 74b8054 [PATCH] v9fs: fix bug in atomic create open fix by Eric Van Hensbergen · 19 years ago
  95. 6a3124a [PATCH] v9fs: fix atomic create open by Latchesar Ionkov · 19 years ago
  96. 0d456fa [PATCH] 9p: remove superflous MS_NODIRATIME assignment by Christoph Hellwig · 19 years ago
  97. 1dac06b [PATCH] v9fs: handle kthread_create failure, minor bugfixes by Latchesar Ionkov · 19 years ago
  98. 531b109 [PATCH] v9fs: zero copy implementation by Latchesar Ionkov · 19 years ago
  99. 3cf6429 [PATCH] v9fs: new multiplexer implementation by Latchesar Ionkov · 19 years ago
  100. 192eaa2 [PATCH] missing ERR_PTR in 9fs by Al Viro · 19 years ago