summaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* osd: remove num_kb from object_stat_sum_t statsSage Weil2012-01-251-3/+3
* ceph: bail out on first failing commandSage Weil2012-01-231-3/+4
* ceph: don't write output on errorSage Weil2012-01-231-30/+28
* ceph: speak new admin socket protocolSage Weil2012-01-061-16/+5
* mdsmap: rename get_num_*_mds() methodsSage Weil2011-12-121-4/+4
* cephtool: fix shutdownSage Weil2011-12-051-2/+3
* ceph: fix shutdown raceSage Weil2011-11-231-4/+5
* use libuuid for fsidSage Weil2011-11-111-1/+1
* common: return null if mc.init() unsuccessfulSamuel Just2011-11-071-3/+5
* Merge branch 'master' into wip-freebsdSage Weil2011-11-011-2/+87
|\
| * ceph: fix snprintf warningSage Weil2011-10-271-1/+1
| * ceph: refactor for generic --admin-daemon <sock> <cmd> tooSage Weil2011-10-271-16/+31
| * ceph: --dump-perf-counters[-schema] sockpathSage Weil2011-10-271-2/+72
* | Merge branch 'master' into wip-freebsdSage Weil2011-10-252-8/+120
|\ \ | |/
| * osd: fix last_clean interval boundsSage Weil2011-10-211-2/+2
| * ceph: don't crash when sending message to !up osdSage Weil2011-10-141-3/+3
| * cephtool: ability to send commands directly to osdsSage Weil2011-10-141-6/+118
* | First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-042-1/+3
|/
* ceph: make -o - the defaultSage Weil2011-09-281-8/+8
* ceph: make --concise hide 'N byte written' messageSage Weil2011-09-281-1/+2
* Fix double dash handlingColin Patrick McCabe2011-09-142-6/+6
* tools: fix compileColin Patrick McCabe2011-09-132-3/+3
* Get rid of silly unused parameterColin Patrick McCabe2011-09-132-12/+3
* ceph: avoid noise when there is no outputSage Weil2011-09-081-6/+8
* ceph: -o - to stdout, not stderrSage Weil2011-09-081-1/+1
* ceph: clean up command outputSage Weil2011-09-073-54/+35
* cephtool: add --concise option againJosh Durgin2011-09-061-0/+2
* gceph tool: convert to new-style arg parsingColin Patrick McCabe2011-09-061-11/+10
* ceph tool: convert to new-style arg parsingColin Patrick McCabe2011-08-311-42/+32
* osd: segregate stats into categoriesSage Weil2011-08-031-8/+8
* cephtool: accept semicolons in commandline argsColin Patrick McCabe2011-08-012-11/+37
* ceph: understand -- argumentSage Weil2011-07-221-0/+4
* tools: remove unused variablesGreg Farnum2011-07-181-2/+0
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-215-10/+10
* MDSMap: de-globalizeColin Patrick McCabe2011-06-201-0/+1
* move common_init to global_initColin Patrick McCabe2011-06-204-6/+6
* common: de-globalize LogClient, ProfLogger, TimerColin Patrick McCabe2011-06-201-1/+1
* g_clock.now -> ceph_clock_nowColin Patrick McCabe2011-06-202-4/+4
* bufferlist: get rid of derr usageColin Patrick McCabe2011-06-201-3/+4
* Dispatcher should take a CephContext argumentColin Patrick McCabe2011-06-091-2/+3
* tools/common: fix C_ObserverRefresh constructorColin Patrick McCabe2011-06-091-1/+1
* ceph tools: de-globalize CephToolContextColin Patrick McCabe2011-06-086-215/+258
* g_conf: change to pointerColin Patrick McCabe2011-06-071-2/+2
* Refactor MonClient, KeyRingColin Patrick McCabe2011-06-031-0/+1
* Add CephContextColin Patrick McCabe2011-05-232-2/+2
* Split common_init_daemonize from common_init_finishColin Patrick McCabe2011-05-232-2/+2
* common_init: don't init crypto until after forkColin Patrick McCabe2011-05-202-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