1. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  2. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  3. 4b8e992 9p: switch to %p[dD] by Al Viro · 10 years ago
  4. fd2916b fs/9p: kerneldoc fixes by Fabian Frederick · 10 years ago
  5. fb89b45 9P: introduction of a new cache=mmap model. by Dominique Martinet · 10 years ago
  6. dd2a0a3 9p: remove useless 'name' variable and assignment by Geyslan G. Bem · 11 years ago
  7. 72fe18c 9p: remove useless variable and assignment by Geyslan G. Bem · 11 years ago
  8. 5d62a37 9p: remove never used return variable by Geyslan G. Bem · 11 years ago
  9. ceaec15 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS by Al Viro · 11 years ago
  10. 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
  11. 2ea03e1d 9p: v9fs_fid_add() can't fail now by Al Viro · 11 years ago
  12. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 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. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  17. d4ef4e3 9p: Modify v9fs_get_fsgid_for_create to return a kgid by Eric W. Biederman · 11 years ago
  18. b6f4bee fs/9p: Fix atomic_open by M. Mohan Kumar · 11 years ago
  19. 03f0e02 fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN request by Aneesh Kumar K.V · 11 years ago
  20. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  21. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  22. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  23. 30d9049 kill struct opendata by Al Viro · 12 years ago
  24. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  25. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  26. e43ae79 9p: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  27. af56959 kill v9fs_dentry_from_dir_inode() by Al Viro · 12 years ago
  28. 609eac1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 12 years ago
  29. f766619 fs/9p: iattr_valid flags are kernel internal flags map them to 9p values. by Aneesh Kumar K.V · 13 years ago
  30. 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
  31. 3eda0de 9p: propagate umode_t by Al Viro · 13 years ago
  32. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  33. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  34. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  35. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  36. f88657c fs/9p: Add OS dependent open flags in 9p protocol by Aneesh Kumar K.V · 13 years ago
  37. 4508914 fs/9p: Don't update file type when updating file attributes by Aneesh Kumar K.V · 13 years ago
  38. 5441ae5 fs/9p: Add fid before dentry instantiation by Aneesh Kumar K.V · 13 years ago
  39. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  40. 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
  41. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  42. 1ec95bf 9p: close ACL leaks by Al Viro · 13 years ago
  43. ed80fcf fs/9p: Always ask new inode in create by Aneesh Kumar K.V · 13 years ago
  44. fd2421f fs/9p: When doing inode lookup compare qid details and inode mode bits. by Aneesh Kumar K.V · 13 years ago
  45. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  46. 8a5e929 don't transliterate lower bits of ->intent.open.flags to FMODE_... by Al Viro · 13 years ago
  47. 398c4f0 fs/9p: Don't clunk dentry fid when we fail to get a writeback inode by Aneesh Kumar K.V · 13 years ago
  48. 936bb2d fs/9p: Fix error reported by coccicheck by Aneesh Kumar K.V · 13 years ago
  49. 42869c8 fs/9p: Add v9fs_dentry2v9ses by Aneesh Kumar K.V · 13 years ago
  50. 7add697 fs/9p: Attach writeback_fid on first open with WR flag by Aneesh Kumar K.V · 13 years ago
  51. 059c138 fs/9p: Use truncate_setsize instead of vmtruncate by Aneesh Kumar K.V · 13 years ago
  52. 5a7e0a8 fs/9p: Fix race in initializing writeback fid by Aneesh Kumar K.V · 13 years ago
  53. 3dc5436 fs/9p: Writeback dirty data before setattr by Aneesh Kumar K.V · 13 years ago
  54. f10fc50 fs/9p: call vmtruncate before setattr 9p opeation by Aneesh Kumar K.V · 13 years ago
  55. c06c066 fs/9p: Properly update inode attributes on link by Aneesh Kumar K.V · 13 years ago
  56. d28c61f fs/9p: Mark directory inode invalid for many directory inode operations by Aneesh Kumar K.V · 13 years ago
  57. 3bc86de fs/9p: mark inode attribute invalid on rename, unlink and setattr by Aneesh Kumar K.V · 13 years ago
  58. b3cbea0 fs/9p: Add support for marking inode attribute invalid by Aneesh Kumar K.V · 13 years ago
  59. b271ec4 fs/9p: Update link count correctly on different file system operations by Aneesh Kumar K.V · 13 years ago
  60. 6b39f6d fs/9p: Move writeback fid to v9fs_inode by Aneesh Kumar K.V · 13 years ago
  61. a78ce05 fs/9p: Add v9fs_inode by Aneesh Kumar K.V · 13 years ago
  62. a121190 fs/9p: Don't set stat.st_blocks based on nrpages by Aneesh Kumar K.V · 13 years ago
  63. 5ffc0cb fs/9p: Add inode hashing by Aneesh Kumar K.V · 13 years ago
  64. 3cf387d fs/9p: Add fid to inode in cached mode by Aneesh Kumar K.V · 13 years ago
  65. 20656a4 fs/9p: increment inode->i_count in cached mode. by Aneesh Kumar K.V · 13 years ago
  66. 46848de fs/9p: set fs cache cookie in create path also by Aneesh Kumar K.V · 13 years ago
  67. b8b80cf fs/9p: Don't set dentry->d_op in create routines by Aneesh Kumar K.V · 13 years ago
  68. c25a61f fs/9p: fix spelling typo by Eric Van Hensbergen · 13 years ago
  69. 31b6cea fs/9p: TREADLINK bugfix by M. Mohan Kumar · 13 years ago
  70. af7542f fs/9p: Simplify the .L create operation by Aneesh Kumar K.V · 13 years ago
  71. 53c06f4 fs/9p: Move dotl inode operations into a seperate file by Aneesh Kumar K.V · 13 years ago