summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup "ReplicatedPG: take recovery locks in wait_for_missing_object()"wip-6585Greg Farnum2013-10-221-0/+1
* PG: clear out the waiting_for_missing_object list properlyGreg Farnum2013-10-222-0/+2
* fixup ReplicatedPG: PG: drop recovery locks when we successfully recover missingGreg Farnum2013-10-222-3/+21
* ReplicatedPG: add a cookie to get_backfill_read() to identify requesterGreg Farnum2013-10-222-15/+28
* fixup "fixup ReplicatedPG: get backfill read in prep_object_replica_pushes()"Greg Farnum2013-10-221-1/+1
* ReplicatedPG: take recovery locks in wait_for_missing_object()Greg Farnum2013-10-221-0/+2
* ReplicatedPG: take recovery locks in recover_primary()Greg Farnum2013-10-222-0/+10
* ReplicatedPG: RWTracker: always set backfill_waiting_on_read=trueGreg Farnum2013-10-221-1/+3
* fixup ReplicatedPG: get backfill read in prep_object_replica_pushes()Greg Farnum2013-10-211-0/+1
* ReplicatedPG: take and drop read locks when doing backfillGreg Farnum2013-10-211-18/+33
* PGBackend: add functions to get and drop read locks for recovery purposesGreg Farnum2013-10-212-0/+26
* ReplicatedPG: rename start_recovery_ops::started -> ops_begunGreg Farnum2013-10-212-13/+12
* PG: switch the start_recovery_ops interface to specify work to do as a paramGreg Farnum2013-10-214-18/+40
* ReplicatedPG: implement the RWTracker mechanisms for backfill read lockingGreg Farnum2013-10-212-3/+31
* ReplicatedPG: separate RWTracker's waitlist from getting locksGreg Farnum2013-10-211-6/+18
* common: add an hobject_t::is_min() functionGreg Farnum2013-10-211-0/+7
* Merge pull request #751 from ceph/wip-6603Loic Dachary2013-10-212-0/+3
|\
| * common/BackTrace: fix memory leakwip-6603Sage Weil2013-10-211-0/+1
| * common/cmdparse: fix memory leakSage Weil2013-10-211-0/+2
|/
* Merge pull request #746 from ceph/wip-6582Sage Weil2013-10-184-11/+25
|\
| * ReplicatedPG: copy: conditionally requeue copy ops when cancelledwip-6582Greg Farnum2013-10-182-11/+19
| * PG: add a requeue_op() function to complement requeue_ops().Greg Farnum2013-10-182-0/+6
|/
* Merge branch 'next'Gary Lowell2013-10-182-1/+7
|\
| * v0.71v0.71lastGary Lowell2013-10-172-1/+7
* | Merge pull request #737 from xarses/6127Josh Durgin2013-10-171-0/+2
|\ \
| * | Add Redhat init script optionAndrew Woodward2013-10-171-0/+2
* | | Merge pull request #738 from ceph/wip-cache-crcSage Weil2013-10-171-12/+17
|\ \ \ | |/ / |/| |
| * | common/buffer: invalidate crc on zero, copy_inSage Weil2013-10-171-0/+7
| * | common/buffer: fix crc_map typesSage Weil2013-10-171-8/+8
| * | common/buffer: drop unused fieldsSage Weil2013-10-171-4/+2
|/ /
* | qa/workunits/rest/test.py: fix mds {add,remove}_data_pool testSage Weil2013-10-171-2/+2
* | doc/release-notes: link ot the changelogSage Weil2013-10-171-0/+2
* | doc/release-notes: v0.61.9Sage Weil2013-10-172-0/+604
* | Makefile: fix /sbin vs /usr/sbin behaviorSage Weil2013-10-174-6/+10
* | OSD: check for splitting when processing recover/backfill reservationsSamuel Just2013-10-171-50/+59
* | Merge pull request #691 from ceph/wip-dirfragGregory Farnum2013-10-1717-236/+611
|\ \
| * | qa/workunits/misc/dirfrag: make it work on ubuntuYan, Zheng2013-10-141-5/+7
| * | mds: optimize map element dereferenceYan, Zheng2013-10-111-17/+24
| * | qa/workunits: Add large number of files in a directory test scriptYan, Zheng2013-10-051-0/+46
| * | mds: reduce verbosity of dir fragment loggingYan, Zheng2013-10-051-6/+6
| * | mds: fix bloom filter leaksYan, Zheng2013-10-052-2/+3
| * | mds: stop propagating rstat if freezing/frozen dirfrag is encountered.Yan, Zheng2013-10-052-5/+4
| * | mds: don't scatter gather update bare-bones dirfragsYan, Zheng2013-10-051-3/+3
| * | fragtree_t: fix get_leaves_under()Yan, Zheng2013-10-051-1/+1
| * | client: handle dirfrag mismatch when processing readdir replyYan, Zheng2013-10-052-11/+36
| * | client: use dir_result_t::END as flagYan, Zheng2013-10-051-3/+3
| * | mds: handle dirfrag mismatch when processing readdir requestYan, Zheng2013-10-051-12/+9
| * | mds: fix CInode::get_dirfrags_under()Yan, Zheng2013-10-051-8/+0
| * | mds: fix MDCache::merge_dir()Yan, Zheng2013-10-051-1/+1
| * | mds: don't fragmentate stray directoriesYan, Zheng2013-10-051-2/+2