1. a030889 NFS: start printks w/ NFS: even if __func__ shown by Weston Andros Adamson · 13 years ago
  2. ec7652a SUNRPC: register RPC stats /proc entries in passed network namespace context by Stanislav Kinsbursky · 13 years ago
  3. 536e43d NFS: Optimise away unnecessary setattrs for open(O_TRUNC); by Trond Myklebust · 13 years ago
  4. 9e2e74d NFS: blocklayout pipe creation per network namespace context introduced by Stanislav Kinsbursky · 13 years ago
  5. 1b340d0 NFS: DNS resolver cache per network namespace context introduced by Stanislav Kinsbursky · 13 years ago
  6. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  7. 57eccf1 Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  8. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  9. 6926afd NFSv4: Save the owner/group name string when doing open by Trond Myklebust · 13 years ago
  10. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  11. 5ede7b1 pull manipulations of rpc_cred inside alloc_nfs_open_context() by Al Viro · 13 years ago
  12. d310310 Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezer by Jeff Layton · 13 years ago
  13. 1788ea6 nfs: when attempting to open a directory, fall back on normal lookup (try #5) by Jeff Layton · 13 years ago
  14. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  15. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  16. a9a4a87 NFS: Use the inode->i_version to cache NFSv4 change attribute information by Trond Myklebust · 13 years ago
  17. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  18. 533eb46 NFSv4.1: allow nfs_fhget to succeed with mounted on fileid by Andy Adamson · 13 years ago
  19. 0f66b59 NFS41: do not update isize if inode needs layoutcommit by Peng Tao · 14 years ago
  20. cd1acdf Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 13 years ago
  21. cbe8260 pnfs: layoutreturn by Benny Halevy · 13 years ago
  22. 60c16ea NFS: nfs_update_inode: print current and new inode size in debug output by Harshula Jayasuriya · 13 years ago
  23. 0acd220 Merge branch 'nfs-for-2.6.39' into nfs-for-next by Trond Myklebust · 13 years ago
  24. 7ebb931 NFS: use secinfo when crossing mountpoints by Bryan Schumaker · 13 years ago
  25. e0c2b38 NFSv4.1: filelayout driver specific code for COMMIT by Fred Isaman · 13 years ago
  26. 480c200 NFS: Create nfs_open_dir_context by Bryan Schumaker · 13 years ago
  27. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  28. 3fa0b4e (try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 31 or 63 are set in fileid by Frank Filz · 14 years ago
  29. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 13 years ago
  30. 27dc1cd NFS: nfs_wcc_update_inode() should set nfsi->attr_gencount by Trond Myklebust · 14 years ago
  31. ada609e workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUER by Tejun Heo · 14 years ago
  32. 36d43a4 NFS: Use d_automount() rather than abusing follow_link() by David Howells · 14 years ago
  33. b9d919a Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  34. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  35. 4541d16 pnfs: change how lsegs are removed from layout list by Fred Isaman · 14 years ago
  36. f4eecd5 NFS implement v4.0 callback_ident by Andy Adamson · 14 years ago
  37. 11de3b1 NFS: Fix a memory leak in nfs_readdir by Trond Myklebust · 14 years ago
  38. e5e9401 NFS: create and destroy inode's layout cache by Benny Halevy · 14 years ago
  39. 0715dc6 NFS: remove readdir plus limit by Bryan Schumaker · 14 years ago
  40. 955a857 NFS: new idmapper by Bryan Schumaker · 14 years ago
  41. 5c78f58 NFS: Really fix put_nfs_open_context() by Trond Myklebust · 14 years ago
  42. ef84303 NFS: handle inode==NULL in __put_nfs_open_context by Benny Halevy · 14 years ago
  43. 6095889 NFS: Convert nfsiod to use alloc_workqueue() by Trond Myklebust · 14 years ago
  44. cd9a1c0 NFSv4: Clean up nfs4_atomic_open by Trond Myklebust · 14 years ago
  45. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  46. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  47. 1b924e5 NFS: Clean up the callers of nfs_wb_all() by Trond Myklebust · 14 years ago
  48. f11ac8d NFSv4: Ensure that we track the NFSv4 lock state in read/write requests. by Trond Myklebust · 14 years ago
  49. d7cf8dd NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegation by Trond Myklebust · 14 years ago
  50. 987f8df NFS: Reduce stack footprint of nfs_setattr() by Trond Myklebust · 14 years ago
  51. a3cba2a NFS: Reduce stack footprint of nfs_revalidate_inode() by Trond Myklebust · 14 years ago
  52. 2d36bfde NFS: Add helper functions for allocating filehandles and fattr structs by Trond Myklebust · 14 years ago
  53. 1544fa0 NFS: Fix the mode calculation in nfs_find_open_context by Trond Myklebust · 14 years ago
  54. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  55. b4d2314 NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode() by Trond Myklebust · 14 years ago
  56. 3fa04ec Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34 by Trond Myklebust · 14 years ago
  57. 1cda707 NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping by Trond Myklebust · 14 years ago
  58. 5cf9521 NFS: Clean up nfs_sync_mapping by Trond Myklebust · 14 years ago
  59. acdc53b NFS: Replace __nfs_write_mapping with sync_inode() by Trond Myklebust · 14 years ago
  60. ff778d0 NFS: Add a count of the number of unstable writes carried by an inode by Trond Myklebust · 14 years ago
  61. 8fc795f NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c by Trond Myklebust · 14 years ago
  62. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  63. 26821ed make sure data is on disk before calling ->write_inode by Christoph Hellwig · 14 years ago
  64. 6eae797 Switch alloc_nfs_open_context() to struct path by Al Viro · 15 years ago
  65. f895c53 NFS: Make close(2) asynchronous when closing NFS O_DIRECT files by Chuck Lever · 15 years ago
  66. 9b4b351 NFS: Don't clobber the attribute type in nfs_update_inode() by Trond Myklebust · 15 years ago
  67. c08d3b0 truncate: use new helpers by npiggin@suse.de · 15 years ago
  68. e571cbf NFS: Add a dns resolver for use with NFSv4 referrals and migration by Trond Myklebust · 15 years ago
  69. 62ab460c NFSv4: Add 'server capability' flags for NFSv4 recommended attributes by Trond Myklebust · 15 years ago
  70. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  71. ef79c09 NFS: Use local disk inode cache by David Howells · 15 years ago
  72. 8ec442a NFS: Register NFS for caching and retrieve the top-level index by David Howells · 15 years ago
  73. 7fe5c39 NFS: Optimise NFS close() by Trond Myklebust · 15 years ago
  74. 72cb77f NFS: Throttle page dirtying while we're flushing to disk by Trond Myklebust · 15 years ago
  75. fb8a1f1 NFS: cleanup - remove struct nfs_inode->ncommit by Trond Myklebust · 15 years ago
  76. 9e6e70f NFSv4: Support NFSv4 optional attributes in the struct nfs_fattr by Trond Myklebust · 15 years ago
  77. 37d9d76 NFS: flush cached directory information slightly more readily. by NeilBrown · 15 years ago
  78. 2b57dc6 NFS: Minor __nfs_revalidate_inode cleanup by Suresh Jayaraman · 15 years ago
  79. 64672d5 optimize attribute timeouts for "noac" and "actimeo=0" by Peter Staubach · 16 years ago
  80. dc0b027 NFSv4: Convert the open and close ops to use fmode by Trond Myklebust · 16 years ago
  81. ae05f26 NFS: Convert nfs_attr_generation_counter into an atomic_long by Trond Myklebust · 16 years ago
  82. 526719b Switch to a valid email address... by Alan Cox · 16 years ago
  83. 011935a NFS: Fix a resolution problem with nfs_inode->cache_change_attribute by Trond Myklebust · 16 years ago
  84. 4704f0e NFS: Fix the resolution problem with nfs_inode_attrs_need_update() by Trond Myklebust · 16 years ago
  85. 921615f NFS: Changes to inode->i_nlinks must set the NFS_INO_INVALID_ATTR flag by Trond Myklebust · 16 years ago
  86. 03254e6 NFS: Fix attribute updates by Trond Myklebust · 16 years ago
  87. 691beb1 NFS: Allow concurrent inode revalidation by Trond Myklebust · 16 years ago
  88. 2f28ea6 NFS: Fix up nfs_setattr_update_inode() by Trond Myklebust · 16 years ago
  89. 076f1fc NFS: Don't clear nfsi->cache_validity in nfs_check_inode_attributes() by Trond Myklebust · 16 years ago
  90. 4dc05ef NFS: Convert __nfs_revalidate_inode() to use nfs_refresh_inode() by Trond Myklebust · 16 years ago
  91. d65f557 NFS: Fix nfs_post_op_update_inode_force_wcc() by Trond Myklebust · 16 years ago
  92. a10ad17 NFS: Fix the NFS attribute update by Trond Myklebust · 16 years ago
  93. 870a5be NFS: Clean up nfs_refresh_inode() and nfs_post_op_update_inode() by Trond Myklebust · 16 years ago
  94. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  95. fa6dc9d NFS: Remove attribute update related BKL references by Trond Myklebust · 16 years ago
  96. a3d0145 NFS: Remove BKL requirement from attribute updates by Trond Myklebust · 16 years ago
  97. f41f741 NFS: Ensure we zap only the access and acl caches when setting new acls by Trond Myklebust · 16 years ago
  98. 659bfcd NFS: Fix the ftruncate() credential problem by Trond Myklebust · 16 years ago
  99. 31f31db1 nfs: path_{get,put}() cleanups by Jan Blunck · 16 years ago
  100. 3110ff8 nfs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago