1. a71e360 Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  2. 7f155c7 Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  3. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  4. 1592c4d Merge branch 'nfs-rdma' by Trond Myklebust · 8 years ago
  5. 7f94ed2 Merge branch 'sunrpc' by Trond Myklebust · 8 years ago
  6. ce52914e sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags by Scott Mayhew · 8 years ago
  7. f4a4906 SUNRPC: Remove unused callback xpo_adjust_wspace() by Trond Myklebust · 8 years ago
  8. ff3ac5c SUNRPC: Add a server side per-connection limit by Trond Myklebust · 8 years ago
  9. d8d2913 sunrpc: remove 'inuse' flag from struct cache_detail. by NeilBrown · 8 years ago
  10. 65b8017 xprtrdma: No direct data placement with krb5i and krb5p by Chuck Lever · 8 years ago
  11. 39a9bea rpc: share one xps between all backchannels by J. Bruce Fields · 8 years ago
  12. d50039e nfsd4/rpc: move backchannel create logic into rpc code by J. Bruce Fields · 8 years ago
  13. f1dc237 SUNRPC: Reduce latency when send queue is congested by Trond Myklebust · 8 years ago
  14. 40a5f1b SUNRPC: RPC transport queue must be low latency by Trond Myklebust · 8 years ago
  15. 42d42a5 SUNRPC: Small optimisation of client receive by Trond Myklebust · 8 years ago
  16. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  17. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 8 years ago
  18. 917ea16 <linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string() by George Spelvin · 8 years ago
  19. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  20. 9a8f6b5 SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL arguments by Trond Myklebust · 8 years ago
  21. 29c5542 xprtrdma: Bound the inline threshold values by Chuck Lever · 8 years ago
  22. 6b26cc8 sunrpc: Advertise maximum backchannel payload size by Chuck Lever · 8 years ago
  23. 4b9c7f9 sunrpc: Update RPCBIND_MAXNETIDLEN by Chuck Lever · 8 years ago
  24. d9e4084 svcrdma: Generalize svc_rdma_xdr_decode_req() by Chuck Lever · 8 years ago
  25. 62dbef2 sunrpc: add a get_rpccred_rcu inline by Jeff Layton · 8 years ago
  26. c065d22 sunrpc: add rpc_lookup_generic_cred by Weston Andros Adamson · 8 years ago
  27. 3c6e0bc sunrpc: plumb gfp_t parm into crcreate operation by Jeff Layton · 8 years ago
  28. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  29. 5b1e167 Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  30. 01cde15 Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  31. 1425075 Merge tag 'nfs-rdma-4.6-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 8 years ago
  32. 59aa1f9 xprtrdma: Properly handle RDMA_ERROR replies by Chuck Lever · 8 years ago
  33. d8647f2 rpcrdma: Add RPCRDMA_HDRLEN_ERR by Chuck Lever · 8 years ago
  34. 66cede5 xprtrdma: Clean up unused RPCRDMA_INLINE_PAD_THRESH macro by Chuck Lever · 8 years ago
  35. be99bb1 svcrdma: Use new CQ API for RPC-over-RDMA server send CQs by Chuck Lever · 8 years ago
  36. 8bd5ba8 svcrdma: Use new CQ API for RPC-over-RDMA server receive CQs by Chuck Lever · 8 years ago
  37. f3ea53f svcrdma: Use correct XID in error replies by Chuck Lever · 8 years ago
  38. a6081b8 svcrdma: Make RDMA_ERROR messages work by Chuck Lever · 8 years ago
  39. c6db03e rpcrdma: Add RPCRDMA_HDRLEN_ERR by Chuck Lever · 8 years ago
  40. bf36387 svcrdma: svc_rdma_post_recv() should close connection on error by Chuck Lever · 8 years ago
  41. 4500632 nfsd: Lower NFSv4.1 callback message size limit by Chuck Lever · 8 years ago
  42. f6763c2 svcrdma: Do not send Write chunk XDR pad with inline content by Chuck Lever · 8 years ago
  43. 7f55489 SUNRPC: Allow addition of new transports to a struct rpc_clnt by Trond Myklebust · 8 years ago
  44. 3227886 SUNRPC: Add a helper to apply a function to all the rpc_clnt's transports by Trond Myklebust · 8 years ago
  45. 9d61498 SUNRPC: Allow caller to specify the transport to use by Trond Myklebust · 8 years ago
  46. fb43d17 SUNRPC: Use the multipath iterator to assign a transport to each task by Trond Myklebust · 8 years ago
  47. ad01b2c SUNRPC: Make rpc_clnt store the multipath iterators by Trond Myklebust · 8 years ago
  48. 80b14d5 SUNRPC: Add a structure to track multiple transports by Trond Myklebust · 9 years ago
  49. fda1bfe SUNRPC: Make freeing of struct xprt rcu-safe by Trond Myklebust · 9 years ago
  50. 30c5116 SUNRPC: Uninline xprt_get(); It isn't performance critical. by Trond Myklebust · 9 years ago
  51. 5edd105 SUNRPC: Reorder rpc_task to put waitqueue related info in same cachelines by Trond Myklebust · 9 years ago
  52. 58f1369 SUNRPC: Remove unused function rpc_task_reset_client by Trond Myklebust · 8 years ago
  53. 3b5cf20 sunrpc: Use skcipher and ahash/shash by Herbert Xu · 8 years ago
  54. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  55. 5fe1043 svc_rdma: use local_dma_lkey by Christoph Hellwig · 9 years ago
  56. 5d252f9 svcrdma: Add class for RDMA backwards direction transport by Chuck Lever · 9 years ago
  57. 03fe993 svcrdma: Define maximum number of backchannel requests by Chuck Lever · 9 years ago
  58. ba986c9 svcrdma: Make map_xdr non-static by Chuck Lever · 9 years ago
  59. 39b09a1 svcrdma: Add gfp flags to svc_rdma_post_recv() by Chuck Lever · 9 years ago
  60. 71810ef svcrdma: Remove unused req_map and ctxt kmem_caches by Chuck Lever · 9 years ago
  61. 2fe81b2 svcrdma: Improve allocation of struct svc_rdma_req_map by Chuck Lever · 9 years ago
  62. cc886c9 svcrdma: Improve allocation of struct svc_rdma_op_ctxt by Chuck Lever · 9 years ago
  63. c3d4879 sunrpc: Add a function to close temporary transports immediately by Scott Mayhew · 9 years ago
  64. 414ca01 nfsd4: fix gss-proxy 4.1 mounts for some AD principals by J. Bruce Fields · 9 years ago
  65. 31c1feb Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 9 years ago
  66. e6604ecb Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  67. ac3c860 Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 9 years ago
  68. 7656677 NFS: Enable client side NFSv4.1 backchannel to use other transports by Chuck Lever · 9 years ago
  69. 9468431 svcrdma: Add backward direction service for RPC/RDMA transport by Chuck Lever · 9 years ago
  70. 42e5c3e SUNRPC: Abstract backchannel operations by Chuck Lever · 9 years ago
  71. 412a15c svcrdma: Port to new memory registration API by Sagi Grimberg · 9 years ago
  72. 7786203 sunrpc/cache: make cache flushing more reliable. by Neil Brown · 9 years ago
  73. edc1b01 SUNRPC: Move TCP receive data path into a workqueue context by Trond Myklebust · 9 years ago
  74. 0fdea1e SUNRPC: Ensure that we wait for connections to complete before retrying by Trond Myklebust · 9 years ago
  75. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  76. 4e4adb2 Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  77. bc3fe2e svcrdma: Use max_sge_rd for destination read depths by Steve Wise · 9 years ago
  78. 9fba8e3 SUNRPC: Drop double-underscores from __rpc_cmp_addr6() by Trond Myklebust · 9 years ago
  79. eed889b Merge tag 'nfs-rdma-for-4.3' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 9 years ago
  80. 58cc8a5 SUNRPC: Add an rpc_cmp_addr_port() function by Anna Schumaker · 9 years ago
  81. 7b0ce60 SUNRPC: Drop double-underscores from rpc_cmp_addr{4|6}() by Anna Schumaker · 9 years ago
  82. 129e582 sunrpc: Switch to using hash list instead single list by Kinglong Mee · 9 years ago
  83. c8c081b sunrpc/nfsd: Remove redundant code by exports seq_operations functions by Kinglong Mee · 9 years ago
  84. 24a9a96 sunrpc: increase UNX_MAXNODENAME from 32 to __NEW_UTS_LEN bytes by Jeff Layton · 9 years ago
  85. 1b6dc1d nfsd/sunrpc: factor svc_rqst allocation and freeing from sv_nrthreads refcounting by Jeff Layton · 9 years ago
  86. d70bc0c nfsd/sunrpc: move pool_mode definitions into svc.h by Jeff Layton · 9 years ago
  87. 598e235 nfsd/sunrpc: abstract out svc_set_num_threads to sv_ops by Jeff Layton · 9 years ago
  88. b9e13cd nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operation by Jeff Layton · 9 years ago
  89. 758f62f nfsd/sunrpc: move sv_module parm into sv_ops by Jeff Layton · 9 years ago
  90. c369014 nfsd/sunrpc: move sv_function into sv_ops by Jeff Layton · 9 years ago
  91. ea126e7 nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into it by Jeff Layton · 9 years ago
  92. cc9a903 svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOAD by Chuck Lever · 9 years ago
  93. 061dff2 xprtrdma: Increase default credit limit by Chuck Lever · 9 years ago
  94. 31193fe svcrdma: Remove svc_rdma_fastreg() by Chuck Lever · 9 years ago
  95. 10dc451 svcrdma: Clean up svc_rdma_get_reply_array() by Chuck Lever · 9 years ago
  96. 8688d95 Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  97. 3438995 Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdma by Trond Myklebust · 9 years ago
  98. 7e53df1 xprtrdma: Remove rpcrdma_ia::ri_memreg_strategy by Chuck Lever · 9 years ago
  99. 4a06825 SUNRPC: Transport fault injection by Chuck Lever · 9 years ago
  100. d67fa4d sunrpc: turn swapper_enable/disable functions into rpc_xprt_ops by Jeff Layton · 9 years ago