summaryrefslogtreecommitdiff
path: root/include/linux/ceph/messenger.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells1-2/+2
2012-07-31libceph: clean up con flagsSage Weil1-10/+0
2012-07-31libceph: replace connection state bits with statesSage Weil1-12/+0
2012-07-30libceph: prevent the race of incoming work during teardownGuanjun He1-0/+1
2012-07-30libceph: fix messenger retrySage Weil1-10/+2
2012-07-06libceph: set peer name on con_open, not initSage Weil1-2/+2
2012-07-06libceph: drop declaration of ceph_con_get()Alex Elder1-2/+0
2012-07-06libceph: define and use an explicit CONNECTED stateAlex Elder1-0/+1
2012-06-22libceph: drop ceph_con_get/put helpers and nref memberSage Weil1-1/+0
2012-06-06libceph: make ceph_con_revoke_message() a msg opAlex Elder1-2/+2
2012-06-06libceph: make ceph_con_revoke() a msg operationAlex Elder1-1/+2
2012-06-06libceph: have messages point to their connectionAlex Elder1-0/+3
2012-06-06libceph: fully initialize connection in con_init()Alex Elder1-2/+4
2012-06-01libceph: start tracking connection socket stateAlex Elder1-2/+6
2012-06-01libceph: start separating connection flags from stateAlex Elder1-6/+12
2012-06-01libceph: embed ceph messenger structure in ceph_clientAlex Elder1-4/+5
2012-06-01libceph: kill bad_proto ceph connection opAlex Elder1-3/+0
2012-06-01libceph: eliminate connection state "DEAD"Alex Elder1-1/+0
2012-05-17ceph: use info returned by get_authorizerAlex Elder1-3/+1
2012-05-17ceph: have get_authorizer methods return pointersAlex Elder1-3/+5
2012-03-22libceph: use "do" in CRC-related Boolean variablesAlex Elder1-1/+1
2012-03-22libceph: make ceph_msgr_wq privateAlex Elder1-2/+0
2012-03-22ceph: use a shared zero page rather than one per messengerAlex Elder1-1/+0
2011-10-29Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds1-1/+2
2011-10-26libceph: don't complain on msgpool alloc failuresSage Weil1-1/+2
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-0/+1
2011-09-15Remove unneeded version.h includes from include/Jesper Juhl1-1/+0
2011-07-26libceph: don't time out osd requests that haven't been receivedSage Weil1-0/+1
2011-03-04libceph: fix msgr keepalive flagSage Weil1-1/+0
2011-03-04libceph: fix msgr backoffSage Weil1-0/+1
2011-01-13net/ceph: make ceph_msgr_wq non-reentrantTejun Heo1-5/+0
2010-11-09ceph: explicitly specify page alignment in network messagesSage Weil1-0/+1
2010-10-21ceph: factor out libceph from Ceph file systemYehuda Sadeh1-0/+261