summaryrefslogtreecommitdiffstats
path: root/debian (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-08debian: update ceph descriptionSage Weil1-32/+48
2014-04-08ceph.spec: update ceph descriptionSage Weil1-2/+4
2014-04-08os/FileStore: reset journal state on umountSage Weil2-0/+8
2014-04-08vstart.sh: make crush location match up with what init-ceph doesSage Weil1-1/+1
2014-04-08mds: fix shared_ptr MDRequest bugsYan, Zheng5-108/+89
2014-04-08erasure-code: thread-safe initialization of gf-completeLoic Dachary1-0/+19
2014-04-08osd_types: fix pg_stat_t::encode, object_stat_sum_t::decode versionSamuel Just1-2/+2
2014-04-08SimpleLock: Switch MutationRef& for MutationRef in get_xlock()Greg Farnum1-1/+1
2014-04-08MDCache: use raw MutationImpl* instead of MutationRef in a few placesGreg Farnum4-38/+38
2014-04-08Locker: use raw MutationImpl* instead of MutationRef in several placesGreg Farnum5-67/+67
2014-04-08Locker: use a null_ref instead of NULLGreg Farnum1-1/+2
2014-04-08Locker: Use MutationRef instead of raw pointersGreg Farnum2-50/+49
2014-04-08Locker: remove Mutation param from xlock_importGreg Farnum3-3/+3
2014-04-08MDCache: fix users of active_requests for use of shared_ptrGreg Farnum1-74/+84
2014-04-08MDCache: use a null_ref instead of NULL in a few placesGreg Farnum2-7/+12
2014-04-08MDCache: use MutationRef instead of raw pointersGreg Farnum2-47/+49
2014-04-08Server: use MutationRef instead of raw pointerGreg Farnum2-13/+11
2014-04-08MDS: switch cache object classes to use MutationRef instead of raw pointersGreg Farnum5-12/+11
2014-04-08ceph_test_rados_api_misc: print osd_max_attr_sizeSage Weil1-0/+1
2014-04-08doc: Removed --stable arg and replaced with --release arg for ceph-deploy.John Wilkins1-7/+3
2014-04-08osd/ReplicatedPG: warn if invalid stats prevent us from activating agentSage Weil1-0/+4
2014-04-08osd/ReplicatedPG: dump agent state on pg querySage Weil1-0/+5
2014-04-08osd/ReplicatedPG: kickstart the agent if scrub stats become validSage Weil1-0/+3
2014-04-07ReplicatedPG: do not evict head while clone is being promotedSamuel Just1-0/+5
2014-04-07ReplicatedPG::trim_object: account evicted prev clone for statsSamuel Just1-10/+12
2014-04-07ReplicatedPG::make_writeable: check for evicted clone before adjusting for cl...Samuel Just2-5/+24
2014-04-07ReplicatedPG: use get_clone_bytes on evict/promoteSamuel Just1-2/+11
2014-04-07ReplicatedPG::_scrub: account for clone_overlap on each cloneSamuel Just3-12/+23
2014-04-07ReplicatedPG::find_object_context: check obs.exists on clone obc before check...Samuel Just1-1/+1
2014-04-07ReplicatedPG::finish_promote: add debugging assert for clone_sizeSamuel Just1-0/+3