1. b86faee Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 7 years ago
  2. 6240300 Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  3. 15a8b93 sunrpc: use constant time memory comparison for mac by Jason A. Donenfeld · 7 years ago
  4. 6afafa7 xprtrdma: Fix documenting comments in frwr_ops.c by Chuck Lever · 7 years ago
  5. d933cc3 xprtrdma: Replace PAGE_MASK with offset_in_page() by Chuck Lever · 7 years ago
  6. e2f6ef0 xprtrdma: FMR does not need list_del_init() by Chuck Lever · 7 years ago
  7. 173b8f4 xprtrdma: Demote "connect" log messages by Chuck Lever · 7 years ago
  8. 1f54189 xprtrdma: Don't defer MR recovery if ro_map fails by Chuck Lever · 7 years ago
  9. 8d75483 xprtrdma: Fix FRWR invalidation error recovery by Chuck Lever · 7 years ago
  10. 431af64 xprtrdma: Fix client lock-up after application signal fires by Chuck Lever · 7 years ago
  11. a80d66c xprtrdma: Rename rpcrdma_req::rl_free by Chuck Lever · 7 years ago
  12. 451d26e xprtrdma: Pass only the list of registered MRs to ro_unmap_sync by Chuck Lever · 7 years ago
  13. 4b196dc6 xprtrdma: Pre-mark remotely invalidated MRs by Chuck Lever · 7 years ago
  14. 04d25b7 xprtrdma: On invalidation failure, remove MWs from rl_registered by Chuck Lever · 7 years ago
  15. 92ea011 SUNRPC: Make slot allocation more reliable by Trond Myklebust · 7 years ago
  16. aa8217d sunrpc: mark all struct svc_version instances as const by Christoph Hellwig · 7 years ago
  17. b9c744c sunrpc: mark all struct svc_procinfo instances as const by Christoph Hellwig · 7 years ago
  18. 0becc11 sunrpc: move pc_count out of struct svc_procinfo by Christoph Hellwig · 7 years ago
  19. d16d186 sunrpc: properly type pc_encode callbacks by Christoph Hellwig · 7 years ago
  20. cc6acc2 sunrpc: properly type pc_decode callbacks by Christoph Hellwig · 7 years ago
  21. 1150ded sunrpc: properly type pc_release callbacks by Christoph Hellwig · 7 years ago
  22. 1c8a540 sunrpc: properly type pc_func callbacks by Christoph Hellwig · 7 years ago
  23. 511e936 sunrpc: mark all struct rpc_procinfo instances as const by Christoph Hellwig · 7 years ago
  24. c551858 sunrpc: move p_count out of struct rpc_procinfo by Christoph Hellwig · 7 years ago
  25. c56c620 sunrpc/auth_gss: fix decoder callback prototypes by Christoph Hellwig · 7 years ago
  26. 555966b sunrpc: fix decoder callback prototypes by Christoph Hellwig · 7 years ago
  27. 993328e sunrpc: properly type argument to kxdrdproc_t by Christoph Hellwig · 7 years ago
  28. df17938 sunrpc/auth_gss: nfsd: fix encoder callback prototypes by Christoph Hellwig · 7 years ago
  29. 8be9d07 sunrpc: fix encoder callback prototypes by Christoph Hellwig · 7 years ago
  30. 0aebdc5 sunrpc: properly type argument to kxdreproc_t by Christoph Hellwig · 7 years ago
  31. ad51271 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  32. b20dae7 svcrdma: fix an incorrect check on -E2BIG and -EINVAL by Colin Ian King · 7 years ago
  33. edaf382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  34. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  35. eacd86c net/netfilter/x_tables.c: use kvmalloc() in xt_alloc_table_info() by Michal Hocko · 7 years ago
  36. d3f6cd9 datagram: fix kernel-doc comments by stephen hemminger · 7 years ago
  37. 35a30fc svcrdma: Remove svc_rdma_chunk_ctxt::cc_dir field by Chuck Lever · 7 years ago
  38. 91b022e svcrdma: use offset_in_page() macro by Chuck Lever · 7 years ago
  39. 9450ca8 svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw API by Chuck Lever · 7 years ago
  40. 0d956e6 svcrdma: Clean-up svc_rdma_unmap_dma by Chuck Lever · 7 years ago
  41. 463e63d svcrdma: Remove frmr cache by Chuck Lever · 7 years ago
  42. c84dc90 svcrdma: Remove unused Read completion handlers by Chuck Lever · 7 years ago
  43. 71641d9 svcrdma: Properly compute .len and .buflen for received RPC Calls by Chuck Lever · 7 years ago
  44. cafc739 svcrdma: Use generic RDMA R/W API in RPC Call path by Chuck Lever · 7 years ago
  45. 026d958 svcrdma: Add recvfrom helpers to svc_rdma_rw.c by Chuck Lever · 7 years ago
  46. 8c6ae49 sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqst by Chuck Lever · 7 years ago
  47. 2e3d232 net: ipmr: ipmr_get_table() returns NULL by Dan Carpenter · 7 years ago
  48. 1bfb159 bridge: mdb: fix leak on complete_info ptr on fail path by Eduardo Valentin · 7 years ago
  49. 3bf7878 Merge tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  50. a906c1a mpls: fix uninitialized in_label var warning in mpls_getroute by Roopa Prabhu · 7 years ago
  51. f51048c bonding: avoid NETDEV_CHANGEMTU event when unregistering slave by WANG Cong · 7 years ago
  52. 0933a57 rds: tcp: use sock_create_lite() to create the accept socket by Sowmini Varadhan · 7 years ago
  53. 0bb05da libceph: osd_state is 32 bits wide in luminous by Ilya Dryomov · 7 years ago
  54. 9eebe45 crush: remove an obsolete comment by Ilya Dryomov · 7 years ago
  55. b88ed8d crush: crush_init_workspace starts with struct crush_work by Ilya Dryomov · 7 years ago
  56. 5cf9c4a libceph, crush: per-pool crush_choose_arg_map for crush_do_rule() by Ilya Dryomov · 7 years ago
  57. 069f322 crush: implement weight and id overrides for straw2 by Ilya Dryomov · 7 years ago
  58. 1c2e7b4 libceph: apply_upmap() by Ilya Dryomov · 7 years ago
  59. 463bb8d libceph: compute actual pgid in ceph_pg_to_up_acting_osds() by Ilya Dryomov · 7 years ago
  60. 6f428df libceph: pg_upmap[_items] infrastructure by Ilya Dryomov · 7 years ago
  61. 278b1d70 libceph: ceph_decode_skip_* helpers by Ilya Dryomov · 7 years ago
  62. ab75144 libceph: kill __{insert,lookup,remove}_pg_mapping() by Ilya Dryomov · 7 years ago
  63. a303bb0 libceph: introduce and switch to decode_pg_mapping() by Ilya Dryomov · 7 years ago
  64. 33333d1 libceph: don't pass pgid by value by Ilya Dryomov · 7 years ago
  65. a02a946 libceph: respect RADOS_BACKOFF backoffs by Ilya Dryomov · 7 years ago
  66. df28152 libceph: avoid unnecessary pi lookups in calc_target() by Ilya Dryomov · 7 years ago
  67. 6d637a5 libceph: use target pi for calc_target() calculations by Ilya Dryomov · 7 years ago
  68. db098ec libceph: always populate t->target_{oid,oloc} in calc_target() by Ilya Dryomov · 7 years ago
  69. 04c7d78 libceph: make sure need_resend targets reflect latest map by Ilya Dryomov · 7 years ago
  70. a10bcb1 libceph: delete from need_resend_linger before check_linger_pool_dne() by Ilya Dryomov · 7 years ago
  71. 7de030d libceph: resend on PG splits if OSD has RESEND_ON_SPLIT by Ilya Dryomov · 7 years ago
  72. 84ed45d libceph: drop need_resend from calc_target() by Ilya Dryomov · 7 years ago
  73. 8cb441c libceph: MOSDOp v8 encoding (actual spgid + full hash) by Ilya Dryomov · 7 years ago
  74. 98ad5eb libceph: ceph_connection_operations::reencode_message() method by Ilya Dryomov · 7 years ago
  75. 2e59ffd libceph: encode_{pgid,oloc}() helpers by Ilya Dryomov · 7 years ago
  76. dc98ff7 libceph: introduce ceph_spg, ceph_pg_to_primary_shard() by Ilya Dryomov · 7 years ago
  77. 8e48cf0 libceph: new pi->last_force_request_resend by Ilya Dryomov · 7 years ago
  78. dc93e0e libceph: fold [l]req->last_force_resend into ceph_osd_request_target by Ilya Dryomov · 7 years ago
  79. 220abf5 libceph: support SERVER_JEWEL feature bits by Ilya Dryomov · 7 years ago
  80. ca35ffe libceph: handle non-empty dest in ceph_{oloc,oid}_copy() by Ilya Dryomov · 7 years ago
  81. dcbbd97 libceph: remove ceph_sanitize_features() workaround by Ilya Dryomov · 7 years ago
  82. 0eaf83d Merge tag 'mac80211-for-davem-2017-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  83. d7f13f7 cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES by Srinivas Dasari · 7 years ago
  84. 8feb69c cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODE by Srinivas Dasari · 7 years ago
  85. 0a27844 cfg80211: Check if NAN service ID is of expected size by Srinivas Dasari · 7 years ago
  86. 9361df1 cfg80211: Check if PMKID attribute is of expected size by Srinivas Dasari · 7 years ago
  87. c644bd7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  88. 25e7f2d sctp: set the value of flowi6_oif to sk_bound_dev_if to make sctp_v6_get_dst to find the correct route entry. by Zheng Li · 7 years ago
  89. 5a3b886 TLS: Fix length check in do_tls_getsockopt_tx() by Matthias Rosenfelder · 7 years ago
  90. e8f37d5 tcp: md5: tcp_md5_do_lookup_exact() can be static by Wu Fengguang · 7 years ago
  91. f06b754 net: ipv6: Compare lwstate in detecting duplicate nexthops by David Ahern · 7 years ago
  92. 7114f51 Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  93. 3bad2f1 Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  94. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  95. 6d3f06a bpf: add missing break in for the TCP_BPF_SNDCWND_CLAMP case by Colin Ian King · 7 years ago
  96. ca4a1cd mpls: fix rtm policy in mpls_getroute by Roopa Prabhu · 7 years ago
  97. b6d52ed net, ax25: convert ax25_cb.refcount from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  98. 39f25d4 net, ax25: convert ax25_route.refcount from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  99. 07f2282 net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  100. c638457 net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago