1. 5334eb1 NFS: make nfs_wb_page_priority() static by Adrian Bunk · 17 years ago
  2. 565277f NFS: Fix a race in sillyrename by Trond Myklebust · 17 years ago
  3. f43bf0b NFS: Add a boot parameter to disable 64 bit inode numbers by Trond Myklebust · 17 years ago
  4. 58eaab9 [23/37] Clean up duplicate includes in by Jesper Juhl · 17 years ago
  5. c7c2097 NFS: Get rid of some obsolete macros by Trond Myklebust · 17 years ago
  6. d75340c NFSv4: Fix nfs_atomic_open() to set the verifier on negative dentries too by Trond Myklebust · 17 years ago
  7. 60ccd4e NFS: Remove nfs_begin_data_update/nfs_end_data_update by Trond Myklebust · 17 years ago
  8. 80eb209 NFS: Remove NFS_I(inode)->data_updates by Trond Myklebust · 17 years ago
  9. a1643a9 NFS: NFS_CACHEINV() should not test for nfs_caches_unstable() by Trond Myklebust · 17 years ago
  10. f382111 NFS: nfs_mark_for_revalidate don't update cache_change_attribute by Trond Myklebust · 17 years ago
  11. 4b84173 NFS: Fix nfs_verify_change_attribute() by Trond Myklebust · 17 years ago
  12. 8edb018 NFS: Fix the sign of the return value of nfs_save_change_attribute() by Trond Myklebust · 17 years ago
  13. 70ca885 NFS: Fake up 'wcc' attributes to prevent cache invalidation after write by Trond Myklebust · 17 years ago
  14. c481299 NFS: Fix atime revalidation in readdir() by Trond Myklebust · 17 years ago
  15. 17cadc9 NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeeds by Trond Myklebust · 17 years ago
  16. 7957c14 NFS: fix nfs_verify_change_attribute by Trond Myklebust · 17 years ago
  17. af22f94 NFSv4: Simplify _nfs4_do_access() by Trond Myklebust · 17 years ago
  18. cd3758e NFS: Replace file->private_data with calls to nfs_file_open_context() by Trond Myklebust · 17 years ago
  19. c03025d NFS: Add a helper to extract the nfs_open_context from a struct file by Trond Myklebust · 17 years ago
  20. 7b159fc NFS: Fall back to synchronous writes when a background write errors... by Trond Myklebust · 17 years ago
  21. ed90ef5 NFS: Clean up NFS writeback flush code by Trond Myklebust · 17 years ago
  22. 9cccef9 NFS: Clean up write code... by Trond Myklebust · 17 years ago
  23. 1b3b4a1 NFS: Fix a write request leak in nfs_invalidate_page() by Trond Myklebust · 17 years ago
  24. 5e11934 NFS: Fix put_nfs_open_context by Trond Myklebust · 17 years ago
  25. e4eff1a SUNRPC: Clean up the sillyrename code by Trond Myklebust · 17 years ago
  26. 3ea9730 NFS: Remake nfsroot_mount as a permanent part of NFS client by Chuck Lever · 17 years ago
  27. f182899 NFS: Add a new NFS debugging flag just for mount processing by Chuck Lever · 17 years ago
  28. 433c923 NFS: Clean up nfs_size_to_loff_t() by Chuck Lever · 17 years ago
  29. 412c77c NFSv4: Defer inode revalidation when setting up a delegation by Trond Myklebust · 17 years ago
  30. 587142f NFS: Replace NFS_I(inode)->req_lock with inode->i_lock by Trond Myklebust · 17 years ago
  31. 3bec63d NFS: Convert struct nfs_open_context to use a kref by Trond Myklebust · 17 years ago
  32. dce34ce NFS: Prevent integer overflow in nfs_scan_list() by Trond Myklebust · 17 years ago
  33. 2aefa10 NFS: Remove the redundant 'dirty' and 'commit' lists from nfs_inode by Trond Myklebust · 17 years ago
  34. 88be9f9 NFS: Replace vfsmount and dentry in nfs_open_context with struct path by Trond Myklebust · 17 years ago
  35. 8d5658c NFS: Fix a buffer overflow in the allocation of struct nfs_read/writedata by Trond Myklebust · 17 years ago
  36. 89a0914 [PATCH] nfs: fix congestion control by Peter Zijlstra · 17 years ago
  37. d9bc125c Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ by Trond Myklebust · 17 years ago
  38. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  39. 4dc2eae NFS: move NFS_DEBUG definition by Benny Halevy · 18 years ago
  40. 717d44e [PATCH] NFS: Fix races in nfs_revalidate_mapping() by Trond Myklebust · 17 years ago
  41. 61822ab NFS: Ensure we only call set_page_writeback() under the page lock by Trond Myklebust · 18 years ago
  42. 4d770cc NFS: Ensure that nfs_wb_page() calls writepage when necessary. by Trond Myklebust · 18 years ago
  43. 1a54533 NFS: Add nfs_set_page_dirty() by Trond Myklebust · 18 years ago
  44. 1c75950 NFS: cleanup of nfs_sync_inode_wait() by Trond Myklebust · 18 years ago
  45. 3f44254 NFS: Clean up nfs_scan_dirty() by Trond Myklebust · 18 years ago
  46. 8aca67f SUNRPC: Fix a potential race in rpc_wake_up_task() by Trond Myklebust · 18 years ago
  47. 5a874db [NET]: ipconfig and nfsroot annotations by Al Viro · 18 years ago
  48. bc4785c [PATCH] nfs: verifier is network-endian by Al Viro · 18 years ago
  49. cd9ae2b [PATCH] NFS: Deal with failure of invalidate_inode_pages2() by Trond Myklebust · 18 years ago
  50. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  51. 66f3750 [PATCH] fs/nfs/: make code static by Adrian Bunk · 18 years ago
  52. e18fa70 Move several *_SUPER_MAGIC symbols to include/linux/magic.h. by Jeff Garzik · 18 years ago
  53. 6ca9482 SUNRPC: Clean-up after previous patches. by Chuck Lever · 18 years ago
  54. 8fa5c00 NFS: Move rpc_ops from nfs_server to nfs_client by David Howells · 18 years ago
  55. 24c8dbb NFS: Generalise the nfs_client structure by David Howells · 18 years ago
  56. cfcea3e NFS: Add a global LRU list for the ACCESS cache by Trond Myklebust · 18 years ago
  57. 1c3c07e NFS: Add a new ACCESS rpc call cache to the linux nfs client by Trond Myklebust · 18 years ago
  58. 7f1cbe5 [PATCH] headers_check: reduce user-visible noise in <linux/nfs_fs.h> by David Woodhouse · 18 years ago
  59. e9f7bee [PATCH] NFS: large non-page-aligned direct I/O clobbers memory by Trond Myklebust · 18 years ago
  60. e4e2051 NFS: make 2 functions static by Adrian Bunk · 18 years ago
  61. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  62. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  63. d75d541 git-nfs-build-fixes by Andrew Morton · 18 years ago
  64. 6b97fd3 NFSv4: Follow a referral by Manoj Naik · 18 years ago
  65. 9cdb388 NFSv4: Ensure client submounts when following a referral by Manoj Naik · 18 years ago
  66. 51d8fa6 NFS: Add timeout to submounts by Trond Myklebust · 18 years ago
  67. 55a9759 NFS: Ensure the client submounts, when it crosses a server mountpoint. by Trond Myklebust · 18 years ago
  68. 8b4bdcf NFS: Store the file system "fsid" value in the NFS super block. by Trond Myklebust · 18 years ago
  69. d2ccddf NFS: Flesh out nfs_invalidate_page() by Trond Myklebust · 18 years ago
  70. 44b1187 NFS: Separate metadata and page cache revalidation mechanisms by Trond Myklebust · 18 years ago
  71. 38478b2 NFS: More page cache revalidation fixups by Trond Myklebust · 18 years ago
  72. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  73. c42de9d NFS: Fix a race in nfs_sync_inode() by Trond Myklebust · 18 years ago
  74. 3feb2d4 NFS: Uninline nfs_writedata_(alloc|free) and nfs_readdata_(alloc|free) by Trond Myklebust · 18 years ago
  75. fad6149 nfs: Use UNSTABLE + COMMIT for NFS O_DIRECT writes by Trond Myklebust · 18 years ago
  76. e17b1fc NFS: Make nfs_commit_alloc() extern by Trond Myklebust · 18 years ago
  77. 462d5b3 NFS: make direct write path generate write requests concurrently by Chuck Lever · 18 years ago
  78. ec06c09 NFS: Cleanup of NFS read code by Trond Myklebust · 18 years ago
  79. 788e7a8 NFS: Cleanup of NFS write code in preparation for asynchronous o_direct by Trond Myklebust · 18 years ago
  80. 24bd68f NFS: Code comments update in NFS by Goldwyn Rodrigues · 18 years ago
  81. b92dccf NFS: Fix a busy inodes issue... by Trond Myklebust · 18 years ago
  82. 7fd105e [PATCH] Fix compile for CONFIG_SYSVIPC=n or CONFIG_SYSCTL=n by Stephen Rothwell · 18 years ago
  83. a72b442 NFSv4: Allow user to set the port used by the NFSv4 callback channel by Trond Myklebust · 19 years ago
  84. 70b9ecb NFS: Make stat() return updated mtimes after a write() by Trond Myklebust · 19 years ago
  85. 40859d7 NFS: support large reads and writes on the wire by Chuck Lever · 19 years ago
  86. 963d8fe RPC: Clean up RPC task structure by Trond Myklebust · 19 years ago
  87. 29884df NFS: Fix another O_DIRECT race by Trond Myklebust · 19 years ago
  88. d530838 NFSv4: Fix problem with OPEN_DOWNGRADE by Trond Myklebust · 19 years ago
  89. decf491 NFS: Don't let nfs_end_data_update() clobber attribute update information by Trond Myklebust · 19 years ago
  90. 3380114 NFS: Optimise inode attribute cache updates by Trond Myklebust · 19 years ago
  91. 913a70f NFS: Convert cache_change_attribute into a jiffy-based value by Trond Myklebust · 19 years ago
  92. 0e574af NFS: Cleanup initialisation of struct nfs_fattr by Trond Myklebust · 19 years ago
  93. 03bf4b7 [PATCH] RPC: parametrize various transport connect timeouts by Chuck Lever · 19 years ago
  94. dc59250 [PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsi by Chuck Lever · 19 years ago
  95. 412d582 [PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flags by Chuck Lever · 19 years ago
  96. 5529680 [PATCH] NFS: split nfsi->flags into two fields by Chuck Lever · 19 years ago
  97. 65e4308 [PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL creates by Trond Myklebust · 19 years ago
  98. 3da28eb [PATCH] NFS: Replace nfs_page insertion sort with a radix sort by Trond Myklebust · 19 years ago
  99. fe51beec [PATCH] NFS: Ensure that fstat() always returns the correct mtime by Trond Myklebust · 19 years ago
  100. 7d52e86 [PATCH] NFS: Cleanup of caching code, and slight optimization of writes. by Trond Myklebust · 19 years ago