summaryrefslogtreecommitdiff
path: root/src/ceph_mds.cc
Commit message (Expand)AuthorAgeFilesLines
* make everyone use our assert #include and macroSage Weil2012-06-061-0/+2
* msgr: name messengersSage Weil2012-04-301-2/+2
* log: new logging infrastructureSage Weil2012-03-271-0/+2
* msgr: switch all users over to abstract interfaceSage Weil2012-03-141-7/+7
* config: alternative config options for global_init()Yehuda Sadeh2012-03-121-1/+1
* msgr: remove SimpleMessenger::get_ms_addr() in favor of Messenger::get_myaddrGreg Farnum2012-03-071-1/+1
* msgr: make nonce a required part of the SimpleMessenger constructor.Greg Farnum2012-03-021-4/+4
* msgr: Require that init functions are called before bind() and start().Greg Farnum2012-03-021-4/+4
* msgr: Remove the SimpleMessenger::bind() nonce parameter.Greg Farnum2012-03-021-2/+3
* msgr: Remove the SimpleMessenger start/start_with_nonce distinction.Greg Farnum2012-03-021-0/+1
* msgr: Remove SimpleMessenger::register_entityGreg Farnum2012-03-021-3/+4
* mds: unregister SIGHUP tooSage Weil2012-02-291-0/+1
* Fix ceph-mds --journal-resetAlexandre Oliva2012-02-221-0/+1
* msgr: promote SimpleMessenger::Policy to Messenger::PolicySage Weil2012-02-181-7/+7
* mds: remove pidfileSage Weil2012-02-141-2/+6
* mds: install async signal handlers for SIG{HUP,INT,TERM}Sage Weil2012-02-141-1/+22
* features: #include ceph_features directly where neededSage Weil2012-01-231-0/+2
* Merge remote branch 'gh/master' into wip-op-data-muxSage Weil2012-01-171-2/+9
|\
| * Merge remote branch 'gh/wip-backfill'Sage Weil2012-01-171-0/+3
| |\
| | * msgr: explicitly specify internal cluster protocolSage Weil2012-01-041-0/+2
| * | mds: abort startup if we fail to bindSage Weil2012-01-171-2/+6
| |/
* | mds: require OSDREPLYMUX feature bitSage Weil2012-01-131-1/+3
|/
* global: make daemon banner print explicitSage Weil2011-12-011-0/+2
* mds: fix usage textSage Weil2011-12-011-1/+1
* mds, osd, synclient: Pick cluster_addr/public_addr based on *_network.Tommi Virtanen2011-11-211-0/+3
* msg: Move public_addr use outside ->bind()Tommi Virtanen2011-11-211-2/+2
* mdsN -> mds.NSage Weil2011-09-271-4/+4
* rename source files c* -> ceph-*Sage Weil2011-09-231-0/+275