1. a841b54 NFS: Pass the inode down to the getattr() callback by Trond Myklebust · 7 years ago
  2. 59a707b NFS: Ensure we revalidate the inode correctly after remove or rename by Trond Myklebust · 7 years ago
  3. 9f6d44d NFS: Optimise away lookups for rename targets by Trond Myklebust · 6 years ago
  4. 73dd684 NFS: If the VFS sets LOOKUP_REVAL then force a lookup of the dentry by Trond Myklebust · 6 years ago
  5. 4792192 NFS: Optimise away the close-to-open GETATTR when we have NFSv4 OPEN by Trond Myklebust · 6 years ago
  6. 16e1437 NFS: More fine grained attribute tracking by Trond Myklebust · 7 years ago
  7. f2c2c55 NFS: Move delegation recall into the NFSv4 callback for rename_setup() by Trond Myklebust · 7 years ago
  8. 912678d NFS: Move the delegation return down into nfs4_proc_remove() by Trond Myklebust · 7 years ago
  9. 9f76827 NFS: Move the delegation return down into nfs4_proc_link() by Trond Myklebust · 7 years ago
  10. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  11. c3e9c04 Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  12. d803224 NFS: Fix a typo in nfs_rename() by Trond Myklebust · 7 years ago
  13. 6089dd0 NFS: Fix bool initialization/comparison by Thomas Meyer · 7 years ago
  14. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  15. 1fea73ac NFS: remove special-case revalidate in nfs_opendir() by NeilBrown · 7 years ago
  16. b688741 NFS: revalidate "." etc correctly on "open". by NeilBrown · 7 years ago
  17. 1750d92 NFS: Don't compare apples to elephants to determine access bits by Anna Schumaker · 7 years ago
  18. 3c18182 NFS: Create NFS_ACCESS_* flags by Anna Schumaker · 7 years ago
  19. 03c6f7d NFS: remove jiffies field from access cache by NeilBrown · 7 years ago
  20. 505d5c1 Merge tag 'nfs-for-4.13-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  21. ecbb903 NFS: Be more careful about mapping file permissions by Trond Myklebust · 7 years ago
  22. bd8b244 NFS: Store the raw NFS access mask in the inode's access cache by Trond Myklebust · 7 years ago
  23. 15d4b73 NFS: Refactor NFS access to kernel access mask calculation by Trond Myklebust · 7 years ago
  24. b86faee Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  25. 774d951 nfs: replace d_add with d_splice_alias in atomic_open by Peng Tao · 7 years ago
  26. eaa2b82 NFS: guard against confused server in nfs_atomic_open() by NeilBrown · 7 years ago
  27. cc89684 NFS: only invalidate dentrys that are clearly invalid. by NeilBrown · 7 years ago
  28. 818a8db NFS: nfs_rename() - revalidate directories on -ERESTARTSYS by Benjamin Coddington · 7 years ago
  29. a7a3b1e NFS: convert flags to bool by Benjamin Coddington · 7 years ago
  30. d9f2950 Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind" by Benjamin Coddington · 7 years ago
  31. 0795bf8 nfs: use kmap/kunmap directly by Fabian Frederick · 7 years ago
  32. b044f64 NFS: switch back to to ->iterate() by Benjamin Coddington · 8 years ago
  33. d4ea7e3 NFS: Fix old dentry rehash after move by Benjamin Coddington · 8 years ago
  34. 920b453 NFS: nfs_rename() handle -ERESTARTSYS dentry left behind by Benjamin Coddington · 8 years ago
  35. 21c3ba7 NFS: Fix and clean up the access cache validity checking by Trond Myklebust · 8 years ago
  36. 9cdd1d3 NFS: Only look at the change attribute cache state in nfs_weak_revalidate() by Trond Myklebust · 8 years ago
  37. dff25dd nfs: add support for the umask attribute by Andreas Gruenbacher · 8 years ago
  38. 1cd9cb0 NFS: Only look at the change attribute cache state in nfs_check_verifier by Trond Myklebust · 8 years ago
  39. 1bcf4c5 NFS: Allow getattr to also report readdirplus cache hits by Trond Myklebust · 8 years ago
  40. 63519fb NFS: Be more targeted about readdirplus use when doing lookup/revalidation by Trond Myklebust · 8 years ago
  41. 79f687a3 NFS: Fix a performance regression in readdir by Trond Myklebust · 8 years ago
  42. 532d4de NFSv4: add flock_owner to open context by NeilBrown · 8 years ago
  43. c4a8616 Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  44. 7dc72d5 NFS: Fix inode corruption in nfs_prime_dcache() by Trond Myklebust · 8 years ago
  45. 1cd66c9 fs: make remaining filesystems use .rename2 by Miklos Szeredi · 8 years ago
  46. 78d04af NFS: nfs_prime_dcache must validate the filename by Trond Myklebust · 8 years ago
  47. 7f155c7 Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  48. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  49. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  50. 3627452 Merge branch 'writeback' by Trond Myklebust · 8 years ago
  51. c94c095 nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashed by Al Viro · 8 years ago
  52. 00699ad Use the right predicate in ->atomic_open() instances by Al Viro · 8 years ago
  53. d20cb71 make nfs_atomic_open() call d_drop() on all ->open_context() errors. by Al Viro · 8 years ago
  54. 1b982ea NFS: Fix an unused variable warning by Trond Myklebust · 8 years ago
  55. d8fdb47 NFS: Don't let readdirplus revalidate an inode that was marked as stale by Trond Myklebust · 8 years ago
  56. 57b6918 NFS: Cache access checks more aggressively by Trond Myklebust · 8 years ago
  57. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  58. 93c76a3 file_inode(f)->i_mapping is f->f_mapping by Al Viro · 9 years ago
  59. bf13091 nfs_lookup(): remove debris left over from old sillyunlink exclusion by Al Viro · 8 years ago
  60. 884be17 nfs: per-name sillyunlink exclusion by Al Viro · 8 years ago
  61. 9ac3d3e nfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  62. 93061f3 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  63. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  64. be62a1a nfs: use file_dentry() by Miklos Szeredi · 9 years ago
  65. 130f9ab nfs_lookup: don't bother with d_instantiate(dentry, NULL) by Al Viro · 9 years ago
  66. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  67. 75f26df Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  68. e8ecde2 Make sure that highmem pages are not added to symlink page cache by Al Viro · 9 years ago
  69. 5c5fc09 NFS: Ensure we revalidate attributes before using execute_ok() by Trond Myklebust · 9 years ago
  70. 762674f NFSv4: Don't perform cached access checks before we've OPENed the file by Trond Myklebust · 9 years ago
  71. 118c916 fs/nfs: remove unnecessary new_valid_dev check by Yaowei Bai · 9 years ago
  72. c7e9668 NFS: Rename nfs_readdir_free_pagearray() and nfs_readdir_large_page() by Anna Schumaker · 9 years ago
  73. 0b936e3 NFS: Remove unused variable "pages_ptr" by Anna Schumaker · 9 years ago
  74. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  75. 2785110 nfs: Don't setting FILE_CREATED flags always by Kinglong Mee · 9 years ago
  76. dc3f419 make simple_positive() public by Al Viro · 9 years ago
  77. 59953fb Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  78. ce85cfb NFS: Don't attempt to decode missing directory entries by Benjamin Coddington · 10 years ago
  79. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  80. fa92336 NFS: Don't require a filehandle to refresh the inode in nfs_prime_dcache() by Trond Myklebust · 10 years ago
  81. 6c441c2 NFS: Don't invalidate a submounted dentry in nfs_prime_dcache() by Trond Myklebust · 10 years ago
  82. ba00410 Merge branch 'iov_iter' into for-next by Al Viro · 10 years ago
  83. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  84. 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
  85. 809fd14 NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENT by Trond Myklebust · 10 years ago
  86. 5542aa2 vfs: Make d_invalidate return void by Eric W. Biederman · 11 years ago
  87. 9b053f3 vfs: Remove unnecessary calls of check_submounts_and_drop by Eric W. Biederman · 11 years ago
  88. 50d7773 NFS: fix two problems in lookup_revalidate in RCU-walk by NeilBrown · 10 years ago
  89. f682a39 NFS: allow lockless access to access_cache by NeilBrown · 10 years ago
  90. 1fa1e38 NFS: teach nfs_lookup_verify_inode to handle LOOKUP_RCU by NeilBrown · 10 years ago
  91. 912a108 NFS: teach nfs_neg_need_reval to understand LOOKUP_RCU by NeilBrown · 10 years ago
  92. f3324a2 NFS: support RCU_WALK in nfs_permission() by NeilBrown · 10 years ago
  93. d51ac1a NFS: prepare for RCU-walk support but pushing tests later in code. by NeilBrown · 10 years ago
  94. 49317a7 NFS: nfs4_lookup_revalidate: only evaluate parent if it will be used. by NeilBrown · 10 years ago
  95. 3a50584 NFS: Enforce an upper limit on the number of cached access call by Trond Myklebust · 10 years ago
  96. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  97. 2b3a8fd Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  98. 9581a4a nfs: pass string length to pr_notice message about readdir loops by Jeff Layton · 11 years ago
  99. 80a491f nfs: convert nfs_rename to use async_rename infrastructure by Jeff Layton · 11 years ago
  100. 311324a NFS: Be more aggressive in using readdirplus for 'ls -l' situations by Trond Myklebust · 11 years ago