aboutsummaryrefslogtreecommitdiff
path: root/net/ceph
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2015-11-02libceph: use local variable cursor instead of &msg->cursorGravatar Shraddha Barke 1-6/+5
2015-11-02libceph: remove con argument in handle_reply()Gravatar Shraddha Barke 1-3/+2
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 2-4/+4
2015-10-16rbd: use writefull op for object size writesGravatar Ilya Dryomov 1-4/+9
2015-09-17libceph: don't access invalid memory in keepalive2 pathGravatar Ilya Dryomov 1-4/+5
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 6-66/+111
2015-09-09libceph: check data_len in ->alloc_msg()Gravatar Ilya Dryomov 2-40/+18
2015-09-08libceph: use keepalive2 to verify the mon session is aliveGravatar Yan, Zheng 3-13/+84
2015-09-08libceph: set 'exists' flag for newly up osdGravatar Yan, Zheng 1-1/+1
2015-09-08libceph: rename con_work() to ceph_con_workfn()Gravatar Ilya Dryomov 1-3/+3
2015-09-08libceph: Avoid holding the zero page on ceph_msgr_slab_init errorsGravatar Benoît Canet 1-5/+5
2015-09-08libceph: remove the unused macro AES_KEY_SIZEGravatar Nicholas Krause 1-4/+0
2015-09-04fs: create and use seq_show_option for escapingGravatar Kees Cook 1-2/+5
2015-07-09libceph: treat sockaddr_storage with uninitialized family as blankGravatar Ilya Dryomov 1-7/+7
2015-07-09libceph: enable ceph in a non-default network namespaceGravatar Ilya Dryomov 2-7/+19
2015-07-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 10-119/+197
2015-07-01crush: fix a bug in tree bucket decodeGravatar Ilya Dryomov 1-1/+1
2015-06-29libceph: Fix ceph_tcp_sendpage()'s more boolean usageGravatar Benoît Canet 1-1/+1
2015-06-25libceph: Remove spurious kunmap() of the zero pageGravatar Benoît Canet 1-1/+0
2015-06-25crush: sync up with userspaceGravatar Ilya Dryomov 4-75/+115
2015-06-25crush: fix crash from invalid 'take' argumentGravatar Ilya Dryomov 1-2/+9
2015-06-25libceph: fix wrong name "Ceph filesystem for Linux"Gravatar Hong Zhiguo 1-1/+1
2015-06-25libceph: a couple tweaks for wait loopsGravatar Ilya Dryomov 2-5/+4
2015-06-25libceph: store timeouts in jiffies, verify user inputGravatar Ilya Dryomov 3-20/+47
2015-06-25libceph: use kvfree() instead of open-coding itGravatar Ilya Dryomov 1-4/+1