1. c48f4f3 NFSv41: Convert the various reboot recovery ops etc to minor version ops by Trond Myklebust · 14 years ago
  2. 97dc135 NFSv41: Clean up the NFSv4.1 minor version specific operations by Trond Myklebust · 14 years ago
  3. a2118c3 NFSv41: Don't store session state in the nfs_client->cl_state by Trond Myklebust · 14 years ago
  4. df89645 NFSv41: Further cleanup for nfs4_sequence_done by Trond Myklebust · 14 years ago
  5. 035168a NFSv4.1: Make nfs4_setup_sequence take a nfs_server argument by Trond Myklebust · 14 years ago
  6. 71ac6da NFSv4.1: Merge the nfs41_proc_async_sequence() and nfs4_proc_sequence() by Trond Myklebust · 14 years ago
  7. aa5190d NFSv4: Kill nfs4_async_handle_error() abuses by NFSv4.1 by Trond Myklebust · 14 years ago
  8. d185a33 NFSv4.1: Simplify nfs41_sequence_done() by Trond Myklebust · 14 years ago
  9. 2a6e26c NFSv4.1: Clean up nfs4_setup_sequence by Trond Myklebust · 14 years ago
  10. d5f8d3f NFSv41: Fix a memory leak in nfs41_proc_async_sequence() by Trond Myklebust · 14 years ago
  11. d3f6baa NFSv4: Fix an embarassing typo in encode_attrs() by Trond Myklebust · 14 years ago
  12. 0be8189 NFSv4: Ensure that /proc/self/mountinfo displays the minor version number by Trond Myklebust · 14 years ago
  13. 44950b6 NFSv4.1: Ensure that we initialise the session when following a referral by Trond Myklebust · 14 years ago
  14. f799bdb nfs4 use mandatory attribute file type in nfs4_get_root by Andy Adamson · 14 years ago
  15. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  16. 0522f6a NFS: Fix another nfs_wb_page() deadlock by Trond Myklebust · 14 years ago
  17. c5efa5f NFS: Ensure that we mark the inode as dirty if we exit early from commit by Trond Myklebust · 14 years ago
  18. 59844a9 NFS: Fix a lock imbalance typo in nfs_access_cache_shrinker by Trond Myklebust · 14 years ago
  19. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  20. 9c7e7e2 NFS: Don't call iput() in nfs_access_cache_shrinker by Trond Myklebust · 14 years ago
  21. 1a81bb8 NFS: Clean up nfs_access_zap_cache() by Trond Myklebust · 14 years ago
  22. 61d5eb2 NFS: Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFS by Trond Myklebust · 14 years ago
  23. 93870d7 NFS: Read requests can use GFP_KERNEL. by Trond Myklebust · 14 years ago
  24. 18eb884 NFS: Clean up nfs_create_request() by Trond Myklebust · 14 years ago
  25. 8535b2b NFSv4: Don't use GFP_KERNEL allocations in state recovery by Trond Myklebust · 14 years ago
  26. 9bc4e3c NFS: Calldata for nfs4_renew_done() by Chuck Lever · 14 years ago
  27. dfe52c0 NFS: Squelch compiler warning in nfs_add_server_stats() by Chuck Lever · 14 years ago
  28. a6d5ff6 NFS: Clean up fscache_uniq mount option by Chuck Lever · 14 years ago
  29. 0f15c53 NFS: Squelch compiler warning by Chuck Lever · 14 years ago
  30. bb8b27e NFSv4: Clean up the NFSv4 setclientid operation by Trond Myklebust · 14 years ago
  31. d7cf8dd NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegation by Trond Myklebust · 14 years ago
  32. fd86dfd NFSv4: Fix up the documentation for nfs_do_refmount by Trond Myklebust · 14 years ago
  33. 1b4c606 NFS: Replace nfsroot on-stack filehandle by Trond Myklebust · 14 years ago
  34. b157b06 NFS: Cleanup file handle allocations in fs/nfs/super.c by Trond Myklebust · 14 years ago
  35. ce587e0 NFS: Prevent the mount code from looping forever on broken exports by Trond Myklebust · 14 years ago
  36. 6e94d62 NFS: Reduce stack footprint of nfs3_proc_getacl() and nfs3_proc_setacl() by Trond Myklebust · 14 years ago
  37. ca7e9a0 NFS: Reduce stack footprint of nfs_statfs() by Trond Myklebust · 14 years ago
  38. 987f8df NFS: Reduce stack footprint of nfs_setattr() by Trond Myklebust · 14 years ago
  39. 0ab64e0 NFS: Reduce stack footprint of nfs4_proc_create() by Trond Myklebust · 14 years ago
  40. 23a3061 NFS: Reduce the stack footprint of nfs_proc_symlink() by Trond Myklebust · 14 years ago
  41. eb872f0 NFS: Reduce the stack footprint of nfs_proc_create by Trond Myklebust · 14 years ago
  42. 39967dd NFS: Reduce the stack footprint of nfs_rmdir by Trond Myklebust · 14 years ago
  43. d346890 NFS: Reduce stack footprint of nfs_proc_remove() by Trond Myklebust · 14 years ago
  44. 3b14d65 NFS: Reduce stack footprint of nfs3_proc_readlink() by Trond Myklebust · 14 years ago
  45. 136f262 NFS: Reduce the stack footprint of nfs_link() by Trond Myklebust · 14 years ago
  46. aa49b4c NFS: Reduce stack footprint of nfs_readdir() by Trond Myklebust · 14 years ago
  47. 011fff7 NFS: Reduce stack footprint of nfs3_proc_rename() and nfs4_proc_rename() by Trond Myklebust · 14 years ago
  48. a3cba2a NFS: Reduce stack footprint of nfs_revalidate_inode() by Trond Myklebust · 14 years ago
  49. c407d41 NFSv4: Reduce stack footprint of nfs4_proc_access() and nfs3_proc_access() by Trond Myklebust · 14 years ago
  50. 4f72729 NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sb by Trond Myklebust · 14 years ago
  51. 8bac9db NFSv4: Reduce stack footprint of nfs4_get_root() by Trond Myklebust · 14 years ago
  52. 04ffdbe NFS: Reduce the stack footprint of nfs_follow_remote_path() by Trond Myklebust · 14 years ago
  53. e1fb4d0 NFS: Reduce the stack footprint of nfs_lookup by Trond Myklebust · 14 years ago
  54. 364d015e5 NFSv4: Reduce the stack footprint of try_location() by Trond Myklebust · 14 years ago
  55. fbca779 NFS: Reduce the stack footprint of nfs_create_server by Trond Myklebust · 14 years ago
  56. a4d7f16 NFS: Reduce the stack footprint of nfs_follow_mountpoint() by Trond Myklebust · 14 years ago
  57. 815409d NFSv4: Eliminate nfs4_path_walk() by Trond Myklebust · 14 years ago
  58. 2d36bfde NFS: Add helper functions for allocating filehandles and fattr structs by Trond Myklebust · 14 years ago
  59. 17d2c0a NFS: Fix RCU issues in the NFSv4 delegation code by David Howells · 14 years ago
  60. 8f649c3 NFSv4: Fix the locking in nfs_inode_reclaim_delegation() by Trond Myklebust · 14 years ago
  61. 27fb8d7 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  62. d9e80b7 nfs d_revalidate() is too trigger-happy with d_drop() by Al Viro · 14 years ago
  63. 9699eda nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4 by Xiaotian Feng · 14 years ago
  64. acf82b8 nfs: fix some issues in nfs41_proc_reclaim_complete() by Dan Carpenter · 14 years ago
  65. ba8b06e NFS: Ensure that nfs_wb_page() waits for Pg_writeback to clear by Trond Myklebust · 14 years ago
  66. 71d0a61 NFS: Fix an unstable write data integrity race by Trond Myklebust · 14 years ago
  67. cdd29ec nfs: testing for null instead of ERR_PTR() by Dan Carpenter · 14 years ago
  68. 356e76b NFS: rsize and wsize settings ignored on v4 mounts by Chuck Lever · 14 years ago
  69. 1f063d2 NFSv4: Don't attempt an atomic open if the file is a mountpoint by Trond Myklebust · 14 years ago
  70. 0df5dd4 NFSv4: fix delegated locking by Trond Myklebust · 14 years ago
  71. 2c61be0 NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptible by Trond Myklebust · 14 years ago
  72. a6305dd NFS: Fix a race with the new commit code by Trond Myklebust · 14 years ago
  73. b80c3cb NFS: Ensure that writeback_single_inode() calls write_inode() when syncing by Trond Myklebust · 14 years ago
  74. 1544fa0 NFS: Fix the mode calculation in nfs_find_open_context by Trond Myklebust · 14 years ago
  75. 80e6063 NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR by Trond Myklebust · 14 years ago
  76. 04287f9 Have nfs ->d_revalidate() report errors properly by Al Viro · 14 years ago
  77. 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
  78. 556ae3b NFS: don't try to decode GETATTR if DELEGRETURN returned error by Jeff Layton · 14 years ago
  79. d812e57 NFS: Prevent another deadlock in nfs_release_page() by Trond Myklebust · 14 years ago
  80. cfbc068 NFS: ensure bdi_unregister is called on mount failure. by NeilBrown · 15 years ago
  81. bb6fbc4 NFS: Avoid a deadlock in nfs_release_page by Trond Myklebust · 15 years ago
  82. b4d2314 NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode() by Trond Myklebust · 15 years ago
  83. 49697ee nfs4: Make the v4 callback service hidden by Steve Dickson · 15 years ago
  84. 7dd08a5 nfs: fix unlikely memory leak by Dan Carpenter · 15 years ago
  85. 05c5cb3 Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  86. 3fa04ec Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34 by Trond Myklebust · 15 years ago
  87. 1cda707 NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping by Trond Myklebust · 15 years ago
  88. 5cf9521 NFS: Clean up nfs_sync_mapping by Trond Myklebust · 15 years ago
  89. 7f2f12d NFS: Simplify nfs_wb_page() by Trond Myklebust · 15 years ago
  90. acdc53b NFS: Replace __nfs_write_mapping with sync_inode() by Trond Myklebust · 15 years ago
  91. c988950 NFS: Simplify nfs_wb_page_cancel() by Trond Myklebust · 15 years ago
  92. 2928db1 NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pages by Trond Myklebust · 15 years ago
  93. 5bad5ab NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is set by Trond Myklebust · 15 years ago
  94. 420e364 NFS: Reduce the number of unnecessary COMMIT calls by Trond Myklebust · 15 years ago
  95. ff778d0 NFS: Add a count of the number of unstable writes carried by an inode by Trond Myklebust · 15 years ago
  96. 8fc795f NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c by Trond Myklebust · 15 years ago
  97. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
  98. 26821ed make sure data is on disk before calling ->write_inode by Christoph Hellwig · 15 years ago
  99. 4ea41e2d Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming by J. Bruce Fields · 15 years ago
  100. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago