index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
pybind
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge PR #18512 into master
Patrick Donnelly
2017-12-15
1
-12
/
+0
|
\
|
*
mon,mgr,doc,test: standardize argument as role
Jos Collin
2017-12-06
1
-12
/
+0
*
|
Merge pull request #19361 from Songweibin/wip-init-image-id
Jason Dillaman
2017-12-15
1
-0
/
+29
|
\
\
|
*
|
pybind/rbd: support open the image by image_id
songweibin
2017-12-08
1
-0
/
+29
*
|
|
pybind/rbd: add deep_copy method
Mykola Golub
2017-12-11
1
-0
/
+22
|
/
/
*
|
Merge pull request #19188 from adamwg/awg/rbd-watchers-api
Jason Dillaman
2017-12-06
1
-0
/
+6
|
\
\
|
*
|
pybind: Add support for rbd_watchers_list
Adam Wolfe Gordon
2017-11-28
1
-0
/
+6
|
|
/
*
|
pybind/rbd: raise KeyError when metadata does not exist
Mykola Golub
2017-12-05
1
-0
/
+2
*
|
pybind/rados: add rados_service_*()
Kefu Chai
2017-11-30
1
-0
/
+7
|
/
*
Merge pull request #18483 from Songweibin/wip-list-children2
Jason Dillaman
2017-11-14
1
-1
/
+43
|
\
|
*
librbd: add new API methods and expand the rbd CLI to list trashed images
songweibin
2017-11-14
1
-1
/
+43
*
|
Merge PR #17266 into master
Patrick Donnelly
2017-10-25
1
-57
/
+26
|
\
\
|
*
|
qa: update test_ceph_argparse to test fs cmds
Patrick Donnelly
2017-10-25
1
-57
/
+26
*
|
|
osd/osd_types: pg_pool_t: remove crash_replay_interval member
Sage Weil
2017-10-18
1
-2
/
+2
|
|
/
|
/
|
*
|
pybind/rados: add support open_ioctx2 API
songweibin
2017-09-21
1
-0
/
+43
|
/
*
mon/OSDMonitor: add location option for "crush add-bucket" command
xie xingguo
2017-08-22
1
-4
/
+2
*
qa: fix RBD-related POOL_APP_NOT_ENABLED health warnings
Jason Dillaman
2017-08-03
1
-0
/
+2
*
test: skip pool application metadata tests if OSDs not at min luminous
Jason Dillaman
2017-07-19
1
-0
/
+10
*
librados: new API to manipulate pool application metadata
Jason Dillaman
2017-07-19
1
-0
/
+22
*
mon: add force-create-pg back
Kefu Chai
2017-07-17
1
-3
/
+0
*
mon/OSDMonitor: allow user to permanently delete pool
xie xingguo
2017-07-10
1
-3
/
+0
*
Merge pull request #15757 from runsisi/wip-image-ts
Jason Dillaman
2017-06-22
1
-0
/
+5
|
\
|
*
test/unittest_rbd: add unit tests for image create timestamp
runsisi
2017-06-20
1
-0
/
+5
*
|
osd/osd_types: pg_pool_t: rename crush_ruleset -> crush_rule
Sage Weil
2017-06-20
1
-2
/
+2
|
/
*
Merge pull request #14875 from dillaman/wip-rbd-trash-parent
Mykola Golub
2017-05-03
1
-0
/
+20
|
\
|
*
librbd: added trash_get API method to retrieve image status
Jason Dillaman
2017-05-01
1
-0
/
+15
|
*
librbd: extended parent info API to retrieve parent id
Jason Dillaman
2017-05-01
1
-0
/
+5
*
|
Merge pull request #14497 from tchaikov/wip-pybind-better-error-msg
Yuri Weinstein
2017-05-02
1
-1
/
+1
|
\
\
|
*
|
pybind: use sys.version_info for checking py3
Kefu Chai
2017-04-18
1
-1
/
+1
*
|
|
mon/ConfigKeyService: add 'config-key dump' to show keys and vals
Dan Mick
2017-04-28
1
-0
/
+3
|
|
/
|
/
|
*
|
osd: Handle backfillfull_ratio just like nearfull and full
David Zafman
2017-04-17
1
-0
/
+3
*
|
test: Switch from pg to osd for set-*-ratio commands
David Zafman
2017-04-17
1
-15
/
+15
|
/
*
pybind/rbd: add image metadata methods
Mykola Golub
2017-04-12
1
-0
/
+27
*
pybind: librbd: added trash API to python RBD binding
Ricardo Dias
2017-04-11
1
-1
/
+76
*
librbd: is_exclusive_lock_owner API should ping OSD
Jason Dillaman
2017-03-16
1
-0
/
+3
*
Merge pull request #12817 from liupan1111/wip-list-snapshot-time
Jason Dillaman
2017-01-31
1
-0
/
+12
|
\
|
*
test: Add unit test for getting rbd snapshot timestamp info
Pan Liu
2017-01-30
1
-0
/
+12
*
|
Merge pull request #12934 from athanatos/wip-18529
Josh Durgin
2017-01-27
1
-1
/
+4
|
\
\
|
|
/
|
/
|
|
*
test/pybind/test_rados.py: tolerate empty output from mon ping
Samuel Just
2017-01-26
1
-1
/
+4
*
|
Merge pull request #12091 from wjwithagen/wip-wjw-nosetests
Kefu Chai
2017-01-10
2
-2
/
+2
|
\
\
|
*
|
nosetests: start using /usr/bin/env to find noestests
Willem Jan Withagen
2017-01-10
2
-2
/
+2
*
|
|
librbd: add new lock_get_owners / lock_break_lock API methods
Jason Dillaman
2017-01-06
1
-2
/
+43
*
|
|
Merge pull request #12403 from liewegas/wip-mon-mgr-cleanups
Sage Weil
2016-12-29
1
-3
/
+0
|
\
\
\
|
*
|
|
mon/OSDMonitor: remove 'osd thrash' command
Sage Weil
2016-12-19
1
-3
/
+0
|
|
|
/
|
|
/
|
*
/
|
mon: 'fs set-default' not 'fs set_default'
Sage Weil
2016-12-27
1
-3
/
+3
|
/
/
*
|
test/cephfs: add readlink test
huanwen ren
2016-12-07
1
-0
/
+11
*
|
test/pybind: Add tests for aio_execute
Iain Buclaw
2016-12-02
1
-1
/
+32
*
|
tests / rbd: fix rbd python binding test
Venky Shankar
2016-11-20
1
-2
/
+10
|
/
*
test/pybind: add tests for rgwfile
Haomai Wang
2016-11-02
1
-0
/
+144
*
librbd: new API methods to retrieve image id and block name prefix
Jason Dillaman
2016-10-06
1
-3
/
+10
[next]