summaryrefslogtreecommitdiffstats
path: root/src/librados/IoCtxImpl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* librados: aio_operate() supports ObjectWriteOperation::mtime2()Casey Bodley2023-05-231-1/+2
* Revert "tracer/osd/librados/build/rgw: rgw and osd end2end tracing using open...Yuval Lifshitz2023-04-301-2/+2
* tracer/osd/librados/build/rgw: rgw and osd end2end tracing using opentelemetryOmri Zeneva2023-03-191-2/+2
* librados/IoCtxImpl: preserve extra_op_flags when dupingIlya Dryomov2021-09-171-0/+1
* librados: build without "using namespace std"Kefu Chai2021-08-131-6/+6
* librados/IoCtxImpl: pass extra_op_flags everywhereSage Weil2021-02-031-0/+1
* */CMakeLists: add EVENTTRACE as cmakedefine, require LTTNGSamuel Just2019-09-281-1/+1
* librados: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-10/+11
* librados: remove rados_tmap_*Kefu Chai2018-11-071-3/+0
* librados: deprecate calls that take auidSage Weil2018-08-311-3/+0
* librados: added async application enable APIJason Dillaman2017-07-191-0/+2
* librados: new API to manipulate pool application metadataJason Dillaman2017-07-191-0/+13
* librados: rebase fixupJesse Williamson2017-05-101-4/+5
* librados: Overload aio_operate with blkin trace info parameterVictor Araujo2017-05-051-2/+2
* blkin: add traces to librados and ObjecterCasey Bodley2017-05-051-3/+7
* librados: add cmpext APIwangzhengyong2017-04-261-0/+5
* librados: expose new checksum osd operationJason Dillaman2017-04-181-0/+2
* Merge pull request #13775 from Liuchang0812/wip-add-override-librados-headersSage Weil2017-03-081-3/+3
|\
| * librados: add override in headersliuchang08122017-03-031-3/+3
* | librados: nobjects list get and seek to cursorYehuda Sadeh2017-03-011-0/+2
|/
* librados: use new PGNLS even for legacy list APISage Weil2017-02-091-2/+0
* Merge pull request #13008 from athanatos/wip-clone-rangeSage Weil2017-01-221-5/+0
|\
| * src/: remove CLONE_RANGE, ASSERT_SRC_VERSION, SRC_CMPXATTRSamuel Just2017-01-171-5/+0
* | osd, messenger, librados: lttng enhancementsAnjaneya Chagam2017-01-161-0/+3
|/
* Merge pull request #12607 from liewegas/wip-librados-killackSage Weil2017-01-091-8/+2
|\
| * librados: eliminiate ack vs commit distinctionSage Weil2016-12-281-8/+2
* | Merge pull request #12050 from dillaman/wip-16180Mykola Golub2017-01-051-0/+2
|\ \
| * | librados: new asynchronous snapshot creation/deletion methodsJason Dillaman2016-11-171-0/+2
* | | src/librados/IoCtxImpl.h : fix typosXianxia Xiao2016-12-301-1/+1
| |/ |/|
* | Merge pull request #11709 from iain-buclaw-sociomantic/librados_aioexecSage Weil2016-11-181-0/+2
|\ \ | |/ |/|
| * librados: Add aio_exec with char pointer bufferIain Buclaw2016-11-101-0/+2
* | Merge pull request #11378 from ryneli/watch_notify_add_timeoutKefu Chai2016-11-141-0/+5
|\ \ | |/ |/|
| * librados: add timeout parameter to rados_watchRyne Li2016-11-131-0/+5
* | rados : implementation of async stat/getxattr(s)/rmxattr/setxattrSebastien Ponce2016-11-011-0/+8
* | rados : added an aio_remove version taking flagsSebastien Ponce2016-11-011-1/+1
|/
* librados: get_pool_name() should not return ref of a local variableKefu Chai2016-06-081-1/+1
* librados: kill cached_pool_names from IoCtxImplxie xingguo2016-05-251-3/+0
* librados: add set_alloc_hint2 with flagsSage Weil2016-05-141-1/+2
* Merge pull request #7830 from yuyuyu101/wip-14907Jason Dillaman2016-04-291-2/+3
|\
| * IoCtxImpl: delete WatchCtx when it's internal allocHaomai Wang2016-02-281-2/+3
* | librados: add writesame APIDavid Disseldorp2016-04-251-0/+4
* | remove ceph_real_time_t typedef and overrides using itMatt Benjamin2016-03-101-2/+0
* | librados: add mtime2() that uses timespec and ceph::real_timeYehuda Sadeh2016-03-051-1/+1
* | librados: new stat2() that returns ceph::real_timeYehuda Sadeh2016-03-041-0/+2
* | librados: add stat2() calls that return high resultion mtimeYehuda Sadeh2016-03-041-0/+10
|/
* librados: add get_inconsistent_snapsets() APIKefu Chai2016-02-251-0/+7
* librados: add get_inconsistent_objects() APIKefu Chai2016-02-251-0/+7
* librados: support aio_unwatch apiHaomai Wang2016-02-201-0/+1
* librados: add async watch apiHaomai Wang2016-02-201-0/+2
* Merge pull request #7477 from xiexingguo/wip-fix-objSage Weil2016-02-041-2/+2
|\