summaryrefslogtreecommitdiffstats
path: root/src/ceph_osd.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7377 from liewegas/wip-datadir-searchSage Weil2016-02-061-1/+2
|\
| * global: add data_dir_option for all daemonsSage Weil2016-02-041-1/+2
* | ceph-osd: don't mention journal on mkfsSage Weil2016-02-041-4/+2
|/
* ceph_osd.cc: fix unreachable flush callJiaying Ren2016-01-291-1/+0
* ceph_osd.cc/ceph_mon.cc: cleanup unreachable exit callJiaying Ren2016-01-291-1/+0
* osd: mark osd backend type in osd_data dirSage Weil2015-12-011-1/+16
* osd: make block device fsid probing genericSage Weil2015-12-011-12/+27
* use new api and fix some wrong flag callerYunchuan Wen2015-11-121-1/+1
* osd: conditionally initialize the tracepoint providerJason Dillaman2015-10-141-0/+13
* Merge pull request #5636 from liewegas/wip-12747Sage Weil2015-08-261-4/+4
|\
| * osd: always load erasure plugins from the configured directorySage Weil2015-08-211-4/+4
* | osd: drop explicit sync/flush calls before umountSage Weil2015-08-191-1/+0
|/
* moved to use boost uuid implementation, based on commit 4fe89a7b14c97b2ed7f35...Rohan Mars2015-08-191-1/+0
* ceph_osd: Add required feature bits related to this branch to osd_required maskDavid Zafman2015-06-201-1/+7
* msg, ceph_osd: Support feature bits for all message type's local connectionDavid Zafman2015-06-201-1/+1
* erasure-code: implement consistent error streamLoic Dachary2015-05-251-1/+1
* ceph-osd: add --check-wants-journal, --check-allows-journalSage Weil2015-03-311-11/+42
* ceph-osd: fix usageSage Weil2015-03-311-3/+12
* Merge branch 'prio_hb_pkts' of git://github.com/wenjianhn/cephSage Weil2015-01-291-0/+6
|\
| * osd: add an option to prioritize heartbeat trafficJian Wen2015-01-121-0/+6
* | Cosmetic ceph_osd.cc.Matt Benjamin2015-01-141-12/+13
|/
* Merge pull request #3101 from yuyuyu101/wip-10147Sage Weil2014-12-181-6/+6
|\
| * Messenger: Create an Messenger implementation by name.Haomai Wang2014-12-181-6/+6
* | ceph-osd: remove extra close of stderrDan Mick2014-12-101-3/+0
|/
* osd: require SNAPMAPPER feature from peersSage Weil2014-12-031-3/+7
* osd, filestore: move automatic upgrade into mount()Sage Weil2014-10-281-16/+0
* osd, filestore: mount in upgrade() callerSage Weil2014-10-281-2/+16
* osd, filestore: move convertfs into FileStoreSage Weil2014-10-281-2/+2
* osd: fix need_journal callSage Weil2014-10-011-1/+1
* Merge pull request #2607 from yuyuyu101/wip-9580Sage Weil2014-10-011-0/+11
|\
| * ObjectStore: Add "need_journal" interface to make aware of journal deviceHaomai Wang2014-10-011-0/+11
* | osd: do not bind ms_objecter messengerSage Weil2014-09-301-2/+0
|/
* erasure-code: preload fails if < 0Loic Dachary2014-09-151-1/+1
* erasure-code: preload the jerasure pluginLoic Dachary2014-08-201-0/+20
* osd: remove OSD-specific leveldb optionsJoao Eduardo Luis2014-06-231-1/+6
* ceph_osd: add EC to OSD's supported features used by the messengerJoao Eduardo Luis2013-12-191-1/+2
* os/ObjectStore: pass cct to ctorSage Weil2013-12-041-1/+2
* os/ObjectStore: add {read,write}_metaSage Weil2013-11-301-1/+1
* osd: move peek_journal_fsid() into ObjectStore (from OSD)Sage Weil2013-11-301-1/+1
* os/ObjectStore: generalize the FileStore's target_versionSage Weil2013-11-301-2/+2
* osd: construct ObjectStore outside of OSDSage Weil2013-11-301-7/+21
* osd: use ObjectStore::create() helper to create ObjectStore implSage Weil2013-11-301-2/+2
* os, ceph_osd: Rename on_disk_version to target_versionDavid Zafman2013-09-231-1/+1
* osd: bind objecter messenger to cluster addressGreg Farnum2013-09-111-0/+2
* osd: name the objecter's messenger "ms_objecter" instead of "hbclient"Greg Farnum2013-09-111-1/+1
* cleanup: removing refs to globals from libosdRoald van Loon2013-09-051-5/+5
* ceph-osd: rename msgr varsSage Weil2013-08-311-69/+73
* osd: add a separate messenger for the ObjecterSage Weil2013-08-311-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