1. a1f11de libceph: handle an empty authorize reply by Ilya Dryomov · 5 years ago
  2. f3f0a9d libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive() by Ilya Dryomov · 5 years ago
  3. e190b82 libceph: check authorizer reply/challenge length before reading by Ilya Dryomov · 6 years ago
  4. 06e9259 libceph: add authorizer challenge by Ilya Dryomov · 6 years ago
  5. 2617cd5 libceph: factor out __prepare_write_connect() by Ilya Dryomov · 6 years ago
  6. 0811545 libceph: store ceph_auth_handshake pointer in ceph_connection by Ilya Dryomov · 6 years ago
  7. bd180ec libceph: no need to drop con->mutex for ->get_authorizer() by Ilya Dryomov · 7 years ago
  8. 9041d1e libceph: drop len argument of *verify_authorizer_reply() by Ilya Dryomov · 7 years ago
  9. c3ec4e5 libceph: fall back to sendmsg for slab pages by Ilya Dryomov · 6 years ago
  10. 30c8555 libceph: validate con->state at the top of try_write() by Ilya Dryomov · 6 years ago
  11. 8601537 libceph: force GFP_NOIO for socket allocations by Ilya Dryomov · 7 years ago
  12. fc6cb9c libceph: verify authorize reply on connect by Ilya Dryomov · 7 years ago
  13. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  14. 5ee61e9 libceph: use KMEM_CACHE macro by Geliang Tang · 8 years ago
  15. 89f0817 libceph: use sizeof_footer() more by Ilya Dryomov · 8 years ago
  16. dbc0d3c libceph: use the right footer size when skipping a message by Ilya Dryomov · 8 years ago
  17. e7a88e8 libceph: don't bail early from try_read() when skipping a message by Ilya Dryomov · 8 years ago
  18. f6330cc libceph: clear messenger auth_retry flag if we fault by Ilya Dryomov · 8 years ago
  19. 67645d7 libceph: fix ceph_msg_revoke() by Ilya Dryomov · 8 years ago
  20. 10bcee1 libceph: use list_for_each_entry_safe by Geliang Tang · 8 years ago
  21. 17ddc49 libceph: use list_next_entry instead of list_entry_next by Geliang Tang · 9 years ago
  22. 583d0fe libceph: clear msg->con in ceph_msg_release() only by Ilya Dryomov · 9 years ago
  23. a51983e libceph: add nocephx_sign_messages option by Ilya Dryomov · 9 years ago
  24. 859bff5 libceph: stop duplicating client fields in messenger by Ilya Dryomov · 9 years ago
  25. 79dbd1b libceph: msg signing callouts don't need con argument by Ilya Dryomov · 9 years ago
  26. 343128c libceph: use local variable cursor instead of &msg->cursor by Shraddha Barke · 9 years ago
  27. 7f61f54 libceph: don't access invalid memory in keepalive2 path by Ilya Dryomov · 9 years ago
  28. d15f9d6 libceph: check data_len in ->alloc_msg() by Ilya Dryomov · 9 years ago
  29. 8b9558a libceph: use keepalive2 to verify the mon session is alive by Yan, Zheng · 9 years ago
  30. 6893162 libceph: rename con_work() to ceph_con_workfn() by Ilya Dryomov · 9 years ago
  31. d920ff6 libceph: Avoid holding the zero page on ceph_msgr_slab_init errors by Benoît Canet · 9 years ago
  32. c44bd69 libceph: treat sockaddr_storage with uninitialized family as blank by Ilya Dryomov · 9 years ago
  33. 757856d libceph: enable ceph in a non-default network namespace by Ilya Dryomov · 9 years ago
  34. 0c76c6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  35. c2cfa19 libceph: Fix ceph_tcp_sendpage()'s more boolean usage by Benoît Canet · 9 years ago
  36. 6ba8edc libceph: Remove spurious kunmap() of the zero page by Benoît Canet · 9 years ago
  37. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 9 years ago
  38. 67c64eb libceph: don't overwrite specific con error msgs by Ilya Dryomov · 9 years ago
  39. 6d7fdb0 Revert "libceph: use memalloc flags for net IO" by Ilya Dryomov · 9 years ago
  40. ba988f8 libceph: tcp_nodelay support by Chaitanya Huilgol · 9 years ago
  41. 33d0733 libceph: message signature support by Yan, Zheng · 10 years ago
  42. 4965fc3 libceph: nuke ceph_kvfree() by Ilya Dryomov · 10 years ago
  43. 89baaa5 libceph: use memalloc flags for net IO by Mike Christie · 10 years ago
  44. f9865f0 libceph: ceph-msgr workqueue needs a resque worker by Ilya Dryomov · 10 years ago
  45. e4339d28 libceph: reference counting pagelist by Yan, Zheng · 10 years ago
  46. b9a6789 libceph: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  47. 5f740d7 libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly by Ilya Dryomov · 10 years ago
  48. 37ab77a libceph: drop osd ref when canceling con work by Ilya Dryomov · 10 years ago
  49. 0215e44 libceph: move and add dout()s to ceph_msg_{get,put}() by Ilya Dryomov · 10 years ago
  50. 178eda2 libceph: fix corruption when using page_count 0 page in rbd by Chunwei Chen · 10 years ago
  51. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  52. d90deda libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance() by Yan, Zheng · 10 years ago
  53. 0ec1d15 libceph: do not dereference a NULL bio pointer by Ilya Dryomov · 10 years ago
  54. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  55. eeb0bed libceph: add ceph_kv{malloc,free}() and switch to them by Ilya Dryomov · 10 years ago
  56. f2be82b libceph: fix preallocation check in get_reply() by Ilya Dryomov · 10 years ago
  57. 3cea4c3 libceph: rename ceph_msg::front_max to front_alloc_len by Ilya Dryomov · 10 years ago
  58. f48db1e libceph: use CEPH_MON_PORT when the specified port is 0 by Ilya Dryomov · 10 years ago
  59. 2b3e0c9 libceph: update ceph_features.h by Ilya Dryomov · 10 years ago
  60. 12b4629 libceph: all features fields must be u64 by Ilya Dryomov · 10 years ago
  61. f38a518 ceph: Convert to immutable biovecs by Kent Overstreet · 11 years ago
  62. 6cccc7d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  63. 4d1829a ceph: WQ_NON_REENTRANT is meaningless and going away by Tejun Heo · 11 years ago
  64. 64dc613 net: add sk_stream_is_writeable() helper by Eric Dumazet · 11 years ago
  65. 81b36be libceph: allocate ceph message data with a slab allocator by Alex Elder · 11 years ago
  66. e3d5d63 libceph: allocate ceph messages with a slab allocator by Alex Elder · 11 years ago
  67. a51b272e libceph: fix two messenger bugs by Alex Elder · 11 years ago
  68. 90af360 libceph: add, don't set data for a message by Alex Elder · 11 years ago
  69. ca8b3a6 libceph: implement multiple data items in a message by Alex Elder · 11 years ago
  70. 5240d9f libceph: replace message data pointer with list by Alex Elder · 11 years ago
  71. 8ae4f4f libceph: have cursor point to data by Alex Elder · 11 years ago
  72. 36153ec libceph: move cursor into message by Alex Elder · 11 years ago
  73. c851c49 libceph: record bio length by Alex Elder · 11 years ago
  74. f759ebb libceph: skip message if too big to receive by Alex Elder · 11 years ago
  75. ea96571 libceph: fix possible CONFIG_BLOCK build problem by Alex Elder · 11 years ago
  76. 98fa5dd libceph: provide data length when preparing message by Alex Elder · 11 years ago
  77. a193080 libceph: record message data length by Alex Elder · 11 years ago
  78. 56fc565 libceph: account for alignment in pages cursor by Alex Elder · 11 years ago
  79. 5df521b libceph: page offset must be less than page size by Alex Elder · 11 years ago
  80. 1190bf0 libceph: fix broken data length assertions by Alex Elder · 11 years ago
  81. 6644ed7 libceph: make message data be a pointer by Alex Elder · 11 years ago
  82. 8ea299b libceph: use only ceph_msg_data_advance() by Alex Elder · 11 years ago
  83. 143334f libceph: don't add to crc unless data sent by Alex Elder · 11 years ago
  84. f5db90b libceph: kill last of ceph_msg_pos by Alex Elder · 11 years ago
  85. 859a35d libceph: kill most of ceph_msg_pos by Alex Elder · 11 years ago
  86. 643c68a libceph: use cursor resid for loop condition by Alex Elder · 11 years ago
  87. 4c59b4a libceph: collapse all data items into one by Alex Elder · 11 years ago
  88. 686be20 libceph: get rid of read helpers by Alex Elder · 11 years ago
  89. 61fcdc9 libceph: no outbound zero data by Alex Elder · 11 years ago
  90. 878efab libceph: use cursor for inbound data pages by Alex Elder · 11 years ago
  91. 6518be4 libceph: kill ceph message bio_iter, bio_seg by Alex Elder · 11 years ago
  92. 463207a libceph: use cursor for bio reads by Alex Elder · 11 years ago
  93. 25aff7c libceph: record residual bytes for all message data types by Alex Elder · 11 years ago
  94. 28a89dd libceph: drop pages parameter by Alex Elder · 11 years ago
  95. 888334f9 libceph: initialize data fields on last msg put by Alex Elder · 11 years ago
  96. 20e55c4 libceph: clear messenger auth_retry flag when we authenticate by Sage Weil · 11 years ago
  97. 3a23083 libceph: implement RECONNECT_SEQ feature by Sage Weil · 11 years ago
  98. 8a166d0 libceph: more cleanup of write_partial_msg_pages() by Alex Elder · 11 years ago
  99. 9d2a06c libceph: kill message trail by Alex Elder · 11 years ago
  100. e766d7b libceph: implement pages array cursor by Alex Elder · 11 years ago