1. d30291b libceph: variable-sized ceph_object_id by Ilya Dryomov · 8 years ago
  2. 711da55 libceph: change how osd_op_reply message size is calculated by Ilya Dryomov · 8 years ago
  3. 13d1ad1 libceph: move message allocation out of ceph_osdc_alloc_request() by Ilya Dryomov · 8 years ago
  4. 8412728 libceph: grab snapc in ceph_osdc_alloc_request() by Ilya Dryomov · 8 years ago
  5. 3ed97d6 libceph: make ceph_osdc_put_request() accept NULL by Ilya Dryomov · 8 years ago
  6. 6c1ea26 libceph: make authorizer destruction independent of ceph_auth_client by Ilya Dryomov · 8 years ago
  7. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  8. d5a38f6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 8 years ago
  9. 5ee61e9 libceph: use KMEM_CACHE macro by Geliang Tang · 8 years ago
  10. 89f0817 libceph: use sizeof_footer() more by Ilya Dryomov · 8 years ago
  11. 2c63f49 libceph: add helper that duplicates last extent operation by Yan, Zheng · 8 years ago
  12. 3f1af42 libceph: enable large, variable-sized OSD requests by Ilya Dryomov · 8 years ago
  13. 9e767ad libceph: osdc->req_mempool should be backed by a slab pool by Ilya Dryomov · 8 years ago
  14. ae458f5 libceph: make r_request msg_size calculation clearer by Ilya Dryomov · 8 years ago
  15. 7665d85 libceph: move r_reply_op_{len,result} into struct ceph_osd_req_op by Yan, Zheng · 8 years ago
  16. de2aa10 libceph: rename ceph_osd_req_op::payload_len to indata_len by Ilya Dryomov · 8 years ago
  17. b5d9170 libceph: behave in mon_fault() if cur_mon < 0 by Ilya Dryomov · 8 years ago
  18. bee3a37 libceph: reschedule tick in mon_fault() by Ilya Dryomov · 8 years ago
  19. 1752b50 libceph: introduce and switch to reopen_session() by Ilya Dryomov · 8 years ago
  20. 168b909 libceph: monc hunt rate is 3s with backoff up to 30s by Ilya Dryomov · 8 years ago
  21. 58d81b1 libceph: monc ping rate is 10s by Ilya Dryomov · 8 years ago
  22. 0e04dc2 libceph: pick a different monitor when reconnecting by Ilya Dryomov · 8 years ago
  23. 82dcaba libceph: revamp subs code, switch to SUBSCRIBE2 protocol by Ilya Dryomov · 8 years ago
  24. 0f9af16 libceph: decouple hunting and subs management by Ilya Dryomov · 8 years ago
  25. 02ac956 libceph: move debugfs initialization into __ceph_open_session() by Ilya Dryomov · 8 years ago
  26. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  27. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  28. cd8140c libceph: don't spam dmesg with stray reply warnings by Ilya Dryomov · 8 years ago
  29. dbc0d3c libceph: use the right footer size when skipping a message by Ilya Dryomov · 8 years ago
  30. e7a88e8 libceph: don't bail early from try_read() when skipping a message by Ilya Dryomov · 8 years ago
  31. d4edcf0 mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm by Dave Hansen · 8 years ago
  32. b0b31a8 libceph: MOSDOpReply v7 encoding by Ilya Dryomov · 8 years ago
  33. b9b519b crush: decode and initialize chooseleaf_stable by Ilya Dryomov · 8 years ago
  34. dc6ae6d crush: add chooseleaf_stable tunable by Ilya Dryomov · 8 years ago
  35. 56a4f30 crush: ensure take bucket value is valid by Ilya Dryomov · 8 years ago
  36. f224a69 crush: ensure bucket id is valid before indexing buckets array by Ilya Dryomov · 8 years ago
  37. e9f6452 libceph: Remove unnecessary ivsize variables by Ilya Dryomov · 8 years ago
  38. e59dd98 libceph: Use skcipher by Herbert Xu · 8 years ago
  39. 7e01726 libceph: remove outdated comment by Ilya Dryomov · 8 years ago
  40. f6cdb29 libceph: kill off ceph_x_ticket_handler::validity by Ilya Dryomov · 8 years ago
  41. 187d131 libceph: invalidate AUTH in addition to a service ticket by Ilya Dryomov · 8 years ago
  42. 6abe097 libceph: fix authorizer invalidation, take 2 by Ilya Dryomov · 8 years ago
  43. f6330cc libceph: clear messenger auth_retry flag if we fault by Ilya Dryomov · 8 years ago
  44. 67645d7 libceph: fix ceph_msg_revoke() by Ilya Dryomov · 8 years ago
  45. 10bcee1 libceph: use list_for_each_entry_safe by Geliang Tang · 8 years ago
  46. 17ddc49 libceph: use list_next_entry instead of list_entry_next by Geliang Tang · 9 years ago
  47. ca4ba96 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  48. 1873499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  49. 583d0fe libceph: clear msg->con in ceph_msg_release() only by Ilya Dryomov · 9 years ago
  50. a51983e libceph: add nocephx_sign_messages option by Ilya Dryomov · 9 years ago
  51. 859bff5 libceph: stop duplicating client fields in messenger by Ilya Dryomov · 9 years ago
  52. 4199b8e libceph: drop authorizer check from cephx msg signing routines by Ilya Dryomov · 9 years ago
  53. 79dbd1b libceph: msg signing callouts don't need con argument by Ilya Dryomov · 9 years ago
  54. 8a703a3 libceph: evaluate osd_req_op_data() arguments only once by Ioana Ciornei · 9 years ago
  55. cbf99a1 libceph: introduce ceph_x_authorizer_cleanup() by Ilya Dryomov · 9 years ago
  56. 343128c libceph: use local variable cursor instead of &msg->cursor by Shraddha Barke · 9 years ago
  57. 70cf052 libceph: remove con argument in handle_reply() by Shraddha Barke · 9 years ago
  58. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  59. e30b757 rbd: use writefull op for object size writes by Ilya Dryomov · 9 years ago
  60. 7f61f54 libceph: don't access invalid memory in keepalive2 path by Ilya Dryomov · 9 years ago
  61. e013f74 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  62. d15f9d6 libceph: check data_len in ->alloc_msg() by Ilya Dryomov · 9 years ago
  63. 8b9558a libceph: use keepalive2 to verify the mon session is alive by Yan, Zheng · 9 years ago
  64. 6dd74e4 libceph: set 'exists' flag for newly up osd by Yan, Zheng · 9 years ago
  65. 6893162 libceph: rename con_work() to ceph_con_workfn() by Ilya Dryomov · 9 years ago
  66. d920ff6 libceph: Avoid holding the zero page on ceph_msgr_slab_init errors by Benoît Canet · 9 years ago
  67. b79b236 libceph: remove the unused macro AES_KEY_SIZE by Nicholas Krause · 9 years ago
  68. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  69. c44bd69 libceph: treat sockaddr_storage with uninitialized family as blank by Ilya Dryomov · 9 years ago
  70. 757856d libceph: enable ceph in a non-default network namespace by Ilya Dryomov · 9 years ago
  71. 0c76c6b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  72. 82cd003 crush: fix a bug in tree bucket decode by Ilya Dryomov · 9 years ago
  73. c2cfa19 libceph: Fix ceph_tcp_sendpage()'s more boolean usage by Benoît Canet · 9 years ago
  74. 6ba8edc libceph: Remove spurious kunmap() of the zero page by Benoît Canet · 9 years ago
  75. b459be7 crush: sync up with userspace by Ilya Dryomov · 9 years ago
  76. 8f52979 crush: fix crash from invalid 'take' argument by Ilya Dryomov · 9 years ago
  77. 6c13a6b libceph: fix wrong name "Ceph filesystem for Linux" by Hong Zhiguo · 9 years ago
  78. 216639d libceph: a couple tweaks for wait loops by Ilya Dryomov · 9 years ago
  79. a319bf5 libceph: store timeouts in jiffies, verify user input by Ilya Dryomov · 9 years ago
  80. b01da6a libceph: use kvfree() instead of open-coding it by Ilya Dryomov · 9 years ago
  81. 144cba1 libceph: allow setting osd_req_op's flags by Yan, Zheng · 9 years ago
  82. 66ba609 libceph: properly release STAT request's raw_data_in by Yan, Zheng · 9 years ago
  83. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  84. 521a04d Revert "libceph: clear r_req_lru_item in __unregister_linger_request()" by Ilya Dryomov · 9 years ago
  85. b049453 libceph: request a new osdmap if lingering request maps to no osd by Ilya Dryomov · 9 years ago
  86. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 9 years ago
  87. 958a276 crush: straw2 bucket type with an efficient 64-bit crush_ln() by Ilya Dryomov · 9 years ago
  88. 4500226 crush: ensuring at most num-rep osds are selected by Ilya Dryomov · 9 years ago
  89. 9be6df2 crush: drop unnecessary include from mapper.c by Ilya Dryomov · 9 years ago
  90. 5cf7bd3 libceph: expose client options through debugfs by Ilya Dryomov · 9 years ago
  91. ff40f9a libceph, ceph: split ceph_show_options() by Ilya Dryomov · 9 years ago
  92. 67c64eb libceph: don't overwrite specific con error msgs by Ilya Dryomov · 9 years ago
  93. 6d7fdb0 Revert "libceph: use memalloc flags for net IO" by Ilya Dryomov · 9 years ago
  94. 4533f6e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  95. b28ec2f libceph: kfree() in put_osd() shouldn't depend on authorizer by Ilya Dryomov · 9 years ago
  96. 7eb71e0 libceph: fix double __remove_osd() problem by Ilya Dryomov · 9 years ago
  97. ba988f8 libceph: tcp_nodelay support by Chaitanya Huilgol · 9 years ago
  98. f646912 libceph: use mon_client.c/put_generic_request() more by Ilya Dryomov · 9 years ago
  99. 7a6fdeb libceph: nuke pool op infrastructure by Ilya Dryomov · 9 years ago
  100. 7e33912 mm: gup: use get_user_pages_unlocked by Andrea Arcangeli · 9 years ago