summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mon: make max_global_id increase a bit more robustwip-mon-skip-auth-cuttlefishSage Weil2013-08-042-8/+10
* skip missing auth incrmentals. hacky workaround.Sage Weil2013-08-031-0/+5
* upstart: stop ceph-create-keys when the monitor stopsSage Weil2013-07-261-0/+1
* FileStore: fix fd leak in _check_global_replay_guardSamuel Just2013-07-261-0/+1
* mon/Paxos: share uncommitted value when leader is/was behindSage Weil2013-07-251-1/+1
* Merge remote-tracking branch 'gh/cuttlefish-next' into cuttlefishSage Weil2013-07-2517-131/+412
|\
| * 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
| * FileStore::_collection_rename: fix global replay guardSamuel Just2013-07-251-3/+10
| * PGLog::rewind_divergent_log: unindex only works from tail, index() insteadSamuel Just2013-07-241-1/+2
| * msg/Pipe: do not hold pipe_lock for verify_authorizer()Sage Weil2013-07-241-3/+8
| * msg/Pipe: a bit of additional debug outputSage Weil2013-07-241-2/+7
| * msg/Pipe: hold pipe_lock during important parts of accept()Sage Weil2013-07-241-14/+28
| * msgr: fix a typo/goto-cross from dd4addef2dGreg Farnum2013-07-241-1/+2
| * msgr: close accepting_pipes from mark_down_all()Sage Weil2013-07-241-0/+11
| * msgr: maintain list of accepting pipesSage Weil2013-07-243-0/+11
| * msgr: adjust nonce on rebind()Sage Weil2013-07-241-0/+5
| * msgr: mark_down_all() after, not before, rebindSage Weil2013-07-241-2/+3
| * msg/Pipe: unlock msgr->lock earlier in accept()Sage Weil2013-07-241-4/+1
| * msg/Pipe: avoid creating empty out_q entrySage Weil2013-07-241-0/+4
| * msg/Pipe: assert lock is held in various helpersSage Weil2013-07-241-0/+3
| * msg/Pipe: be a bit more explicit about encoding outgoing messagesSage Weil2013-07-241-2/+8
| * msg/Pipe: fix RECONNECT_SEQ behaviorSage Weil2013-07-241-1/+9
| * msgr: reaper: make sure pipe has been cleared (under pipe_lock)Sage Weil2013-07-241-2/+2
| * msg/Pipe: goto fail_unlocked on early failures in accept()Sage Weil2013-07-241-55/+46
| * msgr: clear con->pipe inside pipe_lock on mark_downSage Weil2013-07-241-0/+10
| * msgr: clear_pipe inside pipe_lock on mark_down_allSage Weil2013-07-241-0/+2
| * ReplicatedPG: track temp collection contents, clear during on_changeSamuel Just2013-07-242-0/+29
| * PG, ReplicatedPG: pass a transaction down to ReplicatedPG::on_changeSamuel Just2013-07-244-7/+10
| * PG: start flush on primary only after we process the master logSamuel Just2013-07-241-5/+15
| * ReplicatedPG: replace clean_up_local with a debug checkSamuel Just2013-07-245-13/+24
| * FileStore: add global replay guard for split, collection_renameSamuel Just2013-07-242-0/+84
| * OSD: add config option for peering_wq batch sizeSamuel Just2013-07-243-5/+6
* | v0.61.7v0.61.7Gary Lowell2013-07-242-1/+7
|/
* ceph-disk: use new get_dev_path helper for listSage Weil2013-07-241-4/+4
* ceph-disk: use /sys/block to determine partition device namesSage Weil2013-07-241-1/+24
* ceph-disk: reimplement is_partition() using /sys/blockSage Weil2013-07-241-16/+9
* ceph-disk: use get_dev_name() helper throughoutSage Weil2013-07-241-4/+4
* ceph-disk: refactor list_[all_]partitionsSage Weil2013-07-241-32/+19
* ceph-disk: add get_dev_name, path helpersSage Weil2013-07-241-0/+25
* ceph-disk: handle /dev/foo/bar devices throughoutSage Weil2013-07-241-4/+4
* ceph-disk: make is_held() smarter about full disksSage Weil2013-07-241-7/+14
* 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
* mon/Paxos: fix pn for uncommitted value during collect/last phaseSage Weil2013-07-241-2/+33
* mon/Paxos: debug ignored uncommitted valuesSage Weil2013-07-241-11/+17
* mon/Paxos: only learn uncommitted value if it is in the futureSage Weil2013-07-241-1/+3
* mon/Paxos: only share uncommitted value if it is nextSage Weil2013-07-241-1/+2
* v0.61.6v0.61.6Gary Lowell2013-07-232-1/+7