| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #7377 from liewegas/wip-datadir-search | Sage Weil | 2016-02-06 | 1 | -1/+2 |
|\ |
|
| * | global: add data_dir_option for all daemons | Sage Weil | 2016-02-04 | 1 | -1/+2 |
* | | ceph-osd: don't mention journal on mkfs | Sage Weil | 2016-02-04 | 1 | -4/+2 |
|/ |
|
* | ceph_osd.cc: fix unreachable flush call | Jiaying Ren | 2016-01-29 | 1 | -1/+0 |
* | ceph_osd.cc/ceph_mon.cc: cleanup unreachable exit call | Jiaying Ren | 2016-01-29 | 1 | -1/+0 |
* | osd: mark osd backend type in osd_data dir | Sage Weil | 2015-12-01 | 1 | -1/+16 |
* | osd: make block device fsid probing generic | Sage Weil | 2015-12-01 | 1 | -12/+27 |
* | use new api and fix some wrong flag caller | Yunchuan Wen | 2015-11-12 | 1 | -1/+1 |
* | osd: conditionally initialize the tracepoint provider | Jason Dillaman | 2015-10-14 | 1 | -0/+13 |
* | Merge pull request #5636 from liewegas/wip-12747 | Sage Weil | 2015-08-26 | 1 | -4/+4 |
|\ |
|
| * | osd: always load erasure plugins from the configured directory | Sage Weil | 2015-08-21 | 1 | -4/+4 |
* | | osd: drop explicit sync/flush calls before umount | Sage Weil | 2015-08-19 | 1 | -1/+0 |
|/ |
|
* | moved to use boost uuid implementation, based on commit 4fe89a7b14c97b2ed7f35... | Rohan Mars | 2015-08-19 | 1 | -1/+0 |
* | ceph_osd: Add required feature bits related to this branch to osd_required mask | David Zafman | 2015-06-20 | 1 | -1/+7 |
* | msg, ceph_osd: Support feature bits for all message type's local connection | David Zafman | 2015-06-20 | 1 | -1/+1 |
* | erasure-code: implement consistent error stream | Loic Dachary | 2015-05-25 | 1 | -1/+1 |
* | ceph-osd: add --check-wants-journal, --check-allows-journal | Sage Weil | 2015-03-31 | 1 | -11/+42 |
* | ceph-osd: fix usage | Sage Weil | 2015-03-31 | 1 | -3/+12 |
* | Merge branch 'prio_hb_pkts' of git://github.com/wenjianhn/ceph | Sage Weil | 2015-01-29 | 1 | -0/+6 |
|\ |
|
| * | osd: add an option to prioritize heartbeat traffic | Jian Wen | 2015-01-12 | 1 | -0/+6 |
* | | Cosmetic ceph_osd.cc. | Matt Benjamin | 2015-01-14 | 1 | -12/+13 |
|/ |
|
* | Merge pull request #3101 from yuyuyu101/wip-10147 | Sage Weil | 2014-12-18 | 1 | -6/+6 |
|\ |
|
| * | Messenger: Create an Messenger implementation by name. | Haomai Wang | 2014-12-18 | 1 | -6/+6 |
* | | ceph-osd: remove extra close of stderr | Dan Mick | 2014-12-10 | 1 | -3/+0 |
|/ |
|
* | osd: require SNAPMAPPER feature from peers | Sage Weil | 2014-12-03 | 1 | -3/+7 |
* | osd, filestore: move automatic upgrade into mount() | Sage Weil | 2014-10-28 | 1 | -16/+0 |
* | osd, filestore: mount in upgrade() caller | Sage Weil | 2014-10-28 | 1 | -2/+16 |
* | osd, filestore: move convertfs into FileStore | Sage Weil | 2014-10-28 | 1 | -2/+2 |
* | osd: fix need_journal call | Sage Weil | 2014-10-01 | 1 | -1/+1 |
* | Merge pull request #2607 from yuyuyu101/wip-9580 | Sage Weil | 2014-10-01 | 1 | -0/+11 |
|\ |
|
| * | ObjectStore: Add "need_journal" interface to make aware of journal device | Haomai Wang | 2014-10-01 | 1 | -0/+11 |
* | | osd: do not bind ms_objecter messenger | Sage Weil | 2014-09-30 | 1 | -2/+0 |
|/ |
|
* | erasure-code: preload fails if < 0 | Loic Dachary | 2014-09-15 | 1 | -1/+1 |
* | erasure-code: preload the jerasure plugin | Loic Dachary | 2014-08-20 | 1 | -0/+20 |
* | osd: remove OSD-specific leveldb options | Joao Eduardo Luis | 2014-06-23 | 1 | -1/+6 |
* | ceph_osd: add EC to OSD's supported features used by the messenger | Joao Eduardo Luis | 2013-12-19 | 1 | -1/+2 |
* | os/ObjectStore: pass cct to ctor | Sage Weil | 2013-12-04 | 1 | -1/+2 |
* | os/ObjectStore: add {read,write}_meta | Sage Weil | 2013-11-30 | 1 | -1/+1 |
* | osd: move peek_journal_fsid() into ObjectStore (from OSD) | Sage Weil | 2013-11-30 | 1 | -1/+1 |
* | os/ObjectStore: generalize the FileStore's target_version | Sage Weil | 2013-11-30 | 1 | -2/+2 |
* | osd: construct ObjectStore outside of OSD | Sage Weil | 2013-11-30 | 1 | -7/+21 |
* | osd: use ObjectStore::create() helper to create ObjectStore impl | Sage Weil | 2013-11-30 | 1 | -2/+2 |
* | os, ceph_osd: Rename on_disk_version to target_version | David Zafman | 2013-09-23 | 1 | -1/+1 |
* | osd: bind objecter messenger to cluster address | Greg Farnum | 2013-09-11 | 1 | -0/+2 |
* | osd: name the objecter's messenger "ms_objecter" instead of "hbclient" | Greg Farnum | 2013-09-11 | 1 | -1/+1 |
* | cleanup: removing refs to globals from libosd | Roald van Loon | 2013-09-05 | 1 | -5/+5 |
* | ceph-osd: rename msgr vars | Sage Weil | 2013-08-31 | 1 | -69/+73 |
* | osd: add a separate messenger for the Objecter | Sage Weil | 2013-08-31 | 1 | -0/+9 |
* | osd: install admin socket commands after signals | Sage Weil | 2013-08-26 | 1 | -0/+2 |
* | mon, mds, osd: add early SIGTERM injection | Sage Weil | 2013-07-20 | 1 | -0/+3 |