summaryrefslogtreecommitdiff
path: root/net/ceph/osd_client.c
AgeCommit message (Expand)Author
2012-10-09rbtree: empty nodes have no colorMichel Lespinasse
2012-10-01ceph: propagate layout error on osd request creationSage Weil
2012-10-01libceph: check for invalid mappingSage Weil
2012-07-30libceph: be less chatty about stray repliesSage Weil
2012-07-30libceph: trivial fix for the incorrect debug outputJiaju Zhang
2012-07-30libceph: resubmit linger ops when pg mapping changesSage Weil
2012-07-30libceph: initialize rb, list nodes in ceph_osd_requestSage Weil
2012-07-30libceph: initialize msgpool message typesSage Weil
2012-07-05libceph: set peer name on con_open, not initSage 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: tweak ceph_alloc_msg()Alex Elder
2012-06-06libceph: fully initialize connection in con_init()Alex Elder
2012-06-06libceph: use con get/put ops from osd_clientSage Weil
2012-06-06libceph: osd_client: don't drop reply reference too earlyAlex Elder
2012-06-01libceph: provide osd number when creating osdAlex Elder
2012-06-01libceph: embed ceph messenger structure in ceph_clientAlex Elder
2012-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds
2012-05-18libceph: avoid unregistering osd request when not registeredSage Weil
2012-05-17ceph: use info returned by get_authorizerAlex Elder
2012-05-17ceph: have get_authorizer methods return pointersAlex Elder
2012-05-17ceph: ensure auth ops are defined before useAlex Elder
2012-05-17ceph: messenger: reduce args to create_authorizerAlex Elder
2012-05-17ceph: define ceph_auth_handshake typeAlex Elder
2012-05-14ceph: osd_client: fix endianness bug in osd_req_encode_op()Alex Elder
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-01-10libceph: remove useless return value for osd_client __send_request()Sage Weil
2011-11-11libceph: Allocate larger oid buffer in request msgsStratos Psomadakis
2011-10-25libceph: force resend of osd requests if we skip an osdmapSage Weil
2011-10-25libceph: don't complain on msgpool alloc failuresSage Weil
2011-09-16libceph: fix linger request requeuingSage Weil
2011-08-31libceph: fix leak of osd structs during shutdownSage Weil
2011-07-26libceph: don't time out osd requests that haven't been receivedSage Weil
2011-06-13libceph: fix page calculation for non-page-aligned ioSage Weil
2011-06-07ceph: fix sync vs canceled writeSage Weil
2011-05-24libceph: subscribe to osdmap when cluster is fullSage Weil
2011-05-19ceph: check return value for start_request in writepagesSage Weil
2011-05-19libceph: use snprintf for formatting object nameSage Weil
2011-05-03libceph: fix ceph_osdc_alloc_request error checksSage Weil
2011-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-06libceph: fix linger request requeueingSage Weil
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-29libceph: fix null dereference when unregistering linger requestsSage Weil
2011-03-29ceph: unlock on error in ceph_osdc_start_request()Dan Carpenter
2011-03-26ceph: fix possible NULL pointer dereferenceMariusz Kozlowski
2011-03-22libceph: add lingering request and watch/notify event frameworkYehuda Sadeh
2011-03-21libceph: fix osd request queuing on osdmap updatesSage Weil
2010-11-09ceph: explicitly specify page alignment in network messagesSage Weil