summaryrefslogtreecommitdiffstats
path: root/src/global (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gh/firefly'Sage Weil2014-03-142-6/+23
|\
| * ceph_mon: split postfork() in two and finish postfork just before daemonizeJoao Eduardo Luis2014-03-142-6/+23
* | compat: avoid unused warn with TEMP_FAILURE_RETRYNoah Watkins2014-02-232-5/+5
|/
* SignalHandler: fix infinite loop on BSD systemsAlan Somers2013-10-141-2/+2
* automake cleanup: implementing non-recursive makeRoald J. van Loon2013-09-081-0/+14
* global/signal_handler: poll on the control pipe, tooSage Weil2013-07-241-0/+4
* global/signal_handler: use poll(2) instead of select(2)Sage Weil2013-07-241-10/+9
* ceph-conf: make --show-config-value reflect daemon defaultsSage Weil2013-06-201-2/+3
* global: create /var/run/ceph on daemon startupSage Weil2013-06-131-0/+9
* global/global_init.cc: reduce scope of ret in global_init_daemonize()Danny Al-Gaaf2013-05-101-3/+1
* Merge branch 'next'Sage Weil2013-05-032-4/+33
|\
| * mon: fork early to avoid leveldb static env stateSage Weil2013-05-032-4/+33
* | Merge remote-tracking branch 'gh/next'Sage Weil2013-04-241-0/+4
|\|
| * global: call observers (and start logging) in global_initSage Weil2013-04-191-0/+4
* | Merge pull request #205 from dalgaaf/wip-da-md_config-classGregory Farnum2013-04-122-2/+2
|\ \ | |/ |/|
| * md_config_t: change from class to struct as the name indicatesDanny Al-Gaaf2013-04-082-2/+2
* | Revert "global: call config observers on global_init (and start logging!)"Greg Farnum2013-04-091-4/+0
* | global: call config observers on global_init (and start logging!)Sage Weil2013-04-071-0/+4
* | global: flush log before stopping/starting on daemonizeSage Weil2013-04-071-0/+1
|/
* signal_handler: add func to queue an async signalSage Weil2013-03-182-0/+9
* config: do not always print config file missing errorsSage Weil2012-12-111-1/+4
* config: always complain about config parse errorsSage Weil2012-12-101-3/+1
* pidfile: fix fd leak from pidfile_remove()Sage Weil2012-09-281-1/+1
* config: add 'fatal signal handlers' optionSage Weil2012-08-271-1/+3
* global: only print banner if type is daemonSage Weil2012-08-141-1/+2
* global: fix version banner in log on startupSage Weil2012-08-141-0/+2
* config: send warnings to a ostream* argumentSage Weil2012-07-281-1/+1
* global_init: do not count threads before daemonize()Sage Weil2012-05-041-7/+0
* global_init: don't fail out if there is no default config.Greg Farnum2012-05-011-3/+9
* global: fix incorrect CINIT flag.Greg Farnum2012-04-301-1/+1
* log: do not set on_exit() callback for librariesSage Weil2012-04-291-0/+3
* global: add -C or --cluster early args to specify cluster nameSage Weil2012-04-051-2/+3
* log: dump_recent in fatal signal handlerSage Weil2012-03-311-0/+10
* log: new logging infrastructureSage Weil2012-03-274-16/+10
* rgw: process default alt args before processing conf fileYehuda Sadeh2012-03-201-3/+4
* global: drop yellow warning on startupSage Weil2012-03-131-5/+0
* config: alternative config options for global_init()Yehuda Sadeh2012-03-122-2/+5
* lockdep: don't make noise on startupSage Weil2012-02-241-1/+1
* lockdep: warn on stderr (via derr), not stdoutSage Weil2012-02-241-2/+1
* global: resurrect lockdepSage Weil2012-02-201-0/+2
* signals: check write(2) return valuesSage Weil2012-02-151-2/+4
* signal: remove unused/obsolete handle_shutdown_signalSage Weil2012-02-151-14/+0
* signals: do not install default SIGHUP, SIGINT, SIGTERM handlersSage Weil2012-02-151-3/+0
* signals: implement safe async signal handler frameworkSage Weil2012-02-152-0/+242
* signal: use _exit() on SIGTERMSage Weil2012-01-281-1/+1
* exit(0) on SIGTERM by defaultSage Weil2011-12-211-1/+4
* global: make daemon banner print explicitSage Weil2011-12-012-9/+15
* Merge branch 'master' into wip-freebsdSage Weil2011-10-251-3/+3
|\
| * assert: no 0x before thread idSage Weil2011-10-201-3/+3
* | First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-052-0/+7
|/