summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.94.1.1v0.94.1.1Jenkins2015-04-272-1/+7
* init-radosgw: run RGW as rootKen Dreyer2015-04-242-2/+2
* rgw: remove meta file after deleting bucketOrit Wasserman2015-04-162-0/+40
* Move ceph-dencoder build to clientBoris Ranto2015-04-162-24/+24
* Rework mds/Makefile.am to support a dencoder client buildBoris Ranto2015-04-163-67/+79
* rgw/Makefile.am: Populate DENCODER_SOURCES properlyBoris Ranto2015-04-161-8/+9
* Dencoder should never be built with tcmallocBoris Ranto2015-04-161-0/+5
* 0.94.1v0.94.1Jenkins2015-04-102-1/+7
* Merge pull request #4328 from dachary/wip-11364-hammerLoic Dachary2015-04-101-1/+2
|\
| * crush: fix has_v4_buckets()Sage Weil2015-04-101-1/+1
| * crush: fix dump of has_v4_bucketsSage Weil2015-04-101-0/+1
|/
* crush/mapper: fix divide-by-0 in straw2Sage Weil2015-04-091-19/+29
* osd: fix negative degraded objects during backfillingGuang Yang2015-04-091-2/+4
* 0.94v0.94Jenkins2015-04-072-1/+7
* debian: remove lttng checking from rulesJosh Durgin2015-04-061-6/+0
* Merge pull request #4246 from ceph/wip-11113-hammerSage Weil2015-04-061-1/+7
|\
| * librbd: snap_remove should ignore -ENOENT errorsJason Dillaman2015-04-011-1/+4
| * librbd: get_parent_info should protect against invalid parentJason Dillaman2015-04-011-0/+3
* | Merge pull request #4250 from athanatos/wip-11265Sage Weil2015-04-061-1/+17
|\ \
| * | ECTransaction: write out the hinfo key on touch as wellSamuel Just2015-03-311-1/+17
* | | Merge pull request #4251 from athanatos/wip-11284Sage Weil2015-04-061-9/+10
|\ \ \
| * | | ReplicatedPG::promote_object: do not create obc if not promotingSamuel Just2015-03-311-9/+10
* | | | Merge pull request #4167 from dzafman/wip-11184Samuel Just2015-04-016-6/+176
|\ \ \ \ | |_|_|/ |/| | |
| * | | test: Add testing for PGLog::filter_log()David Zafman2015-03-271-0/+111
| * | | osd: Create a filter_log for PGLogDavid Zafman2015-03-272-0/+13
| * | | ceph-objectstore-tool, osd: Filter the pg_log_t for objects no longer in pgDavid Zafman2015-03-273-1/+47
| * | | ceph-objectstore-tool: Fix message and make it debug only to stderrDavid Zafman2015-03-261-1/+2
| * | | ceph-objectstore-tool: Remove bogus comment and eliminate a debug messageDavid Zafman2015-03-261-4/+3
* | | | Merge pull request #4230 from athanatos/wip-11244Samuel Just2015-03-311-0/+11
|\ \ \ \
| * | | | ReplicatedPG::cancel_pull: requeue waiters as wellSamuel Just2015-03-311-0/+11
* | | | | Merge pull request #4219 from liewegas/wip-scrub-mtimeSamuel Just2015-03-312-7/+5
|\ \ \ \ \
| * | | | | osd: drop unused utime_t now arg to issue_repopSage Weil2015-03-302-7/+4
| * | | | | osd: do not update mtime when recording digestJianpeng Ma2015-03-301-0/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #4229 from athanatos/wip-scrub-hitsetsSage Weil2015-03-311-0/+8
|\ \ \ \ \
| * | | | | ReplicatedPG: don't write hitset while scrubbing, update scrub_cstatSamuel Just2015-03-311-0/+8
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4228 from athanatos/wip-11280Sage Weil2015-03-312-5/+12
|\ \ \ \ \
| * | | | | ReplicatedPG: in do_op, requeue op if we requeue waiters in agent_choose_modeSamuel Just2015-03-312-4/+11
| * | | | | ReplicatedPG: requeue waiting_for_active before waiting_for_cache_not_fullSamuel Just2015-03-311-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #4207 from ceph/wip-11177Samuel Just2015-03-314-20/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | common: send cluster log messages to 'cluster' channel by defaultSage Weil2015-03-274-20/+29
| |/ / /
* | | | Merge pull request #4131 from t-miyamae/wip-mshec-documentation-h2Loic Dachary2015-03-304-8/+141
|\ \ \ \ | |/ / / |/| | |
| * | | erasure code: add shec's documentation / change default layoutTakeshi Miyamae2015-03-224-8/+141
* | | | Merge pull request #4194 from athanatos/wip-11199Sage Weil2015-03-271-1/+2
|\ \ \ \
| * | | | ReplicatedPG: trim backfill intervals based on peer's last_backfill_startedSamuel Just2015-03-241-1/+2
* | | | | Merge pull request #4195 from athanatos/wip-11197Sage Weil2015-03-271-6/+5
|\ \ \ \ \
| * | | | | PG: set/clear CREATING in Primary state entry/exitSamuel Just2015-03-251-6/+5
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4196 from athanatos/wip-move-codeKefu Chai2015-03-273-1638/+1623
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | osd/: Move ReplicatedBackend methods into ReplicatedBackend.ccSamuel Just2015-03-262-1626/+1623
| * | | | ReplicatedPG: remove unused C_OnPushCommitSamuel Just2015-03-262-12/+0
|/ / / /
* | | | Merge pull request #4128 from dzafman/wip-11139-hammerSamuel Just2015-03-251-2/+5
|\ \ \ \