aboutsummaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
2016-04-25libceph: make authorizer destruction independent of ceph_auth_clientGravatar Ilya Dryomov 6-55/+55
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 3-20/+20
2016-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 5-272/+344
2016-03-25libceph: use KMEM_CACHE macroGravatar Geliang Tang 1-8/+2
2016-03-25libceph: use sizeof_footer() moreGravatar Ilya Dryomov 1-16/+3
2016-03-25libceph: add helper that duplicates last extent operationGravatar Yan, Zheng 1-0/+22
2016-03-25libceph: enable large, variable-sized OSD requestsGravatar Ilya Dryomov 1-15/+28
2016-03-25libceph: osdc->req_mempool should be backed by a slab poolGravatar Ilya Dryomov 1-2/+2
2016-03-25libceph: make r_request msg_size calculation clearerGravatar Ilya Dryomov 1-10/+11
2016-03-25libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opGravatar Yan, Zheng 1-2/+2
2016-03-25libceph: rename ceph_osd_req_op::payload_len to indata_lenGravatar Ilya Dryomov 1-6/+6
2016-03-25libceph: behave in mon_fault() if cur_mon < 0Gravatar Ilya Dryomov 1-14/+9
2016-03-25libceph: reschedule tick in mon_fault()Gravatar Ilya Dryomov 1-4/+4
2016-03-25libceph: introduce and switch to reopen_session()Gravatar Ilya Dryomov 1-17/+16
2016-03-25libceph: monc hunt rate is 3s with backoff up to 30sGravatar Ilya Dryomov 1-9/+16
2016-03-25libceph: monc ping rate is 10sGravatar Ilya Dryomov 2-7/+2
2016-03-25libceph: pick a different monitor when reconnectingGravatar Ilya Dryomov 1-28/+57
2016-03-25libceph: revamp subs code, switch to SUBSCRIBE2 protocolGravatar Ilya Dryomov 3-83/+147
2016-03-25libceph: decouple hunting and subs managementGravatar Ilya Dryomov 1-9/+22
2016-03-25libceph: move debugfs initialization into __ceph_open_session()Gravatar Ilya Dryomov 2-51/+4
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-45/+56
2016-02-24libceph: don't spam dmesg with stray reply warningsGravatar Ilya Dryomov 1-2/+2
2016-02-24libceph: use the right footer size when skipping a messageGravatar Ilya Dryomov 1-2/+9
2016-02-24libceph: don't bail early from try_read() when skipping a messageGravatar Ilya Dryomov 1-2/+2
2016-02-16mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmGravatar Dave Hansen 1-1/+1
2016-02-04libceph: MOSDOpReply v7 encodingGravatar Ilya Dryomov 1-0/+10
2016-02-04crush: decode and initialize chooseleaf_stableGravatar Ilya Dryomov 1-5/+14
2016-02-04crush: add chooseleaf_stable tunableGravatar Ilya Dryomov 1-4/+14
2016-02-04crush: ensure take bucket value is validGravatar Ilya Dryomov 1-1/+2
2016-02-04crush: ensure bucket id is valid before indexing buckets arrayGravatar Ilya Dryomov 1-2/+10
2016-01-27libceph: Remove unnecessary ivsize variablesGravatar Ilya Dryomov 1-12/+8
2016-01-27libceph: Use skcipherGravatar Herbert Xu 1-41/+56
2016-01-21libceph: remove outdated commentGravatar Ilya Dryomov 1-4/+0
2016-01-21libceph: kill off ceph_x_ticket_handler::validityGravatar Ilya Dryomov 2-5/+2
2016-01-21libceph: invalidate AUTH in addition to a service ticketGravatar Ilya Dryomov 1-2/+14
2016-01-21libceph: fix authorizer invalidation, take 2Gravatar Ilya Dryomov 2-5/+23
2016-01-21libceph: clear messenger auth_retry flag if we faultGravatar Ilya Dryomov 1-3/+7
2016-01-21libceph: fix ceph_msg_revoke()Gravatar Ilya Dryomov 1-18/+58
2016-01-21libceph: use list_for_each_entry_safeGravatar Geliang Tang 1-9/+3
2016-01-21libceph: use list_next_entry instead of list_entry_nextGravatar Geliang Tang 1-5/+2
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 5-87/+93
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 2-4/+4
2015-11-02libceph: clear msg->con in ceph_msg_release() onlyGravatar Ilya Dryomov 2-28/+20
2015-11-02libceph: add nocephx_sign_messages optionGravatar Ilya Dryomov 3-1/+20
2015-11-02libceph: stop duplicating client fields in messengerGravatar Ilya Dryomov 2-22/+10
2015-11-02libceph: drop authorizer check from cephx msg signing routinesGravatar Ilya Dryomov 1-4/+1
2015-11-02libceph: msg signing callouts don't need con argumentGravatar Ilya Dryomov 2-8/+10
2015-11-02libceph: evaluate osd_req_op_data() arguments only onceGravatar Ioana Ciornei 1-5/+7
2015-11-02libceph: introduce ceph_x_authorizer_cleanup()Gravatar Ilya Dryomov 2-12/+20