1. bd9bb45 NFS: Remove the BKL from the rename, rmdir and unlink operations by Trond Myklebust · 16 years ago
  2. fc0f684 NFS: Remove BKL from NFS lookup code by Trond Myklebust · 16 years ago
  3. fc81af5 NFS: Remove the BKL from nfs_link() by Trond Myklebust · 16 years ago
  4. f1e2eda NFS: Remove the BKL from the inode creation operations by Trond Myklebust · 16 years ago
  5. bba67e0 NFS: Remove BKL usage from open() by Trond Myklebust · 16 years ago
  6. 4d80f2e NFS: Remove the BKL from the permission checking code by Trond Myklebust · 16 years ago
  7. 1b83d70 NFS: Protect inode->i_nlink updates using inode->i_lock by Trond Myklebust · 16 years ago
  8. 6da24bc NFS: Use NFSDBG_FILE for all fops by Chuck Lever · 16 years ago
  9. cc0dd2d NFS: Make nfs_open methods consistent by Chuck Lever · 16 years ago
  10. b84e06c NFS: Make nfs_llseek methods consistent by Chuck Lever · 16 years ago
  11. 5491778 NFS: Make nfs_fsync methods consistent by Chuck Lever · 16 years ago
  12. 2aac05a NFS: Fix readdir cache invalidation by Trond Myklebust · 16 years ago
  13. 3110ff8 nfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  14. 233607d Merge branch 'devel' by Trond Myklebust · 16 years ago
  15. 2c463e9 [PATCH] r/o bind mounts: check mnt instead of superblock directly by Dave Hansen · 16 years ago
  16. 98a8e32 SUNRPC: Add a helper rpcauth_lookup_generic_cred() by Trond Myklebust · 16 years ago
  17. 4e99a1f NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossings by Trond Myklebust · 16 years ago
  18. 2560665 NFS: remove error field from nfs_readdir_descriptor_t by Jeff Layton · 16 years ago
  19. 6f23e38 NFS: Fix a potential race between umount and nfs_access_cache_shrinker() by Trond Myklebust · 17 years ago
  20. e6f8107 NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inode by Trond Myklebust · 17 years ago
  21. 3a10c30 nfs: obliterate NFS_FLAGS macro by Benny Halevy · 17 years ago
  22. bfc69a4 NFS: define a function to update nfsi->cache_change_attribute by Trond Myklebust · 17 years ago
  23. 77f1119 NFS: Ensure that we eject stale inodes as soon as possible by Trond Myklebust · 17 years ago
  24. d45b9d8 NFS: Handle -ENOENT errors in unlink()/rmdir()/rename() by Trond Myklebust · 17 years ago
  25. fccca7f NFS: Fix a sillyrename race... by Trond Myklebust · 17 years ago
  26. 4c30d56 NFS: fs/nfs/dir.c should #include "internal.h" by Adrian Bunk · 17 years ago
  27. 565277f NFS: Fix a race in sillyrename by Trond Myklebust · 17 years ago
  28. f43bf0b NFS: Add a boot parameter to disable 64 bit inode numbers by Trond Myklebust · 17 years ago
  29. c7c2097 NFS: Get rid of some obsolete macros by Trond Myklebust · 17 years ago
  30. 4f48af4 NFS: Simplify filehandle revalidation by Trond Myklebust · 17 years ago
  31. 9697d23 NFS: Ensure that nfs_link() returns a hashed dentry by Trond Myklebust · 17 years ago
  32. a12802c NFS: Be strict about dentry revalidation when doing exclusive create by Trond Myklebust · 17 years ago
  33. b050aa7 NFS: Don't zap the readdir caches upon error by Trond Myklebust · 17 years ago
  34. efbb06b NFS: Remove the redundant nfs_reval_fsid() by Trond Myklebust · 17 years ago
  35. d75340c NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries too by Trond Myklebust · 17 years ago
  36. 216d5d0 NFSv4: Use NFSv2/v3 rules for negative dentries in nfs_open_revalidate by Trond Myklebust · 17 years ago
  37. 0a5ebc1 NFSv4: Don't revalidate the directory in nfs_atomic_lookup() by Trond Myklebust · 17 years ago
  38. f2c77f4 NFS: Optimise nfs_lookup_revalidate() by Trond Myklebust · 17 years ago
  39. 60ccd4e NFS: Remove nfs_begin_data_update/nfs_end_data_update by Trond Myklebust · 17 years ago
  40. a1643a9 NFS: NFS_CACHEINV() should not test for nfs_caches_unstable() by Trond Myklebust · 17 years ago
  41. 3258b4f NFS: Remove bogus nfs_mark_for_revalidate() in nfs_lookup by Trond Myklebust · 17 years ago
  42. cf8ba45 NFS: don't cache the verifer across ->lookup() calls by Trond Myklebust · 17 years ago
  43. 446e534 NFS: Fix a bug in nfs_open_revalidate() by Trond Myklebust · 17 years ago
  44. d4d9cdc NFS: Don't hash the negative dentry when optimising for an O_EXCL open by Trond Myklebust · 17 years ago
  45. 5724ab3 NFS: nfs_instantiate() should set the dentry verifier by Trond Myklebust · 17 years ago
  46. fab728e NFS: Ensure nfs_instantiate() invalidates the parent dir on error by Trond Myklebust · 17 years ago
  47. 4b84173 NFS: Fix nfs_verify_change_attribute() by Trond Myklebust · 17 years ago
  48. c481299 NFS: Fix atime revalidation in readdir() by Trond Myklebust · 17 years ago
  49. 57fa76f NFS: Don't use readdirplus data if the page cache is invalid by Trond Myklebust · 17 years ago
  50. 6ecc5e8 NFS: Fix dcache revalidation bugs by Trond Myklebust · 17 years ago
  51. af22f94 NFSv4: Simplify _nfs4_do_access() by Trond Myklebust · 17 years ago
  52. cd3758e NFS: Replace file->private_data with calls to nfs_file_open_context() by Trond Myklebust · 17 years ago
  53. 8fb559f NFS: Eliminate nfs_refresh_verifier() by Chuck Lever · 17 years ago
  54. 77a55a1 NFS: Eliminate nfs_renew_times() by Chuck Lever · 17 years ago
  55. 92f6c17 NFS: Don't call nfs_renew_times() in nfs_dentry_iput() by Chuck Lever · 17 years ago
  56. c7e1596 Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffies by Fabio Olive Leite · 17 years ago
  57. 4e769b9 64 bit ino support for NFS client by Peter Staubach · 17 years ago
  58. 54af3bb NFS: Fix an Oops in encode_lookup() by Trond Myklebust · 17 years ago
  59. e4eff1a SUNRPC: Clean up the sillyrename code by Trond Myklebust · 17 years ago
  60. 3062c53 NFS: Use dentry->d_time to store the parent directory verifier. by Trond Myklebust · 17 years ago
  61. a50f795 NFS: Fix an Oops in the nfs_access_cache_shrinker() by Trond Myklebust · 17 years ago
  62. 83d93f2 NFS: Use GFP_HIGHUSER for page allocation in nfs_symlink() by Jeff Layton · 17 years ago
  63. a035686 NFS: Fix nfs_reval_fsid() by Trond Myklebust · 17 years ago
  64. ad389da NFSv4: Ensure asynchronous open() calls always pin the mountpoint by Trond Myklebust · 17 years ago
  65. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  66. 10afec9 NFS: Fix some 'sparse' warnings... by Trond Myklebust · 17 years ago
  67. 7a13e93 NFS: Kill the obsolete NFS_PARANOIA by Jesper Juhl · 17 years ago
  68. e70c490 NFS: Remove redundant check in nfs_check_verifier() by Trond Myklebust · 17 years ago
  69. e62c2bb NFS: Fix a jiffie wraparound issue by Trond Myklebust · 17 years ago
  70. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  71. 83672d3 NFS: Fix directory caching problem - with test case and patch. by Neil Brown · 17 years ago
  72. 1f4eab7 NFS: Set meaningful value for fattr->time_start in readdirplus results. by Neil Brown · 17 years ago
  73. e1552e1 NFS: Fix an Oops in nfs_setattr() by Trond Myklebust · 17 years ago
  74. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  75. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  76. c79ba78 NFS: Dont clobber more uptodate values in nfs_set_verifier() by Trond Myklebust · 18 years ago
  77. ef75c79 NFS: Also use readdir info to revalidate positive dentries by Trond Myklebust · 18 years ago
  78. df1d5d2 NFS: Fix a readdir/lookup inefficiency. by Trond Myklebust · 18 years ago
  79. ccfeb50 NFS: Fix up "rm -rf"... by Trond Myklebust · 18 years ago
  80. 717d44e [PATCH] NFS: Fix races in nfs_revalidate_mapping() by Trond Myklebust · 18 years ago
  81. 01cce93 [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  82. fc22617 [PATCH] NFS: Cache invalidation fixup by Trond Myklebust · 18 years ago
  83. 9eaef27 [PATCH] VFS: Make d_materialise_unique() enforce directory uniqueness by Trond Myklebust · 18 years ago
  84. 0dbb4c6 [PATCH] xdr annotations: NFS readdir entries by Al Viro · 18 years ago
  85. 39cf8a1 [PATCH] NFS: fix minor bug in new NFS symlink code by Chuck Lever · 18 years ago
  86. cd9ae2b [PATCH] NFS: Deal with failure of invalidate_inode_pages2() by Trond Myklebust · 18 years ago
  87. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  88. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  89. 349457c [PATCH] Allow file systems to manually d_move() inside of ->rename() by Mark Fasheh · 18 years ago
  90. fd68407 NFS: nfs_lookup - don't hash dentry when optimising away the lookup by Trond Myklebust · 18 years ago
  91. 94a6d75 NFS: Use cached page as buffer for NFS symlink requests by Chuck Lever · 18 years ago
  92. 873101b NFS: copy symlinks into page cache before sending NFS SYMLINK request by Chuck Lever · 18 years ago
  93. 4f390c1 NFS: Fix double d_drop in nfs_instantiate() error path by Chuck Lever · 18 years ago
  94. d3db90e NFS: remove a no-longer-needed error check in nfs_symlink() by Chuck Lever · 18 years ago
  95. 54ceac4 NFS: Share NFS superblocks per-protocol per-server per-FSID by David Howells · 18 years ago
  96. 8fa5c00 NFS: Move rpc_ops from nfs_server to nfs_client by David Howells · 18 years ago
  97. 979df72 NFS: Add an ACCESS cache memory shrinker by Trond Myklebust · 18 years ago
  98. cfcea3e NFS: Add a global LRU list for the ACCESS cache by Trond Myklebust · 18 years ago
  99. 1c3c07e NFS: Add a new ACCESS rpc call cache to the linux nfs client by Trond Myklebust · 18 years ago
  100. 4e0641a NFS: Optimise away an excessive GETATTR call when a file is symlinked by Trond Myklebust · 18 years ago