aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ceph/messenger.h
AgeCommit message (Expand)Author
2013-02-13libceph: fix messenger CONFIG_BLOCK dependenciesAlex Elder
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells
2012-07-30libceph: clean up con flagsSage Weil
2012-07-30libceph: replace connection state bits with statesSage Weil
2012-07-30libceph: prevent the race of incoming work during teardownGuanjun He
2012-07-30libceph: fix messenger retrySage 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-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-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-17ceph: use info returned by get_authorizerAlex Elder
2012-05-17ceph: have get_authorizer methods return pointersAlex Elder
2012-03-22libceph: use "do" in CRC-related Boolean variablesAlex Elder
2012-03-22libceph: make ceph_msgr_wq privateAlex Elder
2012-03-22ceph: use a shared zero page rather than one per messengerAlex Elder
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-09-15Merge branch 'master' into for-nextJiri Kosina
2011-09-15Remove unneeded version.h includes from include/Jesper Juhl
2011-07-26libceph: don't time out osd requests that haven't been receivedSage Weil
2011-03-04libceph: fix msgr keepalive flagSage Weil
2011-03-04libceph: fix msgr backoffSage Weil
2011-01-12net/ceph: make ceph_msgr_wq non-reentrantTejun Heo
2010-11-09ceph: explicitly specify page alignment in network messagesSage Weil
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh