summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #465 from dalgaaf/wip-da-CID-2Sage Weil2013-07-254-8/+10
|\ \ \ \
| * | | | rgw/rgw_metadata.h: init cur_shard in LogListCtx with 0Danny Al-Gaaf2013-07-241-1/+1
| * | | | rgw/rgw_metadata.cc: fix possible null dereferencingDanny Al-Gaaf2013-07-241-7/+7
| * | | | os/ObjectStore.cc: don't fallthrough after OP_OMAP_RMKEYRANGEDanny Al-Gaaf2013-07-241-0/+1
| * | | | mon/Monitor.cc: init scrub_version with 0 in constructorDanny Al-Gaaf2013-07-241-0/+1
* | | | | config_opts.h: increase xfs,btrfs wbthrottle defaultsSamuel Just2013-07-254-14/+20
* | | | | FileStore::_collection_rename: fix global replay guardSamuel Just2013-07-251-3/+10
* | | | | HashIndex: reset attr upon split or merge completionSamuel Just2013-07-251-13/+2
* | | | | test/filestore/store_test: add test for 5723Samuel Just2013-07-252-5/+77
* | | | | Merge tag 'v0.67-rc2' into nextSage Weil2013-07-251-0/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | v0.67-rc2v0.67-rc2Gary Lowell2013-07-241-0/+6
* | | | | ceph.spec.in, debian/control: python-ceph depends on python-flaskDan Mick2013-07-242-1/+2
|/ / / /
* | | | rest/test.py: cope with older requests.py versionsDan Mick2013-07-241-55/+56
* | | | ceph-disk: use new get_dev_path helper for listSage Weil2013-07-241-4/+4
* | | | ceph_rest_api.py: allow config section fallbackDan Mick2013-07-241-4/+7
* | | | global/signal_handler: poll on the control pipe, tooSage Weil2013-07-241-0/+4
* | | | Merge branch 'wip-cephtool-cleanup' into nextDan Mick2013-07-244-44/+32
|\ \ \ \
| * | | | ceph.in: remove dead codeDan Mick2013-07-241-11/+0
| * | | | rest/test.py: osd lspools should be a 'GET'Dan Mick2013-07-241-2/+2
| * | | | MonCommands.h: osd pool delete "rw" perms, osd pool set no longer expDan Mick2013-07-241-3/+2
| * | | | ceph.in/ceph_argparse.py: move find_cmd_target() to ceph_argparse.pyDan Mick2013-07-242-28/+28
| |/ / /
* | | | mon/OSDMonitor: search for latest full osdmap if record version is missingSage Weil2013-07-241-0/+10
|/ / /
* | | test: test_store_tool: global init before using LevelDBStoreJoao Eduardo Luis2013-07-241-4/+22
* | | mon: OSDMonitor: fix a bug introduced on 97462a32Joao Eduardo Luis2013-07-241-1/+1
* | | configure.ac: Remove -rc suffix from the configure version number.Gary Lowell2013-07-231-1/+1
* | | global/signal_handler: use poll(2) instead of select(2)Sage Weil2013-07-232-10/+39
* | | mon/MonmapMonitor: make 'mon remove ...' idempotentSage Weil2013-07-231-2/+2
* | | client: signal mds sessions with Contexts instead of CondsSage Weil2013-07-232-6/+6
* | | client: add Context*-based wait_on_list/signal_context_list helpersSage Weil2013-07-232-0/+21
* | | mon: add quorum_names to quorum_status command outputSage Weil2013-07-231-0/+8
* | | Merge branch 'wip-formatted-output' into nextDan Mick2013-07-235-4/+13
|\ \ \
| * | | mon: PGMap dump shouldn't use strings containing '+' as tagsDan Mick2013-07-231-2/+6
| * | | mon: "status" is missing a close_section for the overall outputDan Mick2013-07-231-0/+1
| * | | mon: "osd stat" needs a flush now that osdmap.print_summary() doesn'tDan Mick2013-07-231-0/+2
| * | | mon: "mds stat" must open/close section around dump_infoDan Mick2013-07-232-2/+4
| * | | ceph.spec.in: obsolete ceph-libs only on the affected distroDanny Al-Gaaf2013-07-231-0/+6
* | | | Merge pull request #461 from dalgaaf/wip-da-fix-spec-obsoletesGary Lowell2013-07-231-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | ceph.spec.in: obsolete ceph-libs only on the affected distroDanny Al-Gaaf2013-07-231-0/+6
* | | | mon/OSDMonitor: fix base case for 7fb3804fb workaroundSage Weil2013-07-231-1/+2
|/ / /
* | | Merge remote-tracking branch 'gh/next' into nextSage Weil2013-07-233-12/+43
|\ \ \
| * | | mon: OSDMonitor: work around a full version bug introduced in 7fb3804fbJoao Eduardo Luis2013-07-231-0/+34
| * | | mon: OSDMonitor: get rid of encode_full() as we don't use it.Joao Eduardo Luis2013-07-232-12/+5
| * | | mon: OSDMonitor: update the osdmap's latest_full with the new full versionJoao Eduardo Luis2013-07-231-0/+1
| * | | qa/workunits/suites/fsync-tester.sh: lsof at endSage Weil2013-07-231-0/+3
* | | | Merge branch 'next' of github.com:ceph/ceph into nextGary Lowell2013-07-2232-78/+308
|\ \ \ \ | |/ / / |/| | |
| * | | qa/workunits/rest/test: cluster_down/up are now idempotentSage Weil2013-07-221-4/+2
| * | | Merge pull request #457 from ceph/wip-paxosSage Weil2013-07-224-15/+91
| |\ \ \
| | * | | mon/Paxos: add failure injection pointsSage Weil2013-07-222-0/+21
| | * | | mon/Paxos: fix pn for uncommitted value during collect/last phaseSage Weil2013-07-221-2/+33
| | * | | mon/Paxos: debug ignored uncommitted valuesSage Weil2013-07-221-11/+17