summaryrefslogtreecommitdiffstats
path: root/include/linux/ceph/messenger.h
Commit message (Expand)AuthorAgeFilesLines
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-2/+2
* libceph: clean up con flagsSage Weil2012-07-301-10/+0
* libceph: replace connection state bits with statesSage Weil2012-07-301-12/+0
* libceph: prevent the race of incoming work during teardownGuanjun He2012-07-301-0/+1
* libceph: fix messenger retrySage Weil2012-07-301-10/+2
* libceph: set peer name on con_open, not initSage Weil2012-07-051-2/+2
* libceph: drop declaration of ceph_con_get()Alex Elder2012-07-051-2/+0
* libceph: define and use an explicit CONNECTED stateAlex Elder2012-07-051-0/+1
* libceph: drop ceph_con_get/put helpers and nref memberSage Weil2012-06-221-1/+0
* libceph: make ceph_con_revoke_message() a msg opAlex Elder2012-06-061-2/+2
* libceph: make ceph_con_revoke() a msg operationAlex Elder2012-06-061-1/+2
* libceph: have messages point to their connectionAlex Elder2012-06-061-0/+3
* libceph: fully initialize connection in con_init()Alex Elder2012-06-061-2/+4
* libceph: start tracking connection socket stateAlex Elder2012-06-011-2/+6
* libceph: start separating connection flags from stateAlex Elder2012-06-011-6/+12
* libceph: embed ceph messenger structure in ceph_clientAlex Elder2012-06-011-4/+5
* libceph: kill bad_proto ceph connection opAlex Elder2012-06-011-3/+0
* libceph: eliminate connection state "DEAD"Alex Elder2012-06-011-1/+0
* ceph: use info returned by get_authorizerAlex Elder2012-05-171-3/+1
* ceph: have get_authorizer methods return pointersAlex Elder2012-05-171-3/+5
* libceph: use "do" in CRC-related Boolean variablesAlex Elder2012-03-221-1/+1
* libceph: make ceph_msgr_wq privateAlex Elder2012-03-221-2/+0
* ceph: use a shared zero page rather than one per messengerAlex Elder2012-03-221-1/+0
* Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2011-10-281-1/+2
|\
| * libceph: don't complain on msgpool alloc failuresSage Weil2011-10-251-1/+2
* | Merge branch 'master' into for-nextJiri Kosina2011-09-151-0/+1
|\ \ | |/
| * libceph: don't time out osd requests that haven't been receivedSage Weil2011-07-261-0/+1
* | Remove unneeded version.h includes from include/Jesper Juhl2011-09-151-1/+0
|/
* libceph: fix msgr keepalive flagSage Weil2011-03-041-1/+0
* libceph: fix msgr backoffSage Weil2011-03-041-0/+1
* net/ceph: make ceph_msgr_wq non-reentrantTejun Heo2011-01-121-5/+0
* ceph: explicitly specify page alignment in network messagesSage Weil2010-11-091-0/+1
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-0/+261
OpenPOWER on IntegriCloud