1. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  2. 56a79b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  3. 5e60867 9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentry by Al Viro · 11 years ago
  4. a3b2157 9p: make sure ->lookup() adds fid to the right dentry by Al Viro · 11 years ago
  5. 7b5be62 9p: untangle ->lookup() a bit by Al Viro · 11 years ago
  6. 3509b67 9p: double iput() in ->lookup() if d_materialise_unique() fails by Al Viro · 11 years ago
  7. 2ea03e1d 9p: v9fs_fid_add() can't fail now by Al Viro · 11 years ago
  8. aaeb7ec v9fs: get rid of v9fs_dentry by Al Viro · 11 years ago
  9. c4d3096 9p: turn fid->dlist into hlist by Al Viro · 11 years ago
  10. 634095d 9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just fine by Al Viro · 11 years ago
  11. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  12. ecf3d1f vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op by Jeff Layton · 11 years ago
  13. 3592ac4 9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate() by Al Viro · 11 years ago
  14. 5fa6300 9p: split dropping the acls from v9fs_set_create_acl() by Al Viro · 11 years ago
  15. be308f0 9p: switch v9fs_acl_chmod() from dentry to inode+fid by Al Viro · 11 years ago
  16. 0f235ca 9p: switch v9fs_set_acl() from dentry to fid by Al Viro · 11 years ago
  17. 7f165aa 9p: lift the call of set_cached_acl() into the callers of v9fs_set_acl() by Al Viro · 11 years ago
  18. 38baba9 9p: add fid-based variant of v9fs_xattr_set() by Al Viro · 11 years ago
  19. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  20. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  21. 7c2db36 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  22. 13575ca 9pfs: fix filesystem to wait for stable page writeback by Darrick J. Wong · 11 years ago
  23. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  24. d4ef4e3 9p: Modify v9fs_get_fsgid_for_create to return a kgid by Eric W. Biederman · 11 years ago
  25. 76ed23a 9p: Modify struct v9fs_session_info to use a kuids and kgids by Eric W. Biederman · 11 years ago
  26. b464255 9p: Modify struct 9p_fid to use a kuid_t not a uid_t by Eric W. Biederman · 11 years ago
  27. 447c509 9p: Modify the stat structures to use kuid_t and kgid_t by Eric W. Biederman · 11 years ago
  28. f791f7c 9p: Transmit kuid and kgid values by Eric W. Biederman · 11 years ago
  29. b6f4bee fs/9p: Fix atomic_open by M. Mohan Kumar · 11 years ago
  30. 03f0e02 fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN request by Aneesh Kumar K.V · 11 years ago
  31. 7ffdea7 locking in fs/9p ->readdir() by Al Viro · 11 years ago
  32. c904197 fs/9p: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  33. 940e3a8 Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 12 years ago
  34. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  35. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  36. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  37. 5f3a4a2 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
  38. e549c13 9p: don't use __getname/__putname for uname/aname by Jeff Layton · 12 years ago
  39. ba413ab fs/9p: avoid debug OOPS when reading a long symlink by Jim Meyering · 12 years ago
  40. 120c2bc 9p: Push file_update_time() into v9fs_vm_page_mkwrite() by Jan Kara · 12 years ago
  41. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  42. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  43. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  44. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  45. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  46. 30d9049 kill struct opendata by Al Viro · 12 years ago
  47. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  48. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  49. e43ae79 9p: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  50. af56959 kill v9fs_dentry_from_dir_inode() by Al Viro · 12 years ago
  51. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  52. e9c0f15 Merge tag 'for-linus-3.4-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 12 years ago
  53. 2226a28 9p: make register_filesystem() the last failure exit by Al Viro · 12 years ago
  54. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  55. 5bdad93 9p: statfs should not override server f_type by Jim Garlick · 13 years ago
  56. 609eac1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  57. f766619 fs/9p: iattr_valid flags are kernel internal flags map them to 9p values. by Aneesh Kumar K.V · 13 years ago
  58. b605479 fs/9p: We should not allocate a new inode when creating hardlines. by Aneesh Kumar K.V · 13 years ago
  59. df345c6 fs/9p: v9fs_stat2inode should update suid/sgid bits. by Aneesh Kumar K.V · 13 years ago
  60. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
  61. a0ea787 fs/9p: check schedule_timeout_interruptible return value by Jim Garlick · 13 years ago
  62. 3eda0de 9p: propagate umode_t by Al Viro · 13 years ago
  63. c2837de 9p: don't bother with unixmode2p9mode() for link() and symlink() by Al Viro · 13 years ago
  64. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  65. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  66. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  67. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  68. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  69. 348b590 net/9p: Convert net/9p protocol dumps to tracepoints by Aneesh Kumar K.V · 13 years ago
  70. 4d5077f fs/9p: Cleanup option parsing in 9p by Aneesh Kumar K.V · 13 years ago
  71. 464f5ec fs/9p: inode file operation is properly initialized init_special_inode by Aneesh Kumar K.V · 13 years ago
  72. abfa034 fs/9p: Update zero-copy implementation in 9p by Aneesh Kumar K.V · 13 years ago
  73. 51b8b4f fs/9p: Use protocol-defined value for lock/getlock 'type' field. by Jim Garlick · 13 years ago
  74. 73f5071 fs/9p: Always ask new inode in lookup for cache mode disabled by Aneesh Kumar K.V · 13 years ago
  75. f88657c fs/9p: Add OS dependent open flags in 9p protocol by Aneesh Kumar K.V · 13 years ago
  76. 4508914 fs/9p: Don't update file type when updating file attributes by Aneesh Kumar K.V · 13 years ago
  77. 5441ae5 fs/9p: Add fid before dentry instantiation by Aneesh Kumar K.V · 13 years ago
  78. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  79. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  80. e08dc13 p9: avoid unused variable warning by Linus Torvalds · 13 years ago
  81. 0003230 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  82. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  83. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  84. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  85. ebbb0ef 9p: do no return 0 from ->check_acl without actually checking by Christoph Hellwig · 13 years ago
  86. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  87. 1ec95bf 9p: close ACL leaks by Al Viro · 13 years ago
  88. 48e370f fs/9p: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 13 years ago
  89. 9e8fb38 fs/9p: add 9P2000.L renameat operation by Aneesh Kumar K.V · 13 years ago
  90. ed80fcf fs/9p: Always ask new inode in create by Aneesh Kumar K.V · 13 years ago
  91. a2dd43b fs/9p: Fix invalid mount options/args by Prem Karat · 13 years ago
  92. fd2421f fs/9p: When doing inode lookup compare qid details and inode mode bits. by Aneesh Kumar K.V · 13 years ago
  93. 2053d67 fs/9p: remove rename work around in 9p by Aneesh Kumar K.V · 13 years ago
  94. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  95. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  96. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  97. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  98. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  99. 86905d6 9p: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  100. 32e51f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago