2013-07-23 |
Danny Al-Gaaf | ceph.spec.in: obsolete ceph-libs only on the affected... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Sage Weil | mon/OSDMonitor: fix base case for 7fb3804fb workaround |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Sage Weil | Merge remote-tracking branch 'gh/next' into next |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Joao Eduardo... | mon: OSDMonitor: work around a full version bug introdu... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Joao Eduardo... | mon: OSDMonitor: get rid of encode_full() as we don... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Joao Eduardo... | mon: OSDMonitor: update the osdmap's latest_full with... |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Sage Weil | qa/workunits/suites/fsync-tester.sh: lsof at end |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Gary Lowell | Merge branch 'next' of github.com:ceph/ceph into next |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Sage Weil | qa/workunits/rest/test: cluster_down/up are now idempotent |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Sage Weil | Merge pull request #457 from ceph/wip-paxos |
commit | commitdiff | tree | snapshot |
2013-07-23 |
Sage Weil | osd/ReplicatedPG: drop repop refs in ~SnapTrimmer |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Samuel Just | FileStore: disable fd cacher and wbthrottle during... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Samuel Just | PGLog::merge_log, unidex() only works from tail, we... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Samuel Just | PGLog::rewind_divergent_log: unindex only works from... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Samuel Just | src/test/osd/TestPGLog.cc: check that the object remain... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Yehuda Sadeh | rgw: swift, in create bucket set location_constraints |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Yehuda Sadeh | rgw: translate swift request to s3 when forwarding |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Sage Weil | Merge remote-tracking branch 'gh/wip-5624-b' into next |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Gregory Farnum | Merge pull request #458 from ceph/wip-5693 |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Yehuda Sadeh | PendingReleaseNotes: update about new rgw copy obj... 458/head |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Yehuda Sadeh | rgw: add some comments |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Yehuda Sadeh | rgw: dump progress through swift object copy |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Yehuda Sadeh | rgw: send data back when copying object |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Sage Weil | mon/Paxos: add failure injection points 457/head |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Sage Weil | mon/Paxos: fix pn for uncommitted value during collect... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Sage Weil | mon/Paxos: debug ignored uncommitted values |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Sage Weil | mon/Paxos: only learn uncommitted value if it is in... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Sage Weil | mon/Paxos: only share uncommitted value if it is next |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Sage Weil | mon/Paxos: accepted_pn_from has no semantic meaning |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Sage Weil | ceph-monstore-tool: dump paxos transactions |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Dan Mick | ceph.in: reject --admin-daemon so it can't do harm |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Gary Lowell | v0.67-rc1 v0.67-rc1 |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Noah Watkins | FileJournal: fix posix_fallocate error handling |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Samuel Just | OSD::_make_pg: use createmap, not osdmap |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Yehuda Sadeh | rgw: read attributes when reading bucket entry point |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Samuel Just | OSD::RemoveWQ: do not apply_transaction while blocking... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Samuel Just | FileStore: use complete() instead of finish() and delete |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Samuel Just | Finisher: use complete() not finish() and delete |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Samuel Just | common/Cond.h: add a simpler C_SaferCond Context |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Gary Lowell | ceph.spec.in: Obsolete ceph-libs |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Sage Weil | Merge remote-tracking branch 'gh/wip-mon-caps' into... |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Sage Weil | Merge pull request #453 from dalgaaf/wip-da-SCA-cppcheck-7 |
commit | commitdiff | tree | snapshot |
2013-07-22 |
Sage Weil | Merge pull request #451 from dalgaaf/wip-da-SCA-cppchec... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Danny Al-Gaaf | cls_replica_log_types.h: pass const std::list<> by... 453/head |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Danny Al-Gaaf | mon/PGMonitor.cc: reduce scope of local 'num_slow_osds... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Danny Al-Gaaf | rgw/rgw_bucket.cc: use static_cast<>() instead of C... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Danny Al-Gaaf | test_cls_version.cc: don't free object twice, free... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Danny Al-Gaaf | rgw/rgw_metadata.cc: use static_cast<>() instead of... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Danny Al-Gaaf | rgw: change RGWOp::name() to return string instead... |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Sage Weil | mon, mds, osd: add early SIGTERM injection |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Sage Weil | mds: put g_ceph_context on shutdown |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Sage Weil | mon: shutdown: remove sessions under mon->lock |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Sage Weil | mds: reorder suicide/shutdown a bit |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Sage Weil | mds: install signal handlers after init |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Sage Weil | mon: install signal handlers after init |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Sage Weil | osd: do not assume we have an osdmap in prepare_to_stop |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Sage Weil | osd: install async signal handlers after init() |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Sage Weil | qa/workunits/mon/caps.sh: clean up users; rename 450/head |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Sage Weil | mon/MonCap: simplify rwx match logic |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Sage Weil | mon: fix command caps check |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Joao Eduardo... | qa: workunits: mon: test mon caps permissions |
commit | commitdiff | tree | snapshot |
2013-07-20 |
Sage Weil | Merge remote-tracking branch 'gh/wip-swift' into next |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | mon/PaxosService: update on_active() docs to clarify... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | mon/OSDMonitor: discard failure waiters, info on shutdown |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | mon: OSDMonitor: only thrash and propose if we are... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | mon/OSDMonitor: do not wait for readable in send_latest() |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | Revert "mon/OSDMonitor: send_to_waiting() in on_active()" |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | Revert "mon: OSDMonitor: only thrash and propose if... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | Revert "mon/OSDMonitor: fix typo" |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Dan Mick | ceph_rest_api.py: remove unused imports |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Dan Mick | ceph.in: better error message when daemon command retur... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | mon: improve osdmap subscription debug output |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | Merge remote-tracking branch 'gh/wip-stats' into next |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Greg Farnum | Merge branch 'wip-rgw-next-2' into next |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Yehuda Sadeh | rgw: remove extra unused param from RGWRados::get_attr() |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Yehuda Sadeh | cls_rgw: quiet down verbose log message |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Yehuda Sadeh | rgw: replace logic that compares regions |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Yehuda Sadeh | rgw-admin: link / unlink should report errors |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Yehuda Sadeh | rgw: fix time parsing in replica log |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Yehuda Sadeh | rgw: bucket entry point object ver fixes |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Yehuda Sadeh | rgw: remove s->objv_tracker |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Yehuda Sadeh | rgw: forward delete bucket request to master after... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Yehuda Sadeh | rgw: adjust error for bucket removal on secondary region |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Yehuda Sadeh | rgw: forward x_amz_meta headers when forwarding a request |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Yehuda Sadeh | rgw: fix bucket re-creation on secondary region |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | mon/MonClient: fix small leak |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | msgr: mark addr-based [lazy_]send_message and get_conne... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | client: mark_down by con |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | mon: mark_down session by con, not addr |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | mon: break con <-> session ref cycle in mon even if... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | msg/SimpleMessenger: remove duplicated interface docs |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | msgr: update docs for mark_down, mark_down_all semantics |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | msgr: generate reset event on mark_down to addr (not... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | osd/ReplicatedPG: fix obc leak on invalid LIST_SNAPS op |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | osd: break con <-> session cycle when marking down... |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | osd: make ms_handle_reset debug more useful |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | mon/PGMap: don't mangle stamp_delta in clear_delta() |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | osd: log PG state changes at level 5 |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | mon/PGMap: avoid negative pg stats when calculating... 446/head |
commit | commitdiff | tree | snapshot |
2013-07-19 |
Sage Weil | mon/PGMap: use signed values for calculated rates |
commit | commitdiff | tree | snapshot |
next |