summaryrefslogtreecommitdiffstats
path: root/src/libradosstriper (follow)
Commit message (Expand)AuthorAgeFilesLines
* librados: revert librados3/libradoscc back to librados2Jason Dillaman2019-02-201-1/+1
* librados: move C++ APIs into libradosppKefu Chai2018-11-011-3/+5
* common: fix typosKefu Chai2018-09-211-2/+2
* libradosstriper: Use ceph_assert for asserts.Adam C. Emerson2018-08-273-10/+10
* cmake: fix "WITH_STATIC_LIBSTDCXX"Kefu Chai2018-07-281-4/+0
* rados: clean up rados_getxattrs() and rados_striper_getxattrs()Gu Zhongyan2018-02-021-2/+0
* cmake: pass static linkflags to the linker who links libcommonKefu Chai2018-01-041-1/+6
* libradosstriper: silence warning from -Wreordersongweibin2017-08-081-2/+2
* rado: Initilizating uninitilized member m_writeRcamitkuma2017-08-031-1/+1
* Merge pull request #15674 from chardan/jfw-wip-20240-printf-formatKefu Chai2017-07-171-2/+8
|\
| * libradosstriper: remove format injection vulnerabilityJesse Williamson2017-06-201-2/+8
* | radosstriper: assert(ref==1) in MultiAioCompletion's dtorKefu Chai2017-06-051-1/+2
* | radosstriper: use intrusive_ptr to manage lifecycle of MultiAioCompletionImplKefu Chai2017-06-054-297/+291
|/
* Merge pull request #14658 from chardan/jfw-wip-halflife_atomic_t-baragonSage Weil2017-05-261-2/+0
|\
| * libradosstriper: remove references to atomic.hJesse Williamson2017-05-101-2/+0
* | Merge pull request #15012 from tchaikov/wip-byteswapKefu Chai2017-05-121-7/+7
|\ \
| * | radosstriper: do not use GCC extension to initialize struct membersKefu Chai2017-05-101-7/+7
| |/
* / libradosstriper: do not assign garbage to returned valueKefu Chai2017-05-101-1/+4
|/
* librados: add override in headersliuchang08122017-03-031-4/+4
* RadosStriperImpl.cc: fix double freeDanny Al-Gaaf2017-02-091-2/+0
* cmake: turn libcommon into a shared libraryKefu Chai2017-01-101-1/+1
* librados: eliminiate ack vs commit distinctionSage Weil2016-12-282-4/+4
* radosstriper : Fixed locking of truncation in libradosstriperSebastien Ponce2016-11-011-1/+5
* radosstriper : Reworked handling of unlocking completion in striper librarySebastien Ponce2016-11-012-140/+159
* radosstriper : Fixed memory leaks found in valgrind testing of (improved) str...Sebastien Ponce2016-11-013-24/+56
* radosstriper : implementation of async remove/stat/stat2Sebastien Ponce2016-11-013-17/+277
* radosstriper : proper calls to static function aio_create_completionSebastien Ponce2016-11-011-8/+8
* radosstriper : prefer asynchronous unlock to synchronous onesSebastien Ponce2016-11-011-6/+18
* radosstriper : protect aio_write API from calls with 0 bytesSebastien Ponce2016-11-011-26/+30
* radosstriper : optimized truncation and removal of striped objectsSebastien Ponce2016-11-012-29/+262
* remove autotoolsSage Weil2016-09-071-27/+0
* cmake: move librados.cc out of libradosstriperKefu Chai2016-06-291-1/+1
* cmake: link libradostriper with librados_objsKefu Chai2016-06-231-2/+4
* cmake: remove visibility flags from libcephfs,libradosstriperKefu Chai2016-06-231-2/+1
* cmake: use ${CEPH_SHARED} when adding libradosstriperKefu Chai2016-06-221-1/+1
* cmake: install dso into ${CMAKE_INSTALL_LIBDIR} instead of "lib"Kefu Chai2016-06-221-1/+1
* cmake: add visibility flags for exported dsoKefu Chai2016-06-221-2/+3
* cmake: libradosstriper's OUTPUT_NAME should be radosstriperKefu Chai2016-06-011-4/+7
* cmake: install libradosstriper headersKefu Chai2016-05-271-1/+3
* struct ceph_file_layout -> file_layout_tSage Weil2016-03-011-10/+19
* libradosstriper: move default stripe parameters inlineSage Weil2016-03-011-3/+12
* bufferlist: Add new func is_provided_buffer(const char *dst)Jianpeng Ma2016-02-201-1/+1
* cmake: libradosstriper dir CMakeLists.txt addedAli Maredia2016-01-051-0/+7
* rados: implement radosstripper force remove when full.shawn2015-12-113-5/+14
* 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
|\ \ | |/ |/|