1. a49c3c7 NFSv4: Ensure that we wait for the CLOSE request to complete by Trond Myklebust · 17 years ago
  2. 565277f NFS: Fix a race in sillyrename by Trond Myklebust · 17 years ago
  3. 188b95d NFS: if ATTR_KILL_S*ID bits are set, then skip mode change by Jeff Layton · 17 years ago
  4. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  5. f43bf0b NFS: Add a boot parameter to disable 64 bit inode numbers by Trond Myklebust · 17 years ago
  6. 2a3f5fd NFS: nfs_refresh_inode should clear cache_validity flags on success by Trond Myklebust · 17 years ago
  7. 40d2470 NFS: Fix a connectathon regression in NFSv3 and NFSv4 by Trond Myklebust · 17 years ago
  8. c7c2097 NFS: Get rid of some obsolete macros by Trond Myklebust · 17 years ago
  9. 6d2b296 NFS: Reset nfsi->last_updated only if the attribute changed by Trond Myklebust · 17 years ago
  10. 60ccd4e NFS: Remove nfs_begin_data_update/nfs_end_data_update by Trond Myklebust · 17 years ago
  11. 80eb209 NFS: Remove NFS_I(inode)->data_updates by Trond Myklebust · 17 years ago
  12. 7668fdb NFS: nfs_post_op_update_inode don't update cache_change_attribute by Trond Myklebust · 17 years ago
  13. 12b373e NFS: Don't revalidate dentries on directory size or ctime changes by Trond Myklebust · 17 years ago
  14. 2f78e43 NFS: Don't set cache_change_attribute in nfs_revalidate_mapping by Trond Myklebust · 17 years ago
  15. 70ca885 NFS: Fake up 'wcc' attributes to prevent cache invalidation after write by Trond Myklebust · 17 years ago
  16. b64e8a5 NFS: Remove bogus check of cache_change_attribute in nfs_update_inode by Trond Myklebust · 17 years ago
  17. 7fdc49c NFS: Fix the ESTALE "revalidation" in _nfs_revalidate_inode() by Trond Myklebust · 17 years ago
  18. c481299 NFS: Fix atime revalidation in readdir() by Trond Myklebust · 17 years ago
  19. 47aabaa NFSv4: Don't use ctime/mtime for determining when to invalidate the caches by Trond Myklebust · 17 years ago
  20. 17cadc9 NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeeds by Trond Myklebust · 17 years ago
  21. e323ea4 NFS: nfs_wcc_update_inode: directory caches are always invalidated by Trond Myklebust · 17 years ago
  22. 6ecc5e8 NFS: Fix dcache revalidation bugs by Trond Myklebust · 17 years ago
  23. 7957c14 NFS: fix nfs_verify_change_attribute by Trond Myklebust · 17 years ago
  24. 68e8a70 NFS: nfs_post_op_update_inode() should call nfs_refresh_inode() by Trond Myklebust · 17 years ago
  25. f2115dc NFS: Fix over-conservative attribute invalidation in nfs_update_inode() by Trond Myklebust · 17 years ago
  26. cd3758e NFS: Replace file->private_data with calls to nfs_file_open_context() by Trond Myklebust · 17 years ago
  27. c7e1596 Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffies by Fabio Olive Leite · 17 years ago
  28. 4e769b9 64 bit ino support for NFS client by Peter Staubach · 17 years ago
  29. ed90ef5 NFS: Clean up NFS writeback flush code by Trond Myklebust · 17 years ago
  30. 5e11934 NFS: Fix put_nfs_open_context by Trond Myklebust · 17 years ago
  31. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  32. 412c77c NFSv4: Defer inode revalidation when setting up a delegation by Trond Myklebust · 17 years ago
  33. 587142f NFS: Replace NFS_I(inode)->req_lock with inode->i_lock by Trond Myklebust · 17 years ago
  34. 3bec63d NFS: Convert struct nfs_open_context to use a kref by Trond Myklebust · 17 years ago
  35. 2aefa10 NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inode by Trond Myklebust · 17 years ago
  36. a035686 NFS: Fix nfs_reval_fsid() by Trond Myklebust · 17 years ago
  37. 4a35bd4 NFSv4: Ensure that nfs4_do_close() doesn't race with umount by Trond Myklebust · 17 years ago
  38. 88be9f9 NFS: Replace vfsmount and dentry in nfs_open_context with struct path by Trond Myklebust · 17 years ago
  39. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  40. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  41. 7a13e93 NFS: Kill the obsolete NFS_PARANOIA by Jesper Juhl · 17 years ago
  42. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  43. e1552e1 NFS: Fix an Oops in nfs_setattr() by Trond Myklebust · 17 years ago
  44. 6347073 [PATCH] nfs: nfs_getattr() can't call nfs_sync_mapping_range() for non-regular files by Trond Myklebust · 17 years ago
  45. b0c4fdd NFS: Cleanup - avoid rereading 'jiffies' more than once in the same routine by Trond Myklebust · 17 years ago
  46. 3e7d950 NFS: Fix a wraparound issue with nfsi->cache_change_attribute by Trond Myklebust · 17 years ago
  47. d30c834 NFS: nfs_writepages() cleanup by Trond Myklebust · 18 years ago
  48. 717d44e [PATCH] NFS: Fix races in nfs_revalidate_mapping() by Trond Myklebust · 17 years ago
  49. 01cce93 [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  50. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago
  51. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  52. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  53. 1c75950 NFS: cleanup of nfs_sync_inode_wait() by Trond Myklebust · 18 years ago
  54. 85233a7 [PATCH] NFS: __nfs_revalidate_inode() can use "inode" before checking it is non-NULL by Chuck Lever · 18 years ago
  55. cd9ae2b [PATCH] NFS: Deal with failure of invalidate_inode_pages2() by Trond Myklebust · 18 years ago
  56. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  57. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  58. f52720c [PATCH] fs: Removing useless casts by Panagiotis Issaris · 18 years ago
  59. f551e44 NFS: add comments clarifying the use of nfs_post_op_update() by Chuck Lever · 18 years ago
  60. 97db8f4 NFS: Don't invalidate the symlink we just stuffed into the cache by Trond Myklebust · 18 years ago
  61. 6aaca56 NFS: Add server and volume lists to /proc by David Howells · 18 years ago
  62. 54ceac4 NFS: Share NFS superblocks per-protocol per-server per-FSID by David Howells · 18 years ago
  63. 8fa5c00 NFS: Move rpc_ops from nfs_server to nfs_client by David Howells · 18 years ago
  64. cfcea3e NFS: Add a global LRU list for the ACCESS cache by Trond Myklebust · 18 years ago
  65. 1c3c07e NFS: Add a new ACCESS rpc call cache to the linux nfs client by Trond Myklebust · 18 years ago
  66. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  67. 266bee8 [PATCH] fix static linking of NFS by David Brownell · 18 years ago
  68. d75d541 git-nfs-build-fixes by Andrew Morton · 18 years ago
  69. f7b422b NFS: Split fs/nfs/inode.c by David Howells · 18 years ago
  70. 4e5ccf6 NFS: Fix typo in nfs_do_clone_mount() by Trond Myklebust · 18 years ago
  71. 860de07 NFS: Fix compile errors introduced by referrals patches by Trond Myklebust · 18 years ago
  72. 87e4ba1 NFSv4: Ensure that referral mounts bind to a reserved port by Trond Myklebust · 18 years ago
  73. 6b97fd3 NFSv4: Follow a referral by Manoj Naik · 18 years ago
  74. 9cdb388 NFSv4: Ensure client submounts when following a referral by Manoj Naik · 18 years ago
  75. 61f5164 NFS: Expand clone mounts to include other servers by Manoj Naik · 18 years ago
  76. c818ba4 NFSv4: Create NFSv4 transport and client by Manoj Naik · 18 years ago
  77. 51d8fa6 NFS: Add timeout to submounts by Trond Myklebust · 18 years ago
  78. 55a9759 NFS: Ensure the client submounts, when it crosses a server mountpoint. by Trond Myklebust · 18 years ago
  79. 8b4bdcf NFS: Store the file system "fsid" value in the NFS super block. by Trond Myklebust · 18 years ago
  80. 8b512d9 VFS: Remove dependency of ->umount_begin() call on MNT_FORCE by Trond Myklebust · 18 years ago
  81. da6d503 NFS: Remove nfs_delete_inode() by Trond Myklebust · 18 years ago
  82. 1842bfb NFS: Fix up inode revalidation accounting by Trond Myklebust · 18 years ago
  83. 44b1187 NFS: Separate metadata and page cache revalidation mechanisms by Trond Myklebust · 18 years ago
  84. f1bb0b9 NFS: Fix page cache revalidation by Trond Myklebust · 18 years ago
  85. 73a3d07 NFS: Clean up inode metadata updates by Trond Myklebust · 18 years ago
  86. 9d1e923 NFSv4: Some NFSv4 servers have broken behaviour for the change attribute by Trond Myklebust · 18 years ago
  87. b9d9506 NFS: nfs_show_stats; for_each_possible_cpu(), not NR_CPUS by John Hawkes · 18 years ago
  88. 53846a2 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 18 years ago
  89. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  90. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  91. e8c96f8 [PATCH] fs: Use ARRAY_SIZE macro by Tobias Klauser · 18 years ago
  92. 9b04c99 [PATCH] vfs: MS_VERBOSE should be MS_SILENT by Theodore Ts'o · 18 years ago
  93. c42de9d NFS: Fix a race in nfs_sync_inode() by Trond Myklebust · 18 years ago
  94. 03f28e3 NFS: Make nfs_fhget() return appropriate error values by Trond Myklebust · 18 years ago
  95. 01d0ae8 NFSv4: Fix an oops in nfs4_fill_super by Trond Myklebust · 18 years ago
  96. 4ece3a2 NFS: add RPC I/O statistics to /proc/self/mountstats by Chuck Lever · 18 years ago
  97. 67ec9f4 NFS: report how long an NFS file system has been mounted by Chuck Lever · 18 years ago
  98. 91d5b47 NFS: add I/O performance counters by Chuck Lever · 18 years ago
  99. d9ef5a8 NFS: introduce mechanism for tracking NFS client metrics by Chuck Lever · 18 years ago
  100. c8bded9 NFS: clean up some mount options by Chuck Lever · 18 years ago