1. f43bf0b NFS: Add a boot parameter to disable 64 bit inode numbers by Trond Myklebust · 17 years ago
  2. c7c2097 NFS: Get rid of some obsolete macros by Trond Myklebust · 17 years ago
  3. 4f48af4 NFS: Simplify filehandle revalidation by Trond Myklebust · 17 years ago
  4. 9697d23 NFS: Ensure that nfs_link() returns a hashed dentry by Trond Myklebust · 17 years ago
  5. a12802c NFS: Be strict about dentry revalidation when doing exclusive create by Trond Myklebust · 17 years ago
  6. b050aa7 NFS: Don't zap the readdir caches upon error by Trond Myklebust · 17 years ago
  7. efbb06b NFS: Remove the redundant nfs_reval_fsid() by Trond Myklebust · 17 years ago
  8. d75340c NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries too by Trond Myklebust · 17 years ago
  9. 216d5d0 NFSv4: Use NFSv2/v3 rules for negative dentries in nfs_open_revalidate by Trond Myklebust · 17 years ago
  10. 0a5ebc1 NFSv4: Don't revalidate the directory in nfs_atomic_lookup() by Trond Myklebust · 17 years ago
  11. f2c77f4 NFS: Optimise nfs_lookup_revalidate() by Trond Myklebust · 17 years ago
  12. 60ccd4e NFS: Remove nfs_begin_data_update/nfs_end_data_update by Trond Myklebust · 17 years ago
  13. a1643a9 NFS: NFS_CACHEINV() should not test for nfs_caches_unstable() by Trond Myklebust · 17 years ago
  14. 3258b4f NFS: Remove bogus nfs_mark_for_revalidate() in nfs_lookup by Trond Myklebust · 17 years ago
  15. cf8ba45 NFS: don't cache the verifer across ->lookup() calls by Trond Myklebust · 17 years ago
  16. 446e534 NFS: Fix a bug in nfs_open_revalidate() by Trond Myklebust · 17 years ago
  17. d4d9cdc NFS: Don't hash the negative dentry when optimising for an O_EXCL open by Trond Myklebust · 17 years ago
  18. 5724ab3 NFS: nfs_instantiate() should set the dentry verifier by Trond Myklebust · 17 years ago
  19. fab728e NFS: Ensure nfs_instantiate() invalidates the parent dir on error by Trond Myklebust · 17 years ago
  20. 4b84173 NFS: Fix nfs_verify_change_attribute() by Trond Myklebust · 17 years ago
  21. c481299 NFS: Fix atime revalidation in readdir() by Trond Myklebust · 17 years ago
  22. 57fa76f NFS: Don't use readdirplus data if the page cache is invalid by Trond Myklebust · 17 years ago
  23. 6ecc5e8 NFS: Fix dcache revalidation bugs by Trond Myklebust · 17 years ago
  24. af22f94 NFSv4: Simplify _nfs4_do_access() by Trond Myklebust · 17 years ago
  25. cd3758e NFS: Replace file->private_data with calls to nfs_file_open_context() by Trond Myklebust · 17 years ago
  26. 8fb559f NFS: Eliminate nfs_refresh_verifier() by Chuck Lever · 17 years ago
  27. 77a55a1 NFS: Eliminate nfs_renew_times() by Chuck Lever · 17 years ago
  28. 92f6c17 NFS: Don't call nfs_renew_times() in nfs_dentry_iput() by Chuck Lever · 17 years ago
  29. c7e1596 Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffies by Fabio Olive Leite · 17 years ago
  30. 4e769b9 64 bit ino support for NFS client by Peter Staubach · 17 years ago
  31. 54af3bb NFS: Fix an Oops in encode_lookup() by Trond Myklebust · 17 years ago
  32. e4eff1a SUNRPC: Clean up the sillyrename code by Trond Myklebust · 17 years ago
  33. 3062c53 NFS: Use dentry->d_time to store the parent directory verifier. by Trond Myklebust · 17 years ago
  34. a50f795 NFS: Fix an Oops in the nfs_access_cache_shrinker() by Trond Myklebust · 17 years ago
  35. 83d93f2 NFS: Use GFP_HIGHUSER for page allocation in nfs_symlink() by Jeff Layton · 17 years ago
  36. a035686 NFS: Fix nfs_reval_fsid() by Trond Myklebust · 17 years ago
  37. ad389da NFSv4: Ensure asynchronous open() calls always pin the mountpoint by Trond Myklebust · 17 years ago
  38. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  39. 10afec9 NFS: Fix some 'sparse' warnings... by Trond Myklebust · 17 years ago
  40. 7a13e93 NFS: Kill the obsolete NFS_PARANOIA by Jesper Juhl · 17 years ago
  41. e70c490 NFS: Remove redundant check in nfs_check_verifier() by Trond Myklebust · 17 years ago
  42. e62c2bb NFS: Fix a jiffie wraparound issue by Trond Myklebust · 17 years ago
  43. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  44. 83672d3 NFS: Fix directory caching problem - with test case and patch. by Neil Brown · 17 years ago
  45. 1f4eab7 NFS: Set meaningful value for fattr->time_start in readdirplus results. by Neil Brown · 17 years ago
  46. e1552e1 NFS: Fix an Oops in nfs_setattr() by Trond Myklebust · 17 years ago
  47. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  48. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  49. c79ba78 NFS: Dont clobber more uptodate values in nfs_set_verifier() by Trond Myklebust · 17 years ago
  50. ef75c79 NFS: Also use readdir info to revalidate positive dentries by Trond Myklebust · 18 years ago
  51. df1d5d2 NFS: Fix a readdir/lookup inefficiency. by Trond Myklebust · 18 years ago
  52. ccfeb50 NFS: Fix up "rm -rf"... by Trond Myklebust · 18 years ago
  53. 717d44e [PATCH] NFS: Fix races in nfs_revalidate_mapping() by Trond Myklebust · 18 years ago
  54. 01cce93 [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  55. fc22617 [PATCH] NFS: Cache invalidation fixup by Trond Myklebust · 18 years ago
  56. 9eaef27 [PATCH] VFS: Make d_materialise_unique() enforce directory uniqueness by Trond Myklebust · 18 years ago
  57. 0dbb4c6 [PATCH] xdr annotations: NFS readdir entries by Al Viro · 18 years ago
  58. 39cf8a1 [PATCH] NFS: fix minor bug in new NFS symlink code by Chuck Lever · 18 years ago
  59. cd9ae2b [PATCH] NFS: Deal with failure of invalidate_inode_pages2() by Trond Myklebust · 18 years ago
  60. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  61. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  62. 349457c [PATCH] Allow file systems to manually d_move() inside of ->rename() by Mark Fasheh · 18 years ago
  63. fd68407 NFS: nfs_lookup - don't hash dentry when optimising away the lookup by Trond Myklebust · 18 years ago
  64. 94a6d75 NFS: Use cached page as buffer for NFS symlink requests by Chuck Lever · 18 years ago
  65. 873101b NFS: copy symlinks into page cache before sending NFS SYMLINK request by Chuck Lever · 18 years ago
  66. 4f390c1 NFS: Fix double d_drop in nfs_instantiate() error path by Chuck Lever · 18 years ago
  67. d3db90e NFS: remove a no-longer-needed error check in nfs_symlink() by Chuck Lever · 18 years ago
  68. 54ceac4 NFS: Share NFS superblocks per-protocol per-server per-FSID by David Howells · 18 years ago
  69. 8fa5c00 NFS: Move rpc_ops from nfs_server to nfs_client by David Howells · 18 years ago
  70. 979df72 NFS: Add an ACCESS cache memory shrinker by Trond Myklebust · 18 years ago
  71. cfcea3e NFS: Add a global LRU list for the ACCESS cache by Trond Myklebust · 18 years ago
  72. 1c3c07e NFS: Add a new ACCESS rpc call cache to the linux nfs client by Trond Myklebust · 18 years ago
  73. 4e0641a NFS: Optimise away an excessive GETATTR call when a file is symlinked by Trond Myklebust · 18 years ago
  74. 55a9759 NFS: Ensure the client submounts, when it crosses a server mountpoint. by Trond Myklebust · 18 years ago
  75. 44b1187 NFS: Separate metadata and page cache revalidation mechanisms by Trond Myklebust · 18 years ago
  76. 7451c4f NFS: remove needless check in nfs_opendir() by Carsten Otte · 18 years ago
  77. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  78. 03f28e3 NFS: Make nfs_fhget() return appropriate error values by Trond Myklebust · 18 years ago
  79. 1e7cb3d NFS: directory trace messages by Chuck Lever · 18 years ago
  80. 91d5b47 NFS: add I/O performance counters by Chuck Lever · 18 years ago
  81. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  82. 2417411 NFSv4: Ensure that we return the delegation on the target of a rename too. by Trond Myklebust · 19 years ago
  83. 5ba7cc4 NFS: Fix post-op attribute revalidation... by Trond Myklebust · 19 years ago
  84. 34ea8188 NFSv4: Return any delegations before sillyrenaming the file by Trond Myklebust · 19 years ago
  85. cf80955 NFS: Ensure that nfs_link() instantiates the dentry correctly by Trond Myklebust · 19 years ago
  86. 0c70b50 NFS: nfs_lookup doesn't need to revalidate the parent directory's inode by Chuck Lever · 19 years ago
  87. 0e574af NFS: Cleanup initialisation of struct nfs_fattr by Trond Myklebust · 19 years ago
  88. 6fe43f9 NFS: Fix rename of directory onto empty directory by Trond Myklebust · 19 years ago
  89. cae7a07 NFSv4: Return delegation upon rename or removal of file. by Trond Myklebust · 19 years ago
  90. 6f926b5 [NFS]: Check that the server returns a valid regular file to our OPEN request by Trond Myklebust · 19 years ago
  91. 02a913a NFSv4: Eliminate nfsv4 open race... by Trond Myklebust · 19 years ago
  92. 9aa48b7 NFS: Don't expose internal READDIR errors to userspace by Trond Myklebust · 19 years ago
  93. 20509f1 NFS: Drop inode after rename by Trond Myklebust · 19 years ago
  94. 01c314a [PATCH] NFSv4: unbalanced BKL in nfs_atomic_lookup() by Steve Dickson · 19 years ago
  95. dc59250 [PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsi by Chuck Lever · 19 years ago
  96. 412d582 [PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flags by Chuck Lever · 19 years ago
  97. 5529680 [PATCH] NFS: split nfsi->flags into two fields by Chuck Lever · 19 years ago
  98. f0dd213 [PATCH] NFS: Clean up readdir changes. by Trond Myklebust · 19 years ago
  99. 00a9264 [PATCH] NFS: Hide NFS server-generated readdir cookies from userland by Olivier Galibert · 19 years ago
  100. b7fa055 [PATCH] NFS: Add support for NFSv3 ACLs by Andreas Gruenbacher · 19 years ago