summaryrefslogtreecommitdiffstats
path: root/src/client/SyntheticClient.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* g_clock.now -> ceph_clock_nowColin Patrick McCabe2011-06-211-30/+30
* include/Context.h: de-globalizeColin Patrick McCabe2011-06-211-1/+1
* g_conf: change to pointerColin Patrick McCabe2011-06-071-2/+2
* libceph: typedef struct mystruct *mystruct_tSage Weil2011-04-281-3/+3
* libceph: avoid DIR*, combine connect and mountColin Patrick McCabe2011-04-251-3/+3
* Client: unmount should not be able to failColin Patrick McCabe2011-04-251-2/+2
* osd: drop 'casdata' bucket by defaultSage Weil2011-04-211-6/+6
* client: lookup_ino commandSage Weil2011-04-011-0/+20
* client: lookuphashSage Weil2011-04-011-0/+28
* config: use std::string in md_config_tColin Patrick McCabe2011-03-301-1/+1
* SyntheticClient: const cleanupColin Patrick McCabe2011-03-291-1/+3
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-2/+2
* common: Rename Logger to ProfilingLoggerColin Patrick McCabe2011-02-081-1/+1
* csyn: implement localize_reads cmdline optionColin Patrick McCabe2011-02-021-0/+5
* logging: eliminate out-of-range dout callsColin Patrick McCabe2010-12-171-2/+2
* logging: eliminate dbeginlColin Patrick McCabe2010-12-081-1/+1
* logging: Replace derr with doutColin Patrick McCabe2010-12-071-2/+1
* objecter: refactor interface with object_locator_tSage Weil2010-10-281-16/+16
* client: drop unnecessary #includeSage Weil2010-07-161-1/+0
* types: standardize on uint64_tSage Weil2010-05-071-5/+5
* synclient: print mount errorSage Weil2010-03-121-2/+4
* csyn: print something on mount failureSage Weil2010-02-111-0/+1