summaryrefslogtreecommitdiffstats
path: root/src/tools/rbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools/rbd: make 'children' command support --image-idMykola Golub2024-02-131-4/+17
* Update rbd import-diff command help messageHuangWei2023-12-131-2/+3
* common: Windows Unicode CLI supportLucian Petrut2023-11-222-0/+6
* Merge pull request #50341 from yangdongsheng/ubbdIlya Dryomov2023-06-053-2/+280
|\
| * tools/rbd: add support of new device type for ubbdDongsheng Yang2023-05-183-2/+280
* | rbd: fix spelling errorsJosh Soref2023-04-262-2/+2
|/
* rbd, rbd-nbd: make --encryption-format optionalIlya Dryomov2022-12-042-1/+4
* rbd, rbd-nbd: accept "luks", "luks1" and "luks2" formatsIlya Dryomov2022-12-043-54/+76
* rbd: fix passphrase zeroing in "rbd encryption format" handlerIlya Dryomov2022-12-041-18/+18
* rbd, rbd-nbd: don't strip trailing newline in passphrase filesIlya Dryomov2022-12-042-10/+2
* librbd: remap resize target size if encryption is loadedIlya Dryomov2022-12-041-0/+17
* rbd: add --snap-id option to "rbd device map|unmap|attach|detach"Prasanna Kumar Kalever2022-11-102-16/+40
* rbd: add namespace to get_detach_argumentsPrasanna Kumar Kalever2022-11-101-1/+2
* Merge pull request #40363 from orozery/rbd-clone-encryptionIlya Dryomov2022-10-255-0/+145
|\
| * tools/rbd: add encryption format support for cloned imageOr Ozeri2022-08-255-0/+145
* | rbd: Removed device_name argument from wnbd unmapStefan Chivu2022-10-071-13/+4
* | rbd: Moved get_image_or_snap_spec and parse_options to utilsStefan Chivu2022-10-075-192/+81
* | rbd: Added namespace optarg for rbd device unmapStefan Chivu2022-10-071-1/+2
* | rbd: remove incorrect use of std::includes()Ilya Dryomov2022-08-121-9/+6
* | rbd: find_action() should sort actions firstIlya Dryomov2022-08-121-2/+8
|/
* rbd: drop unused default_empty_pool_name argumentIlya Dryomov2022-07-169-26/+24
* rbd: don't default empty pool name unless namespace is specifiedIlya Dryomov2022-07-161-2/+10
* rbd: add persistent-cache flush commandYin Congmin2022-04-121-0/+53
* rbd: rename image-cache invalidate commandYin Congmin2022-04-122-19/+17
* librbd/cache/pwl: rename persistent cache keyYin Congmin2022-04-121-7/+2
* rbd: include persistent cache metrics in "rbd status" reportIlya Dryomov2022-04-111-8/+123
* rbd: factor out get_percentage() helperIlya Dryomov2022-04-112-1/+7
* rbd: fix a typo in "rbd trash purge schedule ls" formatted outputIlya Dryomov2022-03-051-1/+1
* rbd: support pool and image level overrides for rbd_default_map_optionsChristopher Hoffman2022-02-181-5/+24
* rbd: mark optional positional arguments as such in help outputIlya Dryomov2022-02-086-10/+32
* rbd: recognize rxbounce map optionIlya Dryomov2022-02-041-0/+2
* rbd: add missing switch arguments for recognition by get_command_spec()Ilya Dryomov2022-01-1910-10/+10
* Merge pull request #43524 from Rethan/feat-expiration-timeDeepika Upadhyay2021-11-221-0/+3
|\
| * rbd: when trash mv, show expiration time if it's not nowhaoyixing2021-10-131-0/+3
* | Merge pull request #43852 from hualongfeng/show_featureDeepika Upadhyay2021-11-221-0/+1
|\ \
| * | tools/rbd: make rbd info display dirty-cache featureFeng Hualong2021-11-111-0/+1
* | | rbd: correct encoding of snap protection record in exporting imageSatoru Takeuchi2021-11-131-1/+1
|/ /
* | rbd-nbd: allow user to specify cookie at mapPrasanna Kumar Kalever2021-10-262-0/+11
* | rbd: add --show-cookie/--cookie option for map/attach commandsPrasanna Kumar Kalever2021-10-262-2/+11
|/
* Merge pull request #42848 from ronen-fr/wip-ronenf-argv2vec-usersRonen Friedman2021-08-301-2/+1
|\
| * common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-2/+1
* | rbd: avoid overflow of ios and clarify io-size limit for benchhaoyixing2021-08-241-3/+3
|/
* tools/rbd: build without "using namespace std"Kefu Chai2021-08-139-27/+36
* *: drop strict_iecstrtoll(const char *str,..)Kefu Chai2021-07-262-5/+5
* rbd: don't disable rbd_discard_on_zeroed_write_sameIlya Dryomov2021-06-161-6/+1
* Merge pull request #41588 from idryomov/wip-rbd-trash-purgeIlya Dryomov2021-06-011-4/+13
|\
| * rbd: combined error message for expected Trash::purge() errorsIlya Dryomov2021-05-311-0/+9
| * rbd: propagate Trash::purge() resultIlya Dryomov2021-05-281-4/+4
* | doc/rbd: document cp versus deep cpJan "Yenya" Kasprzak2021-05-271-1/+1
* | rbd: improve conditional compilation specific checksPrasanna Kumar Kalever2021-05-264-9/+68