summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #673 from liewegas/wip-usageDan Mick2013-10-012-3/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | rbd: be helpful with invalid commandSage Weil2013-10-011-1/+1
| * | | | | rados: do not dump usage on invalid commandSage Weil2013-10-011-2/+3
* | | | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-10-0115-14/+53
|\ \ \ \ \ \
| * | | | | | crush: invalidate rmap on create (and thus decode)Sage Weil2013-10-012-1/+1
| * | | | | | Merge pull request #666 from dmick/wip-6384Alfredo Deza2013-10-011-0/+6
| |\ \ \ \ \ \
| | * | | | | | ceph_argparse.py: clean up error reporting when required param missingDan Mick2013-09-301-0/+6
| * | | | | | | Merge pull request #664 from ceph/wip-6445Josh Durgin2013-09-301-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | rgw: fix leak in RGWMetadataManager::remove()wip-6445Yehuda Sadeh2013-09-301-0/+2
| * | | | | | | | Merge pull request #665 from ceph/wip-6444Josh Durgin2013-09-304-6/+11
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | PendingReleaseNotes: update regarding librados changeYehuda Sadeh2013-09-302-3/+10
| | * | | | | | | rgw: drop async pool create completion referenceYehuda Sadeh2013-09-301-1/+1
| | * | | | | | | librados: pool async create / delete does not delete completion handleYehuda Sadeh2013-09-301-2/+0
| | |/ / / / / /
| * | | | | | | Merge pull request #662 from dmick/nextAlfredo Deza2013-09-307-7/+6
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Invoke python with /usr/bin/env python instead of directlyDan Mick2013-09-307-7/+6
| |/ / / / / /
| * | | | | | rbd.cc: propagate some errors to user-space when they're availableJoao Eduardo Luis2013-09-301-55/+55
* | | | | | | osd/osd_types: bump encoding from 11 -> 12Sage Weil2013-10-011-2/+2
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #670 from ceph/wip-osd-whiteoutSage Weil2013-10-013-36/+76
|\ \ \ \ \ \
| * | | | | | osd/osd_types: convert object_info_t::uses_tmap to a flagSage Weil2013-10-013-24/+30
| * | | | | | osd/ReplicatedPG: update all find_object_context() users to handle whiteoutsSage Weil2013-10-012-4/+9
| * | | | | | osd/osd_types: add WHITEOUT flag to object_info_tSage Weil2013-10-012-0/+6
| * | | | | | osd/osd_types: replace bool lost with a flags fieldSage Weil2013-10-013-14/+37
* | | | | | | Add unit_to_bytesize test for 'k' on input; continues fix for #4612Dan Mick2013-10-011-0/+1
* | | | | | | 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