aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ceph (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds3-5/+4
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells11-23/+23
2012-10-01libceph: check for invalid mappingSage Weil2-4/+4
2012-10-01libceph: remove unused monc->have_fsidSage Weil1-1/+0
2012-07-30libceph: clean up con flagsSage Weil1-10/+0
2012-07-30libceph: replace connection state bits with statesSage Weil1-12/+0
2012-07-30ceph: define snap counts as u32 everywhereAlex Elder1-1/+1
2012-07-30libceph: support crush tunablesSage Weil1-1/+4
2012-07-30libceph: move feature bits to separate headerSage Weil3-20/+24
2012-07-30libceph: define ceph_extract_encoded_string()Alex Elder1-0/+47
2012-07-30libceph: fix off-by-one bug in ceph_encode_filepath()Alex Elder1-1/+1
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-30libceph: initialize msgpool message typesSage Weil1-1/+2
2012-07-05libceph: set peer name on con_open, not initSage Weil1-2/+2
2012-07-05libceph: drop declaration of ceph_con_get()Alex Elder1-2/+0
2012-07-05libceph: 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-15Merge tag 'v3.5-rc1'Sage Weil3-1/+4
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-06libceph: embed ceph connection structure in mon_clientAlex Elder1-1/+1
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 Elder2-5/+6
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-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds6-18/+26
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-05-17ceph: messenger: reduce args to create_authorizerAlex Elder1-3/+1
2012-05-17ceph: define ceph_auth_handshake typeAlex Elder2-6/+13
2012-05-14ceph: fix bounds check in ceph_decode_need and ceph_encode_needXi Wang1-2/+7
2012-05-07ceph: drop support for preferred_osd pgsSage Weil2-4/+2
2012-03-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-5/+2
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-22rbd: make ceph_parse_options() return a pointerAlex Elder1-1/+1
2012-03-22ceph: use a shared zero page rather than one per messengerAlex Elder1-1/+0
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker3-1/+4
2011-11-11libceph: Allocate larger oid buffer in request msgsStratos Psomadakis1-1/+7
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2-2/+5
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil1-1/+2
2011-10-25libceph: create messenger with clientSage Weil1-1/+3
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-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+1
2011-07-26libceph: don't time out osd requests that haven't been receivedSage Weil1-0/+1