| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #312 from ceph/wip-osd-hb | Sage Weil | 2013-05-23 | 1 | -17/+33 |
|\ |
|
| * | osd: bind front heartbeat messenger to public_addr | Sage Weil | 2013-05-22 | 1 | -7/+14 |
| * | osd: create front and back hb messenger instances | Sage Weil | 2013-05-22 | 1 | -11/+20 |
* | | 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-osd: specify which types of addresses to pick | Joao Eduardo Luis | 2013-05-22 | 1 | -1/+2 |
|/ |
|
* | osd: throttle client messages by count, not just by bytes | Sage Weil | 2013-04-06 | 1 | -4/+8 |
* | msgr: add second per-message throttler to message policy | Sage Weil | 2013-04-06 | 1 | -3/+3 |
* | ceph_osd: clear client_throttler prior to putting g_ceph_context | Samuel Just | 2013-03-21 | 1 | -3/+8 |
* | Merge remote-tracking branch 'gh/next' | Sage Weil | 2012-12-01 | 1 | -0/+1 |
|\ |
|
| * | ceph-osd: put g_ceph_context before exit | Samuel Just | 2012-11-30 | 1 | -0/+1 |
* | | ceph_osd.cc: remove twice included sys/stat.h | Danny Al-Gaaf | 2012-11-28 | 1 | -1/+0 |
|/ |
|
* | Merge remote-tracking branch 'gh/wip-msgauth4' | Sage Weil | 2012-10-15 | 1 | -1/+2 |
|\ |
|
| * | Code to allow pipes to be prepared to sign messages and to call the authentic... | Peter Reiher | 2012-10-01 | 1 | -1/+2 |
* | | osd: Make --get-journal-fsid not really start the osd. | Sage Weil | 2012-10-05 | 1 | -7/+8 |
|/ |
|
* | global: fix version banner in log on startup | Sage Weil | 2012-08-14 | 1 | -2/+0 |
* | osd: put throttler on default policy | Sage Weil | 2012-08-14 | 1 | -3/+1 |
* | msgr: indicate whether clients are lossy | Sage Weil | 2012-07-20 | 1 | -6/+6 |
* | osd: close stderr on daemonize | Sage Weil | 2012-06-19 | 1 | -2/+2 |
* | ceph_osd: move auto-upgrade to after fork | Samuel Just | 2012-06-18 | 1 | -4/+11 |
* | misc assert #include cleanup, hackery | Sage Weil | 2012-06-07 | 1 | -1/+1 |
* | make everyone use our assert #include and macro | Sage Weil | 2012-06-06 | 1 | -0/+2 |
* | OSD,FileStore: clean up filestore convsersion | Samuel Just | 2012-06-05 | 1 | -2/+5 |
* | OSD: exit(0) once filestore is converted | Samuel Just | 2012-06-05 | 1 | -8/+3 |
* | osd: do not clobber existing key with --mkkey | Sage Weil | 2012-05-23 | 1 | -10/+18 |
* | osd: --get-{osd,journal}-uuid synonyms for --get-{osd,journal}-fsid | Sage Weil | 2012-05-01 | 1 | -2/+2 |
* | msgr: name messengers | Sage Weil | 2012-04-30 | 1 | -6/+6 |
* | throttle: feed cct, name, and add logging | Sage Weil | 2012-04-30 | 1 | -1/+2 |
* | osd: fix heartbeat set_port() | Sage Weil | 2012-04-10 | 1 | -1/+2 |
* | osd: allow users to specify the osd heartbeat server address. | Greg Farnum | 2012-04-10 | 1 | -2/+4 |
* | Merge remote-tracking branch 'gh/wip-log' | Sage Weil | 2012-03-30 | 1 | -0/+2 |
|\ |
|
| * | log: new logging infrastructure | Sage Weil | 2012-03-27 | 1 | -0/+2 |
* | | osd: rename hbin -> hbclient, hbout -> hbserver | Sage Weil | 2012-03-30 | 1 | -14/+14 |
* | | osd: simplify heartbeat logic | Sage Weil | 2012-03-30 | 1 | -0/+5 |
|/ |
|
* | msgr: switch all users over to abstract interface | Sage Weil | 2012-03-14 | 1 | -13/+13 |
* | 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: remove refcounting of Messengers. | Greg Farnum | 2012-03-02 | 1 | -4/+4 |
* | msgr: make nonce a required part of the SimpleMessenger constructor. | Greg Farnum | 2012-03-02 | 1 | -8/+12 |
* | msgr: Require that init functions are called before bind() and start(). | Greg Farnum | 2012-03-02 | 1 | -15/+15 |
* | msgr: Remove the SimpleMessenger::bind() nonce parameter. | Greg Farnum | 2012-03-02 | 1 | -4/+7 |
* | msgr: Remove the SimpleMessenger start/start_with_nonce distinction. | Greg Farnum | 2012-03-02 | 1 | -2/+3 |
* | msgr: Remove SimpleMessenger::register_entity | Greg Farnum | 2012-03-02 | 1 | -9/+4 |
* | osd: unregister signal handlers on shutdown | Sage Weil | 2012-02-29 | 1 | -0/+4 |
* | ceph-osd: clarify error messages | Sage Weil | 2012-02-28 | 1 | -2/+2 |
* | msgr: promote SimpleMessenger::Policy to Messenger::Policy | Sage Weil | 2012-02-18 | 1 | -15/+15 |
* | osd: install async signal handlers for SIG{HUP,INT,TERM} | Sage Weil | 2012-02-14 | 1 | -5/+21 |
* | add CEPH_FEATURE_OSDENC | Sage Weil | 2012-02-13 | 1 | -2/+4 |
* | osd: PG::Log::Entry -> pg_log_entry_t | Sage Weil | 2012-02-01 | 1 | -1/+1 |
* | features: #include ceph_features directly where needed | Sage Weil | 2012-01-23 | 1 | -0/+1 |