summaryrefslogtreecommitdiffstats
path: root/src/client/SyntheticClient.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* time: Update OSDC for C++11 TimeAdam C. Emerson2015-12-181-7/+11
* client: drop prefix from int typesJohn Coyle2015-10-151-10/+10
* c++11: stream output operators for stream typesCasey Bodley2015-08-031-2/+2
* client: remove useless perf countersVed-vampir2015-04-031-6/+0
* SyntheticClient.cc: check return value of getdir()Danny Al-Gaaf2014-10-271-4/+7
* SyntheticClient.cc: remove empty lines in if/else blocksDanny Al-Gaaf2014-10-271-11/+0
* SyntheticClient.cc: reduce scope of variablesDanny Al-Gaaf2014-10-081-4/+2
* client/SyntheticClient.cc: remove dead codeDanny Al-Gaaf2014-10-011-7/+0
* SyntheticClient.cc: remove dead codeDanny Al-Gaaf2014-10-011-11/+0
* client/SyntheticClient: use lock safe OSDMap accessorsSage Weil2014-08-251-4/+10
* SyntheticClient.cc: remove double check for "getdir"Danny Al-Gaaf2014-05-121-4/+0
* Use cpp_strerror() wherever possible, and use autoconf for portabilityDan Mick2014-04-141-4/+3
* SyntheticClient::play_trace: reduce scope of local variableDanny Al-Gaaf2014-03-041-1/+1
* client: For rebase need to fix ll_readlink() call in Synthetic clientDavid Zafman2014-02-071-2/+2
* client/SyntheticClient: adapt to new ll_* interfaceMatt Benjamin2014-02-071-46/+95
* client: whitespaceAdam C. Emerson2014-02-071-4/+3
* libc++: use ceph:: namespaced data typesNoah Watkins2014-01-181-12/+12
* OSDMap: remove get_pg_primary() functionGreg Farnum2014-01-161-2/+2
* client: SyntheticClient uses the first available poolLoic Dachary2013-12-261-6/+6
* cleanup: removed last references to globals from clientRoald van Loon2013-09-051-34/+34
* src/*: make Context::finish private and switch all users to use completeSamuel Just2013-07-221-2/+1
* Client: get describe_layout by file handle/pathAndras Elso2013-05-171-1/+1
* client/SyntheticClient.cc: check return value of describe_layout()Danny Al-Gaaf2013-05-111-1/+4
* client/SyntheticClient.cc: fix another memory leakDanny Al-Gaaf2013-05-111-1/+6
* client/SyntheticClient.cc: fix memory leakDanny Al-Gaaf2013-05-111-0/+5
* client/SyntheticClient.cc: add missing break in switchDanny Al-Gaaf2013-05-111-0/+1
* fixed common typo in error messagesDaniel Gollub2013-05-071-1/+1
* client/SyntheticClient.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-141-1/+1
* client/SyntheticClient.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-131-8/+8
* SyntheticClient.cc: Clarify calculation precedence for '%' and '?'Danny Al-Gaaf2013-03-111-1/+1
* SyntheticClient.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-02-271-1/+1
* src/client/SyntheticClient.cc: use !subdirs.empty() instead of size()Danny Al-Gaaf2013-02-151-1/+1
* SyntheticClient.cc: fix some memory leaks in the error handlingDanny Al-Gaaf2013-02-101-3/+12
* client/SyntheticClient.cc: remove twice included headersDanny Al-Gaaf2012-11-281-2/+0
* perfcounters: fl -> time, use u64 nsec instead of doubleSage Weil2012-11-271-2/+2
* filer: use vector<pair<>> instead of map<> for buffer extent mapSage Weil2012-10-161-4/+3
* client: add WARN_UNUSED_RESULT to client init funcSam Lang2012-09-271-2/+8
* SyntheticClient: fix warningsSage Weil2012-08-161-2/+2
* make everyone use our assert #include and macroSage Weil2012-06-071-0/+1
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* osd_types: use uint64_t for ObjectExtent offsets and lengthsJosh Durgin2012-03-131-1/+1
* osd: OSDOp::data -> indataSage Weil2012-01-091-1/+1
* client: move PerfCounter into ClientSage Weil2011-12-141-6/+6
* clientN -> client.NSage Weil2011-09-281-1/+1
* Client.cc: rename client_logger -> client_countersColin Patrick McCabe2011-07-211-6/+6
* Rename ProfLogger to PerfCountersColin Patrick McCabe2011-07-211-1/+1
* Rework ProfLoggerColin Patrick McCabe2011-07-181-2/+2
* C_GatherBuilder: add C_GatherBuilder::activate()Colin Patrick McCabe2011-06-301-0/+2
* C_Gather: hide constructor, convert usesColin Patrick McCabe2011-06-301-4/+4
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-31/+31