summaryrefslogtreecommitdiffstats
path: root/src/pybind (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6813 from manens/pybind_rados_snapshot_readKefu Chai2016-02-021-0/+16
|\
| * pybind: Implementation of Ioctx.set_read to allow read from snapshotsFlorent Manens2015-12-131-0/+16
* | Merge pull request #6205 from jcsp/wip-volume-clientGregory Farnum2016-01-202-2/+816
|\ \
| * | pybind: minor fixes to volumeclientJohn Spray2016-01-051-3/+5
| * | pybind: stray comment in volumeclientJohn Spray2016-01-051-1/+1
| * | pybind/cephfs: exception on extra init argsJohn Spray2016-01-051-0/+3
| * | pybind: volumeclient fixesJohn Spray2016-01-051-34/+132
| * | pybind: fix mkdir_p in ceph_volume_clientJohn Spray2016-01-051-1/+2
| * | pybind: add ceph_volume_clientJohn Spray2016-01-051-0/+690
| * | pybind: add LibCephFS.create_with_radosJohn Spray2016-01-051-1/+16
| * | pybind: allow CephFS constructor to take IDJohn Spray2016-01-051-2/+7
| |/
* | pybind/rbd.pyx: drop stray semicolonSage Weil2016-01-141-1/+1
* | pybind/rbd.pyx: add rebuild_object_map methodJason Dillaman2016-01-141-1/+17
|/
* Merge pull request #6878 from manens/pybind_rados_ioctx_snap_rollbackJosh Durgin2015-12-101-0/+19
|\
| * Implementation of rados_ioctx_snapshot_rollbackFlorent Manens2015-12-101-0/+19
* | Merge pull request #6768 from marcan/cythonJosh Durgin2015-12-105-1262/+1529
|\ \ | |/ |/|
| * pybind/rbd.pyx: misc typo bugfixesHector Martin2015-12-091-4/+3
| * pybind/rbd.pyx: PyString -> PyBytesHector Martin2015-12-091-6/+6
| * pybind/rbd.pyx: Return something useful from str() and repr()Hector Martin2015-12-031-3/+2
| * pybind/rbd.pyx: only set self.closed after a successful closeHector Martin2015-12-021-1/+1
| * pybind/rbd.pyx: remove redundant RBD.__init__ methodHector Martin2015-12-021-3/+0
| * pybind: Improvements to Cython buildHector Martin2015-12-023-4/+7
| * pybind: convert librbd bindings to CythonHector Martin2015-12-015-1262/+1531
* | pybind: support ioctx:execNoah Watkins2015-12-041-0/+31
|/
* Merge pull request #6711 from jdurgin/wip-13880Kefu Chai2015-11-271-2/+1
|\
| * pybind: decode empty string in conf_parse_argv() correctlyJosh Durgin2015-11-261-2/+1
* | Merge pull request #5734 from cxwshawn/mon-fixSage Weil2015-11-261-1/+5
|\ \ | |/ |/|
| * auth: keyring without mon entity type should return -EACCESXiaowei Chen2015-11-101-1/+5
* | Merge pull request #6323 from dingshang/wip-cephfs-dingshangGregory Farnum2015-11-241-0/+13
|\ \
| * | pybind/cephfs: add symlink and its unit testShang Ding2015-10-201-0/+13
* | | Merge pull request #6541 from dillaman/wip-11287Josh Durgin2015-11-171-4/+9
|\ \ \
| * | | pybind/rbd.py: add new journaling feature codeJason Dillaman2015-11-131-4/+9
* | | | pybind/rados: return pool_reverse_lookup() result as a stringJosh Durgin2015-11-131-1/+1
* | | | pybind/rbd: encode snap_rename args for py3Josh Durgin2015-11-131-3/+3
* | | | pybind/rbd: decode stat() and list_children() results for py3Josh Durgin2015-11-131-3/+3
* | | | pybind/rbd: decode parent_info() to str types for py3Josh Durgin2015-11-131-1/+3
* | | | Merge branch 'pybind3' of https://github.com/dcoles/ceph into wip-pybind3Josh Durgin2015-11-132-188/+264
|\ \ \ \ | |/ / / |/| | |
| * | | pybind: Add decode_cstr helper functionDavid Coles2015-11-132-17/+36
| * | | pybind: Import cstr from the rados moduleDavid Coles2015-11-131-17/+2
| * | | pybind: Don't encode str on Python 2David Coles2015-11-132-8/+20
| * | | pybind: Use basestring as string type for Python 2David Coles2015-10-202-56/+70
| * | | pybind: Add Python 3 support for rados and rbd modulesDavid Coles2015-10-202-122/+168
| |/ /
* | | librbd: API: options on image createMykola Golub2015-11-121-9/+114
* | | Merge pull request #5645 from xinxinsh/wip-snap-renameJason Dillaman2015-11-051-0/+18
|\ \ \ | |/ / |/| |
| * | add snap rename in python wrapperxinxin shu2015-09-031-0/+18
* | | pybind/rados, get_omap_vals: Fix pydoc type.Robin H. Johnson2015-10-101-1/+1
* | | pybind/rados: Fix binary omap values.Robin H. Johnson2015-10-101-10/+13
* | | pybind/cephfs: fix DirEntry helpersJohn Spray2015-09-291-3/+3
* | | Merge pull request #5275 from tchaikov/wip-12287Loic Dachary2015-09-021-0/+7
|\ \ \ | |_|/ |/| |
| * | pybind/ceph_argparse: do not choke on non-ascii prefixKefu Chai2015-07-171-0/+7