summaryrefslogtreecommitdiffstats
path: root/src/librbd/operation/ObjectMapIterate.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* librbd: behave more gracefully when data pool removedMykola Golub2019-08-271-0/+11
* librbd: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-11/+11
* librbd: removed 'ImageCtx::object_map_lock'Jason Dillaman2019-04-281-2/+0
* librbd: renamed 'ImageCtx::snap_lock' to 'image_lock'Jason Dillaman2019-04-281-6/+6
* librbd: remove non-performance sensitive cached config valuesJason Dillaman2018-10-051-1/+2
* librbd: fix improper indentation of 'ceph_assert' statementsJason Dillaman2018-09-191-1/+1
* rbd: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-9/+9
* librbd: removed legacy object cacher hooksJason Dillaman2018-03-071-0/+1
* librbd: potential crash if object map check encounters errorJason Dillaman2018-01-311-3/+5
* Merge pull request #17825 from amitkumar50/cov-misc-9Kefu Chai2017-10-131-1/+1
|\
| * librbd,test: Initialize m_snap_list_ret,m_,valueamitkuma2017-09-201-1/+1
* | librbd: assert(false)->ceph_abort()Li Wang2017-10-021-1/+1
|/
* rbd: switched from legacy to new-style configuration optionsJason Dillaman2017-08-091-1/+1
* librbd: avoid duplicating librados IoCtx objects if not neededJason Dillaman2017-03-101-0/+2
* librbd: rados callback cleanuprunsisi2017-03-071-1/+1
* rbd: add override in rbd subsystemliuchang08122017-02-171-2/+2
* librbd / ObjectMap: use data_ctx/md_ctx pool context as requiredVenky Shankar2016-11-201-1/+1
* rbd: add rbd object-map checkDouglas Fuller2016-05-191-0/+293