summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ceph.spec.in: remove trailing paren in previous commitwip-lazy-cuttlefish-glGary Lowell2013-10-111-1/+1
* ceph.spec.in: Don't invoke debug_package macro on centos.Gary Lowell2013-10-111-1/+1
* client: remove O_LAZYwip-lazy-cuttlefishSage Weil2013-07-084-10/+2
* osd/osd_types: fix pg_stat_t::dump for last_epoch_cleanSage Weil2013-07-081-1/+1
* mon: remove bad assert about monmap versionSage Weil2013-07-081-1/+0
* mon: enable leveldb cache by defaultSage Weil2013-07-031-1/+1
* mon/Paxos: make 'paxos trim disabled max versions' much much largerSage Weil2013-07-031-1/+1
* mon: do not reopen MonitorDBStore during startupSage Weil2013-07-033-55/+58
* sysvinit, upstart: handle symlinks to dirs in /var/lib/ceph/*Sage Weil2013-07-025-5/+5
* rgw: add RGWFormatter_Plain allocation to sidestep cranky strlen()Sage Weil2013-07-021-3/+3
* mds: warn on unconnected snap realmsYan, Zheng2013-07-011-1/+14
* mon/PGMonitor: use post_paxos_update, not init, to refresh from osdmapSage Weil2013-06-283-7/+7
* mon/PaxosService: add post_paxos_update() hookSage Weil2013-06-282-0/+11
* ceph-disk: s/else if/elif/Greg Farnum2013-06-271-1/+1
* rgw: fix radosgw-admin buckets listYehuda Sadeh2013-06-262-7/+13
* ceph-disk: use unix lock instead of lockfile classSage Weil2013-06-261-3/+25
* ceph-disk: do not mount over an osd directly in /var/lib/ceph/osd/$cluster-$idSage Weil2013-06-261-0/+7
* mds: fix underwater dentry cleanupYan, Zheng2013-06-251-1/+1
* mon/Elector: cancel election timer if we bootstrapSage Weil2013-06-251-0/+1
* mon: cancel probe timeout on resetSage Weil2013-06-251-0/+1
* ceph-disk: make list_partition behave with unusual device namesAlexandre Maragone2013-06-241-9/+4
* client: fix warningSage Weil2013-06-241-0/+6
* mon/AuthMonitor: ensure initial rotating keys get encoded when create_initial...Sage Weil2013-06-241-3/+5
* init-radosgw.sysv: remove -x debug modeSage Weil2013-06-241-2/+2
* common/pick_addresses: behave even after internal_safe_to_start_threadsSage Weil2013-06-241-0/+24
* mon/PaxosService: allow paxos service writes while paxos is updatingSage Weil2013-06-241-2/+2
* mon/PaxosService: not active during paxos UPDATING_PREVIOUSSage Weil2013-06-241-1/+1
* mon: simplify statesSage Weil2013-06-243-40/+43
* mon/Paxos: not readable when LOCKEDSage Weil2013-06-241-0/+1
* mon/Paxos: cleanup: drop unused PREPARING state bitSage Weil2013-06-242-13/+2
* mon/PaxosService: simplify is_writeableSage Weil2013-06-241-13/+10
* mon/PaxosService: simplify readable checkSage Weil2013-06-241-17/+8
* mon: simplify Monitor::init_paxos()Sage Weil2013-06-241-4/+3
* mon/Paxos: go active *after* refreshingSage Weil2013-06-241-4/+4
* mon: safely signal bootstrap from MonmapMonitor::update_from_paxos()Sage Weil2013-06-2417-27/+33
* mon/Paxos: do paxos refresh in finish_proposal; and refactorSage Weil2013-06-242-32/+18
* mon/PaxosService: cache {first,last}_committedJoao Eduardo Luis2013-06-242-3/+36
* mon: no need to refresh from _activeSage Weil2013-06-241-6/+4
* mon: remove unnecessary update_from_paxos callsSage Weil2013-06-246-6/+0
* mon: explicitly refresh_from_paxos() when leveldb state changesSage Weil2013-06-245-18/+27
* mon/AuthMonitor: make initial auth include rotating keysSage Weil2013-06-243-6/+11
* mds: fix iterator invalidation for backtrace removalSage Weil2013-06-211-4/+7
* osd: init test_ops_hookSage Weil2013-06-211-0/+1
* osd: initialize OSDService::next_notif_idSage Weil2013-06-211-0/+1
* mon: more fix dout use in sync_requester_abort()Sage Weil2013-06-201-1/+1
* mon: fix raw use of *_dout in sync_requester_abort()Sage Weil2013-06-201-3/+2
* v0.61.4v0.61.4Gary Lowell2013-06-192-1/+7
* messages/MOSDMarkMeDown: fix uninit fieldSage Weil2013-06-191-5/+5
* Merge remote-tracking branch 'gh/wip-4976-cuttlefish' into cuttlefishSage Weil2013-06-191-30/+2
|\
| * os/FileStore: drop posix_fadvise(...DONTNEED)Sage Weil2013-06-181-28/+0