index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pybind
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #6813 from manens/pybind_rados_snapshot_read
Kefu Chai
2016-02-02
1
-0
/
+16
|
\
|
*
pybind: Implementation of Ioctx.set_read to allow read from snapshots
Florent Manens
2015-12-13
1
-0
/
+16
*
|
Merge pull request #6205 from jcsp/wip-volume-client
Gregory Farnum
2016-01-20
2
-2
/
+816
|
\
\
|
*
|
pybind: minor fixes to volumeclient
John Spray
2016-01-05
1
-3
/
+5
|
*
|
pybind: stray comment in volumeclient
John Spray
2016-01-05
1
-1
/
+1
|
*
|
pybind/cephfs: exception on extra init args
John Spray
2016-01-05
1
-0
/
+3
|
*
|
pybind: volumeclient fixes
John Spray
2016-01-05
1
-34
/
+132
|
*
|
pybind: fix mkdir_p in ceph_volume_client
John Spray
2016-01-05
1
-1
/
+2
|
*
|
pybind: add ceph_volume_client
John Spray
2016-01-05
1
-0
/
+690
|
*
|
pybind: add LibCephFS.create_with_rados
John Spray
2016-01-05
1
-1
/
+16
|
*
|
pybind: allow CephFS constructor to take ID
John Spray
2016-01-05
1
-2
/
+7
|
|
/
*
|
pybind/rbd.pyx: drop stray semicolon
Sage Weil
2016-01-14
1
-1
/
+1
*
|
pybind/rbd.pyx: add rebuild_object_map method
Jason Dillaman
2016-01-14
1
-1
/
+17
|
/
*
Merge pull request #6878 from manens/pybind_rados_ioctx_snap_rollback
Josh Durgin
2015-12-10
1
-0
/
+19
|
\
|
*
Implementation of rados_ioctx_snapshot_rollback
Florent Manens
2015-12-10
1
-0
/
+19
*
|
Merge pull request #6768 from marcan/cython
Josh Durgin
2015-12-10
5
-1262
/
+1529
|
\
\
|
|
/
|
/
|
|
*
pybind/rbd.pyx: misc typo bugfixes
Hector Martin
2015-12-09
1
-4
/
+3
|
*
pybind/rbd.pyx: PyString -> PyBytes
Hector Martin
2015-12-09
1
-6
/
+6
|
*
pybind/rbd.pyx: Return something useful from str() and repr()
Hector Martin
2015-12-03
1
-3
/
+2
|
*
pybind/rbd.pyx: only set self.closed after a successful close
Hector Martin
2015-12-02
1
-1
/
+1
|
*
pybind/rbd.pyx: remove redundant RBD.__init__ method
Hector Martin
2015-12-02
1
-3
/
+0
|
*
pybind: Improvements to Cython build
Hector Martin
2015-12-02
3
-4
/
+7
|
*
pybind: convert librbd bindings to Cython
Hector Martin
2015-12-01
5
-1262
/
+1531
*
|
pybind: support ioctx:exec
Noah Watkins
2015-12-04
1
-0
/
+31
|
/
*
Merge pull request #6711 from jdurgin/wip-13880
Kefu Chai
2015-11-27
1
-2
/
+1
|
\
|
*
pybind: decode empty string in conf_parse_argv() correctly
Josh Durgin
2015-11-26
1
-2
/
+1
*
|
Merge pull request #5734 from cxwshawn/mon-fix
Sage Weil
2015-11-26
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
auth: keyring without mon entity type should return -EACCES
Xiaowei Chen
2015-11-10
1
-1
/
+5
*
|
Merge pull request #6323 from dingshang/wip-cephfs-dingshang
Gregory Farnum
2015-11-24
1
-0
/
+13
|
\
\
|
*
|
pybind/cephfs: add symlink and its unit test
Shang Ding
2015-10-20
1
-0
/
+13
*
|
|
Merge pull request #6541 from dillaman/wip-11287
Josh Durgin
2015-11-17
1
-4
/
+9
|
\
\
\
|
*
|
|
pybind/rbd.py: add new journaling feature code
Jason Dillaman
2015-11-13
1
-4
/
+9
*
|
|
|
pybind/rados: return pool_reverse_lookup() result as a string
Josh Durgin
2015-11-13
1
-1
/
+1
*
|
|
|
pybind/rbd: encode snap_rename args for py3
Josh Durgin
2015-11-13
1
-3
/
+3
*
|
|
|
pybind/rbd: decode stat() and list_children() results for py3
Josh Durgin
2015-11-13
1
-3
/
+3
*
|
|
|
pybind/rbd: decode parent_info() to str types for py3
Josh Durgin
2015-11-13
1
-1
/
+3
*
|
|
|
Merge branch 'pybind3' of https://github.com/dcoles/ceph into wip-pybind3
Josh Durgin
2015-11-13
2
-188
/
+264
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
pybind: Add decode_cstr helper function
David Coles
2015-11-13
2
-17
/
+36
|
*
|
|
pybind: Import cstr from the rados module
David Coles
2015-11-13
1
-17
/
+2
|
*
|
|
pybind: Don't encode str on Python 2
David Coles
2015-11-13
2
-8
/
+20
|
*
|
|
pybind: Use basestring as string type for Python 2
David Coles
2015-10-20
2
-56
/
+70
|
*
|
|
pybind: Add Python 3 support for rados and rbd modules
David Coles
2015-10-20
2
-122
/
+168
|
|
/
/
*
|
|
librbd: API: options on image create
Mykola Golub
2015-11-12
1
-9
/
+114
*
|
|
Merge pull request #5645 from xinxinsh/wip-snap-rename
Jason Dillaman
2015-11-05
1
-0
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
add snap rename in python wrapper
xinxin shu
2015-09-03
1
-0
/
+18
*
|
|
pybind/rados, get_omap_vals: Fix pydoc type.
Robin H. Johnson
2015-10-10
1
-1
/
+1
*
|
|
pybind/rados: Fix binary omap values.
Robin H. Johnson
2015-10-10
1
-10
/
+13
*
|
|
pybind/cephfs: fix DirEntry helpers
John Spray
2015-09-29
1
-3
/
+3
*
|
|
Merge pull request #5275 from tchaikov/wip-12287
Loic Dachary
2015-09-02
1
-0
/
+7
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
pybind/ceph_argparse: do not choke on non-ascii prefix
Kefu Chai
2015-07-17
1
-0
/
+7
[next]