1. 0a97dbd 9p: use inode->i_lock to protect i_size_write() under 32-bit by Hou Tao · 5 years ago
  2. bccfffd fs/9p: Compare qid.path in v9fs_test_inode by Tuomas Tynkkynen · 7 years ago
  3. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  5. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  6. 7d50a29 9p: use clone_fid() by Al Viro · 8 years ago
  7. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  8. 00699ad Use the right predicate in ->atomic_open() instances by Al Viro · 8 years ago
  9. 77d5a6b 9p: new helper - v9fs_parent_fid() by Al Viro · 8 years ago
  10. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  11. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  12. 349c703 fs/9p: remove unnecessary new_valid_dev() checks by Yaowei Bai · 9 years ago
  13. 0a73d0a 9p: don't leave a half-initialized inode sitting around by Al Viro · 9 years ago
  14. 89076bc get rid of assorted nameidata-related debris by Al Viro · 9 years ago
  15. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  16. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  17. 90e4fc8 9p: don't bother with __getname() in ->follow_link() by Al Viro · 9 years ago
  18. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  19. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  20. 4b8e992 9p: switch to %p[dD] by Al Viro · 10 years ago
  21. fd2916b fs/9p: kerneldoc fixes by Fabian Frederick · 10 years ago
  22. fb89b45 9P: introduction of a new cache=mmap model. by Dominique Martinet · 10 years ago
  23. dd2a0a3 9p: remove useless 'name' variable and assignment by Geyslan G. Bem · 11 years ago
  24. 72fe18c 9p: remove useless variable and assignment by Geyslan G. Bem · 11 years ago
  25. 5d62a37 9p: remove never used return variable by Geyslan G. Bem · 11 years ago
  26. ceaec15 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS by Al Viro · 11 years ago
  27. 03da633 atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/namei.c by Al Viro · 11 years ago
  28. 2ea03e1d 9p: v9fs_fid_add() can't fail now by Al Viro · 11 years ago
  29. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  30. 3592ac4 9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate() by Al Viro · 11 years ago
  31. 5fa6300 9p: split dropping the acls from v9fs_set_create_acl() by Al Viro · 11 years ago
  32. be308f0 9p: switch v9fs_acl_chmod() from dentry to inode+fid by Al Viro · 11 years ago
  33. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  34. d4ef4e3 9p: Modify v9fs_get_fsgid_for_create to return a kgid by Eric W. Biederman · 11 years ago
  35. b6f4bee fs/9p: Fix atomic_open by M. Mohan Kumar · 11 years ago
  36. 03f0e02 fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN request by Aneesh Kumar K.V · 11 years ago
  37. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  38. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  39. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  40. 30d9049 kill struct opendata by Al Viro · 12 years ago
  41. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  42. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  43. e43ae79 9p: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  44. af56959 kill v9fs_dentry_from_dir_inode() by Al Viro · 12 years ago
  45. 609eac1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 12 years ago
  46. f766619 fs/9p: iattr_valid flags are kernel internal flags map them to 9p values. by Aneesh Kumar K.V · 12 years ago
  47. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
  48. 3eda0de 9p: propagate umode_t by Al Viro · 13 years ago
  49. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  50. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  51. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  52. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  53. f88657c fs/9p: Add OS dependent open flags in 9p protocol by Aneesh Kumar K.V · 13 years ago
  54. 4508914 fs/9p: Don't update file type when updating file attributes by Aneesh Kumar K.V · 13 years ago
  55. 5441ae5 fs/9p: Add fid before dentry instantiation by Aneesh Kumar K.V · 13 years ago
  56. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  57. 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
  58. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  59. 1ec95bf 9p: close ACL leaks by Al Viro · 13 years ago
  60. ed80fcf fs/9p: Always ask new inode in create by Aneesh Kumar K.V · 13 years ago
  61. fd2421f fs/9p: When doing inode lookup compare qid details and inode mode bits. by Aneesh Kumar K.V · 13 years ago
  62. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  63. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  64. 398c4f0 fs/9p: Don't clunk dentry fid when we fail to get a writeback inode by Aneesh Kumar K.V · 13 years ago
  65. 936bb2d fs/9p: Fix error reported by coccicheck by Aneesh Kumar K.V · 13 years ago
  66. 42869c8 fs/9p: Add v9fs_dentry2v9ses by Aneesh Kumar K.V · 13 years ago
  67. 7add697 fs/9p: Attach writeback_fid on first open with WR flag by Aneesh Kumar K.V · 13 years ago
  68. 059c138 fs/9p: Use truncate_setsize instead of vmtruncate by Aneesh Kumar K.V · 13 years ago
  69. 5a7e0a8 fs/9p: Fix race in initializing writeback fid by Aneesh Kumar K.V · 13 years ago
  70. 3dc5436 fs/9p: Writeback dirty data before setattr by Aneesh Kumar K.V · 13 years ago
  71. f10fc50 fs/9p: call vmtruncate before setattr 9p opeation by Aneesh Kumar K.V · 13 years ago
  72. c06c066 fs/9p: Properly update inode attributes on link by Aneesh Kumar K.V · 13 years ago
  73. d28c61f fs/9p: Mark directory inode invalid for many directory inode operations by Aneesh Kumar K.V · 13 years ago
  74. 3bc86de fs/9p: mark inode attribute invalid on rename, unlink and setattr by Aneesh Kumar K.V · 13 years ago
  75. b3cbea0 fs/9p: Add support for marking inode attribute invalid by Aneesh Kumar K.V · 13 years ago
  76. b271ec4 fs/9p: Update link count correctly on different file system operations by Aneesh Kumar K.V · 13 years ago
  77. 6b39f6d fs/9p: Move writeback fid to v9fs_inode by Aneesh Kumar K.V · 13 years ago
  78. a78ce05 fs/9p: Add v9fs_inode by Aneesh Kumar K.V · 13 years ago
  79. a121190 fs/9p: Don't set stat.st_blocks based on nrpages by Aneesh Kumar K.V · 13 years ago
  80. 5ffc0cb fs/9p: Add inode hashing by Aneesh Kumar K.V · 13 years ago
  81. 3cf387d fs/9p: Add fid to inode in cached mode by Aneesh Kumar K.V · 13 years ago
  82. 20656a4 fs/9p: increment inode->i_count in cached mode. by Aneesh Kumar K.V · 13 years ago
  83. 46848de fs/9p: set fs cache cookie in create path also by Aneesh Kumar K.V · 13 years ago
  84. b8b80cf fs/9p: Don't set dentry->d_op in create routines by Aneesh Kumar K.V · 13 years ago
  85. c25a61f fs/9p: fix spelling typo by Eric Van Hensbergen · 13 years ago
  86. 31b6cea fs/9p: TREADLINK bugfix by M. Mohan Kumar · 13 years ago
  87. af7542f fs/9p: Simplify the .L create operation by Aneesh Kumar K.V · 13 years ago
  88. 53c06f4 fs/9p: Move dotl inode operations into a seperate file by Aneesh Kumar K.V · 13 years ago