summaryrefslogtreecommitdiffstats
path: root/src/rbd_replay (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-3/+1
* rbd_replay: build without "using namespace std"Kefu Chai2021-08-133-11/+14
* tools,common,msg: Use O_BINARY for win32 compatibilityLucian Petrut2020-10-222-2/+3
* {tools,rbd,rados,rgw}: Fix Boost.Bind placeholder warningAdam C. Emerson2020-07-171-1/+1
* common/admin_socket: pass Formatter from generic infrastructureSage Weil2019-10-041-6/+7
* common/admin_socket: pass ostream to call() for error outputSage Weil2019-10-041-2/+4
* cmake: link rbd_reply against rbd_replay_typesKefu Chai2019-06-031-3/+4
* rbd_replay: call the member decode() explicitlyKefu Chai2019-04-232-4/+4
* librados: revert librados3/libradoscc back to librados2Jason Dillaman2019-02-201-1/+1
* librados: move C++ APIs into libradosppKefu Chai2018-11-011-1/+1
* rbd: fix typosKefu Chai2018-09-211-1/+1
* Rename "include/assert.h"Brad Hubbard2018-09-144-4/+4
* rbd_replay: Use ceph_assert for asserts.Adam C. Emerson2018-08-275-18/+18
* rbd: use const_iterator for decodeKefu Chai2018-05-175-30/+30
* src: Added const references to various function parametersWilson E. Alvarez2018-04-065-7/+7
* Merge tag 'v13.0.2'Sage Weil2018-04-031-3/+8
|\
| * global: output usage on -h, --help, or no args before contacting monsSage Weil2018-03-151-3/+8
* | rbd-replay: remove boost dependencyKefu Chai2018-04-032-41/+45
|/
* drop unnecessary env_to_vec callsSage Weil2018-03-061-1/+0
* rbd: Switch MIN/MAX for std::min/max and use intarith templatesAdam C. Emerson2018-01-131-1/+1
* rbd_replay: Use unqualified encode/decodeAdam C. Emerson2018-01-103-55/+78
* [cleanup] Remove namespace using directives for stdShinobu Kinjo2017-11-274-4/+0
* cmake: s/LINK_PRIVATE/PRIVATE/Kefu Chai2017-10-131-1/+1
* rbd_replay: assert(false)->ceph_abort()Li Wang2017-10-021-2/+2
* CMakeLists.txt: Rewrite 2 remaning options to WITH_Willem Jan Withagen2017-07-021-2/+3
* cmake: use boost target instead of libary path while linking against themKefu Chai2017-06-141-1/+1
* rbd-replay: removed default rbd pool nameJason Dillaman2017-06-072-3/+13
* byteorder: use gcc intrinsics for byteswapKefu Chai2017-05-101-9/+9
* librbd: add override in header filesliuchang08122017-02-213-64/+64
* cmake: turn libcommon into a shared libraryKefu Chai2017-01-101-2/+2
* Cmake: cleanup the use of udev and blkid in target_link_lib()Willem Jan Withagen2017-01-061-1/+0
* dout: Use dout_contextAdam C. Emerson2016-12-223-0/+3
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-1/+2
* remove autotoolsSage Weil2016-09-071-76/+0
* cmake: do not link against keyutils if not necessaryKefu Chai2016-08-241-5/+3
* cmake: do not link secret.c if not necessaryKefu Chai2016-08-241-5/+1
* rbd-replay: decode and replay discard IO operationsJason Dillaman2016-07-197-1/+213
* cmake: do not install intermediate libsKefu Chai2016-07-021-3/+0
* all: add const to operator<< paramMichal Jarzabek2016-06-052-2/+2
* rbd-replay: s/CEPH_BUFFER_APPEND_SIZE/CEPH_PAGE_SIZE/Sage Weil2016-03-011-2/+2
* Merge pull request #7474 from jack-changtao/wip-cmake2Kefu Chai2016-02-051-1/+1
|\
| * CMake: For CMake version <= 2.8.11, use LINK_{PRIVATE,PUBLIC} instead of PRIV...changtao2016-02-031-1/+1
* | make ctors with one argument explicitDanny Al-Gaaf2016-01-293-12/+12
* | rbd-replay-prep.cc: replace inefficient string::find() w/ compare()Danny Al-Gaaf2016-01-291-2/+2
|/
* rbd-replay: async open/close calls supportMykola Golub2016-01-227-8/+261
* rbd-replay: handle EOF gracefullyMykola Golub2016-01-213-3/+10
* cmake: rbd_replay CMakeLists.txt, rbd_replay fixesAli Maredia2016-01-051-0/+52
* common/buffer: forward declare bufferMichal Jarzabek2015-11-302-2/+2
* rbd-replay: added version control to trace output fileJason Dillaman2015-10-0816-773/+1071
* rbd-replay-prep: added --verbose command line optionJason Dillaman2015-10-071-5/+17