| Commit message (Expand) | Author | Age | Files | Lines |
* | common: modify 'main()s' to use new argv_to_vec() signature | Ronen Friedman | 2021-08-19 | 1 | -3/+1 |
* | rbd_replay: build without "using namespace std" | Kefu Chai | 2021-08-13 | 3 | -11/+14 |
* | tools,common,msg: Use O_BINARY for win32 compatibility | Lucian Petrut | 2020-10-22 | 2 | -2/+3 |
* | {tools,rbd,rados,rgw}: Fix Boost.Bind placeholder warning | Adam C. Emerson | 2020-07-17 | 1 | -1/+1 |
* | common/admin_socket: pass Formatter from generic infrastructure | Sage Weil | 2019-10-04 | 1 | -6/+7 |
* | common/admin_socket: pass ostream to call() for error output | Sage Weil | 2019-10-04 | 1 | -2/+4 |
* | cmake: link rbd_reply against rbd_replay_types | Kefu Chai | 2019-06-03 | 1 | -3/+4 |
* | rbd_replay: call the member decode() explicitly | Kefu Chai | 2019-04-23 | 2 | -4/+4 |
* | librados: revert librados3/libradoscc back to librados2 | Jason Dillaman | 2019-02-20 | 1 | -1/+1 |
* | librados: move C++ APIs into libradospp | Kefu Chai | 2018-11-01 | 1 | -1/+1 |
* | rbd: fix typos | Kefu Chai | 2018-09-21 | 1 | -1/+1 |
* | Rename "include/assert.h" | Brad Hubbard | 2018-09-14 | 4 | -4/+4 |
* | rbd_replay: Use ceph_assert for asserts. | Adam C. Emerson | 2018-08-27 | 5 | -18/+18 |
* | rbd: use const_iterator for decode | Kefu Chai | 2018-05-17 | 5 | -30/+30 |
* | src: Added const references to various function parameters | Wilson E. Alvarez | 2018-04-06 | 5 | -7/+7 |
* | Merge tag 'v13.0.2' | Sage Weil | 2018-04-03 | 1 | -3/+8 |
|\ |
|
| * | global: output usage on -h, --help, or no args before contacting mons | Sage Weil | 2018-03-15 | 1 | -3/+8 |
* | | rbd-replay: remove boost dependency | Kefu Chai | 2018-04-03 | 2 | -41/+45 |
|/ |
|
* | drop unnecessary env_to_vec calls | Sage Weil | 2018-03-06 | 1 | -1/+0 |
* | rbd: Switch MIN/MAX for std::min/max and use intarith templates | Adam C. Emerson | 2018-01-13 | 1 | -1/+1 |
* | rbd_replay: Use unqualified encode/decode | Adam C. Emerson | 2018-01-10 | 3 | -55/+78 |
* | [cleanup] Remove namespace using directives for std | Shinobu Kinjo | 2017-11-27 | 4 | -4/+0 |
* | cmake: s/LINK_PRIVATE/PRIVATE/ | Kefu Chai | 2017-10-13 | 1 | -1/+1 |
* | rbd_replay: assert(false)->ceph_abort() | Li Wang | 2017-10-02 | 1 | -2/+2 |
* | CMakeLists.txt: Rewrite 2 remaning options to WITH_ | Willem Jan Withagen | 2017-07-02 | 1 | -2/+3 |
* | cmake: use boost target instead of libary path while linking against them | Kefu Chai | 2017-06-14 | 1 | -1/+1 |
* | rbd-replay: removed default rbd pool name | Jason Dillaman | 2017-06-07 | 2 | -3/+13 |
* | byteorder: use gcc intrinsics for byteswap | Kefu Chai | 2017-05-10 | 1 | -9/+9 |
* | librbd: add override in header files | liuchang0812 | 2017-02-21 | 3 | -64/+64 |
* | cmake: turn libcommon into a shared library | Kefu Chai | 2017-01-10 | 1 | -2/+2 |
* | Cmake: cleanup the use of udev and blkid in target_link_lib() | Willem Jan Withagen | 2017-01-06 | 1 | -1/+0 |
* | dout: Use dout_context | Adam C. Emerson | 2016-12-22 | 3 | -0/+3 |
* | common,test: g_ceph_context->put() upon return | Kefu Chai | 2016-11-24 | 1 | -1/+2 |
* | remove autotools | Sage Weil | 2016-09-07 | 1 | -76/+0 |
* | cmake: do not link against keyutils if not necessary | Kefu Chai | 2016-08-24 | 1 | -5/+3 |
* | cmake: do not link secret.c if not necessary | Kefu Chai | 2016-08-24 | 1 | -5/+1 |
* | rbd-replay: decode and replay discard IO operations | Jason Dillaman | 2016-07-19 | 7 | -1/+213 |
* | cmake: do not install intermediate libs | Kefu Chai | 2016-07-02 | 1 | -3/+0 |
* | all: add const to operator<< param | Michal Jarzabek | 2016-06-05 | 2 | -2/+2 |
* | rbd-replay: s/CEPH_BUFFER_APPEND_SIZE/CEPH_PAGE_SIZE/ | Sage Weil | 2016-03-01 | 1 | -2/+2 |
* | Merge pull request #7474 from jack-changtao/wip-cmake2 | Kefu Chai | 2016-02-05 | 1 | -1/+1 |
|\ |
|
| * | CMake: For CMake version <= 2.8.11, use LINK_{PRIVATE,PUBLIC} instead of PRIV... | changtao | 2016-02-03 | 1 | -1/+1 |
* | | make ctors with one argument explicit | Danny Al-Gaaf | 2016-01-29 | 3 | -12/+12 |
* | | rbd-replay-prep.cc: replace inefficient string::find() w/ compare() | Danny Al-Gaaf | 2016-01-29 | 1 | -2/+2 |
|/ |
|
* | rbd-replay: async open/close calls support | Mykola Golub | 2016-01-22 | 7 | -8/+261 |
* | rbd-replay: handle EOF gracefully | Mykola Golub | 2016-01-21 | 3 | -3/+10 |
* | cmake: rbd_replay CMakeLists.txt, rbd_replay fixes | Ali Maredia | 2016-01-05 | 1 | -0/+52 |
* | common/buffer: forward declare buffer | Michal Jarzabek | 2015-11-30 | 2 | -2/+2 |
* | rbd-replay: added version control to trace output file | Jason Dillaman | 2015-10-08 | 16 | -773/+1071 |
* | rbd-replay-prep: added --verbose command line option | Jason Dillaman | 2015-10-07 | 1 | -5/+17 |