summaryrefslogtreecommitdiff
path: root/src/rbd.cc
Commit message (Expand)AuthorAgeFilesLines
* rbd.cc: relicense as LGPL2Sage Weil2013-08-131-5/+2
* remove unused fiemap codeSage Weil2013-07-261-2/+0
* src/rbd.cc: silence CID COPY_PASTE_ERROR warningDanny Al-Gaaf2013-05-221-5/+2
* rbd: prevent import of a dirSage Weil2013-05-211-0/+5
* src/rbd.cc: use 64-bits to shift 'order'Danny Al-Gaaf2013-05-141-1/+1
* rbd.cc: fix error handlingDanny Al-Gaaf2013-05-111-1/+1
* rbd: fix buffer leak in do_importSage Weil2013-05-091-2/+3
* librbd: add read_iterate2 call with fixed argument typeSage Weil2013-04-231-1/+1
* rbd: only set STRIPINGV2 feature when neededSage Weil2013-04-221-1/+3
* rbd: fix feature display for --infoSage Weil2013-04-221-3/+5
* rbd: avoid clobbering return value with udevadm settleSage Weil2013-04-221-3/+3
* rbd: Only allow shrinking an image when --allow-shrink flag is passedWido den Hollander2013-04-171-4/+20
* rbd: add --no-progress switchSage Weil2013-04-171-11/+21
* rbd.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-04-021-1/+1
* rbd: add formatted output to diff commandJosh Durgin2013-04-011-7/+46
* rbd: initialize random number generator for bench-writeJosh Durgin2013-04-011-0/+2
* librbd: change diff_iterate interface to be more C-friendlyJosh Durgin2013-04-011-6/+6
* rbd: remove alway-true else condition in import-diffJosh Durgin2013-04-011-1/+1
* rbd: make diff banner length depend on the bannerJosh Durgin2013-04-011-1/+1
* rbd: fail import-diff if we reach the end of the stream sooner than expectedJosh Durgin2013-03-311-8/+9
* rbd: complete progress for import-diff from stdinJosh Durgin2013-03-311-6/+5
* rbd: fix else style in import-diffJosh Durgin2013-03-311-8/+4
* rbd: update progress as a diff is exportedJosh Durgin2013-03-311-0/+2
* rbd: remove unused argument from do_diff()Josh Durgin2013-03-311-3/+2
* rbd: fix size change outputSage Weil2013-03-311-1/+1
* rbd: send progress info to stderr, not stdoutSage Weil2013-03-311-4/+4
* rbd: prevent import-diff if start snapshot is not already presentSage Weil2013-03-311-0/+6
* rbd: fail import-diff if end snap already existsSage Weil2013-03-311-0/+7
* rbd: implement simple 'diff' commandSage Weil2013-03-311-1/+37
* rbd: send import debug noise to dout, not stdoutSage Weil2013-03-311-8/+10
* rbd: implement 'export-diff' and 'import-diff' commandsSage Weil2013-03-311-10/+325
* rbd: add --io-pattern <seq|rand> option to bench-writeSage Weil2013-03-311-5/+23
* Merge branch 'next'Sage Weil2013-03-181-200/+79
|\
| * rbd: clean up do_import() a bitJosh Durgin2013-03-141-22/+15
| * rbd: remove fiemap use from importJosh Durgin2013-03-131-190/+76
* | rbd.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-111-2/+2
|/
* rbd: udevadm settle before unmapSage Weil2013-02-191-0/+12
* rbd.cc: use empty() instead of size() to check for emptinessDanny Al-Gaaf2013-02-141-3/+3
* rbd: don't ignore return value of system()Danny Al-Gaaf2013-01-281-6/+30
* rbd: fix bench-write infinite loopJosh Durgin2013-01-171-7/+18
* Merge branch 'wip-rbd-formatted-output'Josh Durgin2013-01-161-143/+420
|\
| * rbd: always output result for formatted outputJosh Durgin2013-01-161-18/+18
| * rbd: add --pretty-format optionJosh Durgin2013-01-161-4/+14
| * rbd: move Formatter construction to mainJosh Durgin2013-01-161-86/+109
| * rbd: fix long linesJosh Durgin2013-01-161-34/+57
| * rbd: support plain/json/xml output formattingStratos Psomadakis2013-01-161-108/+329
* | rbd: Fix tabsDan Mick2013-01-111-1/+1
* | rbd: make 'add' modprobe rbd so it has a chance of successDan Mick2013-01-111-0/+5
* | rbd: call udevadm settle on map/unmapDan Mick2013-01-111-1/+15
* | rbd: Don't call ProgressContext's finish() if there's an error.Dan Mick2013-01-041-2/+4
|/