summaryrefslogtreecommitdiffstats
path: root/src/rbd_replay/rbd-replay.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: output usage on -h, --help, or no args before contacting monsSage Weil2018-03-151-3/+8
* drop unnecessary env_to_vec callsSage Weil2018-03-061-1/+0
* [cleanup] Remove namespace using directives for stdShinobu Kinjo2017-11-271-1/+0
* rbd-replay: removed default rbd pool nameJason Dillaman2017-06-071-1/+1
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-1/+2
* common: ceph_argparse_witharg: pass oss by referenceMykola Golub2015-04-041-1/+1
* ceph_argparse: generalize ceph_argparse_with* routinesDmitry Yatsushkevich2015-03-311-1/+1
* rbd-replay: Add --dump-perf-counters optionAdam Crume2014-09-121-0/+11
* rbd-replay: Remove outdated message that says regexes are usedAdam Crume2014-08-211-2/+1
* rbd-replay: Switch ImageNameMap from regex to plain string matchingAdam Crume2014-08-211-6/+0
* rbd-replay: Switch ImageNameMap to using rbd_locAdam Crume2014-08-211-6/+5
* rbd-replay: Use standard image@snap instead of image/snapAdam Crume2014-08-211-3/+3
* rbd-replay: Add --map-image option for image name mappingAdam Crume2014-08-211-0/+25
* rbd-replay: Add --pool optionAdam Crume2014-08-211-0/+5
* rbd-replay: Add --read-only flagAdam Crume2014-08-211-2/+7
* rbd-replay: Hash completions across multiple mutexes to reduce contentionAdam Crume2014-08-211-1/+3
* rbd-replay: Add --latency-multiplier option to usage statementAdam Crume2014-08-211-0/+2
* rbd-replay: Switch logging from cout to doutAdam Crume2014-08-211-11/+8
* lttng: Add rbd-replayAdam Crume2014-08-211-0/+88