summaryrefslogtreecommitdiffstats
path: root/src/rbd.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-081-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-251-1/+1
| * rbd: let all commands use the pool/image@snapshot formatJosh Durgin2011-10-251-7/+4
| * rbd: specify which commands take --snap in usageJosh Durgin2011-10-251-4/+4
| * rbd: check command before opening the imageJosh Durgin2011-10-251-4/+9
* | First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-051-0/+8
|/
* Use cpp_strerror or strerror_r when appropriate.Josh Durgin2011-09-271-21/+21
* rbd: init counter to 0 so errors don't say '-1% done'Josh Durgin2011-09-271-1/+1
* rbd: improve error messagesJosh Durgin2011-09-271-3/+3
* rbd: set default pool when none is specifiedJosh Durgin2011-09-231-0/+2
* rbd: fix progress redrawSage Weil2011-09-221-0/+1
* rbd: error out gracefully when snapname specified for command that doesn't us...Sage Weil2011-09-211-3/+11
* rbd: show progressSage Weil2011-09-111-27/+79
* rbd: --size is megabytes, not bytesSage Weil2011-09-081-2/+2
* rbd: fix command option parsing, honor --Colin Patrick McCabe2011-09-071-54/+63
* rbd.cc: use new argument parsing stuffColin Patrick McCabe2011-09-071-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-231-6/+6
* Makefile.am: always #define __STDC_FORMAT_MACROSColin Patrick McCabe2011-08-011-1/+0
* rados: encode bufferlist in watch-notifyYehuda Sadeh2011-06-281-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-211-1/+1
* move common_init to global_initColin Patrick McCabe2011-06-211-2/+2
* mon/MonMap: deglobalizeColin Patrick McCabe2011-06-211-1/+1
* librads, libceph: store CephContextColin Patrick McCabe2011-05-241-1/+1
* Add CephContextColin Patrick McCabe2011-05-241-1/+1
* Split common_init_daemonize from common_init_finishColin Patrick McCabe2011-05-241-1/+1
* common_init: don't init crypto until after forkColin Patrick McCabe2011-05-211-1/+1
* rbd: make showmapped output a bit prettierSage Weil2011-04-261-2/+2
* rbd: showmappedSage Weil2011-04-261-1/+74
* rbd: rename kernel add/remove to map/unmapJosh Durgin2011-04-231-63/+62
* rbd: add commands for manipulating the kernel sysfs interfaceJosh Durgin2011-04-221-8/+218
* rbd: use rados' init_with_config because we already called common_initJosh Durgin2011-04-221-3/+2
* common: rename old argument parsing macrosColin Patrick McCabe2011-03-291-23/+23
* Merge remote branch 'origin/stable'Sage Weil2011-03-161-2/+2
|\
| * librbd: ssize_t return values for read, writeSage Weil2011-03-151-1/+1
| * rbd: int -> int64_t on do_exportSage Weil2011-03-151-1/+1
* | cfuse: set proper defaultsColin Patrick McCabe2011-03-141-1/+1
* | Merge branch 'stable'Sage Weil2011-03-141-3/+3
|\|