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