summaryrefslogtreecommitdiffstats
path: root/src/libradosstriper (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4955 from kylinstorage/librados-2read-segmentation-fault-v1Kefu Chai2015-09-091-2/+2
|\
| * bug fix: librados segmentation fault, support RadosStriperImpl::aio_read() me...Min Chen2015-08-311-2/+2
* | tests : Fixed broken Makefiles after integration of lttng into rados.Sebastien Ponce2015-06-231-2/+2
|/
* Merge pull request #4150 from javierguerragiraldez/masterKefu Chai2015-03-241-1/+1
|\
| * Declare libradosstriper library dependenciesJavier Guerra2015-03-231-1/+1
* | Merge remote-tracking branch 'gh/hammer'Sage Weil2015-03-191-0/+8
|\ \ | |/ |/|
| * Minor changes in other Makefile.am files to make them support the build refin...Boris Ranto2015-03-061-0/+8
* | msg/xio: fix build with '--enable-xio'Kefu Chai2015-02-271-1/+1
|/
* libradosstriper: fixed write_full when ENOENTSebastien Ponce2015-02-061-1/+1
* Fix libstriprados::remove, use strtoll insdead of strtolDongmao Zhang2014-12-101-1/+1
* librados: Only public API symbols from the shared libraryJason Dillaman2014-11-261-1/+1
* Fixed locking issue in the trun method of libradosstriper leading to potentia...Sebastien Ponce2014-11-181-11/+11
* Fix libstriprados::stat, use strtoll insdead of strtolDongmao Zhang2014-11-171-1/+1
* Fix rados_shutdown hang forever when using radosstriperDongmao Zhang2014-10-312-5/+26
* Fixed remaining part of the seg fault described in bug 9356 by adding referen...Sebastien Ponce2014-10-202-26/+33
* Fixed part of the seg fault described in bug 9356 by adding reference countin...Sebastien Ponce2014-10-202-7/+11
* Fixed part of the seg fault described in bug 9356 by cleaning reference count...Sebastien Ponce2014-10-201-4/+4
* Cleanup up useless method release in MultiAioCompletionImpl. It was exactly e...Sebastien Ponce2014-10-203-10/+3
* Merge pull request #2035 from ceph/wip-da-SCA-20140623Sage Weil2014-06-261-2/+2
|\
| * RadosStriperImpl.cc: catch exception by referenceDanny Al-Gaaf2014-06-251-2/+2
* | Fixed build on 32 bits platformsSebastien Ponce2014-06-261-4/+6
|/
* Implementation of the radosstriper interface.Sebastien Ponce2014-06-076-0/+2251