summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* librados: add a rados_omap_iter_size functionJeff Layton2018-08-153-0/+17
* Merge PR #23240 into masterSage Weil2018-08-154-1/+90
|\
| * add ceph-crash serviceDan Mick2018-08-092-0/+87
| * common/options: enable mgr 'crash' module by defaultDan Mick2018-08-091-1/+1
| * global/signal_handler: add 'done' file to signal crashdump is readyDan Mick2018-08-091-0/+2
* | librbd: drop snap lock before sending copyup requestMykola Golub2018-08-151-2/+4
* | librbd: restart object deep copy with flattenMykola Golub2018-08-152-6/+23
* | librbd: update in-memory migration snap map after creating snapMykola Golub2018-08-151-0/+11
* | librbd: AsyncOperation may not be reusedMykola Golub2018-08-151-4/+9
* | librbd: migrate: skip update object map for snaps that don't overlapMykola Golub2018-08-151-3/+26
* | librbd: don't update object map if object deep copy returned ENOENTMykola Golub2018-08-156-18/+29
* | librbd: open migration image parent and store its pointer in ImageCtxMykola Golub2018-08-157-16/+180
* | librbd: use 'open snap by id' in clone requestMykola Golub2018-08-153-102/+23
* | librbd: use 'open snap by id' in deep copy image copy requestMykola Golub2018-08-153-65/+11
* | librbd: use 'open snap by id' in refresh parent requestMykola Golub2018-08-152-51/+6
* | librbd: allow to open snapshot by idMykola Golub2018-08-158-9/+26
* | librbd: separate read vs write migration parent overlapsJason Dillaman2018-08-154-12/+30
* | librbd: corrected usage of ImageState::open flag parameterJason Dillaman2018-08-152-3/+3
* | librbd: migration should keep parent linkage by defaultJason Dillaman2018-08-151-5/+34
* | librbd: move shared common clone parent logic to state machineJason Dillaman2018-08-1511-455/+472
* | librbd: normalize clone state machine method names and debug logsJason Dillaman2018-08-152-97/+101
* | librbd: update executing state description with migration % completeMykola Golub2018-08-151-1/+115
* | rbd: make status show migration details if it is in progressMykola Golub2018-08-151-4/+93
* | rbd: show when parent is migration source in info outputMykola Golub2018-08-151-1/+7
* | librbd: get_parent_info: don't try to find parent snap name for CEPH_NOSNAPMykola Golub2018-08-151-1/+1
* | rbd: CLI to migrate imagesMykola Golub2018-08-153-0/+381
* | pybind/rbd: API for image migrationMykola Golub2018-08-153-3/+239
* | librbd: API for image migrationMykola Golub2018-08-1540-77/+3941
* | librbd: allow 'migrating' internal feature on image createMykola Golub2018-08-152-4/+3
* | librbd: handle CEPH_NOSNAP case outside of deep_copy::util::compute_snap_mapMykola Golub2018-08-152-6/+5
* | librbd: add function to wait writes unblockedMykola Golub2018-08-152-0/+26
* | librbd: use newly added method to list watchers in remove requestMykola Golub2018-08-153-107/+62
* | librbd: async request to list watchersMykola Golub2018-08-155-0/+493
* | librbd: allow to remove already opened imageMykola Golub2018-08-152-4/+35
* | librbd: shortcut to skip v2 probing when opening v1 imageMykola Golub2018-08-154-3/+15
* | librbd: add flags to open requestMykola Golub2018-08-1513-50/+56
* | cls/rbd: add assert_snapc_seq methodMykola Golub2018-08-159-0/+186
* | librbd: add "migration" trash image sourceMykola Golub2018-08-153-2/+7
* | cls/rbd: add "migration" trash image sourceMykola Golub2018-08-152-8/+22
* | cls/rbd: methods to set/get/remove image migration headerMykola Golub2018-08-159-5/+723
* | Merge pull request #23532 from alfredodeza/wip-rm24960Andrew Schoen2018-08-1456-94/+1277
|\ \
| * | ceph-volume lvm.zap loop over all vgs from a pv to destroy themAlfredo Deza2018-08-141-7/+5
| * | ceph-volume tests.util ensure dmcrypt_close will skip non-existent pathsAlfredo Deza2018-08-141-0/+16
| * | ceph-volume util.encryption if crypt path does not exist, skip itAlfredo Deza2018-08-141-0/+4
| * | ceph-volume lvm.zap unmount lvs and close dmcrypt on partitionsAlfredo Deza2018-08-141-20/+20
| * | ceph-volume tests.functional batch add filestore sceanrios to tox.iniAlfredo Deza2018-08-131-5/+9
| * | ceph-volume lvm.zap iterate over multiple lvs on a pvAlfredo Deza2018-08-121-25/+28
| * | ceph-volume tests.functional add xenial batch testsAlfredo Deza2018-08-1221-0/+356
| * | ceph-volume tests.functional add bluestore,filestore playbooksAlfredo Deza2018-08-125-0/+240
| * | ceph-volume tests.functional add centos7 filestore batch testsAlfredo Deza2018-08-1010-0/+179