1. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  2. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  3. b9044ac Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  4. 81243ea cred: simpler, 1D supplementary groups by Alexey Dobriyan · 8 years ago
  5. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  6. ed082d3 IB/core: add support to create a unsafe global rkey to ib_create_pd by Christoph Hellwig · 8 years ago
  7. 87ee128 Merge tag 'nfsd-4.8-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  8. bf2c4b6 svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation") by Chuck Lever · 8 years ago
  9. 05c9746 xprtrdma: Fix receive buffer accounting by Chuck Lever · 8 years ago
  10. 78d506e xprtrdma: Revert 3d4cf35bd4fa ("xprtrdma: Reply buffer exhaustion...") by Chuck Lever · 8 years ago
  11. a41bd25 sunrpc: fix UDP memory accounting by Paolo Abeni · 8 years ago
  12. 16590a2 SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in use by Chuck Lever · 8 years ago
  13. 9909170 Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  14. 8d48032 NFSv4: Cap the transport reconnection timer at 1/2 lease period by Trond Myklebust · 8 years ago
  15. 3851f1c SUNRPC: Limit the reconnect backoff timer to the max RPC message timeout by Trond Myklebust · 8 years ago
  16. 0291017 SUNRPC: Fix reconnection timeouts by Trond Myklebust · 8 years ago
  17. d88e4d8 SUNRPC: disable the use of IPv6 temporary addresses. by NeilBrown · 8 years ago
  18. 9130b8d SUNRPC: allow for upcalls for same uid but different gss service by Olga Kornievskaia · 8 years ago
  19. a71e360 Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  20. ad3331a SUNRPC: Fix up socket autodisconnect by Trond Myklebust · 8 years ago
  21. c7995f8 SUNRPC: Detect immediate closure of accepted sockets by Trond Myklebust · 8 years ago
  22. b2f21f7 SUNRPC: accept() may return sockets that are still in SYN_RECV by Trond Myklebust · 8 years ago
  23. 1f4c17a SUNRPC: Handle EADDRNOTAVAIL on connection failures by Trond Myklebust · 8 years ago
  24. 7f155c7 Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  25. a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  26. 1592c4d Merge branch 'nfs-rdma' by Trond Myklebust · 8 years ago
  27. 7f94ed2 Merge branch 'sunrpc' by Trond Myklebust · 8 years ago
  28. ce27230 SUNRPC: Fix a compiler warning in fs/nfs/clnt.c by Trond Myklebust · 8 years ago
  29. 53d7852 xprtrdma: fix semicolon.cocci warnings by kbuild test robot · 8 years ago
  30. ffb6ca3 sunrpc: Prevent resvport min/max inversion via sysfs and module parameter by Frank Sorenson · 8 years ago
  31. e08ea3a sunrpc: Prevent resvport min/max inversion via sysctl by Frank Sorenson · 8 years ago
  32. 5d71899 sunrpc: Fix reserved port range calculation by Frank Sorenson · 8 years ago
  33. 34ae685 sunrpc: Fix bit count when setting hashtable size to power-of-two by Frank Sorenson · 8 years ago
  34. ce52914e sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags by Scott Mayhew · 8 years ago
  35. bdc54d8 SUNRPC: Fix infinite looping in rpc_clnt_iterate_for_each_xprt by Trond Myklebust · 8 years ago
  36. f4a4906 SUNRPC: Remove unused callback xpo_adjust_wspace() by Trond Myklebust · 8 years ago
  37. 637600f SUNRPC: Change TCP socket space reservation by Trond Myklebust · 8 years ago
  38. ff3ac5c SUNRPC: Add a server side per-connection limit by Trond Myklebust · 8 years ago
  39. 4720b07 SUNRPC: Micro optimisation for svc_data_ready by Trond Myklebust · 8 years ago
  40. fa9251a SUNRPC: Call the default socket callbacks instead of open coding by Trond Myklebust · 8 years ago
  41. 069c225 SUNRPC: lock the socket while detaching it by Trond Myklebust · 8 years ago
  42. 104f635 SUNRPC: Add tracepoints for dropped and deferred requests by Trond Myklebust · 8 years ago
  43. 82ea2d7 SUNRPC: Add a tracepoint for server socket out-of-space conditions by Trond Myklebust · 8 years ago
  44. 04d70ed sunrpc: add gss minor status to svcauth_gss_proxy_init by Scott Mayhew · 8 years ago
  45. d8d2913 sunrpc: remove 'inuse' flag from struct cache_detail. by NeilBrown · 8 years ago
  46. a4e187d NFS: Don't drop CB requests with invalid principals by Chuck Lever · 8 years ago
  47. 0533b13 svc: Avoid garbage replies when pc_func() returns rpc_drop_reply by Chuck Lever · 8 years ago
  48. 65b8017 xprtrdma: No direct data placement with krb5i and krb5p by Chuck Lever · 8 years ago
  49. 64695bde xprtrdma: Clean up fixup_copy_count accounting by Chuck Lever · 8 years ago
  50. cfabe2c xprtrdma: Update only specific fields in private receive buffer by Chuck Lever · 8 years ago
  51. cb0ae1f xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup() by Chuck Lever · 8 years ago
  52. 80414ab xprtrdma: rpcrdma_inline_fixup() overruns the receive page list by Chuck Lever · 8 years ago
  53. 5ab8142 xprtrdma: Chunk list encoders no longer share one rl_segments array by Chuck Lever · 8 years ago
  54. 9d6b040 xprtrdma: Place registered MWs on a per-req list by Chuck Lever · 8 years ago
  55. 2ffc871 xprtrdma: Release orphaned MRs immediately by Chuck Lever · 8 years ago
  56. e2ac236 xprtrdma: Allocate MRs on demand by Chuck Lever · 8 years ago
  57. a54d405 xprtrdma: Chunk list encoders must not return zero by Chuck Lever · 8 years ago
  58. 7a89f9c xprtrdma: Honor ->send_request API contract by Chuck Lever · 8 years ago
  59. 3d4cf35 xprtrdma: Reply buffer exhaustion can be catastrophic by Chuck Lever · 8 years ago
  60. b54054c xprtrdma: Clean up device capability detection by Chuck Lever · 8 years ago
  61. a473018 xprtrdma: Remove rpcrdma_map_one() and friends by Chuck Lever · 8 years ago
  62. 2dc3a69 xprtrdma: Remove ALLPHYSICAL memory registration mode by Chuck Lever · 8 years ago
  63. 42fe28f xprtrdma: Do not leak an MW during a DMA map failure by Chuck Lever · 8 years ago
  64. 505bbe6 xprtrdma: Refactor MR recovery work queues by Chuck Lever · 8 years ago
  65. fcdfb96 xprtrdma: Use scatterlist for DMA mapping and unmapping under FMR by Chuck Lever · 8 years ago
  66. 88975eb xprtrdma: Rename fields in rpcrdma_fmr by Chuck Lever · 8 years ago
  67. d48b1d2 xprtrdma: Move init and release helpers by Chuck Lever · 8 years ago
  68. 564471d xprtrdma: Create common scatterlist fields in rpcrdma_mw by Chuck Lever · 8 years ago
  69. 38f1932e xprtrdma: Remove FMRs from the unmap list after unmapping by Chuck Lever · 8 years ago
  70. d91ee87 vfs: Pass data, ns, and ns->userns to mount_ns by Eric W. Biederman · 8 years ago
  71. 39a9bea rpc: share one xps between all backchannels by J. Bruce Fields · 8 years ago
  72. d50039e nfsd4/rpc: move backchannel create logic into rpc code by J. Bruce Fields · 8 years ago
  73. 1208fd5 SUNRPC: fix xprt leak on xps allocation failure by J. Bruce Fields · 8 years ago
  74. 9ffadfb SUNRPC: Fix suspicious enobufs issues. by Trond Myklebust · 8 years ago
  75. f1dc237 SUNRPC: Reduce latency when send queue is congested by Trond Myklebust · 8 years ago
  76. 40a5f1b SUNRPC: RPC transport queue must be low latency by Trond Myklebust · 8 years ago
  77. 5157b95 SUNRPC: Consolidate xs_tcp_data_ready and xs_data_ready by Trond Myklebust · 8 years ago
  78. 42d42a5 SUNRPC: Small optimisation of client receive by Trond Myklebust · 8 years ago
  79. ea8ea73 Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 8 years ago
  80. 5d22c5a Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  81. c0cb8bf sunrpc: fix stripping of padded MIC tokens by Tomáš Trnka · 8 years ago
  82. d96b9c9 svcrpc: autoload rdma module by J. Bruce Fields · 8 years ago
  83. 76b584d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  84. 9a8f6b5 SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL arguments by Trond Myklebust · 8 years ago
  85. 6e14a92 xprtrdma: Remove qplock by Chuck Lever · 8 years ago
  86. b2dde94 xprtrdma: Faster server reboot recovery by Chuck Lever · 8 years ago
  87. 0b043b9 xprtrdma: Remove ro_unmap() from all registration modes by Chuck Lever · 8 years ago
  88. ead3f26 xprtrdma: Add ro_unmap_safe memreg method by Chuck Lever · 8 years ago
  89. 763bc23 xprtrdma: Refactor __fmr_dma_unmap() by Chuck Lever · 8 years ago
  90. 766656b xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mw by Chuck Lever · 8 years ago
  91. 660bb49 xprtrdma: Refactor the FRWR recovery worker by Chuck Lever · 8 years ago
  92. d7a21c1 xprtrdma: Reset MRs in frwr_op_unmap_sync() by Chuck Lever · 8 years ago
  93. a3aa8b2 xprtrdma: Save I/O direction in struct rpcrdma_frwr by Chuck Lever · 8 years ago
  94. 55fdfce xprtrdma: Rename rpcrdma_frwr::sg and sg_nents by Chuck Lever · 8 years ago
  95. 550d750 xprtrdma: Use core ib_drain_qp() API by Chuck Lever · 8 years ago
  96. 3c19409 xprtrdma: Remove rpcrdma_create_chunks() by Chuck Lever · 8 years ago
  97. 94f58c5 xprtrdma: Allow Read list and Reply chunk simultaneously by Chuck Lever · 8 years ago
  98. 88b18a1 xprtrdma: Update comments in rpcrdma_marshal_req() by Chuck Lever · 8 years ago
  99. cce6dee xprtrdma: Avoid using Write list for small NFS READ requests by Chuck Lever · 8 years ago
  100. 302d3de xprtrdma: Prevent inline overflow by Chuck Lever · 8 years ago