index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
global
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'gh/firefly'
Sage Weil
2014-03-14
2
-6
/
+23
|
\
|
*
ceph_mon: split postfork() in two and finish postfork just before daemonize
Joao Eduardo Luis
2014-03-14
2
-6
/
+23
*
|
compat: avoid unused warn with TEMP_FAILURE_RETRY
Noah Watkins
2014-02-23
2
-5
/
+5
|
/
*
SignalHandler: fix infinite loop on BSD systems
Alan Somers
2013-10-14
1
-2
/
+2
*
automake cleanup: implementing non-recursive make
Roald J. van Loon
2013-09-08
1
-0
/
+14
*
global/signal_handler: poll on the control pipe, too
Sage Weil
2013-07-24
1
-0
/
+4
*
global/signal_handler: use poll(2) instead of select(2)
Sage Weil
2013-07-24
1
-10
/
+9
*
ceph-conf: make --show-config-value reflect daemon defaults
Sage Weil
2013-06-20
1
-2
/
+3
*
global: create /var/run/ceph on daemon startup
Sage Weil
2013-06-13
1
-0
/
+9
*
global/global_init.cc: reduce scope of ret in global_init_daemonize()
Danny Al-Gaaf
2013-05-10
1
-3
/
+1
*
Merge branch 'next'
Sage Weil
2013-05-03
2
-4
/
+33
|
\
|
*
mon: fork early to avoid leveldb static env state
Sage Weil
2013-05-03
2
-4
/
+33
*
|
Merge remote-tracking branch 'gh/next'
Sage Weil
2013-04-24
1
-0
/
+4
|
\
|
|
*
global: call observers (and start logging) in global_init
Sage Weil
2013-04-19
1
-0
/
+4
*
|
Merge pull request #205 from dalgaaf/wip-da-md_config-class
Gregory Farnum
2013-04-12
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
md_config_t: change from class to struct as the name indicates
Danny Al-Gaaf
2013-04-08
2
-2
/
+2
*
|
Revert "global: call config observers on global_init (and start logging!)"
Greg Farnum
2013-04-09
1
-4
/
+0
*
|
global: call config observers on global_init (and start logging!)
Sage Weil
2013-04-07
1
-0
/
+4
*
|
global: flush log before stopping/starting on daemonize
Sage Weil
2013-04-07
1
-0
/
+1
|
/
*
signal_handler: add func to queue an async signal
Sage Weil
2013-03-18
2
-0
/
+9
*
config: do not always print config file missing errors
Sage Weil
2012-12-11
1
-1
/
+4
*
config: always complain about config parse errors
Sage Weil
2012-12-10
1
-3
/
+1
*
pidfile: fix fd leak from pidfile_remove()
Sage Weil
2012-09-28
1
-1
/
+1
*
config: add 'fatal signal handlers' option
Sage Weil
2012-08-27
1
-1
/
+3
*
global: only print banner if type is daemon
Sage Weil
2012-08-14
1
-1
/
+2
*
global: fix version banner in log on startup
Sage Weil
2012-08-14
1
-0
/
+2
*
config: send warnings to a ostream* argument
Sage Weil
2012-07-28
1
-1
/
+1
*
global_init: do not count threads before daemonize()
Sage Weil
2012-05-04
1
-7
/
+0
*
global_init: don't fail out if there is no default config.
Greg Farnum
2012-05-01
1
-3
/
+9
*
global: fix incorrect CINIT flag.
Greg Farnum
2012-04-30
1
-1
/
+1
*
log: do not set on_exit() callback for libraries
Sage Weil
2012-04-29
1
-0
/
+3
*
global: add -C or --cluster early args to specify cluster name
Sage Weil
2012-04-05
1
-2
/
+3
*
log: dump_recent in fatal signal handler
Sage Weil
2012-03-31
1
-0
/
+10
*
log: new logging infrastructure
Sage Weil
2012-03-27
4
-16
/
+10
*
rgw: process default alt args before processing conf file
Yehuda Sadeh
2012-03-20
1
-3
/
+4
*
global: drop yellow warning on startup
Sage Weil
2012-03-13
1
-5
/
+0
*
config: alternative config options for global_init()
Yehuda Sadeh
2012-03-12
2
-2
/
+5
*
lockdep: don't make noise on startup
Sage Weil
2012-02-24
1
-1
/
+1
*
lockdep: warn on stderr (via derr), not stdout
Sage Weil
2012-02-24
1
-2
/
+1
*
global: resurrect lockdep
Sage Weil
2012-02-20
1
-0
/
+2
*
signals: check write(2) return values
Sage Weil
2012-02-15
1
-2
/
+4
*
signal: remove unused/obsolete handle_shutdown_signal
Sage Weil
2012-02-15
1
-14
/
+0
*
signals: do not install default SIGHUP, SIGINT, SIGTERM handlers
Sage Weil
2012-02-15
1
-3
/
+0
*
signals: implement safe async signal handler framework
Sage Weil
2012-02-15
2
-0
/
+242
*
signal: use _exit() on SIGTERM
Sage Weil
2012-01-28
1
-1
/
+1
*
exit(0) on SIGTERM by default
Sage Weil
2011-12-21
1
-1
/
+4
*
global: make daemon banner print explicit
Sage Weil
2011-12-01
2
-9
/
+15
*
Merge branch 'master' into wip-freebsd
Sage Weil
2011-10-25
1
-3
/
+3
|
\
|
*
assert: no 0x before thread id
Sage Weil
2011-10-20
1
-3
/
+3
*
|
First cut of FreeBSD support. This patch allowes ceph to compile successfully
Stanislav Sedov
2011-10-05
2
-0
/
+7
|
/
[next]