index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ceph_mds.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #2629 from dachary/wip-heap-profiler
Loic Dachary
2014-10-09
1
-0
/
+3
|
\
|
*
mon,mds: call ceph_heap_profiler_init() at boot time
Loic Dachary
2014-10-08
1
-0
/
+3
*
|
mds: deprecation-warn on numeric mds names
John Spray
2014-10-08
1
-0
/
+6
|
/
*
mds: introduce explicit DaemonState instead of int
John Spray
2014-07-29
1
-2
/
+2
*
tools: Create cephfs-journal-tool
John Spray
2014-05-20
1
-89
/
+0
*
mds: Add dump-journal-entries
John Spray
2014-02-26
1
-1
/
+12
*
mds: Create MDSUtility as base for Dumper/Resetter
John Spray
2014-02-26
1
-35
/
+16
*
mds: Fix Dumper shutdown
John Spray
2014-02-26
1
-0
/
+7
*
ceph: Add inline data feature
Li Wang
2014-01-14
1
-0
/
+1
*
mds: add CEPH_FEATURE_EXPORT_PEER and bump the protocal version
Yan, Zheng
2013-12-16
1
-1
/
+2
*
mon, mds, osd: add early SIGTERM injection
Sage Weil
2013-07-20
1
-0
/
+3
*
mds: put g_ceph_context on shutdown
Sage Weil
2013-07-20
1
-2
/
+3
*
mds: install signal handlers after init
Sage Weil
2013-07-20
1
-9
/
+10
*
Merge branch 'next'
Sage Weil
2013-05-23
1
-0
/
+1
|
\
|
*
osd, mds: shut down async signal handler on exit
Sage Weil
2013-05-22
1
-0
/
+1
*
|
ceph-mds: specify which types of addresses to pick
Joao Eduardo Luis
2013-05-22
1
-1
/
+1
|
/
*
mds: fix usage typo for ceph-mds
Sam Lang
2013-01-16
1
-1
/
+1
*
mds: shutdown cleanly if can't authenticate
Yehuda Sadeh
2012-12-12
1
-3
/
+5
*
ceph_mds.cc: remove twice included sys/stat.h
Danny Al-Gaaf
2012-11-28
1
-1
/
+0
*
Code to allow pipes to be prepared to sign messages and to call the authentic...
Peter Reiher
2012-10-01
1
-1
/
+2
*
global: fix version banner in log on startup
Sage Weil
2012-08-14
1
-2
/
+0
*
msgr: indicate whether clients are lossy
Sage Weil
2012-07-21
1
-4
/
+4
*
make everyone use our assert #include and macro
Sage Weil
2012-06-07
1
-0
/
+2
*
msgr: name messengers
Sage Weil
2012-05-01
1
-2
/
+2
*
log: new logging infrastructure
Sage Weil
2012-03-27
1
-0
/
+2
*
msgr: switch all users over to abstract interface
Sage Weil
2012-03-15
1
-7
/
+7
*
config: alternative config options for global_init()
Yehuda Sadeh
2012-03-12
1
-1
/
+1
*
msgr: remove SimpleMessenger::get_ms_addr() in favor of Messenger::get_myaddr
Greg Farnum
2012-03-07
1
-1
/
+1
*
msgr: make nonce a required part of the SimpleMessenger constructor.
Greg Farnum
2012-03-02
1
-4
/
+4
*
msgr: Require that init functions are called before bind() and start().
Greg Farnum
2012-03-02
1
-4
/
+4
*
msgr: Remove the SimpleMessenger::bind() nonce parameter.
Greg Farnum
2012-03-02
1
-2
/
+3
*
msgr: Remove the SimpleMessenger start/start_with_nonce distinction.
Greg Farnum
2012-03-02
1
-0
/
+1
*
msgr: Remove SimpleMessenger::register_entity
Greg Farnum
2012-03-02
1
-3
/
+4
*
mds: unregister SIGHUP too
Sage Weil
2012-02-29
1
-0
/
+1
*
Fix ceph-mds --journal-reset
Alexandre Oliva
2012-02-23
1
-0
/
+1
*
msgr: promote SimpleMessenger::Policy to Messenger::Policy
Sage Weil
2012-02-19
1
-7
/
+7
*
mds: remove pidfile
Sage Weil
2012-02-15
1
-2
/
+6
*
mds: install async signal handlers for SIG{HUP,INT,TERM}
Sage Weil
2012-02-15
1
-1
/
+22
*
features: #include ceph_features directly where needed
Sage Weil
2012-01-23
1
-0
/
+2
*
Merge remote branch 'gh/master' into wip-op-data-mux
Sage Weil
2012-01-18
1
-2
/
+9
|
\
|
*
Merge remote branch 'gh/wip-backfill'
Sage Weil
2012-01-17
1
-0
/
+3
|
|
\
|
|
*
msgr: explicitly specify internal cluster protocol
Sage Weil
2012-01-05
1
-0
/
+2
|
*
|
mds: abort startup if we fail to bind
Sage Weil
2012-01-17
1
-2
/
+6
|
|
/
*
/
mds: require OSDREPLYMUX feature bit
Sage Weil
2012-01-14
1
-1
/
+3
|
/
*
global: make daemon banner print explicit
Sage Weil
2011-12-01
1
-0
/
+2
*
mds: fix usage text
Sage Weil
2011-12-01
1
-1
/
+1
*
mds, osd, synclient: Pick cluster_addr/public_addr based on *_network.
Tommi Virtanen
2011-11-21
1
-0
/
+3
*
msg: Move public_addr use outside ->bind()
Tommi Virtanen
2011-11-21
1
-2
/
+2
*
mdsN -> mds.N
Sage Weil
2011-09-28
1
-4
/
+4
*
rename source files c* -> ceph-*
Sage Weil
2011-09-23
1
-0
/
+275
[prev]