1. 4965fc3 libceph: nuke ceph_kvfree() by Ilya Dryomov · 10 years ago
  2. cc9f1f5 libceph: change from BUG to WARN for __remove_osd() asserts by Ilya Dryomov · 10 years ago
  3. ba9d114 libceph: clear r_req_lru_item in __unregister_linger_request() by Ilya Dryomov · 10 years ago
  4. a390de0 libceph: unlink from o_linger_requests when clearing r_osd by Ilya Dryomov · 10 years ago
  5. aaef317 libceph: do not crash on large auth tickets by Ilya Dryomov · 10 years ago
  6. e9226d7 libceph: eliminate unnecessary allocation in process_one_ticket() by Ilya Dryomov · 10 years ago
  7. 89baaa5 libceph: use memalloc flags for net IO by Mike Christie · 10 years ago
  8. 6b04908 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  9. f9865f0 libceph: ceph-msgr workqueue needs a resque worker by Ilya Dryomov · 10 years ago
  10. 25f8977 libceph: separate multiple ops with commas in debugfs output by Ilya Dryomov · 10 years ago
  11. 70b5bfa libceph: sync osd op definitions in rados.h by Ilya Dryomov · 10 years ago
  12. e4339d28 libceph: reference counting pagelist by Yan, Zheng · 10 years ago
  13. 91883cd libceph: don't try checking queue_work() return value by Ilya Dryomov · 10 years ago
  14. b9a6789 libceph: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  15. 589506f libceph: fix a use after free issue in osdmap_set_max_osd by Li RongQing · 10 years ago
  16. dc220db libceph: select CRYPTO_CBC in addition to CRYPTO_AES by Ilya Dryomov · 10 years ago
  17. 2cc6128 libceph: resend lingering requests with a new tid by Ilya Dryomov · 10 years ago
  18. f671b58 libceph: abstract out ceph_osd_request enqueue logic by Ilya Dryomov · 10 years ago
  19. 5e40d33 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  20. c06cfb0 KEYS: Remove key_type::match in favour of overriding default by match_preparse by David Howells · 10 years ago
  21. c27a3e4 libceph: do not hard code max auth ticket len by Ilya Dryomov · 10 years ago
  22. 597cda3 libceph: add process_one_ticket() helper by Ilya Dryomov · 10 years ago
  23. 73c3d48 libceph: gracefully handle large reply messages from the mon by Sage Weil · 10 years ago
  24. 8d2d441 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  25. 5f740d7 libceph: set last_piece in ceph_msg_data_pages_cursor_init() correctly by Ilya Dryomov · 10 years ago
  26. 7c3bec0 KEYS: Ceph: Use user_match() by David Howells · 10 years ago
  27. efa64c0 KEYS: Ceph: Use key preparsing by David Howells · 10 years ago
  28. 37ab77a libceph: drop osd ref when canceling con work by Ilya Dryomov · 10 years ago
  29. 2d05f08 libceph: nuke ceph_osdc_unregister_linger_request() by Ilya Dryomov · 10 years ago
  30. c9f9b93d libceph: introduce ceph_osdc_cancel_request() by Ilya Dryomov · 10 years ago
  31. 4f23409 libceph: fix linger request check in __unregister_request() by Ilya Dryomov · 10 years ago
  32. af59306 libceph: unregister only registered linger requests by Ilya Dryomov · 10 years ago
  33. 7c6e6fc libceph: assert both regular and lingering lists in __remove_osd() by Ilya Dryomov · 10 years ago
  34. 6562d66 libceph: harden ceph_osdc_request_release() a bit by Ilya Dryomov · 10 years ago
  35. 9e94af2 libceph: move and add dout()s to ceph_osdc_request_{get,put}() by Ilya Dryomov · 10 years ago
  36. 0215e44 libceph: move and add dout()s to ceph_msg_{get,put}() by Ilya Dryomov · 10 years ago
  37. bbf37ec libceph: add maybe_move_osd_to_lru() and switch to it by Ilya Dryomov · 10 years ago
  38. 1d0326b libceph: rename ceph_osd_request::r_linger_osd to r_linger_osd_item by Ilya Dryomov · 10 years ago
  39. 6d87c22 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  40. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  41. 9c1d528 Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus by Al Viro · 10 years ago
  42. f6479449 ceph: remove bogus extern by stephen hemminger · 10 years ago
  43. 6044cde libceph: add ceph_monc_wait_osdmap() by Ilya Dryomov · 10 years ago
  44. 513a824 libceph: mon_get_version request infrastructure by Ilya Dryomov · 10 years ago
  45. 002b36b libceph: recognize poolop requests in debugfs by Ilya Dryomov · 10 years ago
  46. f140662 crush: decode and initialize chooseleaf_vary_r by Ilya Dryomov · 10 years ago
  47. 178eda2 libceph: fix corruption when using page_count 0 page in rbd by Chunwei Chen · 10 years ago
  48. 2b777c9 ceph_sync_read: stop poking into iov_iter guts by Al Viro · 10 years ago
  49. 5575eeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  50. 92b2e75 libceph: fix non-default values check in apply_primary_affinity() by Ilya Dryomov · 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. 240cd6a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  53. 8a53f23 libceph: dump pool {read,write}_tier to debugfs by Ilya Dryomov · 10 years ago
  54. f31da0f libceph: output primary affinity values on osdmap updates by Ilya Dryomov · 10 years ago
  55. c4c1228 libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting() by Ilya Dryomov · 10 years ago
  56. 47ec1f3 libceph: add support for osd primary affinity by Ilya Dryomov · 10 years ago
  57. 5e8d4d3 libceph: add support for primary_temp mappings by Ilya Dryomov · 10 years ago
  58. 8008ab1 libceph: return primary from ceph_calc_pg_acting() by Ilya Dryomov · 10 years ago
  59. ac97223 libceph: switch ceph_calc_pg_acting() to new helpers by Ilya Dryomov · 10 years ago
  60. 45966c3 libceph: introduce apply_temps() helper by Ilya Dryomov · 10 years ago
  61. 2bd93d4 libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpers by Ilya Dryomov · 10 years ago
  62. 63a6993 libceph: primary_affinity decode bits by Ilya Dryomov · 10 years ago
  63. 2cfa34f libceph: primary_affinity infrastructure by Ilya Dryomov · 10 years ago
  64. d286de7 libceph: primary_temp decode bits by Ilya Dryomov · 10 years ago
  65. 9686f94 libceph: primary_temp infrastructure by Ilya Dryomov · 10 years ago
  66. 35a935d libceph: generalize ceph_pg_mapping by Ilya Dryomov · 10 years ago
  67. ec7af97 libceph: introduce get_osdmap_client_data_v() by Ilya Dryomov · 10 years ago
  68. 10db634 libceph: introduce decode{,_new}_pg_temp() and switch to them by Ilya Dryomov · 10 years ago
  69. 4d60351 libceph: switch osdmap_set_max_osd() to krealloc() by Ilya Dryomov · 10 years ago
  70. 433fbdd libceph: introduce decode{,_new}_pools() and switch to them by Ilya Dryomov · 10 years ago
  71. 0f70c7e libceph: rename __decode_pool{,_names}() to decode_pool{,_names}() by Ilya Dryomov · 10 years ago
  72. 53bbaba libceph: fix and clarify ceph_decode_need() sizes by Ilya Dryomov · 10 years ago
  73. 9464d00 libceph: nuke bogus encoding version check in osdmap_apply_incremental() by Ilya Dryomov · 10 years ago
  74. 86f1742 libceph: fixup error handling in osdmap_apply_incremental() by Ilya Dryomov · 10 years ago
  75. 9902e68 libceph: fix crush_decode() call site in osdmap_decode() by Ilya Dryomov · 10 years ago
  76. 2d88b2e libceph: check length of osdmap osd arrays by Ilya Dryomov · 10 years ago
  77. 3977058 libceph: safely decode max_osd value in osdmap_decode() by Ilya Dryomov · 10 years ago
  78. 597b52f libceph: fixup error handling in osdmap_decode() by Ilya Dryomov · 10 years ago
  79. a2505d6 libceph: split osdmap allocation and decode steps by Ilya Dryomov · 10 years ago
  80. 38a8d56 libceph: dump osdmap and enhance output on decode errors by Ilya Dryomov · 10 years ago
  81. 1c00240 libceph: dump pg_temp mappings to debugfs by Ilya Dryomov · 10 years ago
  82. 0a2800d libceph: do not prefix osd lines with \t in debugfs output by Ilya Dryomov · 10 years ago
  83. 35fea3a libceph: refer to osdmap directly in osdmap_show() by Ilya Dryomov · 10 years ago
  84. d83ed85 crush: add SET_CHOOSELEAF_VARY_R step by Ilya Dryomov · 10 years ago
  85. e2b149c crush: add chooseleaf_vary_r tunable by Ilya Dryomov · 10 years ago
  86. 6ed1002 crush: allow crush rules to set (re)tries counts to 0 by Ilya Dryomov · 10 years ago
  87. 48a163d crush: fix off-by-one errors in total_tries refactor by Ilya Dryomov · 10 years ago
  88. d90deda libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance() by Yan, Zheng · 10 years ago
  89. c647b8a libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd op by Ilya Dryomov · 10 years ago
  90. 7b25bf5 libceph: encode CEPH_OSD_OP_FLAG_* op flags by Ilya Dryomov · 10 years ago
  91. 9d52147 libceph: a per-osdc crush scratch buffer by Ilya Dryomov · 11 years ago
  92. 2045cea net: remove unnecessary return's by stephen hemminger · 10 years ago
  93. 0ec1d15 libceph: do not dereference a NULL bio pointer by Ilya Dryomov · 11 years ago
  94. ff513ac libceph: take map_sem for read in handle_reply() by Ilya Dryomov · 11 years ago
  95. 0bbfdfe libceph: factor out logic from ceph_osdc_start_request() by Ilya Dryomov · 11 years ago
  96. c172ec5 libceph: fix error handling in ceph_osdc_init() by Ilya Dryomov · 11 years ago
  97. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  98. 205ee118 libceph: follow redirect replies from osds by Ilya Dryomov · 11 years ago
  99. 3c972c9 libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid} by Ilya Dryomov · 11 years ago
  100. 17a13e4 libceph: follow {read,write}_tier fields on osd request submission by Ilya Dryomov · 11 years ago