1. ab96291 NFS: Split out NFS v3 inode operations by Bryan Schumaker · 12 years ago
  2. 597d928 NFS: Split out NFS v2 inode operations by Bryan Schumaker · 12 years ago
  3. 2701d08 NFSv4.1 add nfs_inode book keeping for mdsthreshold by Andy Adamson · 12 years ago
  4. 82be417 NFSv4.1 cache mdsthreshold values on OPEN by Andy Adamson · 12 years ago
  5. e3c0fb7 NFS: Add NFSDBG_STATE by Chuck Lever · 12 years ago
  6. d69ee9b NFS: Adapt readdirplus to application usage patterns by Trond Myklebust · 12 years ago
  7. ea2cf22 NFS: create struct nfs_commit_info by Fred Isaman · 12 years ago
  8. cd84160 NFS: create common nfs_pgio_header for both read and write by Fred Isaman · 12 years ago
  9. 0b7c015 NFS: add a struct nfs_commit_data to replace nfs_write_data in commits by Fred Isaman · 12 years ago
  10. 6f00866 NFS: Fix more NFS debug related build warnings by Trond Myklebust · 12 years ago
  11. 9304a81 nfs: non void functions must return a value by Stephen Rothwell · 12 years ago
  12. e27d359 SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUG by Trond Myklebust · 12 years ago
  13. d6d6dc7 NFS: remove nfs_inode radix tree by Fred Isaman · 12 years ago
  14. d8e0539 NFS: add filehandle crc for debug display by Weston Andros Adamson · 12 years ago
  15. 20d27e9 NFS: Add a client-side function to display NFS file handles by Chuck Lever · 12 years ago
  16. 5ede7b1 pull manipulations of rpc_cred inside alloc_nfs_open_context() by Al Viro · 13 years ago
  17. 1788ea6 nfs: when attempting to open a directory, fall back on normal lookup (try #5) by Jeff Layton · 13 years ago
  18. 92407e7 nfs4: serialize layoutcommit by Peng Tao · 13 years ago
  19. a9a4a87 NFS: Use the inode->i_version to cache NFSv4 change attribute information by Trond Myklebust · 13 years ago
  20. 1b8e949 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  21. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  22. 0c03080 NFS: Fix spurious readdir cookie loop messages by Trond Myklebust · 13 years ago
  23. 3d4ff43 nfs_open_context doesn't need struct path either by Al Viro · 13 years ago
  24. 10556cb ->permission() sanitizing: don't pass flags to ->permission() by Al Viro · 13 years ago
  25. 863a3c6 NFSv4.1: layoutcommit by Andy Adamson · 13 years ago
  26. e0c2b38 NFSv4.1: filelayout driver specific code for COMMIT by Fred Isaman · 13 years ago
  27. a861a1e NFSv4.1: add generic layer hooks for pnfs COMMIT by Fred Isaman · 13 years ago
  28. 8ef2ce3 NFS: Detect loops in a readdir due to bad cookies by Bryan Schumaker · 13 years ago
  29. 480c200 NFS: Create nfs_open_dir_context by Bryan Schumaker · 13 years ago
  30. b31268a FS: Use stable writes when not doing a bulk flush by Trond Myklebust · 13 years ago
  31. 1360289 NFS: change nfs_writeback_done to return void by Fred Isaman · 13 years ago
  32. 36d43a4 NFS: Use d_automount() rather than abusing follow_link() by David Howells · 14 years ago
  33. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  34. 11de3b1 NFS: Fix a memory leak in nfs_readdir by Trond Myklebust · 14 years ago
  35. 5685b97 nfs: trivial: remove unused nfs_wait_event macro by Jeff Layton · 14 years ago
  36. a4dd8dc Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  37. 74eb94b Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  38. e5e9401 NFS: create and destroy inode's layout cache by Benny Halevy · 14 years ago
  39. 7ab672c NFSv4.1: pnfs: filelayout: introduce minimal file layout driver by Dean Hildebrand · 14 years ago
  40. 85e174b NFS: set layout driver by Ricardo Labiaga · 14 years ago
  41. 779c517 nfs: move nfs_sillyrename to unlink.c by Jeff Layton · 14 years ago
  42. cd9a1c0 NFSv4: Clean up nfs4_atomic_open by Trond Myklebust · 14 years ago
  43. 56463e5 NFS: Use super.c for NFSROOT mount option parsing by Chuck Lever · 14 years ago
  44. 5b22216 nfs: __rcu annotations by Arnd Bergmann · 14 years ago
  45. 5df6b8e Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  46. 77a63f3 NFS: Fix a typo in include/linux/nfs_fs.h by Trond Myklebust · 14 years ago
  47. b608b28 NFS: kswapd must not block in nfs_release_page 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. 2d36bfde NFS: Add helper functions for allocating filehandles and fattr structs by Trond Myklebust · 14 years ago
  50. 71d0a61 NFS: Fix an unstable write data integrity race by Trond Myklebust · 14 years ago
  51. 1cda707 NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping by Trond Myklebust · 14 years ago
  52. 7f2f12d NFS: Simplify nfs_wb_page() by Trond Myklebust · 14 years ago
  53. acdc53b NFS: Replace __nfs_write_mapping with sync_inode() by Trond Myklebust · 14 years ago
  54. c988950 NFS: Simplify nfs_wb_page_cancel() by Trond Myklebust · 14 years ago
  55. ff778d0 NFS: Add a count of the number of unstable writes carried by an inode by Trond Myklebust · 14 years ago
  56. 8fc795f NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c by Trond Myklebust · 14 years ago
  57. 1d1764c headers: kref.h redux by Alexey Dobriyan · 15 years ago
  58. 1ae88b2 NFS: Fix an O_DIRECT Oops... by Trond Myklebust · 15 years ago
  59. f42b293 NFS: nfs_readpage_async() needs to be accessible as a fallback for local caching by David Howells · 15 years ago
  60. ef79c09 NFS: Use local disk inode cache by David Howells · 15 years ago
  61. c6a6f19 NFS: Add FS-Cache option bit and debug bit by David Howells · 15 years ago
  62. cc85906 Merge branch 'devel' into for-linus by Trond Myklebust · 15 years ago
  63. f786aa9 constify dentry_operations: NFS by Al Viro · 15 years ago
  64. 72cb77f NFS: Throttle page dirtying while we're flushing to disk by Trond Myklebust · 15 years ago
  65. fb8a1f1 NFS: cleanup - remove struct nfs_inode->ncommit by Trond Myklebust · 15 years ago
  66. 64672d5 optimize attribute timeouts for "noac" and "actimeo=0" by Peter Staubach · 16 years ago
  67. dc0b027 NFSv4: Convert the open and close ops to use fmode by Trond Myklebust · 16 years ago
  68. bd7bf9d NFSv4: Convert delegation->type field to fmode_t by Trond Myklebust · 16 years ago
  69. 146ec94 NFS: Move declaration of nfs_mount() to fs/nfs/internal.h by Chuck Lever · 16 years ago
  70. 504e518 Make nfs_file_cred more robust. by Neil Brown · 16 years ago
  71. 4704f0e NFS: Fix the resolution problem with nfs_inode_attrs_need_update() by Trond Myklebust · 16 years ago
  72. 691beb1 NFS: Allow concurrent inode revalidation by Trond Myklebust · 16 years ago
  73. 3f8206d [PATCH] get rid of indirect users of namei.h by Al Viro · 16 years ago
  74. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  75. 0e0cab7 NFS: use documenting macro constants for initializing ac{reg, dir}{min, max} by Chuck Lever · 16 years ago
  76. 259875e NFS: set transport defaults after mount option parsing is finished by Trond Myklebust · 16 years ago
  77. a3dab29 make nfs_automount_list static by Adrian Bunk · 16 years ago
  78. c9d8f89 NFS: Ensure that the write code cleans up properly when rpc_run_task() fails by Trond Myklebust · 16 years ago
  79. c37dcd33 NFS: Fix the fsid revalidation in nfs_update_inode() by Trond Myklebust · 16 years ago
  80. 75659ca Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  81. 99fadcd nfs: convert NFS_*(inode) helpers to static inline by Benny Halevy · 16 years ago
  82. 3a10c30 nfs: obliterate NFS_FLAGS macro by Benny Halevy · 16 years ago
  83. bfc69a4 NFS: define a function to update nfsi->cache_change_attribute by Trond Myklebust · 17 years ago
  84. 150030b NFS: Switch from intr mount option to TASK_KILLABLE by Matthew Wilcox · 17 years ago
  85. 5334eb1 NFS: make nfs_wb_page_priority() static by Adrian Bunk · 17 years ago
  86. 565277f NFS: Fix a race in sillyrename by Trond Myklebust · 17 years ago
  87. f43bf0b NFS: Add a boot parameter to disable 64 bit inode numbers by Trond Myklebust · 17 years ago
  88. 58eaab9 [23/37] Clean up duplicate includes in by Jesper Juhl · 17 years ago
  89. c7c2097 NFS: Get rid of some obsolete macros by Trond Myklebust · 17 years ago
  90. d75340c NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries too by Trond Myklebust · 17 years ago
  91. 60ccd4e NFS: Remove nfs_begin_data_update/nfs_end_data_update by Trond Myklebust · 17 years ago
  92. 80eb209 NFS: Remove NFS_I(inode)->data_updates by Trond Myklebust · 17 years ago
  93. a1643a9 NFS: NFS_CACHEINV() should not test for nfs_caches_unstable() by Trond Myklebust · 17 years ago
  94. f382111 NFS: nfs_mark_for_revalidate don't update cache_change_attribute by Trond Myklebust · 17 years ago
  95. 4b84173 NFS: Fix nfs_verify_change_attribute() by Trond Myklebust · 17 years ago
  96. 8edb018 NFS: Fix the sign of the return value of nfs_save_change_attribute() by Trond Myklebust · 17 years ago
  97. 70ca885 NFS: Fake up 'wcc' attributes to prevent cache invalidation after write by Trond Myklebust · 17 years ago
  98. c481299 NFS: Fix atime revalidation in readdir() by Trond Myklebust · 17 years ago
  99. 17cadc9 NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeeds by Trond Myklebust · 17 years ago
  100. 7957c14 NFS: fix nfs_verify_change_attribute by Trond Myklebust · 17 years ago