summaryrefslogtreecommitdiffstats
path: root/src/libradosstriper (follow)
Commit message (Expand)AuthorAgeFilesLines
* auth,msg,common: test: use s/init_le*/ceph_le*/Kefu Chai2021-03-101-7/+7
* libradosstriper: make default layout const and staticPatrick Donnelly2021-01-281-1/+1
* cls,rados,rbd,mds,common: Avoid name collision with Windows headersLucian Petrut2020-07-081-3/+3
* monc: Asifoact MonClientAdam C. Emerson2020-05-153-14/+16
* *: switch trivial users of bufferlist::copy{_in} to iterators.Radoslaw Zarzynski2020-01-261-2/+2
* Revert "Merge pull request #16715 from adamemerson/wip-I-Object!"Sage Weil2019-11-223-16/+14
* monc: Asifoact MonClientAdam C. Emerson2019-11-043-14/+16
* libradosstriper: s/create_completion/create_completion2/Kefu Chai2019-11-011-47/+17
* common/RefCountedObj: cleanup con/desPatrick Donnelly2019-09-161-133/+120
* librados: s/Mutex/ceph::mutex/Kefu Chai2019-08-034-76/+49
* 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