Age | Commit message (Expand) | Author |
2016-01-21 | libceph: fix ceph_msg_revoke() | Ilya Dryomov |
2015-11-02 | libceph: stop duplicating client fields in messenger | Ilya Dryomov |
2015-11-02 | libceph: msg signing callouts don't need con argument | Ilya Dryomov |
2015-09-17 | libceph: don't access invalid memory in keepalive2 path | Ilya Dryomov |
2015-09-08 | libceph: use keepalive2 to verify the mon session is alive | Yan, Zheng |
2015-07-09 | libceph: enable ceph in a non-default network namespace | Ilya Dryomov |
2015-02-19 | libceph: tcp_nodelay support | Chaitanya Huilgol |
2014-12-17 | libceph: message signature support | Yan, Zheng |
2014-07-08 | libceph: move and add dout()s to ceph_msg_{get,put}() | Ilya Dryomov |
2014-01-30 | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2014-01-26 | libceph: add ceph_kv{malloc,free}() and switch to them | Ilya Dryomov |
2014-01-14 | libceph: rename ceph_msg::front_max to front_alloc_len | Ilya Dryomov |
2013-12-31 | libceph: all features fields must be u64 | Ilya Dryomov |
2013-11-23 | ceph: Convert to immutable biovecs | Kent Overstreet |
2013-05-01 | libceph: add, don't set data for a message | Alex Elder |
2013-05-01 | libceph: implement multiple data items in a message | Alex Elder |
2013-05-01 | libceph: replace message data pointer with list | Alex Elder |
2013-05-01 | libceph: have cursor point to data | Alex Elder |
2013-05-01 | libceph: move cursor into message | Alex Elder |
2013-05-01 | libceph: record bio length | Alex Elder |
2013-05-01 | libceph: fix possible CONFIG_BLOCK build problem | Alex Elder |
2013-05-01 | libceph: record message data length | Alex Elder |
2013-05-01 | libceph: make message data be a pointer | Alex Elder |
2013-05-01 | libceph: kill last of ceph_msg_pos | Alex Elder |
2013-05-01 | libceph: kill most of ceph_msg_pos | Alex Elder |
2013-05-01 | libceph: collapse all data items into one | Alex Elder |
2013-05-01 | libceph: kill ceph message bio_iter, bio_seg | Alex Elder |
2013-05-01 | libceph: record residual bytes for all message data types | Alex Elder |
2013-05-01 | libceph: kill message trail | Alex Elder |
2013-05-01 | libceph: implement pages array cursor | Alex Elder |
2013-05-01 | libceph: implement bio message data item cursor | Alex Elder |
2013-05-01 | libceph: prepare for other message data item types | Alex Elder |
2013-05-01 | libceph: start defining message data cursor | Alex Elder |
2013-05-01 | libceph: abstract message data | Alex Elder |
2013-05-01 | libceph: be explicit about message data representation | Alex Elder |
2013-05-01 | libceph: define ceph_msg_has_*() data macros | Alex Elder |
2013-05-01 | libceph: record message data byte length | Alex Elder |
2013-05-01 | libceph: isolate other message data fields | Alex Elder |
2013-05-01 | libceph: set page info with byte length | Alex Elder |
2013-05-01 | libceph: isolate message page field manipulation | Alex Elder |
2013-05-01 | libceph: kill ceph_msg->pagelist_count | Alex Elder |
2013-05-01 | libceph: distinguish page array and pagelist count | Alex Elder |
2013-05-01 | libceph: make ceph_msg->bio_seg be unsigned | Alex Elder |
2013-02-13 | libceph: fix messenger CONFIG_BLOCK dependencies | Alex Elder |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells |
2012-07-30 | libceph: clean up con flags | Sage Weil |
2012-07-30 | libceph: replace connection state bits with states | Sage Weil |
2012-07-30 | libceph: prevent the race of incoming work during teardown | Guanjun He |
2012-07-30 | libceph: fix messenger retry | Sage Weil |
2012-07-05 | libceph: set peer name on con_open, not init | Sage Weil |