index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tools
/
rbd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #61155 from idryomov/wip-69324
Ilya Dryomov
2024-12-22
3
-48
/
+56
|
\
|
*
rbd: drop --pool option from "rbd group image {add,rm}"
Ilya Dryomov
2024-12-20
1
-5
/
+0
|
*
rbd: handle --{group,image}-namespace in "rbd group image {add,rm}"
Ilya Dryomov
2024-12-20
3
-43
/
+56
*
|
rbd: open images in read-only mode for "rbd mirror pool status --verbose"
Ilya Dryomov
2024-12-19
1
-2
/
+15
|
/
*
Merge pull request #59842 from chanyoung/set-journaling-feature
Ilya Dryomov
2024-09-30
1
-1
/
+11
|
\
|
*
rbd: set journaling feature when --mirror-image-mode is journal
Chanyoung Park
2024-09-17
1
-1
/
+11
*
|
Merge pull request #59417 from nbalacha/wip-nbalacha-ns-mirroring
Ilya Dryomov
2024-09-18
1
-12
/
+62
|
\
\
|
|
/
|
/
|
|
*
rbd: display mirror uuid for mirror pool info output
N Balachandran
2024-09-17
1
-0
/
+6
|
*
rbd-mirror: allow mirroring to a different namespace
N Balachandran
2024-09-17
1
-12
/
+56
*
|
Merge pull request #59000 from connorfawcett/rbd-random
Ilya Dryomov
2024-09-09
1
-6
/
+50
|
\
\
|
|
/
|
/
|
|
*
rbd/bench: Add ability to write a random string of bytes or a specific byte w...
Connor Fawcett
2024-09-06
1
-6
/
+50
*
|
rbd: mention namespace in "rbd mirror pool" command descriptions
Ilya Dryomov
2024-08-30
1
-6
/
+6
*
|
rbd: clarify "rbd {group,} rename" command description
Ilya Dryomov
2024-08-28
2
-3
/
+3
|
/
*
rbd: "rbd bench" always writes the same byte
Ilya Dryomov
2024-08-23
1
-2
/
+3
*
rbd: fix CLI output of `rbd group snap info` command
Ramana Raja
2024-08-13
1
-3
/
+7
*
rbd: add group snap info command
Ramana Raja
2024-07-22
1
-23
/
+135
*
rbd: include original namespace type in "rbd snap ls --all" output
Ilya Dryomov
2024-06-13
1
-23
/
+28
*
rbd: add --snap-id option to "rbd clone"
Ilya Dryomov
2024-06-13
1
-10
/
+24
*
rbd: pass ArgumentModifier to add_snap_id_option()
Ilya Dryomov
2024-06-13
5
-9
/
+22
*
src/tools/rbd: add group info command to output group id
junxiang Mu
2024-06-06
1
-0
/
+62
*
tools/rbd: make 'children' command support --image-id
Mykola Golub
2024-02-13
1
-4
/
+17
*
Update rbd import-diff command help message
HuangWei
2023-12-13
1
-2
/
+3
*
common: Windows Unicode CLI support
Lucian Petrut
2023-11-22
2
-0
/
+6
*
Merge pull request #50341 from yangdongsheng/ubbd
Ilya Dryomov
2023-06-05
3
-2
/
+280
|
\
|
*
tools/rbd: add support of new device type for ubbd
Dongsheng Yang
2023-05-18
3
-2
/
+280
*
|
rbd: fix spelling errors
Josh Soref
2023-04-26
2
-2
/
+2
|
/
*
rbd, rbd-nbd: make --encryption-format optional
Ilya Dryomov
2022-12-04
2
-1
/
+4
*
rbd, rbd-nbd: accept "luks", "luks1" and "luks2" formats
Ilya Dryomov
2022-12-04
3
-54
/
+76
*
rbd: fix passphrase zeroing in "rbd encryption format" handler
Ilya Dryomov
2022-12-04
1
-18
/
+18
*
rbd, rbd-nbd: don't strip trailing newline in passphrase files
Ilya Dryomov
2022-12-04
2
-10
/
+2
*
librbd: remap resize target size if encryption is loaded
Ilya Dryomov
2022-12-04
1
-0
/
+17
*
rbd: add --snap-id option to "rbd device map|unmap|attach|detach"
Prasanna Kumar Kalever
2022-11-10
2
-16
/
+40
*
rbd: add namespace to get_detach_arguments
Prasanna Kumar Kalever
2022-11-10
1
-1
/
+2
*
Merge pull request #40363 from orozery/rbd-clone-encryption
Ilya Dryomov
2022-10-25
5
-0
/
+145
|
\
|
*
tools/rbd: add encryption format support for cloned image
Or Ozeri
2022-08-25
5
-0
/
+145
*
|
rbd: Removed device_name argument from wnbd unmap
Stefan Chivu
2022-10-07
1
-13
/
+4
*
|
rbd: Moved get_image_or_snap_spec and parse_options to utils
Stefan Chivu
2022-10-07
5
-192
/
+81
*
|
rbd: Added namespace optarg for rbd device unmap
Stefan Chivu
2022-10-07
1
-1
/
+2
*
|
rbd: remove incorrect use of std::includes()
Ilya Dryomov
2022-08-12
1
-9
/
+6
*
|
rbd: find_action() should sort actions first
Ilya Dryomov
2022-08-12
1
-2
/
+8
|
/
*
rbd: drop unused default_empty_pool_name argument
Ilya Dryomov
2022-07-16
9
-26
/
+24
*
rbd: don't default empty pool name unless namespace is specified
Ilya Dryomov
2022-07-16
1
-2
/
+10
*
rbd: add persistent-cache flush command
Yin Congmin
2022-04-12
1
-0
/
+53
*
rbd: rename image-cache invalidate command
Yin Congmin
2022-04-12
2
-19
/
+17
*
librbd/cache/pwl: rename persistent cache key
Yin Congmin
2022-04-12
1
-7
/
+2
*
rbd: include persistent cache metrics in "rbd status" report
Ilya Dryomov
2022-04-11
1
-8
/
+123
*
rbd: factor out get_percentage() helper
Ilya Dryomov
2022-04-11
2
-1
/
+7
*
rbd: fix a typo in "rbd trash purge schedule ls" formatted output
Ilya Dryomov
2022-03-05
1
-1
/
+1
*
rbd: support pool and image level overrides for rbd_default_map_options
Christopher Hoffman
2022-02-18
1
-5
/
+24
*
rbd: mark optional positional arguments as such in help output
Ilya Dryomov
2022-02-08
6
-10
/
+32
[next]