summaryrefslogtreecommitdiff
path: root/src/rbd.cc
Commit message (Expand)AuthorAgeFilesLines
* rbd: force all exiting paths through main()/returnDan Mick2012-09-181-58/+58
* rbd: only open the destination pool for importJosh Durgin2012-09-181-1/+1
* rbd: make --pool/--image args easier to understand for importJosh Durgin2012-09-151-6/+6
* rbd: fix off-by-one error in key nameSylvain Munaut2012-07-311-1/+1
* rbd: fix usage testSage Weil2012-06-131-23/+23
* rbd: update for the new formatJosh Durgin2012-06-091-14/+31
* Merge branch 'master' of ssh://github.com/ceph/cephYehuda Sadeh2012-05-311-1/+1
|\
| * monmap: move build_initial() from MonClientSage Weil2012-05-181-1/+1
* | rbd: allow importing from stdinChristian Brunner2012-05-161-7/+19
|/
* Treat rename across pools as an errorDan Mick2012-05-011-0/+7
* librbd: use unique error code for image removal failuresJosh Durgin2012-04-301-2/+9
* rbd: fix probe of source when block deviceSage Weil2012-04-171-1/+9
* config: alternative config options for global_init()Yehuda Sadeh2012-03-121-1/+1
* rbd: pass all mon addrs when mapping devicesJosh Durgin2012-03-071-1/+1
* rbd: add a command to delete all snapshots of an imageJosh Durgin2012-01-051-3/+45
* authx -> cephx everywhere it's usedJosh Durgin2011-12-151-1/+1
* rbd: the showmapped command shouldn't connect to the clusterJosh Durgin2011-12-061-1/+3
* rbd, mount.ceph: use pre-stored secret if availableJosh Durgin2011-12-061-6/+10
* rbd: allow snapshots to be mappedJosh Durgin2011-12-061-3/+10
* rbd: Fix the showmapped cmd usageStratos Psomadakis2011-11-091-0/+3
* monmap: simplify constructorSage Weil2011-11-071-1/+1
* rbd: Document the rbd showmapped cmdStratos Psomadakis2011-11-071-0/+2
* rbd: document --order and list required args where they're necessaryJosh Durgin2011-11-031-4/+4
* Merge branch 'master' into wip-freebsdSage Weil2011-10-251-13/+15
|\
| * rbd: remove unnecessary conditionJosh Durgin2011-10-241-1/+1
| * rbd: let all commands use the pool/image@snapshot formatJosh Durgin2011-10-241-7/+4
| * rbd: specify which commands take --snap in usageJosh Durgin2011-10-241-4/+4
| * rbd: check command before opening the imageJosh Durgin2011-10-241-4/+9
* | First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-041-0/+8
|/
* Use cpp_strerror or strerror_r when appropriate.Josh Durgin2011-09-261-21/+21
* rbd: init counter to 0 so errors don't say '-1% done'Josh Durgin2011-09-261-1/+1
* rbd: improve error messagesJosh Durgin2011-09-261-3/+3
* rbd: set default pool when none is specifiedJosh Durgin2011-09-221-0/+2
* rbd: fix progress redrawSage Weil2011-09-211-0/+1
* rbd: error out gracefully when snapname specified for command that doesn't us...Sage Weil2011-09-201-3/+11
* rbd: show progressSage Weil2011-09-111-27/+79
* rbd: --size is megabytes, not bytesSage Weil2011-09-071-2/+2
* rbd: fix command option parsing, honor --Colin Patrick McCabe2011-09-061-54/+63
* rbd.cc: use new argument parsing stuffColin Patrick McCabe2011-09-061-32/+44
* rbd: fix shared_ptr usageColin Patrick McCabe2011-08-241-1/+7
* do_kernel_showmapped: fix resource leakColin Patrick McCabe2011-08-241-4/+5
* librbd: specify copy src image as image handleSage Weil2011-08-221-6/+6
* Makefile.am: always #define __STDC_FORMAT_MACROSColin Patrick McCabe2011-08-011-1/+0
* rados: encode bufferlist in watch-notifyYehuda Sadeh2011-06-271-2/+2
* rbd: --help/-hSage Weil2011-06-221-1/+4
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-4/+4
* MonClient: deglobalizeColin Patrick McCabe2011-06-201-1/+1
* move common_init to global_initColin Patrick McCabe2011-06-201-2/+2
* mon/MonMap: deglobalizeColin Patrick McCabe2011-06-201-1/+1
* librads, libceph: store CephContextColin Patrick McCabe2011-05-231-1/+1