summaryrefslogtreecommitdiff
path: root/src/ceph_osd.cc
Commit message (Expand)AuthorAgeFilesLines
* ceph-osd: rename msgr varsSage Weil2013-08-301-69/+73
* osd: add a separate messenger for the ObjecterSage Weil2013-08-301-0/+9
* osd: install admin socket commands after signalsSage Weil2013-08-261-0/+2
* mon, mds, osd: add early SIGTERM injectionSage Weil2013-07-201-0/+3
* osd: install async signal handlers after init()Sage Weil2013-07-201-6/+6
* Merge pull request #312 from ceph/wip-osd-hbSage Weil2013-05-231-17/+33
|\
| * osd: bind front heartbeat messenger to public_addrSage Weil2013-05-221-7/+14
| * osd: create front and back hb messenger instancesSage Weil2013-05-221-11/+20
* | Merge branch 'next'Sage Weil2013-05-231-0/+1
|\ \
| * | osd, mds: shut down async signal handler on exitSage Weil2013-05-221-0/+1
| |/
* | ceph-osd: specify which types of addresses to pickJoao Eduardo Luis2013-05-221-1/+2
|/
* osd: throttle client messages by count, not just by bytesSage Weil2013-04-061-4/+8
* msgr: add second per-message throttler to message policySage Weil2013-04-061-3/+3
* ceph_osd: clear client_throttler prior to putting g_ceph_contextSamuel Just2013-03-211-3/+8
* Merge remote-tracking branch 'gh/next'Sage Weil2012-12-011-0/+1
|\
| * ceph-osd: put g_ceph_context before exitSamuel Just2012-11-301-0/+1
* | ceph_osd.cc: remove twice included sys/stat.hDanny Al-Gaaf2012-11-281-1/+0
|/
* Merge remote-tracking branch 'gh/wip-msgauth4'Sage Weil2012-10-151-1/+2
|\
| * Code to allow pipes to be prepared to sign messages and to call the authentic...Peter Reiher2012-10-011-1/+2
* | osd: Make --get-journal-fsid not really start the osd.Sage Weil2012-10-051-7/+8
|/
* global: fix version banner in log on startupSage Weil2012-08-141-2/+0
* osd: put throttler on default policySage Weil2012-08-141-3/+1
* msgr: indicate whether clients are lossySage Weil2012-07-201-6/+6
* osd: close stderr on daemonizeSage Weil2012-06-191-2/+2
* ceph_osd: move auto-upgrade to after forkSamuel Just2012-06-181-4/+11
* misc assert #include cleanup, hackerySage Weil2012-06-071-1/+1
* make everyone use our assert #include and macroSage Weil2012-06-061-0/+2
* OSD,FileStore: clean up filestore convsersionSamuel Just2012-06-051-2/+5
* OSD: exit(0) once filestore is convertedSamuel Just2012-06-051-8/+3
* osd: do not clobber existing key with --mkkeySage Weil2012-05-231-10/+18
* osd: --get-{osd,journal}-uuid synonyms for --get-{osd,journal}-fsidSage Weil2012-05-011-2/+2
* msgr: name messengersSage Weil2012-04-301-6/+6
* throttle: feed cct, name, and add loggingSage Weil2012-04-301-1/+2
* osd: fix heartbeat set_port()Sage Weil2012-04-101-1/+2
* osd: allow users to specify the osd heartbeat server address.Greg Farnum2012-04-101-2/+4
* Merge remote-tracking branch 'gh/wip-log'Sage Weil2012-03-301-0/+2
|\
| * log: new logging infrastructureSage Weil2012-03-271-0/+2
* | osd: rename hbin -> hbclient, hbout -> hbserverSage Weil2012-03-301-14/+14
* | osd: simplify heartbeat logicSage Weil2012-03-301-0/+5
|/
* msgr: switch all users over to abstract interfaceSage Weil2012-03-141-13/+13
* 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: remove refcounting of Messengers.Greg Farnum2012-03-021-4/+4
* msgr: make nonce a required part of the SimpleMessenger constructor.Greg Farnum2012-03-021-8/+12
* msgr: Require that init functions are called before bind() and start().Greg Farnum2012-03-021-15/+15
* msgr: Remove the SimpleMessenger::bind() nonce parameter.Greg Farnum2012-03-021-4/+7
* msgr: Remove the SimpleMessenger start/start_with_nonce distinction.Greg Farnum2012-03-021-2/+3
* msgr: Remove SimpleMessenger::register_entityGreg Farnum2012-03-021-9/+4
* osd: unregister signal handlers on shutdownSage Weil2012-02-291-0/+4
* ceph-osd: clarify error messagesSage Weil2012-02-281-2/+2