summaryrefslogtreecommitdiff
path: root/src/pybind
Commit message (Expand)AuthorAgeFilesLines
* rbd.py: fix stripe_unit() and stripe_count()Josh Durgin2013-05-161-4/+10
* rados.py: add docstrings for Ioctx::__aio_*_cb()Danny Al-Gaaf2013-04-081-0/+6
* rados.py: add more docstringsDanny Al-Gaaf2013-04-071-1/+389
* rados.py: add docstrings for *Error classes and othersDanny Al-Gaaf2013-04-071-0/+61
* cephfs.py: add docstring for shutdown() and version()Danny Al-Gaaf2013-04-071-0/+9
* rados.py: fix create_pool()Danny Al-Gaaf2013-04-071-5/+6
* rados.py: add some docstringsDanny Al-Gaaf2013-04-071-1/+80
* rados.py: chmod -xDanny Al-Gaaf2013-04-071-0/+0
* pybind: unify make_ex() code in cephfs.py and rados.pyDanny Al-Gaaf2013-04-072-24/+20
* pybind: add docstrings for make_ex()Danny Al-Gaaf2013-04-072-2/+25
* rbd.py: remove unnecessary semicolonsDanny Al-Gaaf2013-04-071-2/+2
* rbd.py: add some missing functionsJosh Durgin2013-04-011-6/+40
* librbd: add C and python bindings for diff_iterateJosh Durgin2013-04-011-1/+61
* rados.py: remove unnecessary semicolonDanny Al-Gaaf2013-03-211-1/+1
* rados.py: fix bad indentionDanny Al-Gaaf2013-03-211-1/+1
* rados.py: remove lenght modifier 'l' on format stringDanny Al-Gaaf2013-03-211-2/+2
* rados.py: fix 'Rados' has no member 'name'Danny Al-Gaaf2013-03-211-1/+2
* rados.py: add missing space after ','Danny Al-Gaaf2013-03-211-4/+4
* pybind/cephfs: Add initial py wrappers for cephfs.Sam Lang2013-03-161-0/+324
* test_lock_fence.sh, rbdrw.py: rbd lock/fence testDan Mick2013-02-251-1/+5
* Added python wrapper to rados_cluster_statChris Glass2013-01-101-0/+17
* librbd: add {rbd_}open_read_only()Josh Durgin2012-12-301-4/+19
* rbd.py: check for new librbd methods before useJosh Durgin2012-12-131-6/+25
* librbd: update python bindings for striped image creationSage Weil2012-10-151-3/+10
* rbd.py: Fix docstring syntax of list_lockers().Tommi Virtanen2012-10-041-6/+8
* rbd.py: Docstring syntax.Tommi Virtanen2012-10-041-1/+1
* librbd: use generic cls_lock instead of cls_rbd's lockingJosh Durgin2012-09-071-0/+101
* librbd: add {rbd_}list_children() methodsDan Mick2012-08-291-0/+27
* Merge branch 'wip-rbd-protect' into masterJosh Durgin2012-08-162-1/+81
|\
| * librados: add method to get the fsid of a clusterJosh Durgin2012-08-091-0/+11
| * librbd: add methods for protecting/unprotecting snapshotsJosh Durgin2012-08-091-1/+49
| * librbd: add method to get the size of an imageJosh Durgin2012-07-301-0/+13
| * librbd, rbd.py, test_rbd.py: flatten methodsDan Mick2012-07-301-0/+8
* | rados.py: add binding for rados_truncEvan Felix2012-08-031-0/+9
|/
* librbd, rbd, rbd.py: Add parent info reportingDan Mick2012-07-101-6/+51
* rbd, librbd, rbd.py: cloning (copy-on-write child image of snapshot)Dan Mick2012-07-101-0/+50
* rbd.py: add support for creating images in the new formatJosh Durgin2012-06-091-3/+17
* rbd.py: Fix seemingly-random segfaultsDan Mick2012-05-231-1/+1
* rbd.py: add new error for deleting an image with snapshotsJosh Durgin2012-05-021-9/+16
* python-ceph: remove rgw bindingsYehuda Sadeh2012-04-181-36/+0
* rados.py: fix Object.read argument orderTomasz Paskowski2012-04-131-1/+1
* rados.py: avoid getting return value of void functionJosh Durgin2012-01-111-4/+1
* librbd: don't remove an image that still has snapshotsJosh Durgin2012-01-041-2/+8
* rados.py: use uint64_t for auidsJosh Durgin2012-01-031-3/+3
* pybind: Add a description to docstring.Tommi Virtanen2011-12-141-0/+2
* pybind/rados: add asynchronous write,append,read,write_full operationsSamuel Just2011-12-121-1/+143
* Merge branch 'wip_pgls'Samuel Just2011-12-091-3/+31
|\
| * pybind: add object locator support to pybind pool listingSamuel Just2011-12-091-3/+31
* | pybind: trivial fix of missing argumentHenry C Chang2011-12-081-1/+1
|/
* rados.py: add list_pools methodJosh Durgin2011-12-021-0/+13