1. 0b26a0b NFS: Ensure we return the dirent->d_type when it is known by Trond Myklebust · 14 years ago
  2. 3020093 NFS: Correct the array bound calculation in nfs_readdir_add_to_array by Trond Myklebust · 14 years ago
  3. ece0b42 NFS: Don't ignore errors from nfs_do_filldir() by Trond Myklebust · 14 years ago
  4. 85f8607 NFS: Fix the error handling in "uncached_readdir()" by Trond Myklebust · 14 years ago
  5. 7a8e1dc NFS: Fix a page leak in uncached_readdir() by Trond Myklebust · 14 years ago
  6. e7c58e9 NFS: Fix a page leak in nfs_do_filldir() by Trond Myklebust · 14 years ago
  7. 5c34685 NFS: Assume eof if the server returns no readdir records by Trond Myklebust · 14 years ago
  8. 04e4bd1 nfs: Ignore kmemleak false positive in nfs_readdir_make_qstr by Catalin Marinas · 14 years ago
  9. ac39612 NFS: readdir shouldn't read beyond the reply returned by the server by Trond Myklebust · 14 years ago
  10. 8cd51a0 NFS: Fix a couple of regressions in readdir. by Trond Myklebust · 14 years ago
  11. 23ebbd9 Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR" by Trond Myklebust · 14 years ago
  12. 426e1f5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  13. 7de9c6e new helper: ihold() by Al Viro · 14 years ago
  14. 4a201d6 NFS: Ensure we check all allocation return values in new readdir code by Trond Myklebust · 14 years ago
  15. 82f2e54 NFS: Readdir plus in v4 by Bryan Schumaker · 14 years ago
  16. 9942438 NFS: check xdr_decode for errors by Bryan Schumaker · 14 years ago
  17. 3c8a1ae NFS: nfs_readdir_filler catch all errors by Bryan Schumaker · 14 years ago
  18. 56e4ebf NFS: readdir with vmapped pages by Bryan Schumaker · 14 years ago
  19. babddc7 NFS: decode_dirent should use an xdr_stream by Bryan Schumaker · 14 years ago
  20. d39ab9d NFS: re-add readdir plus by Bryan Schumaker · 14 years ago
  21. baf57a0 NFS: Optimise the readdir searches by Trond Myklebust · 14 years ago
  22. d1bacf9 NFS: add readdir cache array by Bryan Schumaker · 14 years ago
  23. 898f635 NFSv4: Don't ignore the error return codes from nfs_intent_set_file by Trond Myklebust · 14 years ago
  24. aa510da NFS: We must use list_for_each_entry_safe in nfs_access_cache_shrinker by Trond Myklebust · 14 years ago
  25. 779c517 nfs: move nfs_sillyrename to unlink.c by Jeff Layton · 14 years ago
  26. 2b48429 NFS: Add an 'open_context' element to struct nfs_rpc_ops by Trond Myklebust · 14 years ago
  27. c0204fd NFS: Clean up nfs4_proc_create() by Trond Myklebust · 14 years ago
  28. 535918f NFSv4: Further cleanups for nfs4_open_revalidate() by Trond Myklebust · 14 years ago
  29. b8d4cad NFSv4: Clean up nfs4_open_revalidate by Trond Myklebust · 14 years ago
  30. f46e0bd NFSv4: Further minor cleanups for nfs4_atomic_open() by Trond Myklebust · 14 years ago
  31. cd9a1c0 NFSv4: Clean up nfs4_atomic_open by Trond Myklebust · 14 years ago
  32. 0a377cf NFS: Fix an Oops in the NFSv4 atomic open code by Trond Myklebust · 14 years ago
  33. f5a7367 NFS: allow close-to-open cache semantics to apply to root of NFS filesystem by Neil Brown · 14 years ago
  34. 5df6b8e Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  35. 0a8ebba NFS: nfs_rename() should not have to flush out writebacks by Trond Myklebust · 14 years ago
  36. 9cfcac8 vfs: re-introduce MAY_CHDIR by Eric Paris · 14 years ago
  37. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  38. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  39. 59844a9 NFS: Fix a lock imbalance typo in nfs_access_cache_shrinker by Trond Myklebust · 14 years ago
  40. 9c7e7e2 NFS: Don't call iput() in nfs_access_cache_shrinker by Trond Myklebust · 14 years ago
  41. 1a81bb8 NFS: Clean up nfs_access_zap_cache() by Trond Myklebust · 14 years ago
  42. 61d5eb2 NFS: Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFS by Trond Myklebust · 14 years ago
  43. aa49b4c NFS: Reduce stack footprint of nfs_readdir() by Trond Myklebust · 14 years ago
  44. e1fb4d0 NFS: Reduce the stack footprint of nfs_lookup by Trond Myklebust · 14 years ago
  45. 27fb8d7 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  46. d9e80b7 nfs d_revalidate() is too trigger-happy with d_drop() by Al Viro · 14 years ago
  47. 1f063d2 NFSv4: Don't attempt an atomic open if the file is a mountpoint by Trond Myklebust · 14 years ago
  48. 80e6063 NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR by Trond Myklebust · 14 years ago
  49. b4d2314 NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode() by Trond Myklebust · 14 years ago
  50. 1cda707 NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping by Trond Myklebust · 14 years ago
  51. 5633593 nfs: fix oops in nfs_rename() by OGAWA Hirofumi · 15 years ago
  52. 24e9302 nfs: clean up sillyrenaming in nfs_rename() by Miklos Szeredi · 15 years ago
  53. 2722610 nfs: dont unhash target if renaming a directory by Miklos Szeredi · 15 years ago
  54. 28f79a1 nfs: fix comments in nfs_rename() by Miklos Szeredi · 15 years ago
  55. e48de5e nfs: remove unnecessary check from nfs_rename() by Miklos Szeredi · 15 years ago
  56. 9a3936a NFSv4: The link() operation should return any delegation on the file by Trond Myklebust · 15 years ago
  57. d953126 NFSv4: Fix a problem whereby a buggy server can oops the kernel by Trond Myklebust · 15 years ago
  58. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  59. 7ee2cb7 nfs: Fix NFS v4 client handling of MAY_EXEC in nfs_permission. by Frank Filz · 15 years ago
  60. cc85906 Merge branch 'devel' into for-linus by Trond Myklebust · 15 years ago
  61. f786aa9 constify dentry_operations: NFS by Al Viro · 15 years ago
  62. b1e4adf NFS: Fix the notifications when renaming onto an existing file by Trond Myklebust · 15 years ago
  63. a71ee33 NFS: Handle -ESTALE error in access() by Suresh Jayaraman · 15 years ago
  64. 64672d5 optimize attribute timeouts for "noac" and "actimeo=0" by Peter Staubach · 16 years ago
  65. 7a50c60 NFS: Use delegations to optimise ACCESS calls by Trond Myklebust · 16 years ago
  66. 15860ab NFSv4: Ensure that we set the verifier when revalidating delegated dentries by Trond Myklebust · 16 years ago
  67. 5584c30 NFSv4: Clean up is_atomic_open() by Trond Myklebust · 16 years ago
  68. f696a36 [PATCH] move executable checking into ->permission() by Miklos Szeredi · 16 years ago
  69. 3516586 [PATCH] make O_EXCL in nd->intent.flags visible in nd->flags by Al Viro · 16 years ago
  70. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  71. 011935a0 NFS: Fix a resolution problem with nfs_inode->cache_change_attribute by Trond Myklebust · 16 years ago
  72. 4704f0e NFS: Fix the resolution problem with nfs_inode_attrs_need_update() by Trond Myklebust · 16 years ago
  73. 4eec952 NFS: Add options for finer control of the lookup cache by Trond Myklebust · 16 years ago
  74. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  75. c3cc8c0 NFS: Remove BKL from the readdir code by Trond Myklebust · 16 years ago
  76. 7656699 NFS: Remove BKL from the symlink code by Trond Myklebust · 16 years ago
  77. 52e2e8d NFS: Remove BKL from the sillydelete operations by Trond Myklebust · 16 years ago
  78. bd9bb45 NFS: Remove the BKL from the rename, rmdir and unlink operations by Trond Myklebust · 16 years ago
  79. fc0f684 NFS: Remove BKL from NFS lookup code by Trond Myklebust · 16 years ago
  80. fc81af5 NFS: Remove the BKL from nfs_link() by Trond Myklebust · 16 years ago
  81. f1e2eda NFS: Remove the BKL from the inode creation operations by Trond Myklebust · 16 years ago
  82. bba67e0 NFS: Remove BKL usage from open() by Trond Myklebust · 16 years ago
  83. 4d80f2e NFS: Remove the BKL from the permission checking code by Trond Myklebust · 16 years ago
  84. 1b83d70 NFS: Protect inode->i_nlink updates using inode->i_lock by Trond Myklebust · 16 years ago
  85. 6da24bc NFS: Use NFSDBG_FILE for all fops by Chuck Lever · 16 years ago
  86. cc0dd2d NFS: Make nfs_open methods consistent by Chuck Lever · 16 years ago
  87. b84e06c NFS: Make nfs_llseek methods consistent by Chuck Lever · 16 years ago
  88. 5491778 NFS: Make nfs_fsync methods consistent by Chuck Lever · 16 years ago
  89. 2aac05a NFS: Fix readdir cache invalidation by Trond Myklebust · 16 years ago
  90. 3110ff8 nfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  91. 233607d Merge branch 'devel' by Trond Myklebust · 16 years ago
  92. 2c463e9 [PATCH] r/o bind mounts: check mnt instead of superblock directly by Dave Hansen · 16 years ago
  93. 98a8e32 SUNRPC: Add a helper rpcauth_lookup_generic_cred() by Trond Myklebust · 16 years ago
  94. 4e99a1f NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossings by Trond Myklebust · 16 years ago
  95. 2560665 NFS: remove error field from nfs_readdir_descriptor_t by Jeff Layton · 16 years ago
  96. 6f23e38 NFS: Fix a potential race between umount and nfs_access_cache_shrinker() by Trond Myklebust · 17 years ago
  97. e6f8107 NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inode by Trond Myklebust · 17 years ago
  98. 3a10c30 nfs: obliterate NFS_FLAGS macro by Benny Halevy · 17 years ago
  99. bfc69a4 NFS: define a function to update nfsi->cache_change_attribute by Trond Myklebust · 17 years ago
  100. 77f1119 NFS: Ensure that we eject stale inodes as soon as possible by Trond Myklebust · 17 years ago