aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-09ceph: make page alignment explicit in osd interfaceSage Weil1-8/+14
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-0/+1773