Age | Commit message (Expand) | Author |
2012-12-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2012-12-13 | libceph: remove 'osdtimeout' option | Sage Weil |
2012-11-01 | libceph: define ceph_pg_pool_name_by_id() | Alex Elder |
2012-11-01 | rbd: get parent spec for version 2 images | Alex Elder |
2012-10-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells |
2012-10-01 | libceph: check for invalid mapping | Sage Weil |
2012-10-01 | libceph: remove unused monc->have_fsid | Sage Weil |
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 | ceph: define snap counts as u32 everywhere | Alex Elder |
2012-07-30 | libceph: support crush tunables | Sage Weil |
2012-07-30 | libceph: move feature bits to separate header | Sage Weil |
2012-07-30 | libceph: define ceph_extract_encoded_string() | Alex Elder |
2012-07-30 | libceph: fix off-by-one bug in ceph_encode_filepath() | Alex Elder |
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-30 | libceph: initialize msgpool message types | Sage Weil |
2012-07-05 | libceph: set peer name on con_open, not init | Sage Weil |
2012-07-05 | libceph: drop declaration of ceph_con_get() | Alex Elder |
2012-07-05 | libceph: define and use an explicit CONNECTED state | Alex Elder |
2012-06-22 | libceph: drop ceph_con_get/put helpers and nref member | Sage Weil |
2012-06-15 | Merge tag 'v3.5-rc1' | Sage Weil |
2012-06-06 | libceph: make ceph_con_revoke_message() a msg op | Alex Elder |
2012-06-06 | libceph: make ceph_con_revoke() a msg operation | Alex Elder |
2012-06-06 | libceph: have messages point to their connection | Alex Elder |
2012-06-06 | libceph: fully initialize connection in con_init() | Alex Elder |
2012-06-06 | libceph: embed ceph connection structure in mon_client | Alex Elder |
2012-06-01 | libceph: start tracking connection socket state | Alex Elder |
2012-06-01 | libceph: start separating connection flags from state | Alex Elder |
2012-06-01 | libceph: embed ceph messenger structure in ceph_client | Alex Elder |
2012-06-01 | libceph: kill bad_proto ceph connection op | Alex Elder |
2012-06-01 | libceph: eliminate connection state "DEAD" | Alex Elder |
2012-05-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client | Linus Torvalds |
2012-05-17 | ceph: use info returned by get_authorizer | Alex Elder |
2012-05-17 | ceph: have get_authorizer methods return pointers | Alex Elder |
2012-05-17 | ceph: messenger: reduce args to create_authorizer | Alex Elder |
2012-05-17 | ceph: define ceph_auth_handshake type | Alex Elder |
2012-05-14 | ceph: fix bounds check in ceph_decode_need and ceph_encode_need | Xi Wang |
2012-05-07 | ceph: drop support for preferred_osd pgs | Sage Weil |
2012-03-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds |
2012-03-22 | libceph: use "do" in CRC-related Boolean variables | Alex Elder |
2012-03-22 | libceph: make ceph_msgr_wq private | Alex Elder |
2012-03-22 | rbd: make ceph_parse_options() return a pointer | Alex Elder |
2012-03-22 | ceph: use a shared zero page rather than one per messenger | Alex Elder |
2012-03-04 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker |
2011-11-11 | libceph: Allocate larger oid buffer in request msgs | Stratos Psomadakis |
2011-10-28 | Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client | Linus Torvalds |
2011-10-25 | libceph: don't complain on msgpool alloc failures | Sage Weil |
2011-10-25 | libceph: create messenger with client | Sage Weil |