1. 922dab6 libceph, rbd: ceph_osd_linger_request, watch/notify v2 by Ilya Dryomov · 8 years ago
  2. 42b0696 libceph: wait_request_timeout() by Ilya Dryomov · 9 years ago
  3. 3540bfd libceph: request_init() and request_release_checks() by Ilya Dryomov · 9 years ago
  4. 5aea3dc libceph: a major OSD client update by Ilya Dryomov · 9 years ago
  5. 9dd2845 libceph: protect osdc->osd_lru list with a spinlock by Ilya Dryomov · 9 years ago
  6. 7a28f59 libceph: allocate ceph_osd with GFP_NOFAIL by Ilya Dryomov · 9 years ago
  7. 0247a0c libceph: osd_init() and osd_cleanup() by Ilya Dryomov · 9 years ago
  8. 42c1b12 libceph: handle_one_map() by Ilya Dryomov · 9 years ago
  9. e5253a7 libceph: allocate dummy osdmap in ceph_osdc_init() by Ilya Dryomov · 9 years ago
  10. fbca963 libceph: schedule tick from ceph_osdc_init() by Ilya Dryomov · 9 years ago
  11. b37ee1b libceph: move schedule_delayed_work() in ceph_osdc_init() by Ilya Dryomov · 9 years ago
  12. fe5da05 libceph: redo callbacks and factor out MOSDOpReply decoding by Ilya Dryomov · 9 years ago
  13. 85e084f libceph: drop msg argument from ceph_osdc_callback_t by Ilya Dryomov · 9 years ago
  14. bb873b5 libceph: switch to calc_target(), part 2 by Ilya Dryomov · 8 years ago
  15. a66dd38 libceph: switch to calc_target(), part 1 by Ilya Dryomov · 9 years ago
  16. 63244fa libceph: introduce ceph_osd_request_target, calc_target() by Ilya Dryomov · 9 years ago
  17. 04812ac libceph: pi->min_size, pi->last_force_request_resend by Ilya Dryomov · 9 years ago
  18. f984cb7 libceph: make pgid_cmp() global by Ilya Dryomov · 9 years ago
  19. f81f163 libceph: rename ceph_calc_pg_primary() by Ilya Dryomov · 9 years ago
  20. 6f3bfd4 libceph: ceph_osds, ceph_pg_to_up_acting_osds() by Ilya Dryomov · 9 years ago
  21. d9591f5 libceph: rename ceph_oloc_oid_to_pg() by Ilya Dryomov · 9 years ago
  22. fcd00b6 libceph: DEFINE_RB_FUNCS macro by Ilya Dryomov · 9 years ago
  23. 42a2c09 libceph: open-code remove_{all,old}_osds() by Ilya Dryomov · 9 years ago
  24. 0c0a8de libceph: nuke unused fields and functions by Ilya Dryomov · 9 years ago
  25. d30291b libceph: variable-sized ceph_object_id by Ilya Dryomov · 9 years ago
  26. 711da55 libceph: change how osd_op_reply message size is calculated by Ilya Dryomov · 9 years ago
  27. 13d1ad1 libceph: move message allocation out of ceph_osdc_alloc_request() by Ilya Dryomov · 9 years ago
  28. 8412728 libceph: grab snapc in ceph_osdc_alloc_request() by Ilya Dryomov · 9 years ago
  29. 3ed97d6 libceph: make ceph_osdc_put_request() accept NULL by Ilya Dryomov · 9 years ago
  30. 6c1ea26 libceph: make authorizer destruction independent of ceph_auth_client by Ilya Dryomov · 9 years ago
  31. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  32. d5a38f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  33. 5ee61e9 libceph: use KMEM_CACHE macro by Geliang Tang · 9 years ago
  34. 89f0817 libceph: use sizeof_footer() more by Ilya Dryomov · 9 years ago
  35. 2c63f49 libceph: add helper that duplicates last extent operation by Yan, Zheng · 9 years ago
  36. 3f1af42 libceph: enable large, variable-sized OSD requests by Ilya Dryomov · 9 years ago
  37. 9e767ad libceph: osdc->req_mempool should be backed by a slab pool by Ilya Dryomov · 9 years ago
  38. ae458f5 libceph: make r_request msg_size calculation clearer by Ilya Dryomov · 9 years ago
  39. 7665d85 libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op by Yan, Zheng · 9 years ago
  40. de2aa10 libceph: rename ceph_osd_req_op::payload_len to indata_len by Ilya Dryomov · 9 years ago
  41. b5d9170 libceph: behave in mon_fault() if cur_mon < 0 by Ilya Dryomov · 9 years ago
  42. bee3a37 libceph: reschedule tick in mon_fault() by Ilya Dryomov · 9 years ago
  43. 1752b50 libceph: introduce and switch to reopen_session() by Ilya Dryomov · 9 years ago
  44. 168b909 libceph: monc hunt rate is 3s with backoff up to 30s by Ilya Dryomov · 9 years ago
  45. 58d81b1 libceph: monc ping rate is 10s by Ilya Dryomov · 9 years ago
  46. 0e04dc2 libceph: pick a different monitor when reconnecting by Ilya Dryomov · 9 years ago
  47. 82dcaba libceph: revamp subs code, switch to SUBSCRIBE2 protocol by Ilya Dryomov · 9 years ago
  48. 0f9af16 libceph: decouple hunting and subs management by Ilya Dryomov · 9 years ago
  49. 02ac956 libceph: move debugfs initialization into __ceph_open_session() by Ilya Dryomov · 9 years ago
  50. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  51. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  52. cd8140c libceph: don't spam dmesg with stray reply warnings by Ilya Dryomov · 9 years ago
  53. dbc0d3c libceph: use the right footer size when skipping a message by Ilya Dryomov · 9 years ago
  54. e7a88e8 libceph: don't bail early from try_read() when skipping a message by Ilya Dryomov · 9 years ago
  55. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 9 years ago
  56. b0b31a8 libceph: MOSDOpReply v7 encoding by Ilya Dryomov · 9 years ago
  57. b9b519b crush: decode and initialize chooseleaf_stable by Ilya Dryomov · 9 years ago
  58. dc6ae6d crush: add chooseleaf_stable tunable by Ilya Dryomov · 9 years ago
  59. 56a4f30 crush: ensure take bucket value is valid by Ilya Dryomov · 9 years ago
  60. f224a69 crush: ensure bucket id is valid before indexing buckets array by Ilya Dryomov · 9 years ago
  61. e9f6452 libceph: Remove unnecessary ivsize variables by Ilya Dryomov · 9 years ago
  62. e59dd98 libceph: Use skcipher by Herbert Xu · 9 years ago
  63. 7e01726 libceph: remove outdated comment by Ilya Dryomov · 9 years ago
  64. f6cdb29 libceph: kill off ceph_x_ticket_handler::validity by Ilya Dryomov · 9 years ago
  65. 187d131 libceph: invalidate AUTH in addition to a service ticket by Ilya Dryomov · 9 years ago
  66. 6abe097 libceph: fix authorizer invalidation, take 2 by Ilya Dryomov · 9 years ago
  67. f6330cc libceph: clear messenger auth_retry flag if we fault by Ilya Dryomov · 9 years ago
  68. 67645d7 libceph: fix ceph_msg_revoke() by Ilya Dryomov · 9 years ago
  69. 10bcee1 libceph: use list_for_each_entry_safe by Geliang Tang · 9 years ago
  70. 17ddc49 libceph: use list_next_entry instead of list_entry_next by Geliang Tang · 9 years ago
  71. ca4ba96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  72. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  73. 583d0fe libceph: clear msg->con in ceph_msg_release() only by Ilya Dryomov · 9 years ago
  74. a51983e libceph: add nocephx_sign_messages option by Ilya Dryomov · 9 years ago
  75. 859bff5 libceph: stop duplicating client fields in messenger by Ilya Dryomov · 9 years ago
  76. 4199b8e libceph: drop authorizer check from cephx msg signing routines by Ilya Dryomov · 9 years ago
  77. 79dbd1b libceph: msg signing callouts don't need con argument by Ilya Dryomov · 9 years ago
  78. 8a703a3 libceph: evaluate osd_req_op_data() arguments only once by Ioana Ciornei · 9 years ago
  79. cbf99a1 libceph: introduce ceph_x_authorizer_cleanup() by Ilya Dryomov · 9 years ago
  80. 343128c libceph: use local variable cursor instead of &msg->cursor by Shraddha Barke · 9 years ago
  81. 70cf052 libceph: remove con argument in handle_reply() by Shraddha Barke · 9 years ago
  82. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  83. e30b757 rbd: use writefull op for object size writes by Ilya Dryomov · 9 years ago
  84. 7f61f54 libceph: don't access invalid memory in keepalive2 path by Ilya Dryomov · 9 years ago
  85. e013f74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  86. d15f9d6 libceph: check data_len in ->alloc_msg() by Ilya Dryomov · 9 years ago
  87. 8b9558a libceph: use keepalive2 to verify the mon session is alive by Yan, Zheng · 9 years ago
  88. 6dd74e4 libceph: set 'exists' flag for newly up osd by Yan, Zheng · 9 years ago
  89. 6893162 libceph: rename con_work() to ceph_con_workfn() by Ilya Dryomov · 9 years ago
  90. d920ff6 libceph: Avoid holding the zero page on ceph_msgr_slab_init errors by Benoît Canet · 9 years ago
  91. b79b236 libceph: remove the unused macro AES_KEY_SIZE by Nicholas Krause · 9 years ago
  92. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  93. c44bd69 libceph: treat sockaddr_storage with uninitialized family as blank by Ilya Dryomov · 9 years ago
  94. 757856d libceph: enable ceph in a non-default network namespace by Ilya Dryomov · 9 years ago
  95. 0c76c6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  96. 82cd003 crush: fix a bug in tree bucket decode by Ilya Dryomov · 9 years ago
  97. c2cfa19 libceph: Fix ceph_tcp_sendpage()'s more boolean usage by Benoît Canet · 9 years ago
  98. 6ba8edc libceph: Remove spurious kunmap() of the zero page by Benoît Canet · 9 years ago
  99. b459be7 crush: sync up with userspace by Ilya Dryomov · 9 years ago
  100. 8f52979 crush: fix crash from invalid 'take' argument by Ilya Dryomov · 9 years ago