aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ceph
AgeCommit message (Expand)Author
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-12-13libceph: remove 'osdtimeout' optionSage Weil
2012-11-01libceph: define ceph_pg_pool_name_by_id()Alex Elder
2012-11-01rbd: get parent spec for version 2 imagesAlex Elder
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells
2012-10-01libceph: check for invalid mappingSage Weil
2012-10-01libceph: remove unused monc->have_fsidSage Weil
2012-07-30libceph: clean up con flagsSage Weil
2012-07-30libceph: replace connection state bits with statesSage Weil
2012-07-30ceph: define snap counts as u32 everywhereAlex Elder
2012-07-30libceph: support crush tunablesSage Weil
2012-07-30libceph: move feature bits to separate headerSage Weil
2012-07-30libceph: define ceph_extract_encoded_string()Alex Elder
2012-07-30libceph: fix off-by-one bug in ceph_encode_filepath()Alex Elder
2012-07-30libceph: prevent the race of incoming work during teardownGuanjun He
2012-07-30libceph: fix messenger retrySage Weil
2012-07-30libceph: initialize msgpool message typesSage Weil
2012-07-05libceph: set peer name on con_open, not initSage Weil
2012-07-05libceph: drop declaration of ceph_con_get()Alex Elder
2012-07-05libceph: define and use an explicit CONNECTED stateAlex Elder
2012-06-22libceph: drop ceph_con_get/put helpers and nref memberSage Weil
2012-06-15Merge tag 'v3.5-rc1'Sage Weil
2012-06-06libceph: make ceph_con_revoke_message() a msg opAlex Elder
2012-06-06libceph: make ceph_con_revoke() a msg operationAlex Elder
2012-06-06libceph: have messages point to their connectionAlex Elder
2012-06-06libceph: fully initialize connection in con_init()Alex Elder
2012-06-06libceph: embed ceph connection structure in mon_clientAlex Elder
2012-06-01libceph: start tracking connection socket stateAlex Elder
2012-06-01libceph: start separating connection flags from stateAlex Elder
2012-06-01libceph: embed ceph messenger structure in ceph_clientAlex Elder
2012-06-01libceph: kill bad_proto ceph connection opAlex Elder
2012-06-01libceph: eliminate connection state "DEAD"Alex Elder
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds
2012-05-17ceph: use info returned by get_authorizerAlex Elder
2012-05-17ceph: have get_authorizer methods return pointersAlex Elder
2012-05-17ceph: messenger: reduce args to create_authorizerAlex Elder
2012-05-17ceph: define ceph_auth_handshake typeAlex Elder
2012-05-14ceph: fix bounds check in ceph_decode_need and ceph_encode_needXi Wang
2012-05-07ceph: drop support for preferred_osd pgsSage Weil
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2012-03-22libceph: use "do" in CRC-related Boolean variablesAlex Elder
2012-03-22libceph: make ceph_msgr_wq privateAlex Elder
2012-03-22rbd: make ceph_parse_options() return a pointerAlex Elder
2012-03-22ceph: use a shared zero page rather than one per messengerAlex Elder
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker
2011-11-11libceph: Allocate larger oid buffer in request msgsStratos Psomadakis
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil
2011-10-25libceph: create messenger with clientSage Weil