summaryrefslogtreecommitdiffstats
path: root/src/tools/rbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-1/+2
* Merge pull request #11623 from dillaman/wip-cls-rbd-groupMykola Golub2016-11-011-2/+2
|\
| * librbd: ensure consistency groups will gracefully fail on older OSDsJason Dillaman2016-10-241-2/+2
* | rbd: fix parsing of group and image specific poolsVictor Denisov2016-10-251-2/+2
|/
* Merge pull request #11175 from asheplyakov/wip-rbd-default-featuresJason Dillaman2016-10-203-8/+54
|\
| * rbd: add possibility to set rbd_default_features config option via stringVed-vampir2016-10-173-8/+54
* | rbd-nbd: support disabling auto-exclusive lock transition logicMykola Golub2016-10-121-0/+4
|/
* rbd: include data pool name within info commandJason Dillaman2016-10-101-5/+26
* rbd: support overriding image data pool when creating imagesJason Dillaman2016-10-103-2/+22
* Merge pull request #11370 from ceph/wip-krbd-unmap-optionsJason Dillaman2016-10-101-5/+48
|\
| * rbd: expose rbd unmap optionsIlya Dryomov2016-10-071-3/+46
| * rbd: fix up terminology in help textsIlya Dryomov2016-10-071-2/+2
* | rbd: utilize new API methods for image id and block name prefixJason Dillaman2016-10-064-30/+13
|/
* rbd: recognize lock_on_read optionIlya Dryomov2016-10-041-0/+2
* rbd: return error if we specified a wrong image name for rbd duDongsheng Yang2016-09-181-0/+6
* rbd: new command to disconnect journal clientMykola Golub2016-09-051-0/+104
* rbd: bench io-size should not be larger than image sizeJason Dillaman2016-08-121-4/+9
* rbd: Add images to consistency groups cliVictor Denisov2016-08-067-2/+390
* Merge pull request #10341 from dillaman/wip-16223Mykola Golub2016-07-301-1/+2
|\
| * journal: helper class for organizing optional settingsJason Dillaman2016-07-211-1/+2
* | cmake: exclude private symbols in librbdKefu Chai2016-07-291-1/+6
* | Merge pull request #9334 from yangdongsheng/rbd_clone_hiberitJason Dillaman2016-07-274-91/+36
|\ \
| * | tools/rbd: use create4() for both of format 1 and format 2.Dongsheng Yang2016-07-221-22/+1
| * | tools/rbd: set order to default value if it is not specified in options.Dongsheng Yang2016-07-221-2/+3
| * | tools/rbd: set RBD_IMAGE_OPTION_FEATURES_CLEAR when --image-shared specified.Dongsheng Yang2016-07-221-3/+15
| * | librbd: set the default options when they are not specified.Dongsheng Yang2016-07-221-23/+0
| * | tools/rbd: only set the options specified by user in get_image_options().Dongsheng Yang2016-07-221-17/+17
| * | tools/rbd: fix a wrong value setting for format_specifiedDongsheng Yang2016-06-211-1/+1
| * | tools/rbd: skip the check of options in Clone action.Dongsheng Yang2016-06-211-8/+0
| * | tools/rbd: use rbd.create4() for all formatsDongsheng Yang2016-06-211-17/+1
* | | Merge pull request #10087 from yangdongsheng/rbd_snap_remove_forceJason Dillaman2016-07-271-4/+17
|\ \ \
| * | | rbd: introduce no-progress for rbd snap remove.Dongsheng Yang2016-07-261-4/+12
| * | | tools/rbd: introduce an option of --force for snap removeDongsheng Yang2016-07-261-3/+8
| | |/ | |/|
* | | Merge pull request #9371 from ukernel/wip-osx-fuseKefu Chai2016-07-273-1/+8
|\ \ \ | |/ / |/| |
| * | build: check if posix_fadvise() existsYan, Zheng2016-07-183-1/+8
* | | Merge pull request #9878 from neurodrone/rbd_api_shrink_check_on_resizeJason Dillaman2016-07-181-9/+8
|\ \ \
| * | | rbd: add rbd_resize2 for allow_shrink optionVaibhav Bhembre2016-07-131-9/+8
| |/ /
* / / cmake: restructure src/CMakeLists.txt in a more hierarchical wayKefu Chai2016-07-161-0/+48
|/ /
* | tools/rbd: introduce a simple bench for readDongsheng Yang2016-06-201-37/+141
* | tools/rbd: make bench-write invisible to userDongsheng Yang2016-06-201-1/+1
* | tools/rbd: introduce a new field of visible in Action ClassDongsheng Yang2016-06-202-2/+5
|/
* Merge pull request #9151 from fullerdj/wip-djf-15706Jason Dillaman2016-06-164-1/+115
|\
| * rbd: add methods to set and get snapshot limitsDouglas Fuller2016-06-074-1/+115
* | rbd: Add cg create, cg list, cg remove commandsVictor Denisov2016-06-165-0/+267
* | Merge pull request #9464 from vumrao/wip-vumrao-15807Jason Dillaman2016-06-101-0/+22
|\ \
| * | rbd: add error message "snapshot is already protected"Vikhyat Umrao2016-06-071-0/+22
* | | tool/rbd: cleanup in utils.cchuanwen ren2016-06-071-8/+0
|/ /
* | Merge pull request #8562 from ceph/wip-djf-object-map-checkYuri Weinstein2016-05-271-5/+58
|\ \
| * | rbd: add rbd object-map checkDouglas Fuller2016-05-191-5/+58
* | | librbd: integrate with async journaler shutdown APIJason Dillaman2016-05-261-18/+40
| |/ |/|