summaryrefslogtreecommitdiff
path: root/net/ceph/osd_client.c
AgeCommit message (Expand)Author
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
2010-11-09ceph: make page alignment explicit in osd interfaceSage Weil
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh