summaryrefslogtreecommitdiffstats
path: root/src/test/objectstore_bench.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: add missing includesMax Kellermann2024-12-101-0/+1
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-4/+2
* test: : build without "using namespace std"Kefu Chai2021-08-131-0/+2
* *: drop strict_iecstrtoll(const char *str,..)Kefu Chai2021-07-261-1/+1
* os: let ObjectStore::create() return unique_ptr<>Kefu Chai2021-05-271-2/+2
* test: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-5/+5
* common: move ConfigValues out of md_config_tKefu Chai2018-07-101-11/+11
* Merge pull request #21369 from majianpeng/test-objectstore_bench-usageKefu Chai2018-04-151-0/+9
|\
| * test/objectstore_bench: Don't forget judging whether call usage.Jianpeng Ma2018-04-121-0/+9
* | Merge pull request #19117 from jan--f/jan-object-counts-decimalKefu Chai2018-04-151-1/+1
|\ \ | |/ |/|
| * common/strtol: add strict_iecstrtoll; strict_sistrtoll uses base 10Jan Fajerski2018-04-031-1/+1
* | global: output usage on -h, --help, or no args before contacting monsSage Weil2018-03-151-5/+5
|/
* test: CINIT_FLAG_NO_MON_CONFIG or NO_DEFAULT_CONFIG_FILESage Weil2018-03-061-1/+2
* drop unnecessary env_to_vec callsSage Weil2018-03-061-1/+0
* os/ObjectStore: drop most queue_transactions() variantsSage Weil2018-02-121-4/+4
* os: apply_transaction -> queue_transactionSage Weil2018-02-121-4/+4
* os/ObjectStore: combine Sequencer and CollectionImpl in ObjectStoreSage Weil2018-02-061-14/+9
* osd: use target object hash (not pgid.ps) for temp objectsSage Weil2017-04-031-2/+2
* common: add override for common submodule and miscliuchang08122017-02-161-1/+1
* dout: Use dout_contextAdam C. Emerson2016-12-221-0/+1
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-1/+2
* osd: use correct shard for temp scrub objectSage Weil2016-03-111-2/+2
* add some cppcheck-suppress noExplicitConstructor commentsDanny Al-Gaaf2016-01-291-0/+1
* OSD: Deleting transaction object right after applying transactionSomnath Roy2016-01-271-11/+8
* osbench: Adds handling for the lack of required folders ( data & journal ) an...Igor Fedotov2015-11-241-0/+34
* osbench: Fix race condition that may cause Sequencer::dtor assertion on bench...Igor Fedotov2015-11-241-0/+1
* os: require Sequencer arg for apply_transaction()Sage Weil2015-09-151-4/+8
* osbench: add multithreaded objectstore benchmarkCasey Bodley2015-08-261-0/+286