summaryrefslogtreecommitdiffstats
path: root/src/test/rbd_mirror/test_ImageSync.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: add missing includesMax Kellermann2024-12-101-0/+2
* librbd: remove unncessary templating from io::ImageDispatchSpecJason Dillaman2020-09-181-1/+1
* librbd: managed_lock::BreakRequest needs a reference to AsioEngineJason Dillaman2020-07-161-1/+1
* rbd-mirror: swapped ThreadPool/ContextWQ for AsioEngineJason Dillaman2020-06-131-1/+5
* librbd: switch to new api::Io dispatch helper methodsJason Dillaman2020-05-141-29/+32
* librbd: created new api::Io helper methodsJason Dillaman2020-05-141-1/+1
* librbd: temporarily redirect ImageRequestWQ IO through ImageDispatcherJason Dillaman2020-05-141-1/+0
* librbd: add image dispatch layer to image dispatch specJason Dillaman2020-05-141-1/+2
* rbd-mirror: switch image sync to use abstract sync point handlerJason Dillaman2020-01-091-4/+16
* rbd-mirror: generalize ImageSyncThrottler into ThrottlerMykola Golub2019-09-051-3/+4
* rbd-mirror: add namespace supportMykola Golub2019-09-051-3/+9
* tools/rbd_mirror: s/Mutex/ceph::Formatter/Kefu Chai2019-08-031-9/+10
* journal: auto-tune journal fetch params based on memory targetMykola Golub2019-06-111-1/+1
* librbd: remove special case for starting AioCompletion opsJason Dillaman2019-05-021-1/+1
* librbd: renamed 'ImageCtx::snap_lock' to 'image_lock'Jason Dillaman2019-04-281-5/+5
* librbd: align discard requests to default bluestore allocation sizeJason Dillaman2019-02-261-3/+6
* librbd: test_flags helper should require snap id parameterJason Dillaman2018-09-141-1/+2
* build: 32 bit architecture fixesJames Page2018-08-081-2/+2
* librbd: internally utilize snap id when setting snapshotJason Dillaman2018-03-201-6/+16
* librbd: removed legacy object cacher hooksJason Dillaman2018-03-071-4/+17
* rbd: Use unqualified encode/decodeAdam C. Emerson2018-01-101-1/+1
* cleanup: Replacing MIN,MAX with std::min,std::maxamitkuma2017-11-201-1/+1
* rbd-mirror A/A: coordinate image syncs with leaderMykola Golub2017-06-061-1/+11
* librbd: fix valgrind memcheck errorsJason Dillaman2017-06-021-2/+5
* librbd: Add snapshot namespace to snapshot-name index in ImageCtxVictor Denisov2017-03-161-2/+6
* librbd: make writesame get all zeros with rbd_skip_partial_discard onGui Hecheng2017-02-231-2/+2
* librbd: ReadResult helper class for reassembling partial readsJason Dillaman2017-02-201-14/+24
* librbd: move IO-related classes to new io namespaceJason Dillaman2017-02-201-18/+18
* rbd: add override in rbd subsystemliuchang08122017-02-171-2/+2
* rbd: Changed exclusive-lock implementation to use the new managed-lockRicardo Dias2017-01-031-1/+1
* rbd-mirror: fix sparse read optimization in image syncMykola Golub2016-12-081-0/+82
* journal: helper class for organizing optional settingsJason Dillaman2016-07-211-1/+2
* rbd: add rbd_resize2 for allow_shrink optionVaibhav Bhembre2016-07-131-1/+1
* rbd-mirror: support bootstrap cancelingMykola Golub2016-06-051-3/+3
* rbd-mirror: copy snapshot parent image settingsJason Dillaman2016-05-311-1/+1
* test: snapshot stress test rbd-mirror image syncJason Dillaman2016-05-041-4/+78
* test: fix memory leaks in rbd-mirror test casesJason Dillaman2016-04-071-0/+5
* librbd: journal type traits should be standaloneJason Dillaman2016-03-291-0/+1
* test: verify proper update of object map during rbd-mirror image syncJason Dillaman2016-03-131-10/+0
* test: unit test cases for rbd mirror image syncJason Dillaman2016-03-131-0/+140