1. c08d3b0 truncate: use new helpers by npiggin@suse.de · 15 years ago
  2. e571cbf NFS: Add a dns resolver for use with NFSv4 referrals and migration by Trond Myklebust · 15 years ago
  3. 62ab460c NFSv4: Add 'server capability' flags for NFSv4 recommended attributes by Trond Myklebust · 15 years ago
  4. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  5. ef79c09 NFS: Use local disk inode cache by David Howells · 15 years ago
  6. 8ec442a NFS: Register NFS for caching and retrieve the top-level index by David Howells · 15 years ago
  7. 7fe5c39 NFS: Optimise NFS close() by Trond Myklebust · 15 years ago
  8. 72cb77f NFS: Throttle page dirtying while we're flushing to disk by Trond Myklebust · 15 years ago
  9. fb8a1f1 NFS: cleanup - remove struct nfs_inode->ncommit by Trond Myklebust · 15 years ago
  10. 9e6e70f NFSv4: Support NFSv4 optional attributes in the struct nfs_fattr by Trond Myklebust · 15 years ago
  11. 37d9d76 NFS: flush cached directory information slightly more readily. by NeilBrown · 15 years ago
  12. 2b57dc6 NFS: Minor __nfs_revalidate_inode cleanup by Suresh Jayaraman · 15 years ago
  13. 64672d5 optimize attribute timeouts for "noac" and "actimeo=0" by Peter Staubach · 16 years ago
  14. dc0b027 NFSv4: Convert the open and close ops to use fmode by Trond Myklebust · 16 years ago
  15. ae05f26 NFS: Convert nfs_attr_generation_counter into an atomic_long by Trond Myklebust · 16 years ago
  16. 526719b Switch to a valid email address... by Alan Cox · 16 years ago
  17. 011935a NFS: Fix a resolution problem with nfs_inode->cache_change_attribute by Trond Myklebust · 16 years ago
  18. 4704f0e NFS: Fix the resolution problem with nfs_inode_attrs_need_update() by Trond Myklebust · 16 years ago
  19. 921615f NFS: Changes to inode->i_nlinks must set the NFS_INO_INVALID_ATTR flag by Trond Myklebust · 16 years ago
  20. 03254e6 NFS: Fix attribute updates by Trond Myklebust · 16 years ago
  21. 691beb1 NFS: Allow concurrent inode revalidation by Trond Myklebust · 16 years ago
  22. 2f28ea6 NFS: Fix up nfs_setattr_update_inode() by Trond Myklebust · 16 years ago
  23. 076f1fc NFS: Don't clear nfsi->cache_validity in nfs_check_inode_attributes() by Trond Myklebust · 16 years ago
  24. 4dc05ef NFS: Convert __nfs_revalidate_inode() to use nfs_refresh_inode() by Trond Myklebust · 16 years ago
  25. d65f557 NFS: Fix nfs_post_op_update_inode_force_wcc() by Trond Myklebust · 16 years ago
  26. a10ad17 NFS: Fix the NFS attribute update by Trond Myklebust · 16 years ago
  27. 870a5be NFS: Clean up nfs_refresh_inode() and nfs_post_op_update_inode() by Trond Myklebust · 16 years ago
  28. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  29. fa6dc9d NFS: Remove attribute update related BKL references by Trond Myklebust · 16 years ago
  30. a3d0145 NFS: Remove BKL requirement from attribute updates by Trond Myklebust · 16 years ago
  31. f41f741 NFS: Ensure we zap only the access and acl caches when setting new acls by Trond Myklebust · 16 years ago
  32. 659bfcd NFS: Fix the ftruncate() credential problem by Trond Myklebust · 16 years ago
  33. 31f31db1 nfs: path_{get,put}() cleanups by Jan Blunck · 16 years ago
  34. 3110ff8 nfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  35. b0b5397 NFS: Ensure that 'noac' and/or 'actimeo=0' turn off attribute caching by Trond Myklebust · 16 years ago
  36. 233607d Merge branch 'devel' by Trond Myklebust · 16 years ago
  37. 66d3aac NFS: initialize flags field in nfs_open_context by Jeff Layton · 16 years ago
  38. 98a8e32 SUNRPC: Add a helper rpcauth_lookup_generic_cred() by Trond Myklebust · 16 years ago
  39. 9446389e Merge commit 'origin' into devel by Trond Myklebust · 16 years ago
  40. c37dcd33 NFS: Fix the fsid revalidation in nfs_update_inode() by Trond Myklebust · 16 years ago
  41. 5746006 NFS: Add an nfsiod workqueue by Trond Myklebust · 16 years ago
  42. 383ba71 NFS: Fix a deadlock with lazy umount by Trond Myklebust · 16 years ago
  43. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  44. e6f8107 NFS: Add an asynchronous delegreturn operation for use in nfs_clear_inode by Trond Myklebust · 16 years ago
  45. 99fadcd nfs: convert NFS_*(inode) helpers to static inline by Benny Halevy · 16 years ago
  46. 3a10c30 nfs: obliterate NFS_FLAGS macro by Benny Halevy · 16 years ago
  47. bfc69a4 NFS: define a function to update nfsi->cache_change_attribute by Trond Myklebust · 17 years ago
  48. 28c494c NFS: Prevent nfs_getattr() hang during heavy write workloads by Chuck Lever · 17 years ago
  49. 8a8c74b NFS: Ensure nfs_wcc_update_inode always converts file size to loff_t by Chuck Lever · 17 years ago
  50. 150030b NFS: Switch from intr mount option to TASK_KILLABLE by Matthew Wilcox · 17 years ago
  51. a49c3c7 NFSv4: Ensure that we wait for the CLOSE request to complete by Trond Myklebust · 17 years ago
  52. 565277f NFS: Fix a race in sillyrename by Trond Myklebust · 17 years ago
  53. 188b95d NFS: if ATTR_KILL_S*ID bits are set, then skip mode change by Jeff Layton · 17 years ago
  54. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  55. f43bf0b NFS: Add a boot parameter to disable 64 bit inode numbers by Trond Myklebust · 17 years ago
  56. 2a3f5fd NFS: nfs_refresh_inode should clear cache_validity flags on success by Trond Myklebust · 17 years ago
  57. 40d2470 NFS: Fix a connectathon regression in NFSv3 and NFSv4 by Trond Myklebust · 17 years ago
  58. c7c2097 NFS: Get rid of some obsolete macros by Trond Myklebust · 17 years ago
  59. 6d2b296 NFS: Reset nfsi->last_updated only if the attribute changed by Trond Myklebust · 17 years ago
  60. 60ccd4e NFS: Remove nfs_begin_data_update/nfs_end_data_update by Trond Myklebust · 17 years ago
  61. 80eb209 NFS: Remove NFS_I(inode)->data_updates by Trond Myklebust · 17 years ago
  62. 7668fdb NFS: nfs_post_op_update_inode don't update cache_change_attribute by Trond Myklebust · 17 years ago
  63. 12b373e NFS: Don't revalidate dentries on directory size or ctime changes by Trond Myklebust · 17 years ago
  64. 2f78e43 NFS: Don't set cache_change_attribute in nfs_revalidate_mapping by Trond Myklebust · 17 years ago
  65. 70ca885 NFS: Fake up 'wcc' attributes to prevent cache invalidation after write by Trond Myklebust · 17 years ago
  66. b64e8a5 NFS: Remove bogus check of cache_change_attribute in nfs_update_inode by Trond Myklebust · 17 years ago
  67. 7fdc49c NFS: Fix the ESTALE "revalidation" in _nfs_revalidate_inode() by Trond Myklebust · 17 years ago
  68. c481299 NFS: Fix atime revalidation in readdir() by Trond Myklebust · 17 years ago
  69. 47aabaa NFSv4: Don't use ctime/mtime for determining when to invalidate the caches by Trond Myklebust · 17 years ago
  70. 17cadc9 NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeeds by Trond Myklebust · 17 years ago
  71. e323ea4 NFS: nfs_wcc_update_inode: directory caches are always invalidated by Trond Myklebust · 17 years ago
  72. 6ecc5e8 NFS: Fix dcache revalidation bugs by Trond Myklebust · 17 years ago
  73. 7957c14 NFS: fix nfs_verify_change_attribute by Trond Myklebust · 17 years ago
  74. 68e8a70 NFS: nfs_post_op_update_inode() should call nfs_refresh_inode() by Trond Myklebust · 17 years ago
  75. f2115dc NFS: Fix over-conservative attribute invalidation in nfs_update_inode() by Trond Myklebust · 17 years ago
  76. cd3758e NFS: Replace file->private_data with calls to nfs_file_open_context() by Trond Myklebust · 17 years ago
  77. c7e1596 Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffies by Fabio Olive Leite · 17 years ago
  78. 4e769b9 64 bit ino support for NFS client by Peter Staubach · 17 years ago
  79. ed90ef5 NFS: Clean up NFS writeback flush code by Trond Myklebust · 17 years ago
  80. 5e11934 NFS: Fix put_nfs_open_context by Trond Myklebust · 17 years ago
  81. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  82. 412c77c NFSv4: Defer inode revalidation when setting up a delegation by Trond Myklebust · 17 years ago
  83. 587142f NFS: Replace NFS_I(inode)->req_lock with inode->i_lock by Trond Myklebust · 17 years ago
  84. 3bec63d NFS: Convert struct nfs_open_context to use a kref by Trond Myklebust · 17 years ago
  85. 2aefa10 NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inode by Trond Myklebust · 17 years ago
  86. a035686 NFS: Fix nfs_reval_fsid() by Trond Myklebust · 17 years ago
  87. 4a35bd4 NFSv4: Ensure that nfs4_do_close() doesn't race with umount by Trond Myklebust · 17 years ago
  88. 88be9f9 NFS: Replace vfsmount and dentry in nfs_open_context with struct path by Trond Myklebust · 17 years ago
  89. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  90. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  91. 7a13e93 NFS: Kill the obsolete NFS_PARANOIA by Jesper Juhl · 17 years ago
  92. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  93. e1552e1 NFS: Fix an Oops in nfs_setattr() by Trond Myklebust · 17 years ago
  94. 6347073 [PATCH] nfs: nfs_getattr() can't call nfs_sync_mapping_range() for non-regular files by Trond Myklebust · 17 years ago
  95. b0c4fdd NFS: Cleanup - avoid rereading 'jiffies' more than once in the same routine by Trond Myklebust · 17 years ago
  96. 3e7d950 NFS: Fix a wraparound issue with nfsi->cache_change_attribute by Trond Myklebust · 17 years ago
  97. d30c834 NFS: nfs_writepages() cleanup by Trond Myklebust · 18 years ago
  98. 717d44e [PATCH] NFS: Fix races in nfs_revalidate_mapping() by Trond Myklebust · 17 years ago
  99. 01cce93 [PATCH] nfs: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  100. 21b4e73 Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus by Trond Myklebust · 18 years ago