summaryrefslogtreecommitdiffstats
path: root/src/tools/common.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* cephtool: fix resource leakSage Weil2012-09-281-6/+5
* cephtool: make command wait for osdmap explicitSage Weil2012-08-131-1/+5
* cephtool: send keepalive to tell targetSage Weil2012-08-131-8/+23
* cephtool: retry 'ceph tell <who> ...' command if connection failsSage Weil2012-08-131-1/+15
* cephtool: set messenger policySage Weil2012-08-131-1/+4
* cephtool: fix deadlock on fault when waiting for osdmapSage Weil2012-08-131-58/+60
* make everyone use our assert #include and macroSage Weil2012-06-071-11/+14
* cephtool: restore osdmap handlerSage Weil2012-05-191-0/+16
* cephtool: aesthetic change to ceph -w outputSage Weil2012-05-181-1/+1
* src: get rid of the Observers throughout the code base.Joao Eduardo Luis2012-05-181-5/+0
* cephtool: Slight rework and pub/sub log support.Joao Eduardo Luis2012-05-181-243/+81
* msgr: name messengersSage Weil2012-05-011-1/+1
* log: new logging infrastructureSage Weil2012-03-271-0/+2
* cephtool: don't prefix log itemsSage Weil2012-03-221-1/+1
* msgr: remove refcounting of Messengers.Greg Farnum2012-03-021-1/+1
* msgr: make nonce a required part of the SimpleMessenger constructor.Greg Farnum2012-03-021-2/+2
* msgr: Remove the SimpleMessenger start/start_with_nonce distinction.Greg Farnum2012-03-021-1/+2
* msgr: Remove SimpleMessenger::register_entityGreg Farnum2012-03-021-2/+1
* ceph: if 'pg <pgid> ..' doesn't parse a pgid, send to monSage Weil2012-02-211-4/+3
* ceph: direct 'pg <pgid> ...' to primary osd for given pgidSage Weil2012-02-191-3/+42
* cephtool: fix shutdownSage Weil2011-12-051-2/+3
* ceph: fix shutdown raceSage Weil2011-11-231-4/+5
* use libuuid for fsidSage Weil2011-11-121-1/+1
* common: return null if mc.init() unsuccessfulSamuel Just2011-11-081-3/+5
* Merge branch 'master' into wip-freebsdSage Weil2011-10-251-6/+118
|\
| * ceph: don't crash when sending message to !up osdSage Weil2011-10-151-3/+3
| * cephtool: ability to send commands directly to osdsSage Weil2011-10-151-6/+118
* | First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-051-1/+1
|/
* tools: fix compileColin Patrick McCabe2011-09-131-1/+1
* Get rid of silly unused parameterColin Patrick McCabe2011-09-131-11/+2
* ceph: clean up command outputSage Weil2011-09-081-47/+3
* cephtool: accept semicolons in commandline argsColin Patrick McCabe2011-08-021-4/+22
* tools: remove unused variablesGreg Farnum2011-07-181-2/+0
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-6/+6
* move common_init to global_initColin Patrick McCabe2011-06-211-1/+1
* g_clock.now -> ceph_clock_nowColin Patrick McCabe2011-06-211-3/+3
* bufferlist: get rid of derr usageColin Patrick McCabe2011-06-211-3/+4
* Dispatcher should take a CephContext argumentColin Patrick McCabe2011-06-101-2/+3
* tools/common: fix C_ObserverRefresh constructorColin Patrick McCabe2011-06-091-1/+1
* ceph tools: de-globalize CephToolContextColin Patrick McCabe2011-06-091-104/+122
* g_conf: change to pointerColin Patrick McCabe2011-06-071-2/+2
* msgr, common: Refactor to extract daemonization out of messenger.Tommi Virtanen2011-04-291-1/+1
* msgr: Rename SimpleMessenger::start(daemonize, nonce) to start_with_nonce.Tommi Virtanen2011-04-291-1/+1
* mon: remove class distribution infrastructureSage Weil2011-04-191-30/+0
* config: make md_config_t.name a value, not ptrColin Patrick McCabe2011-04-151-1/+1
* msgr: let user explicitly set nonceSage Weil2011-03-171-1/+1
* cfuse: set proper defaultsColin Patrick McCabe2011-03-141-1/+1
* Replace g_conf.name and g_conf.id with entitynameColin Patrick McCabe2011-03-081-1/+1
* ceph: add --concise flagSage Weil2011-02-111-14/+25
* tools/common: use fwrite to write stdoutColin Patrick McCabe2011-02-101-2/+2