summaryrefslogtreecommitdiffstats
path: root/net/ceph
AgeCommit message (Expand)Author
2016-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-03-25libceph: use KMEM_CACHE macroGeliang Tang
2016-03-25libceph: use sizeof_footer() moreIlya Dryomov
2016-03-25libceph: add helper that duplicates last extent operationYan, Zheng
2016-03-25libceph: enable large, variable-sized OSD requestsIlya Dryomov
2016-03-25libceph: osdc->req_mempool should be backed by a slab poolIlya Dryomov
2016-03-25libceph: make r_request msg_size calculation clearerIlya Dryomov
2016-03-25libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng
2016-03-25libceph: rename ceph_osd_req_op::payload_len to indata_lenIlya Dryomov
2016-03-25libceph: behave in mon_fault() if cur_mon < 0Ilya Dryomov
2016-03-25libceph: reschedule tick in mon_fault()Ilya Dryomov
2016-03-25libceph: introduce and switch to reopen_session()Ilya Dryomov
2016-03-25libceph: monc hunt rate is 3s with backoff up to 30sIlya Dryomov
2016-03-25libceph: monc ping rate is 10sIlya Dryomov
2016-03-25libceph: pick a different monitor when reconnectingIlya Dryomov
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolIlya Dryomov
2016-03-25libceph: decouple hunting and subs managementIlya Dryomov
2016-03-25libceph: move debugfs initialization into __ceph_open_session()Ilya Dryomov
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-02-24libceph: don't spam dmesg with stray reply warningsIlya Dryomov
2016-02-24libceph: use the right footer size when skipping a messageIlya Dryomov
2016-02-24libceph: don't bail early from try_read() when skipping a messageIlya Dryomov
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen
2016-02-04libceph: MOSDOpReply v7 encodingIlya Dryomov
2016-02-04crush: decode and initialize chooseleaf_stableIlya Dryomov
2016-02-04crush: add chooseleaf_stable tunableIlya Dryomov
2016-02-04crush: ensure take bucket value is validIlya Dryomov
2016-02-04crush: ensure bucket id is valid before indexing buckets arrayIlya Dryomov
2016-01-27libceph: Remove unnecessary ivsize variablesIlya Dryomov
2016-01-27libceph: Use skcipherHerbert Xu
2016-01-21libceph: remove outdated commentIlya Dryomov
2016-01-21libceph: kill off ceph_x_ticket_handler::validityIlya Dryomov
2016-01-21libceph: invalidate AUTH in addition to a service ticketIlya Dryomov
2016-01-21libceph: fix authorizer invalidation, take 2Ilya Dryomov
2016-01-21libceph: clear messenger auth_retry flag if we faultIlya Dryomov
2016-01-21libceph: fix ceph_msg_revoke()Ilya Dryomov
2016-01-21libceph: use list_for_each_entry_safeGeliang Tang
2016-01-21libceph: use list_next_entry instead of list_entry_nextGeliang Tang
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-11-02libceph: clear msg->con in ceph_msg_release() onlyIlya Dryomov
2015-11-02libceph: add nocephx_sign_messages optionIlya Dryomov
2015-11-02libceph: stop duplicating client fields in messengerIlya Dryomov
2015-11-02libceph: drop authorizer check from cephx msg signing routinesIlya Dryomov
2015-11-02libceph: msg signing callouts don't need con argumentIlya Dryomov
2015-11-02libceph: evaluate osd_req_op_data() arguments only onceIoana Ciornei
2015-11-02libceph: introduce ceph_x_authorizer_cleanup()Ilya Dryomov
2015-11-02libceph: use local variable cursor instead of &msg->cursorShraddha Barke
2015-11-02libceph: remove con argument in handle_reply()Shraddha Barke