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
*
common,test: g_ceph_context->put() upon return
Kefu Chai
2016-11-24
1
-1
/
+2
*
Merge pull request #11623 from dillaman/wip-cls-rbd-group
Mykola Golub
2016-11-01
1
-2
/
+2
|
\
|
*
librbd: ensure consistency groups will gracefully fail on older OSDs
Jason Dillaman
2016-10-24
1
-2
/
+2
*
|
rbd: fix parsing of group and image specific pools
Victor Denisov
2016-10-25
1
-2
/
+2
|
/
*
Merge pull request #11175 from asheplyakov/wip-rbd-default-features
Jason Dillaman
2016-10-20
3
-8
/
+54
|
\
|
*
rbd: add possibility to set rbd_default_features config option via string
Ved-vampir
2016-10-17
3
-8
/
+54
*
|
rbd-nbd: support disabling auto-exclusive lock transition logic
Mykola Golub
2016-10-12
1
-0
/
+4
|
/
*
rbd: include data pool name within info command
Jason Dillaman
2016-10-10
1
-5
/
+26
*
rbd: support overriding image data pool when creating images
Jason Dillaman
2016-10-10
3
-2
/
+22
*
Merge pull request #11370 from ceph/wip-krbd-unmap-options
Jason Dillaman
2016-10-10
1
-5
/
+48
|
\
|
*
rbd: expose rbd unmap options
Ilya Dryomov
2016-10-07
1
-3
/
+46
|
*
rbd: fix up terminology in help texts
Ilya Dryomov
2016-10-07
1
-2
/
+2
*
|
rbd: utilize new API methods for image id and block name prefix
Jason Dillaman
2016-10-06
4
-30
/
+13
|
/
*
rbd: recognize lock_on_read option
Ilya Dryomov
2016-10-04
1
-0
/
+2
*
rbd: return error if we specified a wrong image name for rbd du
Dongsheng Yang
2016-09-18
1
-0
/
+6
*
rbd: new command to disconnect journal client
Mykola Golub
2016-09-05
1
-0
/
+104
*
rbd: bench io-size should not be larger than image size
Jason Dillaman
2016-08-12
1
-4
/
+9
*
rbd: Add images to consistency groups cli
Victor Denisov
2016-08-06
7
-2
/
+390
*
Merge pull request #10341 from dillaman/wip-16223
Mykola Golub
2016-07-30
1
-1
/
+2
|
\
|
*
journal: helper class for organizing optional settings
Jason Dillaman
2016-07-21
1
-1
/
+2
*
|
cmake: exclude private symbols in librbd
Kefu Chai
2016-07-29
1
-1
/
+6
*
|
Merge pull request #9334 from yangdongsheng/rbd_clone_hiberit
Jason Dillaman
2016-07-27
4
-91
/
+36
|
\
\
|
*
|
tools/rbd: use create4() for both of format 1 and format 2.
Dongsheng Yang
2016-07-22
1
-22
/
+1
|
*
|
tools/rbd: set order to default value if it is not specified in options.
Dongsheng Yang
2016-07-22
1
-2
/
+3
|
*
|
tools/rbd: set RBD_IMAGE_OPTION_FEATURES_CLEAR when --image-shared specified.
Dongsheng Yang
2016-07-22
1
-3
/
+15
|
*
|
librbd: set the default options when they are not specified.
Dongsheng Yang
2016-07-22
1
-23
/
+0
|
*
|
tools/rbd: only set the options specified by user in get_image_options().
Dongsheng Yang
2016-07-22
1
-17
/
+17
|
*
|
tools/rbd: fix a wrong value setting for format_specified
Dongsheng Yang
2016-06-21
1
-1
/
+1
|
*
|
tools/rbd: skip the check of options in Clone action.
Dongsheng Yang
2016-06-21
1
-8
/
+0
|
*
|
tools/rbd: use rbd.create4() for all formats
Dongsheng Yang
2016-06-21
1
-17
/
+1
*
|
|
Merge pull request #10087 from yangdongsheng/rbd_snap_remove_force
Jason Dillaman
2016-07-27
1
-4
/
+17
|
\
\
\
|
*
|
|
rbd: introduce no-progress for rbd snap remove.
Dongsheng Yang
2016-07-26
1
-4
/
+12
|
*
|
|
tools/rbd: introduce an option of --force for snap remove
Dongsheng Yang
2016-07-26
1
-3
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #9371 from ukernel/wip-osx-fuse
Kefu Chai
2016-07-27
3
-1
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
build: check if posix_fadvise() exists
Yan, Zheng
2016-07-18
3
-1
/
+8
*
|
|
Merge pull request #9878 from neurodrone/rbd_api_shrink_check_on_resize
Jason Dillaman
2016-07-18
1
-9
/
+8
|
\
\
\
|
*
|
|
rbd: add rbd_resize2 for allow_shrink option
Vaibhav Bhembre
2016-07-13
1
-9
/
+8
|
|
/
/
*
/
/
cmake: restructure src/CMakeLists.txt in a more hierarchical way
Kefu Chai
2016-07-16
1
-0
/
+48
|
/
/
*
|
tools/rbd: introduce a simple bench for read
Dongsheng Yang
2016-06-20
1
-37
/
+141
*
|
tools/rbd: make bench-write invisible to user
Dongsheng Yang
2016-06-20
1
-1
/
+1
*
|
tools/rbd: introduce a new field of visible in Action Class
Dongsheng Yang
2016-06-20
2
-2
/
+5
|
/
*
Merge pull request #9151 from fullerdj/wip-djf-15706
Jason Dillaman
2016-06-16
4
-1
/
+115
|
\
|
*
rbd: add methods to set and get snapshot limits
Douglas Fuller
2016-06-07
4
-1
/
+115
*
|
rbd: Add cg create, cg list, cg remove commands
Victor Denisov
2016-06-16
5
-0
/
+267
*
|
Merge pull request #9464 from vumrao/wip-vumrao-15807
Jason Dillaman
2016-06-10
1
-0
/
+22
|
\
\
|
*
|
rbd: add error message "snapshot is already protected"
Vikhyat Umrao
2016-06-07
1
-0
/
+22
*
|
|
tool/rbd: cleanup in utils.cc
huanwen ren
2016-06-07
1
-8
/
+0
|
/
/
*
|
Merge pull request #8562 from ceph/wip-djf-object-map-check
Yuri Weinstein
2016-05-27
1
-5
/
+58
|
\
\
|
*
|
rbd: add rbd object-map check
Douglas Fuller
2016-05-19
1
-5
/
+58
*
|
|
librbd: integrate with async journaler shutdown API
Jason Dillaman
2016-05-26
1
-18
/
+40
|
|
/
|
/
|
[next]