1. 756a16a libceph: be less chatty about stray replies by Sage Weil · 12 years ago
  2. 43c7427 libceph: clear all flags on con_close by Sage Weil · 12 years ago
  3. 4a86169 libceph: clean up con flags by Sage Weil · 12 years ago
  4. 8dacc7d libceph: replace connection state bits with states by Sage Weil · 12 years ago
  5. d7353dd libceph: drop unnecessary CLOSED check in socket state change callback by Sage Weil · 12 years ago
  6. ee76e07 libceph: close socket directly from ceph_con_close() by Sage Weil · 12 years ago
  7. 2e8cb10 libceph: drop gratuitous socket close calls in con_work by Sage Weil · 12 years ago
  8. a59b55a libceph: move ceph_con_send() closed check under the con mutex by Sage Weil · 12 years ago
  9. 0065093 libceph: move msgr clear_standby under con mutex protection by Sage Weil · 12 years ago
  10. 3b5ede0 libceph: fix fault locking; close socket on lossy fault by Sage Weil · 12 years ago
  11. 048a9d2 libceph: trivial fix for the incorrect debug output by Jiaju Zhang · 12 years ago
  12. 85effe1 libceph: reset connection retry on successfully negotiation by Sage Weil · 12 years ago
  13. 5469155 libceph: protect ceph_con_open() with mutex by Sage Weil · 12 years ago
  14. a410702 libceph: (re)initialize bio_iter on start of message receive by Sage Weil · 12 years ago
  15. 6194ea8 libceph: resubmit linger ops when pg mapping changes by Sage Weil · 12 years ago
  16. 8c50c81 libceph: fix mutex coverage for ceph_con_close by Sage Weil · 12 years ago
  17. 3a140a0 libceph: report socket read/write error message by Sage Weil · 12 years ago
  18. 546f04e libceph: support crush tunables by Sage Weil · 12 years ago
  19. 1fe60e5 libceph: move feature bits to separate header by Sage Weil · 12 years ago
  20. a2a3258 libceph: prevent the race of incoming work during teardown by Guanjun He · 12 years ago
  21. a16cb1f libceph: fix messenger retry by Sage Weil · 12 years ago
  22. cd43045 libceph: initialize rb, list nodes in ceph_osd_request by Sage Weil · 12 years ago
  23. d50b409 libceph: initialize msgpool message types by Sage Weil · 12 years ago
  24. fbb85a4 libceph: allow sock transition from CONNECTING to CLOSED by Sage Weil · 12 years ago
  25. 735a72e libceph: initialize mon_client con only once by Sage Weil · 12 years ago
  26. b7a9e5d libceph: set peer name on con_open, not init by Sage Weil · 12 years ago
  27. bc18f4b libceph: add some fine ASCII art by Alex Elder · 12 years ago
  28. 5821bd8 libceph: small changes to messenger.c by Alex Elder · 12 years ago
  29. 7593af9 libceph: distinguish two phases of connect sequence by Alex Elder · 12 years ago
  30. ab166d5 libceph: separate banner and connect writes by Alex Elder · 12 years ago
  31. e27947c libceph: define and use an explicit CONNECTED state by Alex Elder · 12 years ago
  32. 3ec50d1 libceph: clear NEGOTIATING when done by Alex Elder · 12 years ago
  33. bb9e6bb libceph: clear CONNECTING in ceph_con_close() by Alex Elder · 12 years ago
  34. 456ea46 libceph: don't touch con state in con_close_socket() by Alex Elder · 12 years ago
  35. d65c9e0 libceph: just set SOCK_CLOSED when state changes by Alex Elder · 12 years ago
  36. 188048b libceph: don't change socket state on sock event by Alex Elder · 12 years ago
  37. a8d00e3 libceph: SOCK_CLOSED is a flag, not a state by Alex Elder · 12 years ago
  38. abdaa6a libceph: don't use bio_iter as a flag by Alex Elder · 12 years ago
  39. 572c588 libceph: move init of bio_iter by Alex Elder · 12 years ago
  40. df6ad1f libceph: move init_bio_*() functions up by Alex Elder · 12 years ago
  41. fd154f3 libceph: don't mark footer complete before it is by Alex Elder · 12 years ago
  42. 84ca8fc libceph: encapsulate advancing msg page by Alex Elder · 12 years ago
  43. 739c905 libceph: encapsulate out message data setup by Alex Elder · 12 years ago
  44. d59315c libceph: drop ceph_con_get/put helpers and nref member by Sage Weil · 12 years ago
  45. 36eb71a libceph: use con get/put methods by Sage Weil · 12 years ago
  46. 26ce171 libceph: fix NULL dereference in reset_connection() by Dan Carpenter · 12 years ago
  47. 9a64e8e Merge tag 'v3.5-rc1' by Sage Weil · 12 years ago
  48. f3dea7e libceph: flush msgr queue during mon_client shutdown by Sage Weil · 12 years ago
  49. 89a86be libceph: transition socket state prior to actual connect by Sage Weil · 12 years ago
  50. a550604 libceph: fix overflow in osdmap_apply_incremental() by Xi Wang · 12 years ago
  51. e91a9b6 libceph: fix overflow in osdmap_decode() by Xi Wang · 12 years ago
  52. ad3b904 libceph: fix overflow in __decode_pool_names() by Xi Wang · 12 years ago
  53. 4364352 rbd: Clear ceph_msg->bio_iter for retransmitted message by Yan, Zheng · 12 years ago
  54. 8921d11 libceph: make ceph_con_revoke_message() a msg op by Alex Elder · 12 years ago
  55. 6740a84 libceph: make ceph_con_revoke() a msg operation by Alex Elder · 12 years ago
  56. 92ce034 libceph: have messages take a connection reference by Alex Elder · 12 years ago
  57. 38941f8 libceph: have messages point to their connection by Alex Elder · 12 years ago
  58. 1c20f2d libceph: tweak ceph_alloc_msg() by Alex Elder · 12 years ago
  59. 1bfd89f libceph: fully initialize connection in con_init() by Alex Elder · 12 years ago
  60. 20581c1 libceph: init monitor connection when opening by Alex Elder · 12 years ago
  61. ec87ef4 libceph: drop connection refcounting for mon_client by Sage Weil · 12 years ago
  62. 6713093 libceph: embed ceph connection structure in mon_client by Alex Elder · 12 years ago
  63. 0d47766 libceph: use con get/put ops from osd_client by Sage Weil · 12 years ago
  64. ab8cb34 libceph: osd_client: don't drop reply reference too early by Alex Elder · 12 years ago
  65. 4fc3acf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  66. f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 12 years ago
  67. fff3269 tcp: reflect SYN queue_mapping into SYNACK packets by Eric Dumazet · 12 years ago
  68. 7433819 tcp: do not create inetpeer on SYNACK message by Eric Dumazet · 12 years ago
  69. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  70. 419f431 Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  71. d583675 sch_atm.c: get rid of poinless extern by Al Viro · 12 years ago
  72. a5988c4 libceph: set CLOSED state bit in con_init by Alex Elder · 12 years ago
  73. e10006f libceph: provide osd number when creating osd by Alex Elder · 12 years ago
  74. ce2c890 libceph: start tracking connection socket state by Alex Elder · 12 years ago
  75. 928443c libceph: start separating connection flags from state by Alex Elder · 12 years ago
  76. 15d9882 libceph: embed ceph messenger structure in ceph_client by Alex Elder · 12 years ago
  77. e220042 libceph: rename kvec_reset and kvec_add functions by Alex Elder · 12 years ago
  78. 327800b libceph: rename socket callbacks by Alex Elder · 12 years ago
  79. 6384bb8 libceph: kill bad_proto ceph connection op by Alex Elder · 12 years ago
  80. e5e372d libceph: eliminate connection state "DEAD" by Alex Elder · 12 years ago
  81. a00b615 Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  82. d5497fc nfsd4: move rq_flavor into svc_cred by J. Bruce Fields · 12 years ago
  83. 03a4e1f nfsd4: move principal name into svc_cred by J. Bruce Fields · 12 years ago
  84. 3ddbe87 svcrpc: fix a comment typo by J. Bruce Fields · 12 years ago
  85. 91c427a sunrpc: do array overrun check in svc_recv before allocating pages by Jeff Layton · 12 years ago
  86. 786185b SUNRPC: move per-net operations from svc_destroy() by Stanislav Kinsbursky · 12 years ago
  87. 9793f7c SUNRPC: new svc_bind() routine introduced by Stanislav Kinsbursky · 12 years ago
  88. c52226d rpc: handle rotated gss data for Windows interoperability by J. Bruce Fields · 12 years ago
  89. cc9b17a net: sock: validate data_len before allocating skb in sock_alloc_send_pskb() by Jason Wang · 12 years ago
  90. 13199a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  91. af56e0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  92. a0f6876 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  93. 3fdcbd4 drop_monitor: Add module alias to enable automatic module loading by Neil Horman · 12 years ago
  94. e9412c3 genetlink: Build a generic netlink family module alias by Neil Horman · 12 years ago
  95. 3f13461 memcg: decrement static keys at real destroy time by Glauber Costa · 12 years ago
  96. a0c6ffb rds_rdma: don't assume infiniband device is PCI by Thadeu Lima de Souza Cascardo · 12 years ago
  97. c51ce49 l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC case by James Chapman · 12 years ago
  98. 7b21aea mac80211: fix ADDBA declined after suspend with wowlan by Eyal Shapira · 12 years ago
  99. c26a0e1 mac80211: fix flag check for QoS NOACK frames by Claudio Pisa · 12 years ago
  100. 53f2c4a Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago