| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | ReplicatedPG: send_push is unused | Samuel Just | 2013-09-26 | 2 | -16/+0 |
| * | | FileStore: ping tphandle between each operation within a transaction | Samuel Just | 2013-09-26 | 2 | -3/+13 |
| * | | WorkQueue: add a workqueue which simply runs queued GenContexts | Samuel Just | 2013-09-26 | 1 | -0/+37 |
| * | | Context: add GenContext templated on the callback argument | Samuel Just | 2013-09-25 | 1 | -0/+20 |
* | | | Merge pull request #546 from ceph/wip-5862 | athanatos | 2013-09-26 | 39 | -960/+1772 |
|\ \ \ |
|
| * | | | os: Make write_version_stamp() private | David Zafman | 2013-09-26 | 1 | -1/+1 |
| * | | | osd: Remove code for reading ancient unsupported logs | David Zafman | 2013-09-26 | 1 | -30/+1 |
| * | | | os/ObjectStore: Interim collection_list* functions in ObjectStore | David Zafman | 2013-09-26 | 2 | -0/+55 |
| * | | | osd: Cleanup init()/read_superblock() | David Zafman | 2013-09-26 | 1 | -52/+57 |
| * | | | common, os, osd, test, tools: FileStore must work with ghobjects rather than ... | David Zafman | 2013-09-26 | 31 | -837/+1091 |
| * | | | include, test: Add CompatSet::merge() operation | David Zafman | 2013-09-26 | 2 | -0/+61 |
| * | | | os, osd, tools: Add backportable compatibility checking for sharded objects | David Zafman | 2013-09-26 | 7 | -14/+333 |
| * | | | osd: read_superblock() not outputing unsupported features when incompatible | David Zafman | 2013-09-26 | 1 | -2/+2 |
| * | | | test: Adding unittest for CompatSet | David Zafman | 2013-09-26 | 2 | -0/+135 |
| * | | | include: Bug fixes for CompatSet | David Zafman | 2013-09-26 | 1 | -11/+8 |
| * | | | os: Fix version_stamp_is_valid() and write_version_stamp() error return | David Zafman | 2013-09-26 | 1 | -4/+2 |
| * | | | os, ceph_osd: Rename on_disk_version to target_version | David Zafman | 2013-09-23 | 3 | -7/+7 |
| * | | | os: Prior version bump should have updated this | David Zafman | 2013-09-23 | 1 | -1/+1 |
| * | | | os: Code conformance of os/LFNIndex.cc | David Zafman | 2013-09-23 | 1 | -16/+32 |
| * | | | os: Fix typo in comment | David Zafman | 2013-09-23 | 1 | -1/+1 |
| * | | | common: Fix get_namespace() definition in hobject_t | David Zafman | 2013-09-23 | 1 | -1/+1 |
| * | | | osd: Add assert() on collection_getattr() failure instead of later decode crash | David Zafman | 2013-09-23 | 1 | -1/+2 |
| * | | | tools: Fix ceph_filestore_dump usage again | David Zafman | 2013-09-23 | 1 | -1/+1 |
* | | | | Merge pull request #644 from ceph/wip-6345 | Sage Weil | 2013-09-26 | 1 | -8/+16 |
|\ \ \ \ |
|
| * | | | | do not quote the variable to loop over | Alfredo Deza | 2013-09-26 | 1 | -1/+1 |
| * | | | | reverse the order of the mons in the init script when stopping | Alfredo Deza | 2013-09-26 | 1 | -8/+16 |
* | | | | | Merge pull request #606 from ceph/wip-6332 | Gregory Farnum | 2013-09-26 | 25 | -25/+159 |
|\ \ \ \ \ |
|
| * | | | | | mon: don't list "--yes-i-really-mean-it" options as required | Greg Farnum | 2013-09-26 | 2 | -21/+18 |
| * | | | | | qa: update snaps workunits for allow_new_snaps flag | Greg Farnum | 2013-09-26 | 17 | -0/+43 |
| * | | | | | MDS: lock out snapshots until after a flag has been set in the MDSMap | Greg Farnum | 2013-09-26 | 8 | -3/+96 |
| * | | | | | mds/Server: fix LOOKUPSNAP | Sage Weil | 2013-09-25 | 1 | -1/+2 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-09-26 | 1 | -1/+1 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | common/crc32c_intel_fast: fix compile-time #ifdef | Sage Weil | 2013-09-26 | 1 | -1/+1 |
| * | | | | qa/workunits/mon/crush_ops.sh: fix test | Sage Weil | 2013-09-25 | 1 | -1/+1 |
* | | | | | msg/msg_types: use proper NI_MAXSERV when formatting an IP address | Sage Weil | 2013-09-26 | 1 | -1/+1 |
* | | | | | mds: properly return log replay error | Yan, Zheng | 2013-09-26 | 1 | -1/+1 |
| |_|/ /
|/| | | |
|
* | | | | Merge pull request #632 from ceph/wip-rworder | Sage Weil | 2013-09-25 | 4 | -5/+25 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | ceph_test_rados: order racing read wrt to the COPY_FROMwip-rworder | Sage Weil | 2013-09-24 | 1 | -1/+6 |
| * | | | librados: add OPERATION_ORDER_READS_WRITES flag | Sage Weil | 2013-09-24 | 2 | -0/+7 |
| * | | | osd/ReplicatedPG: respect RWORDERED rados flag | Sage Weil | 2013-09-24 | 1 | -4/+12 |
* | | | | Merge pull request #640 from ceph/wip-mon-pgmap | Sage Weil | 2013-09-25 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | mon/PGMonitor: fix segfault when osdmap and pgmap stats are out of sync | Sage Weil | 2013-09-25 | 1 | -0/+2 |
|/ / / / |
|
* | | | | Merge pull request #637 from dachary/master | Sage Weil | 2013-09-25 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | mailmap: add Matthew Roy, Matthew Wodrich | Loic Dachary | 2013-09-25 | 1 | -0/+3 |
* | | | | | Merge pull request #639 from ceph/wip-gtest | Sage Weil | 2013-09-25 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Makefile: don't use srcdir in TESTS | Sage Weil | 2013-09-25 | 1 | -2/+2 |
|/ / / / |
|
* | | | | Merge pull request #615 from dachary/wip-jerasure-copy | Sage Weil | 2013-09-25 | 2 | -22/+104 |
|\ \ \ \ |
|
| * | | | | ErasureCode: get rid of extra copy when encoding | Loic Dachary | 2013-09-25 | 2 | -22/+104 |
| |/ / / |
|
* | | | | Merge pull request #634 from dachary/master | Sage Weil | 2013-09-25 | 1 | -0/+81 |
|\ \ \ \ |
|
| * | | | | git: consolidate mails in commit logs | Loic Dachary | 2013-09-25 | 1 | -0/+81 |
| |/ / / |
|