| Commit message (Expand) | Author | Age | Files | Lines |
* | rbd.py: fix stripe_unit() and stripe_count() | Josh Durgin | 2013-05-16 | 1 | -4/+10 |
* | rados.py: add docstrings for Ioctx::__aio_*_cb() | Danny Al-Gaaf | 2013-04-08 | 1 | -0/+6 |
* | rados.py: add more docstrings | Danny Al-Gaaf | 2013-04-07 | 1 | -1/+389 |
* | rados.py: add docstrings for *Error classes and others | Danny Al-Gaaf | 2013-04-07 | 1 | -0/+61 |
* | cephfs.py: add docstring for shutdown() and version() | Danny Al-Gaaf | 2013-04-07 | 1 | -0/+9 |
* | rados.py: fix create_pool() | Danny Al-Gaaf | 2013-04-07 | 1 | -5/+6 |
* | rados.py: add some docstrings | Danny Al-Gaaf | 2013-04-07 | 1 | -1/+80 |
* | rados.py: chmod -x | Danny Al-Gaaf | 2013-04-07 | 1 | -0/+0 |
* | pybind: unify make_ex() code in cephfs.py and rados.py | Danny Al-Gaaf | 2013-04-07 | 2 | -24/+20 |
* | pybind: add docstrings for make_ex() | Danny Al-Gaaf | 2013-04-07 | 2 | -2/+25 |
* | rbd.py: remove unnecessary semicolons | Danny Al-Gaaf | 2013-04-07 | 1 | -2/+2 |
* | rbd.py: add some missing functions | Josh Durgin | 2013-04-01 | 1 | -6/+40 |
* | librbd: add C and python bindings for diff_iterate | Josh Durgin | 2013-04-01 | 1 | -1/+61 |
* | rados.py: remove unnecessary semicolon | Danny Al-Gaaf | 2013-03-21 | 1 | -1/+1 |
* | rados.py: fix bad indention | Danny Al-Gaaf | 2013-03-21 | 1 | -1/+1 |
* | rados.py: remove lenght modifier 'l' on format string | Danny Al-Gaaf | 2013-03-21 | 1 | -2/+2 |
* | rados.py: fix 'Rados' has no member 'name' | Danny Al-Gaaf | 2013-03-21 | 1 | -1/+2 |
* | rados.py: add missing space after ',' | Danny Al-Gaaf | 2013-03-21 | 1 | -4/+4 |
* | pybind/cephfs: Add initial py wrappers for cephfs. | Sam Lang | 2013-03-16 | 1 | -0/+324 |
* | test_lock_fence.sh, rbdrw.py: rbd lock/fence test | Dan Mick | 2013-02-25 | 1 | -1/+5 |
* | Added python wrapper to rados_cluster_stat | Chris Glass | 2013-01-10 | 1 | -0/+17 |
* | librbd: add {rbd_}open_read_only() | Josh Durgin | 2012-12-30 | 1 | -4/+19 |
* | rbd.py: check for new librbd methods before use | Josh Durgin | 2012-12-13 | 1 | -6/+25 |
* | librbd: update python bindings for striped image creation | Sage Weil | 2012-10-15 | 1 | -3/+10 |
* | rbd.py: Fix docstring syntax of list_lockers(). | Tommi Virtanen | 2012-10-04 | 1 | -6/+8 |
* | rbd.py: Docstring syntax. | Tommi Virtanen | 2012-10-04 | 1 | -1/+1 |
* | librbd: use generic cls_lock instead of cls_rbd's locking | Josh Durgin | 2012-09-07 | 1 | -0/+101 |
* | librbd: add {rbd_}list_children() methods | Dan Mick | 2012-08-29 | 1 | -0/+27 |
* | Merge branch 'wip-rbd-protect' into master | Josh Durgin | 2012-08-16 | 2 | -1/+81 |
|\ |
|
| * | librados: add method to get the fsid of a cluster | Josh Durgin | 2012-08-09 | 1 | -0/+11 |
| * | librbd: add methods for protecting/unprotecting snapshots | Josh Durgin | 2012-08-09 | 1 | -1/+49 |
| * | librbd: add method to get the size of an image | Josh Durgin | 2012-07-30 | 1 | -0/+13 |
| * | librbd, rbd.py, test_rbd.py: flatten methods | Dan Mick | 2012-07-30 | 1 | -0/+8 |
* | | rados.py: add binding for rados_trunc | Evan Felix | 2012-08-03 | 1 | -0/+9 |
|/ |
|
* | librbd, rbd, rbd.py: Add parent info reporting | Dan Mick | 2012-07-10 | 1 | -6/+51 |
* | rbd, librbd, rbd.py: cloning (copy-on-write child image of snapshot) | Dan Mick | 2012-07-10 | 1 | -0/+50 |
* | rbd.py: add support for creating images in the new format | Josh Durgin | 2012-06-09 | 1 | -3/+17 |
* | rbd.py: Fix seemingly-random segfaults | Dan Mick | 2012-05-23 | 1 | -1/+1 |
* | rbd.py: add new error for deleting an image with snapshots | Josh Durgin | 2012-05-02 | 1 | -9/+16 |
* | python-ceph: remove rgw bindings | Yehuda Sadeh | 2012-04-18 | 1 | -36/+0 |
* | rados.py: fix Object.read argument order | Tomasz Paskowski | 2012-04-13 | 1 | -1/+1 |
* | rados.py: avoid getting return value of void function | Josh Durgin | 2012-01-11 | 1 | -4/+1 |
* | librbd: don't remove an image that still has snapshots | Josh Durgin | 2012-01-04 | 1 | -2/+8 |
* | rados.py: use uint64_t for auids | Josh Durgin | 2012-01-03 | 1 | -3/+3 |
* | pybind: Add a description to docstring. | Tommi Virtanen | 2011-12-14 | 1 | -0/+2 |
* | pybind/rados: add asynchronous write,append,read,write_full operations | Samuel Just | 2011-12-12 | 1 | -1/+143 |
* | Merge branch 'wip_pgls' | Samuel Just | 2011-12-09 | 1 | -3/+31 |
|\ |
|
| * | pybind: add object locator support to pybind pool listing | Samuel Just | 2011-12-09 | 1 | -3/+31 |
* | | pybind: trivial fix of missing argument | Henry C Chang | 2011-12-08 | 1 | -1/+1 |
|/ |
|
* | rados.py: add list_pools method | Josh Durgin | 2011-12-02 | 1 | -0/+13 |