summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mon: OSDMonitor: get rid of encode_full() as we don't use it.wip-5704-cuttlefishJoao 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
* v0.61.5v0.61.5Gary Lowell2013-07-172-1/+7
* ceph-disk: rely on /dev/disk/by-partuuid instead of special-casing journal sy...Sage Weil2013-07-161-34/+3
* mon: Monitor: StoreConverter: clearer debug message on 'needs_conversion()'Joao Eduardo Luis2013-07-161-1/+1
* mon: Monitor: do not reopen MonitorDBStore during conversionJoao Eduardo Luis2013-07-161-1/+0
* messages/MClientReconnect: clear data when encodingSage Weil2013-07-151-0/+1
* mon: once sync full is chosen, make sure we don't change our mindSage Weil2013-07-151-0/+4
* mon: do not scrub if scrub is in progressSage Weil2013-07-131-0/+5
* messages/MPGStats: do not set paxos version to osdmap epochSage Weil2013-07-131-2/+6
* osd/OSDmap: fix OSDMap::Incremental::dump() for new pool namesSage Weil2013-07-131-1/+8
* mon/PaxosService: prevent reads until initial service commit is doneSage Weil2013-07-131-2/+5
* client: send all request put's through put_request()Sage Weil2013-07-133-20/+31
* client: fix remaining Inode::put() caller, and make method psuedo-privateSage Weil2013-07-132-3/+5
* client: use put_inode on MetaRequest inode refsSage Weil2013-07-133-6/+25
* mon: be smarter about calculating last_epoch_clean lower boundSage Weil2013-07-122-3/+14
* osd: report pg stats to mon at least every N (=500) epochsSage Weil2013-07-122-1/+10
* osd: fix warningSage Weil2013-07-121-1/+1
* Merge remote-tracking branch 'gh/wip-mon-sync-2' into cuttlefishSage Weil2013-07-126-32/+83
|\
| * Merge remote-tracking branch 'gh/cuttlefish' into wip-mon-sync-2Sage Weil2013-07-1024-78/+419
| |\
| * | mon/Paxos: fix sync restartSage Weil2013-07-052-9/+24
| * | mon: uninline _trim_enable and Paxos::trim_{enable,disable} so we can debug themSage Weil2013-07-054-13/+30
| * | mon/Paxos: increase paxos max join driftSage Weil2013-07-041-1/+1
| * | mon/Paxos: configure minimum paxos txns separatelySage Weil2013-07-042-3/+3
| * | mon: include any new paxos commits in each sync CHUNK messageSage Weil2013-07-041-1/+20
| * | mon/MonitorDBStore: expose get_chunk_tx()Sage Weil2013-07-041-5/+5
* | | Get device-by-path by looking for it instead of assuming 3rd entry.Sandon Van Ness2013-07-101-1/+7
| |/ |/|
* | osd: limit number of inc osdmaps send to peers, clientsSage Weil2013-07-102-5/+11
* | rgw: Fix return value for swift user not foundChristophe Courtaut2013-07-101-0/+3
* | mon/OSDMonitor: make 'osd crush rm ...' slightly more idempotentSage Weil2013-07-091-1/+7
* | mon/OSDMonitor: fix base case for loading full osdmapSage Weil2013-07-081-1/+3
* | mon: fix osdmap stash, trim to retain complete history of full mapsSage Weil2013-07-084-20/+47
* | mon: implement simple 'scrub' commandSage Weil2013-07-089-4/+309
* | Elector.h: features are 64 bitSamuel Just2013-07-082-3/+4
* | ceph_features.h: declare all features as ULLSamuel Just2013-07-081-33/+33
* | Pipe: use uint64_t not unsigned when setting featuresSamuel Just2013-07-081-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