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
*
librbd: Stub out new exclusive image feature
Jason Dillaman
2015-01-08
1
-0
/
+8
*
python-rados: refactor class Rados a little bit
Kefu Chai
2014-12-17
1
-7
/
+6
*
pybind/cephfs: Fix setxattr function. Pass value as character pointer
Wido den Hollander
2014-12-17
1
-1
/
+1
*
rados.py: remove Rados.__del__(); it just causes problems
Dan Mick
2014-12-10
1
-5
/
+3
*
python-rados: Add object lock support
Mehdi Abaakouk
2014-12-06
1
-1
/
+130
*
rados.py: fix misnamed 'wait_*' routines, add true wait/wait-with-cb
Dan Mick
2014-12-04
1
-6
/
+44
*
Improve readability of the exception
Sébastien Han
2014-11-14
1
-3
/
+3
*
Merge pull request #2456 from ceph/wip-9031-9262
Samuel Just
2014-11-10
1
-7
/
+62
|
\
|
*
pybind, test: Use new rados_nobjects_list_open() variants
David Zafman
2014-10-20
1
-5
/
+6
|
*
pybind: Add previously missed basic namespace to python bindings
David Zafman
2014-10-20
1
-3
/
+57
*
|
cli: add verbose information related to argument parsing
Loic Dachary
2014-10-21
1
-0
/
+3
|
/
*
librbdpy: Added missing method docstrings
Jason Dillaman
2014-10-14
1
-0
/
+25
*
pybind/ceph_argparse: implement 'tell mds'
John Spray
2014-10-08
1
-1
/
+20
*
pybind/cephfs: implement mds_command
John Spray
2014-10-08
1
-4
/
+44
*
pybind/cephfs: implement conf_parse_argv
John Spray
2014-10-08
1
-0
/
+8
*
pybind/rados: add conf/conf_defaults attributes
John Spray
2014-10-08
1
-0
/
+5
*
librados: Add rados_pool_get_base_tier call
Adam Crume
2014-10-01
1
-1
/
+71
*
pybind: Fix aio_read handling of string buffer
Mohammad Salehe
2014-09-20
1
-2
/
+5
*
Merge pull request #1869 from ceph/wip-pybind-timeout
Josh Durgin
2014-06-04
1
-1
/
+1
|
\
|
*
pybind/rados: Fix timeouts for small t
John Spray
2014-05-25
1
-1
/
+1
*
|
rest-api: key missing for per "rx" and "rwx"
Ailing
2014-05-28
1
-1
/
+1
|
/
*
rados.py: clarify recent change on write return value
Mohammad Salehe
2014-05-19
1
-2
/
+2
*
Merge branch 'wip-rbd-invalidate'
Josh Durgin
2014-04-29
1
-0
/
+8
|
\
|
*
librbd: add an interface to invalidate cached data
Josh Durgin
2014-04-29
1
-0
/
+8
*
|
Simple mechanical cleanups
Chris Glass
2014-04-19
5
-40
/
+36
|
/
*
spelling corrections
Dmitry Smirnov
2014-04-17
1
-1
/
+1
*
pybind, test: Add python binding for append and add to test
David Zafman
2014-04-11
1
-0
/
+31
*
pybind: Check that "key" is a string
David Zafman
2014-04-11
1
-0
/
+2
*
librados, test: Have write, append and write_full return 0 on success
David Zafman
2014-04-11
1
-9
/
+7
*
Merge pull request #1312 from cernceph/master
Josh Durgin
2014-03-19
1
-0
/
+24
|
\
|
*
rados.py: add aio_remove
Dan van der Ster
2014-02-25
1
-0
/
+24
*
|
ceph.in: Better error on bad arg to 'tell'
John Spray
2014-03-17
1
-2
/
+10
*
|
rados.py: Fixed docstring syntax warnings.
John Wilkins
2014-03-14
1
-16
/
+16
*
|
rados.py: fix typo in Ioctx::read() docstring
Mohammad Salehe
2014-03-11
1
-1
/
+1
|
/
*
Merge branch 'next'
Ken Dreyer
2014-02-20
1
-2
/
+2
|
\
|
*
ceph_rest_api.py: don't fail if no up OSDs found on startup
Dan Mick
2014-02-18
1
-2
/
+2
*
|
Throw a Timeout exception on timeout.
Mike Lundy
2014-02-18
1
-1
/
+5
|
/
*
pybind: improve EnvironmentError output
Ilya Dryomov
2014-01-30
2
-4
/
+4
*
Merge pull request #1159 from ceph/wip-rbd-rm-watchers
Josh Durgin
2014-01-30
2
-6
/
+24
|
\
|
*
pybind: work around find_library() not searching LD_LIBRARY_PATH
Ilya Dryomov
2014-01-30
2
-6
/
+24
*
|
pybind/rados.py: improve error output
Yehuda Sadeh
2014-01-30
1
-2
/
+2
|
/
*
fix the bug ctypes.util.find_library to search for librados failed on Cent...
huangjun
2013-10-29
1
-2
/
+9
*
Merge pull request #777 from ceph/wip-scripts
Josh Durgin
2013-10-29
3
-4
/
+22
|
\
|
*
pybind: use find_library for libcephfs and librbd
Noah Watkins
2013-10-28
2
-3
/
+17
|
*
pybind: use find_library to look for librados
Noah Watkins
2013-10-28
1
-1
/
+5
*
|
rbd.py: increase parent name size limit
Josh Durgin
2013-10-25
1
-1
/
+1
|
/
*
pybind: rados: ping a monitor via librados
Joao Eduardo Luis
2013-10-23
1
-0
/
+31
*
pybind: rados: support ETIMEDOUT on make_ex()
Joao Eduardo Luis
2013-10-23
1
-1
/
+6
*
pybind/rados: create InterruptedOrTimeoutError exception
Sage Weil
2013-10-22
1
-1
/
+6
*
ceph_argparse.py: clean up error reporting when required param missing
Dan Mick
2013-10-01
1
-0
/
+6
[next]