summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/messenger.h
Commit message (Expand)AuthorAgeFilesLines
* libceph: fix ceph_msg_revoke()Ilya Dryomov2016-01-211-1/+1
* libceph: stop duplicating client fields in messengerIlya Dryomov2015-11-021-10/+1Star
* libceph: msg signing callouts don't need con argumentIlya Dryomov2015-11-021-3/+2Star
* libceph: don't access invalid memory in keepalive2 pathIlya Dryomov2015-09-171-1/+3
* libceph: use keepalive2 to verify the mon session is aliveYan, Zheng2015-09-081-0/+4
* libceph: enable ceph in a non-default network namespaceIlya Dryomov2015-07-091-0/+3
* libceph: tcp_nodelay supportChaitanya Huilgol2015-02-191-1/+3
* libceph: message signature supportYan, Zheng2014-12-171-1/+8
* libceph: move and add dout()s to ceph_msg_{get,put}()Ilya Dryomov2014-07-081-12/+2Star
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-2/+2
|\
| * ceph: Convert to immutable biovecsKent Overstreet2013-11-241-2/+2
* | libceph: add ceph_kv{malloc,free}() and switch to themIlya Dryomov2014-01-261-1/+0Star
* | libceph: rename ceph_msg::front_max to front_alloc_lenIlya Dryomov2014-01-141-1/+1
* | libceph: all features fields must be u64Ilya Dryomov2013-12-311-5/+5
|/
* libceph: add, don't set data for a messageAlex Elder2013-05-021-3/+3
* libceph: implement multiple data items in a messageAlex Elder2013-05-021-1/+4
* libceph: replace message data pointer with listAlex Elder2013-05-021-1/+2
* libceph: have cursor point to dataAlex Elder2013-05-021-4/+4
* libceph: move cursor into messageAlex Elder2013-05-021-21/+22
* libceph: record bio lengthAlex Elder2013-05-021-1/+4
* libceph: fix possible CONFIG_BLOCK build problemAlex Elder2013-05-021-0/+2
* libceph: record message data lengthAlex Elder2013-05-021-1/+3
* libceph: make message data be a pointerAlex Elder2013-05-021-4/+1Star
* libceph: kill last of ceph_msg_posAlex Elder2013-05-021-6/+1Star
* libceph: kill most of ceph_msg_posAlex Elder2013-05-021-2/+0Star
* libceph: collapse all data items into oneAlex Elder2013-05-021-10/+2Star
* libceph: kill ceph message bio_iter, bio_segAlex Elder2013-05-021-5/+1Star
* libceph: record residual bytes for all message data typesAlex Elder2013-05-021-1/+1
* libceph: kill message trailAlex Elder2013-05-021-4/+0Star
* libceph: implement pages array cursorAlex Elder2013-05-021-0/+6
* libceph: implement bio message data item cursorAlex Elder2013-05-021-0/+7
* libceph: prepare for other message data item typesAlex Elder2013-05-021-2/+6
* libceph: start defining message data cursorAlex Elder2013-05-021-0/+7
* libceph: abstract message dataAlex Elder2013-05-021-20/+51
* libceph: be explicit about message data representationAlex Elder2013-05-021-12/+21
* libceph: define ceph_msg_has_*() data macrosAlex Elder2013-05-021-0/+7
* libceph: record message data byte lengthAlex Elder2013-05-021-1/+1
* libceph: isolate other message data fieldsAlex Elder2013-05-021-0/+5
* libceph: set page info with byte lengthAlex Elder2013-05-021-1/+1
* libceph: isolate message page field manipulationAlex Elder2013-05-021-9/+13
* libceph: kill ceph_msg->pagelist_countAlex Elder2013-05-021-1/+0Star
* libceph: distinguish page array and pagelist countAlex Elder2013-05-021-1/+2
* libceph: make ceph_msg->bio_seg be unsignedAlex Elder2013-05-021-1/+1
* libceph: fix messenger CONFIG_BLOCK dependenciesAlex Elder2013-02-141-0/+2
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-2/+2
* libceph: clean up con flagsSage Weil2012-07-311-10/+0Star
* libceph: replace connection state bits with statesSage Weil2012-07-311-12/+0Star
* libceph: prevent the race of incoming work during teardownGuanjun He2012-07-301-0/+1
* libceph: fix messenger retrySage Weil2012-07-301-10/+2Star
* libceph: set peer name on con_open, not initSage Weil2012-07-061-2/+2