summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ceph_test_rados: do not let rollback race with snap deletewip-6254-modelSage Weil2013-10-032-3/+10
* ceph_test_rados: stop on read error!Sage Weil2013-10-031-0/+1
* PendingReleaseNotes: make a note about K vs kSage Weil2013-10-031-0/+4
* Merge pull request #686 from ceph/wip-rbd-cli-testsSage Weil2013-10-033-21/+21
|\
| * qa: fix rbd cli tests checking sizewip-rbd-cli-testsJosh Durgin2013-10-033-21/+21
|/
* Merge pull request #684 from git-harry/ceph_disk_lowercase_fsidSage Weil2013-10-031-5/+10
|\
| * Make fsid comparison case-insensitivegit-harry2013-10-031-5/+10
* | doc: Fixed typo.John Wilkins2013-10-031-1/+1
* | Merge pull request #685 from ceph/wip-rados-intsDan Mick2013-10-033-11/+7
|\ \
| * | librados: drop #include of int_types.h from installed headersSage Weil2013-10-033-11/+7
| |/
* | Merge pull request #638 from ceph/wip-bloomLoic Dachary2013-10-0311-547/+945
|\ \ | |/ |/|
| * common/bloom_filter: note that uint32_t interface requires well-mixed valuesSage Weil2013-10-031-0/+19
| * common/bloom_filter: speed up unit tests a bitSage Weil2013-10-031-4/+4
| * common/bloom_filter: test binning fpp behaviorSage Weil2013-10-031-0/+36
| * common/bloom_filter: disable sequential testsSage Weil2013-10-031-0/+8
| * common/bloom_filter: insert/contains methods for uint32_tSage Weil2013-10-032-0/+73
| * COPYING: make note of common/bloom_filer.hpp (boost) licenseSage Weil2013-10-022-0/+8
| * common/bloom_filter: fix whitespaceSage Weil2013-10-021-476/+470
| * common/bloom_filter: test behavior of sequences of bloom filtersSage Weil2013-10-021-0/+78
| * common/bloom_filter: unit testsSage Weil2013-10-023-1/+69
| * common/bloom_filter: move header from include/Sage Weil2013-09-255-5/+5
| * common/bloom_filter: make bloom_filter encodableSage Weil2013-09-254-5/+104
| * common/bloom_filter: make optimal parameter calculation staticSage Weil2013-09-251-17/+29
| * common/bloom_filter: make mode match formattingSage Weil2013-09-251-0/+3
* | Merge pull request #682 from ceph/wip-copyingLoic Dachary2013-10-022-37/+89
|\ \
| * | COPYING: fix URLSage Weil2013-10-022-2/+2
| * | debian/copyright: sync up with COPYINGSage Weil2013-10-021-6/+48
| * | COPYING: add Packaging: sectionSage Weil2013-10-021-0/+5
| * | COPYING: add debian-style headersSage Weil2013-10-021-0/+5
| * | COPYING: fix formattingSage Weil2013-10-021-30/+30
|/ /
* | Merge pull request #678 from ceph/wip-5981Alfredo Deza2013-10-021-8/+5
|\ \
| * | ceph-disk: make initial journal files 0 byteswip-5981Sage Weil2013-09-091-8/+5
* | | Merge pull request #649 from ceph/wip-6422Sage Weil2013-10-026-151/+119
|\ \ \
| * | | common, os, osd: Use common functions for safe file reading and writingDavid Zafman2013-10-025-145/+116
| * | | osd: In read_meta() leave an extra byte in buffer to nul terminateDavid Zafman2013-10-021-1/+1
| * | | os: Simplify collection_list* funcs by removing dynamic_castDavid Zafman2013-09-261-6/+3
* | | | Merge pull request #620 from dachary/wip-erasure-docathanatos2013-10-026-358/+149
|\ \ \ \
| * | | | ErasureCode: update PGBackend descriptionLoic Dachary2013-10-025-184/+22
| * | | | ErasureCode: doc updatesLoic Dachary2013-10-023-176/+129
|/ / / /
* | | | Merge pull request #652 from dachary/wip-ghobjectsLoic Dachary2013-10-021-8/+8
|\ \ \ \
| * | | | common: document ghobject sort order rationaleLoic Dachary2013-10-021-2/+6
| * | | | common: ghobject get_filestore_key* use hobject counterpartLoic Dachary2013-10-021-6/+2
* | | | | mds: return -EAGAIN if standby replay falls behindYan, Zheng2013-10-011-1/+5
* | | | | os/FileStore: report errors from _crc_load_... and _crc_saveSage Weil2013-10-011-3/+9
* | | | | Merge pull request #671 from ceph/wip-tmapSage Weil2013-10-017-125/+99
|\ \ \ \ \
| * | | | | rados: add 'tmap-to-omap' commandSage Weil2013-10-012-0/+73
| * | | | | rados: make 'tmap dump' gracefully handle non-tmap dataSage Weil2013-10-011-2/+9
| * | | | | osd: remove magical tmap -> omap conversionSage Weil2013-10-015-123/+17
|/ / / / /
* | | | | Merge pull request #675 from ceph/wip-osd-dirtySage Weil2013-10-0110-10/+186
|\ \ \ \ \
| * | | | | osd: add ISDIRTY, UNDIRTY rados operationsSage Weil2013-10-019-4/+156