summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ReplicatedPG: block reads on an object until the write is committedwip-5992-3Samuel Just2013-10-032-23/+197
* ReplicatedPG: remove the other backfill related flushesSamuel Just2013-10-031-18/+16
* ReplicatedPG: reset backfill_info.begin to backfill_pos recover_backfillSamuel Just2013-10-032-9/+10
* ReplicatedPG: lock snapdir obc during writeSamuel Just2013-10-022-4/+18
* PGLog: on split, leave log head aloneSamuel Just2013-10-012-7/+2
* FileStore: make _setattrs not return -ENOENT most of the timeSamuel Just2013-10-011-0/+2
* ReplicatedPG: add debugging in recover_replicas for objects added for backfillSamuel Just2013-10-011-0/+11
* ReplicatedPG,PG: use PGBackend methods for getattrSamuel Just2013-10-012-16/+28
* ReplicatedPG,PG: adapt collection_list* users to PGBackend interfaceSamuel Just2013-10-012-20/+20
* PG,ReplicatedPG: expose PGBackend to PGSamuel Just2013-10-012-0/+6
* PG.cc: remove leading empty spaceSamuel Just2013-10-011-1/+0
* PGBackend,ReplicatedBackend: add interfaces for scanning the pgSamuel Just2013-10-013-0/+110
* ReplicatedPG: don't rescan the local collection if we can avoid itSamuel Just2013-10-013-8/+68
* common/hobject: add is_degenerate methodSamuel Just2013-10-011-0/+4
* PGMap: calc_min_last_epoch_clean() will now also use osd_epochsSamuel Just2013-10-011-0/+8
* PGMap: maintain a mapping of osd to epoch of most recent stat messageSamuel Just2013-10-012-2/+43
* PGMap,PGMonitor: osd_stat will be empty for out osdSamuel Just2013-10-013-17/+46
* Merge pull request #669 from ceph/wip-6443Sage Weil2013-10-011-6/+4
|\
| * ReplicatedPG: don't bless C_OSD_SendMessageOnConnSamuel Just2013-10-011-6/+4
* | msgr: debug delay_thread joinSage Weil2013-10-012-10/+14
|/
* Use 'k' when printing 'kilo'; accept either 'K' or 'k' as inputDan Mick2013-10-012-4/+5
* Merge pull request #659 from ceph/wip-objecter-notierSage Weil2013-10-013-1/+7
|\
| * OSD: unset_honor_cache_redirects() on Objecterwip-objecter-notierGreg Farnum2013-09-301-0/+1
| * Objecter: add "honor_cache_redirects" flag covering cache settingsGreg Farnum2013-09-302-1/+6
* | Merge pull request #668 from liewegas/wip-cache-stallJosh Durgin2013-10-011-1/+5
|\ \
| * | osdc/ObjectCacher: limit writeback IOs generated while holding lockSage Weil2013-10-011-1/+5
* | | Merge pull request #663 from ceph/wip-cancel-copyGregory Farnum2013-10-011-4/+3
|\ \ \
| * | | osd/ReplicatedPG: fix iterator corruption in cancel_copy_ops()Sage Weil2013-10-011-4/+3
* | | | rbd: fix cli testSage Weil2013-10-011-0/+1
| |/ / |/| |
* | | rgw: quiet down warning messageYehuda Sadeh2013-10-011-1/+3
* | | rbd.cc: add readonly option for "rbd map"Guangliang Zhao2013-09-303-1/+19
|/ /
* | Merge pull request #660 from ceph/wip-fs-crcSage Weil2013-09-3011-3/+561
|\ \
| * | os/FileStore: add sloppy crc trackingSage Weil2013-09-305-3/+180
| * | common/SloppyCRCMap: add type to sloppily track crcsSage Weil2013-09-306-0/+381
| |/
* | Merge pull request #661 from ceph/wip-copy-cleanupsSage Weil2013-09-302-20/+10
|\ \ | |/ |/|
| * ReplicatedPG: remove unused CopyOp::waiting member, rename function for accuracyGreg Farnum2013-09-302-13/+5
| * ReplicatedPG: remove useless pcop param from start_copyGreg Farnum2013-09-302-5/+3
| * ReplicatedPG: use our already-found iterator instead of going back into mapGreg Farnum2013-09-301-2/+2
|/
* Merge remote-tracking branch 'gh/next'Sage Weil2013-09-274-6/+2
|\
| * Merge pull request #658 from dmick/nextSage Weil2013-09-271-1/+1
| |\
| | * ceph.in: fix missing exception variable in failure to open -o fileDan Mick2013-09-271-1/+1
| * | Merge pull request #657 from ceph/wip-6397Josh Durgin2013-09-272-4/+1
| |\ \ | | |/ | |/|
| | * rgw: don't append NULL char before json parsingYehuda Sadeh2013-09-271-1/+0
| | * ceph_json: use different string constructor for parser bufferYehuda Sadeh2013-09-271-3/+1
| * | qa: workunits: mon: test snaps ops using rbd.Joao Eduardo Luis2013-09-271-0/+39
| * | common/crc32c_intel_fast: avoid reading partial trailing wordSage Weil2013-09-271-1/+17
* | | Merge pull request #643 from dachary/masterSage Weil2013-09-271-1/+1
|\ \ \
| * | | autoconf: fix build out of treeLoic Dachary2013-09-261-1/+1
* | | | doc: changed journal aio default to true.John Wilkins2013-09-271-1/+5
* | | | Merge pull request #654 from ceph/wip-testradosSage Weil2013-09-272-53/+17
|\ \ \ \