summaryrefslogtreecommitdiffstats
path: root/src/librbd/operation/EnableFeaturesRequest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* librbd: swapped ThreadPool/ContextWQ for AsioEngineJason Dillaman2020-06-131-1/+5
* librbd: switched IO (un)block_write calls to new queue image dispatcherJason Dillaman2020-05-141-3/+3
* librbd: EnableRequest now accepts a boolean to indicate a clean imageJason Dillaman2020-04-231-1/+1
* librbd: add non-primary global image id to mirror enableJason Dillaman2020-04-231-2/+2
* librbd: don't pass API data types to internal state machinesJason Dillaman2020-01-301-1/+1
* librbd: explicitly specify mode on mirror image enableMykola Golub2019-12-161-66/+9
* librbd: snapshot mirror modeMykola Golub2019-12-101-8/+66
* librbd: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-4/+4
* librbd: fix issues with object-map/fast-diff feature interlockJason Dillaman2019-05-091-2/+10
* librbd: remove non-performance sensitive cached config valuesJason Dillaman2018-10-051-2/+4
* rbd: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-3/+3
* rbd: interlock object-map/fast-diff features togetherMao Zhongyi2018-06-121-6/+0
* rbd: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* misc: fix various log messagesGu Zhongyan2018-04-091-1/+1
* librbd: rados callback cleanuprunsisi2017-03-071-3/+3
* librbd: move IO-related classes to new io namespaceJason Dillaman2017-02-201-3/+3
* rbd: enabling/disabling rbd feature should report missing dependencyGaurav Kumar Garg2016-12-011-3/+6
* librbd: interlock image state machine and update features operationsMykola Golub2016-09-281-4/+37
* librbd: async state machine to enable/disable image featuresMykola Golub2016-09-281-0/+449