2013-06-27 |
Sage Weil | mon/PGMonitor: avoid duplicating map_pg_create() effort... 372/head |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon/PGMonitor: use post_paxos_update, not init, to... |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon/PaxosService: add post_paxos_update() hook |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon: do not reopen MonitorDBStore during startup |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon/Paxos: simplify trim() |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon/PaxosService: rename scrub |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon/Paxos: clean up removal of pre-conversion paxos... |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon/Paxos: update first_committed only from paxos |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon/Paxos: set first_committed on first commit |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon/Paxos: never write first_committed except during... |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon: enable leveldb cache by default |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon/Paxos: assert that the store gives us back what... |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon/Paxos: drop unnecessary last_committed loads |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon/PaxosService: allow paxos service writes while... |
commit | commitdiff | tree | snapshot |
2013-06-26 |
Sage Weil | mon/PGMonitor: store PGMap directly in store, bypassing... |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/AuthMonitor: start at format 1 (latest) for new... |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/PaxosService: move upgrade_format() machinery into... |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/PGMonitor: drop some dead code |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/PGMap: make int type explicit |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/PaxosService: s/get_version()/get_last_committed()/ |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/PaxosService: drop unused last_accepted_name |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/PaxosService: some whitespace |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/PaxosService: drop unused {get,set,put}_version... |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/OSDMOnitor: use provided get_version_full() |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/PaxosService: simplify full helpers, drop single... |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/PaxosService: remove mkfs helpers |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon: fix mkfs monmap cleanup |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon: make PaxosService::get_value() int return type... |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/PaxosService: drop unused helpers |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/MonmapMonitor: avoid exists_version() helper |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/PaxosService: remove unused exists_version() variant |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | Merge remote-tracking branch 'gh/next' |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/Elector: cancel election timer if we bootstrap |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon: cancel probe timeout on reset |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | mon/AuthMonitor: ensure initial rotating keys get encod... |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | osd: tolerate racing threads starting recovery ops |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Sage Weil | init-radosgw.sysv: remove -x debug mode |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Sage Weil | common/pick_addresses: behave even after internal_safe_... |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Dan Mick | Add python-argparse to dependencies (for pre-2.7 systems) |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Sage Weil | Merge pull request #376 from dalgaaf/wip-da-SCA-cppcheck-3 |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Sage Weil | debian, rpm: remove python-lockfile dependency |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Sage Weil | Merge remote-tracking branch 'gh/next' |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Sage Weil | mds: do not assume segment list is non-empty in standby... |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Sage Weil | Merge pull request #374 from ceph/wip-5427 |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Danny Al-Gaaf | test/librados/cmd.cc: use static_cast instead of C... 376/head |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Danny Al-Gaaf | osdc/Objecter.cc: use static_cast instead of C-Style... |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Danny Al-Gaaf | mon/MonClient.cc: use static_cast instead of C-Style... |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Danny Al-Gaaf | common/cmdparse.cc: reduce scope of local variable... |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Danny Al-Gaaf | common/cmdparse.cc: remove unused variable |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Danny Al-Gaaf | osd/OSD.cc: prefer prefix ++operator for non-trivial... |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Danny Al-Gaaf | OSDMonitor.cc: prefer prefix ++operator for non-trivial... |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Danny Al-Gaaf | mon/MonCap.cc: use empty() instead of if(size()) |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Danny Al-Gaaf | common/cmdparse.cc: prefer prefix ++operator for non... |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Gregory Farnum | Merge pull request #375 from ceph/wip-msgr |
commit | commitdiff | tree | snapshot |
2013-06-24 |
Sage Weil | msgr: clear_pipe+queue reset when replacing lossy conne... 375/head |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Sage Weil | msgr: reaper: make sure pipe has been cleared (under... |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Sage Weil | msg/Pipe: goto fail_unlocked on early failures in accept() |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Sage Weil | msgr: clear con->pipe inside pipe_lock on mark_down |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Sage Weil | msgr: clear_pipe inside pipe_lock on mark_down_all |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Sage Weil | mon/AuthMonitor: make initial auth include rotating... 374/head |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Sage Weil | mon: do not leak no_reply messages |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Sage Weil | mon: fix leak of MOSDFailure messages |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Sage Weil | debian: ceph-common requires matching version of python... |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Dan Mick | Merge branch 'next' |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Dan Mick | Add header comments and Inktank copyrights to ceph... |
commit | commitdiff | tree | snapshot |
2013-06-22 |
Dan Mick | ceph.in: rip out reusable code to pybind/ceph_argparse.py |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Sage Weil | ceph: even shinier |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Sage Weil | ceph: do not busy-loop on ceph -w |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Sage Weil | librados: make cmd test tolerate NXIO for osd commands |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Sage Weil | Merge remote-tracking branch 'gh/wip-mds' |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Sage Weil | mds: do not assume segment list is non-empty in standby... |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Sage Weil | mds: rev protocol |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Yan, Zheng | mds: kill Server::handle_client_lookup_hash() |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Yan, Zheng | mds: use "open-by-ino" helper to handle LOOKUPINO request |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | Merge remote-tracking branch 'yan/wip-mds' into wip-mds |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Dan Mick | ceph.in: remove some TAB chars |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Dan Mick | ceph.in: fix ^C handling in watch (trap exception in... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | ceph: --version as well as -v |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | Merge remote-tracking branch 'gh/next' |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Yan, Zheng | osdc: re-calculate truncate_size for strip objects |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | qa/workunits/misc/multiple_rsync.sh: wtf |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | qa/workunits/cephtool/test.sh: fix and cleanup several... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | mon: drop deprecated 'stop_cluster' |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | mds: make 'mds compat rm_*compat' idempotent |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | mon: make 'log ...' command wait for commit before... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | a/workunits/cephtool/test.sh: --no-log-to-stderr when... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | mon: more fix dout use in sync_requester_abort() |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | mon: fix raw use of *_dout in sync_requester_abort() |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | doc/release-notes: v0.61.4 |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | Merge pull request #367 from ceph/wip-ceph-cli |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Samuel Just | Merge remote-tracking branch 'upstream/next' |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Samuel Just | FileStore: handle observers in constructor/destructor |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | init-radosgw: use radosgw --show-config-value to get... 367/head |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | ceph: fix ceph-conf call to get admin socket path for... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | ceph-conf: make --show-config-value reflect daemon... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Samuel Just | FileStore: apply changes after disabling m_filestore_re... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Samuel Just | FileStore: apply changes after disabling m_filestore_re... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | ceph-disk: use unix lock instead of lockfile class |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Sage Weil | Merge remote-tracking branch 'gh/next' |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Alexandre Maragone | ceph-disk: make list_partition behave with unusual... |
commit | commitdiff | tree | snapshot |
next |