summaryrefslogtreecommitdiffstats
path: root/src/librbd/image/RefreshRequest.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* librbd: retry ENOENT in V2_REFRESH_PARENT as wellIlya Dryomov2022-09-051-3/+3
* librbd: limit the number of ENOENT retries in RefreshRequestIlya Dryomov2022-09-051-0/+4
* librbd: reflect V2_GET_SNAPSHOTS ENOENT retry in state diagramIlya Dryomov2022-09-051-24/+24
* librbd: track in-progress migration aborting operationJason Dillaman2020-08-171-2/+3
* librbd: re-add support for nautilus clients talking to jewel clustersJason Dillaman2020-03-301-1/+7
* librbd: track reason why ImageCtx is read-onlyJason Dillaman2020-03-111-0/+2
* librbd: switch to new metadata retrieval state machineJason Dillaman2020-02-211-1/+0
* librbd: look for pool metadata in default namespaceMykola Golub2019-03-251-0/+1
* librbd: apply pool level config overrides on image refreshMykola Golub2018-09-201-9/+15
* librbd: replace librbd::ParentSpec with cls::rbd::ParentImageSpecJason Dillaman2018-09-191-4/+5
* librbd: invoke new parent class API methodsJason Dillaman2018-09-191-1/+6
* librbd: break composite cls rbd helpers into individual helpersJason Dillaman2018-09-191-16/+12
* librbd: API for image migrationMykola Golub2018-08-151-11/+20
* librbd: simplified retrieving snapshots from image headerJason Dillaman2018-01-261-14/+11
* librbd: retrieve the op features on image refreshJason Dillaman2018-01-121-0/+7
* librbd: notify watcher when updating image metadataDongsheng Yang2017-09-291-0/+10
* librbd: Initializing members image,operation,journalamitkuma2017-08-091-6/+6
* librbd: rename parent_spec/parent_info type to match code style specsJason Dillaman2017-03-081-4/+4
* librbd: support to list snapshot time stampPan Liu2017-01-301-0/+8
* librbd: allow to open an image without opening parent imageRicardo Dias2017-01-161-3/+6
* librbd: ensure consistency groups will gracefully fail on older OSDsJason Dillaman2016-10-241-0/+6
* librbd: By default create snapshots in UserNamespaceVictor Denisov2016-10-221-0/+7
* librbd: Implement consistency group images operationsVictor Denisov2016-08-061-0/+1
* Merge pull request #9539 from cxwshawn/wip-tc9-fixJason Dillaman2016-06-281-1/+0
|\
| * librbd: optimize image header file dependencyshawn2016-06-211-1/+0
* | librbd: do not shut down exclusive lock while acquiringJason Dillaman2016-06-131-3/+6
|/
* librbd: avoid applying refreshed image config within librados callbackJason Dillaman2016-05-021-6/+12
* librbd: propagate any image refresh errors back to callerJason Dillaman2016-04-271-0/+2
* librbd: dynamically disabling journaling needs to block writesJason Dillaman2016-04-091-0/+8
* librbd: close object map when dynamically disabledJason Dillaman2016-01-201-0/+3
* librbd: open object map before journalJason Dillaman2016-01-201-3/+3
* librbd: correct handling of enabling/disabling dynamic featuresJason Dillaman2016-01-201-3/+2
* librbd: convert journal classes to templates for unit testingJason Dillaman2016-01-151-3/+0
* librbd: separate image refresh into async state machinesJason Dillaman2015-12-151-0/+189