1. 60ccd4e NFS: Remove nfs_begin_data_update/nfs_end_data_update by Trond Myklebust · 17 years ago
  2. 80eb209 NFS: Remove NFS_I(inode)->data_updates by Trond Myklebust · 17 years ago
  3. a1643a9 NFS: NFS_CACHEINV() should not test for nfs_caches_unstable() by Trond Myklebust · 17 years ago
  4. 3258b4f NFS: Remove bogus nfs_mark_for_revalidate() in nfs_lookup by Trond Myklebust · 17 years ago
  5. cf8ba45 NFS: don't cache the verifer across ->lookup() calls by Trond Myklebust · 17 years ago
  6. f382111 NFS: nfs_mark_for_revalidate don't update cache_change_attribute by Trond Myklebust · 17 years ago
  7. 7668fdb NFS: nfs_post_op_update_inode don't update cache_change_attribute by Trond Myklebust · 17 years ago
  8. 12b373e NFS: Don't revalidate dentries on directory size or ctime changes by Trond Myklebust · 17 years ago
  9. 2f78e43 NFS: Don't set cache_change_attribute in nfs_revalidate_mapping by Trond Myklebust · 17 years ago
  10. 446e534 NFS: Fix a bug in nfs_open_revalidate() by Trond Myklebust · 17 years ago
  11. d4d9cdc NFS: Don't hash the negative dentry when optimising for an O_EXCL open by Trond Myklebust · 17 years ago
  12. 5724ab3 NFS: nfs_instantiate() should set the dentry verifier by Trond Myklebust · 17 years ago
  13. fab728e NFS: Ensure nfs_instantiate() invalidates the parent dir on error by Trond Myklebust · 17 years ago
  14. 4b84173 NFS: Fix nfs_verify_change_attribute() by Trond Myklebust · 17 years ago
  15. 8edb018 NFS: Fix the sign of the return value of nfs_save_change_attribute() by Trond Myklebust · 17 years ago
  16. 70ca885 NFS: Fake up 'wcc' attributes to prevent cache invalidation after write by Trond Myklebust · 17 years ago
  17. b64e8a5 NFS: Remove bogus check of cache_change_attribute in nfs_update_inode by Trond Myklebust · 17 years ago
  18. 7fdc49c NFS: Fix the ESTALE "revalidation" in _nfs_revalidate_inode() by Trond Myklebust · 17 years ago
  19. 8850df9 NFS: Fix atime revalidation in read() by Trond Myklebust · 17 years ago
  20. c481299 NFS: Fix atime revalidation in readdir() by Trond Myklebust · 17 years ago
  21. 57fa76f NFS: Don't use readdirplus data if the page cache is invalid by Trond Myklebust · 17 years ago
  22. 47aabaa NFSv4: Don't use ctime/mtime for determining when to invalidate the caches by Trond Myklebust · 17 years ago
  23. 17cadc9 NFS: Don't force a dcache revalidation if nfs_wcc_update_inode succeeds by Trond Myklebust · 17 years ago
  24. e323ea4 NFS: nfs_wcc_update_inode: directory caches are always invalidated by Trond Myklebust · 17 years ago
  25. 6ecc5e8 NFS: Fix dcache revalidation bugs by Trond Myklebust · 17 years ago
  26. 7957c14 NFS: fix nfs_verify_change_attribute by Trond Myklebust · 17 years ago
  27. 68e8a70 NFS: nfs_post_op_update_inode() should call nfs_refresh_inode() by Trond Myklebust · 17 years ago
  28. f2115dc NFS: Fix over-conservative attribute invalidation in nfs_update_inode() by Trond Myklebust · 17 years ago
  29. 76b3299 NFSv4: Make NFSv4 ACCESS calls return attributes too... by Trond Myklebust · 17 years ago
  30. af22f94 NFSv4: Simplify _nfs4_do_access() by Trond Myklebust · 17 years ago
  31. cd3758e NFS: Replace file->private_data with calls to nfs_file_open_context() by Trond Myklebust · 17 years ago
  32. c03025d NFS: Add a helper to extract the nfs_open_context from a struct file by Trond Myklebust · 17 years ago
  33. 8fb559f NFS: Eliminate nfs_refresh_verifier() by Chuck Lever · 17 years ago
  34. 77a55a1 NFS: Eliminate nfs_renew_times() by Chuck Lever · 17 years ago
  35. 92f6c17 NFS: Don't call nfs_renew_times() in nfs_dentry_iput() by Chuck Lever · 17 years ago
  36. 1321d8d SUNRPC: Fix bytes-per-op accounting for RPC over UDP by Chuck Lever · 17 years ago
  37. bcf3561 NFS: Show "nointr" mount option by Chuck Lever · 17 years ago
  38. 6e88e06 NFS: Verify server address before invoking in-kernel mount client by Chuck Lever · 17 years ago
  39. 113632d SUNRPC: Add RDMA dependency to SUNRPC_XPRT_RDMA by \"Talpey, Thomas\ · 17 years ago
  40. c56c65f RPCRDMA: rpc rdma verbs interface implementation by \"Talpey, Thomas\ · 17 years ago
  41. e960182 RPCRDMA: rpc rdma protocol implementation by \"Talpey, Thomas\ · 17 years ago
  42. f58851e RPCRDMA: rpc rdma transport switch by \"Talpey, Thomas\ · 17 years ago
  43. 2cf7ff7 NFS: support RDMA mounts by \"Talpey, Thomas\ · 17 years ago
  44. c3a57ed RPCRDMA: Kconfig and header file with rpcrdma protocol definitions by \"Talpey, Thomas\ · 17 years ago
  45. 56928ed NFS - print accurate transport protocol by \"Talpey, Thomas\ · 17 years ago
  46. 0896a72 NFS/SUNRPC: use transport protocol naming by \"Talpey, Thomas\ · 17 years ago
  47. 4fa016e NFS/SUNRPC: support transport protocol naming by \"Talpey, Thomas\ · 17 years ago
  48. 49c36fc SUNRPC: rearrange RPC sockets definitions by \"Talpey, Thomas\ · 17 years ago
  49. 3c341b0b SUNRPC: rename the rpc_xprtsock_create structure by \"Talpey, Thomas\ · 17 years ago
  50. bc25571 SUNRPC: Finish API to load RPC transport implementations dynamically by \"Talpey, Thomas\ · 17 years ago
  51. 81c098a SUNRPC: Provide a new API for registering transport implementations by \"Talpey, Thomas\ · 17 years ago
  52. 1244480 SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions by \"Talpey, Thomas\ · 17 years ago
  53. 4f22ccc SUNRPC: mark bulk read/write data in xdrbuf by \"Talpey, Thomas\ · 17 years ago
  54. 20c71f5 NFSv4: Fix a bug in nfs4_validate_mount_data() by Trond Myklebust · 17 years ago
  55. 91ea40b NFS: use in-kernel mount argument structure for nfsv4 mounts by \"Talpey, Thomas\ · 17 years ago
  56. 2283f8d NFS: use in-kernel mount argument structure for nfsv[23] mounts by \"Talpey, Thomas\ · 17 years ago
  57. 6b18eaa NFS: move nfs_parsed_mount_data structure definition by \"Talpey, Thomas\ · 17 years ago
  58. 4417c8c SUNRPC: export per-transport rpcbind netid's by \"Talpey, Thomas\ · 17 years ago
  59. 4f40ee4 SUNRPC: move per-transport rpcbind netid's by \"Talpey, Thomas\ · 17 years ago
  60. 817cb9d NFSD: Convert printk's to dprintk's in NFSD's nfs4xdr by Chuck Lever · 17 years ago
  61. e159a08 LOCKD: Convert printk's to dprintk's in lockd XDR routines by Chuck Lever · 17 years ago
  62. fe82a18 NFS: Convert printk's to dprintk's in fs/nfs/nfs?xdr.c by Chuck Lever · 17 years ago
  63. 0ac8377 NFS: Add new 'mountaddr=' mount option by Chuck Lever · 17 years ago
  64. aad7000 [NFS] [PATCH] NFS: initialize default port in kernel mount client by James Lentini · 17 years ago
  65. efd8340 NFS: Kernel mount client should use async bind by Chuck Lever · 17 years ago
  66. b79dc8c SUNRPC: RPC bind failures should be permanent for NULL requests by Chuck Lever · 17 years ago
  67. 906462a SUNRPC: Split another new rpcbind retry error code from EACCES by Chuck Lever · 17 years ago
  68. 2429cbf SUNRPC: Add a new error code for retry waiting for another binder by Chuck Lever · 17 years ago
  69. 4784cb5 SUNRPC: Retry bad rpcbind replies by Chuck Lever · 17 years ago
  70. e65fe39 SUNRPC: Make rpcb_decode_getaddr more picky about universal addresses by Chuck Lever · 17 years ago
  71. d66968f SUNRPC: Clean up in rpc_show_tasks by Chuck Lever · 17 years ago
  72. 06b8d25 SUNRPC: Make sure server name is reasonable before trying to print it by Chuck Lever · 17 years ago
  73. 6d0aa06 SUNRPC: Use correct argument type in memcpy() by Chuck Lever · 17 years ago
  74. 89eb21c SUNRPC: fix a signed v. unsigned comparison nit in rpc_bind_new_program by Chuck Lever · 17 years ago
  75. 5d34da3 SUNRPC: Only one dprintk is needed during client creation by Chuck Lever · 17 years ago
  76. 143b6c4 SUNRPC: Fix generation of universal addresses for by Chuck Lever · 17 years ago
  77. 756805e SUNRPC: Add support for formatted universal addresses by Chuck Lever · 17 years ago
  78. 8945ee5 SUNRPC: Split xs_reclassify_socket into an IPv4 and IPv6 version by Chuck Lever · 17 years ago
  79. 95392c5 SUNRPC: Add a helper for extracting the address using the correct type by Chuck Lever · 17 years ago
  80. 8f9d5b1 SUNRPC: Add IPv6 address support to net/sunrpc/xprtsock.c by Chuck Lever · 17 years ago
  81. 68e220b SUNRPC: create connect workers for IPv6 by Chuck Lever · 17 years ago
  82. 9c3d72d SUNRPC: Rename IPv4 connect workers by Chuck Lever · 17 years ago
  83. 16be2d2 SUNRPC: Refactor a part of socket connect logic into a helper function by Chuck Lever · 17 years ago
  84. 90058d3 SUNRPC: create an IPv6-savvy mechanism for binding to a reserved port by Chuck Lever · 17 years ago
  85. 7dc753f SUNRPC: Rename xs_bind() to prepare for IPv6-specific bind method by Chuck Lever · 17 years ago
  86. 2061200 SUNRPC: Introduce support for setting the port number in IPv6 addresses by Chuck Lever · 17 years ago
  87. d5b6443 SUNRPC: add support for IPv6 to the kernel's rpcbind client by Chuck Lever · 17 years ago
  88. 4b6473f SUNRPC: add a function to format IPv6 addresses by Chuck Lever · 17 years ago
  89. ba10f2c SUNRPC: Rename xs_format_peer_addresses by Chuck Lever · 17 years ago
  90. fbfe3cc SUNRPC: Add hex-formatted address support to rpc_peeraddr2str() by Chuck Lever · 17 years ago
  91. 0c43b3d SUNRPC: Free address buffers in a loop by Chuck Lever · 17 years ago
  92. bda243d SUNRPC: Use standard macros for printing IP addresses by Chuck Lever · 17 years ago
  93. b595bb1 SUNRPC: Fix a signed v. unsigned comparison in net/sunrpc/xprtsock.c by Chuck Lever · 17 years ago
  94. adc24df SUNRPC: Fix a signed v. unsigned comparison in rpcbind's XDR routines by Chuck Lever · 17 years ago
  95. ddc01c0 [NFS] [PATCH] NFS: show addr=ipaddr in /proc/mounts rather than by Jeff Layton · 17 years ago
  96. f8cf367 [NFS] [PATCH] nfs: tiny makefile cleanup by Christoph Hellwig · 17 years ago
  97. c7e1596 Re: [NFS] [PATCH] Attribute timeout handling and wrapping u32 jiffies by Fabio Olive Leite · 17 years ago
  98. 4e769b9 64 bit ino support for NFS client by Peter Staubach · 17 years ago
  99. 50e437d SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooks by Trond Myklebust · 17 years ago
  100. 7b159fc NFS: Fall back to synchronous writes when a background write errors... by Trond Myklebust · 17 years ago