| Commit message (Expand) | Author | Age | Files | Lines |
* | os/FileStore: fix ENOENT error code for getattrs()wip-osd-fixes | Sage Weil | 2013-10-07 | 1 | -0/+4 |
* | osd/ReplicatedPG: fix copy_from error path | Sage Weil | 2013-10-07 | 1 | -6/+6 |
* | Merge pull request #695 from ceph/wip-mon-auth | João Eduardo Luís | 2013-10-07 | 1 | -2/+2 |
|\ |
|
| * | mon: allow MMonGetMap without authentication | Sage Weil | 2013-10-06 | 1 | -1/+2 |
| * | mon: do not put() unhandle message | Sage Weil | 2013-10-06 | 1 | -1/+0 |
|/ |
|
* | mon/PGMap: make generated test instances obey new invariant | Sage Weil | 2013-10-04 | 1 | -0/+2 |
* | Merge branch 'next' | Gary Lowell | 2013-10-05 | 2 | -1/+7 |
|\ |
|
| * | v0.70v0.70mark-v0.70-wip | Gary Lowell | 2013-10-04 | 2 | -1/+7 |
* | | doc/release-notes: v0.67.4 | Sage Weil | 2013-10-04 | 2 | -0/+584 |
* | | Merge pull request #676 from ceph/wip-start-copy | Gregory Farnum | 2013-10-04 | 2 | -77/+167 |
|\ \ |
|
| * | | ReplicatedPG: copy: add op progression output | Greg Farnum | 2013-10-04 | 1 | -0/+1 |
| * | | ReplicatedPG: copy: don't leak a ctx on failed copy ops | Greg Farnum | 2013-10-04 | 1 | -3/+2 |
| * | | ReplicatedPG: assert that we have succeeded in do_osd_ops on copyfrom repeats | Greg Farnum | 2013-10-04 | 1 | -4/+2 |
| * | | ReplicatedPG: copy: switch CopyCallback to use a GenContext | Greg Farnum | 2013-10-04 | 2 | -48/+42 |
| * | | ReplicatedPG: rename finish_copy -> finish_copyfrom | Greg Farnum | 2013-10-01 | 2 | -3/+3 |
| * | | ReplicatedPG: copy: use CopyCallback instead of CopyOp in OpContext | Greg Farnum | 2013-10-01 | 2 | -21/+26 |
| * | | ReplicatedPG: copy: implement CopyFromCallback::finish, remove CopyOp::ctx | Greg Farnum | 2013-10-01 | 2 | -12/+26 |
| * | | ReplicatedPG: copy: add CopyCallback pointer to CopyOp, and set it up | Greg Farnum | 2013-10-01 | 2 | -7/+9 |
| * | | ReplicatedPG: copy: start defining CopyCallback structures | Greg Farnum | 2013-10-01 | 1 | -0/+57 |
| * | | ReplicatedPG: copy: split up the transaction generation from the PG management | Greg Farnum | 2013-10-01 | 2 | -8/+22 |
| * | | ReplicatedPG: copy: specify the temp_oid in the caller | Greg Farnum | 2013-10-01 | 2 | -7/+13 |
| * | | ReplicatedPG: copy: take an ObjectContextRef in start_copy and use that | Greg Farnum | 2013-10-01 | 2 | -6/+6 |
| * | | ReplicatedPG: copy: add an ObjectContextRef to CopyOp | Greg Farnum | 2013-10-01 | 2 | -10/+10 |
| * | | ReplicatedPG: follow the same finish path for failed copy ops | Greg Farnum | 2013-10-01 | 1 | -30/+29 |
| * | | ReplicatedPG: copy: remove most references to OpContext from process_copy_chunk | Greg Farnum | 2013-10-01 | 1 | -9/+10 |
| * | | ReplicatedPG: copy: do not use an OpContext in _copy_some | Greg Farnum | 2013-10-01 | 2 | -6/+6 |
| * | | ReplicatedPG: update pg stats correctly when doing a copy | Greg Farnum | 2013-10-01 | 1 | -1/+1 |
* | | | Merge pull request #667 from ceph/wip-6143 | David Zafman | 2013-10-04 | 3 | -74/+141 |
|\ \ \ |
|
| * | | | common, os: Perform xattr handling based on detected fs type | David Zafman | 2013-10-04 | 3 | -5/+86 |
| * | | | common,os: Remove filestore_xattr_use_omap option | David Zafman | 2013-10-04 | 2 | -70/+56 |
* | | | | Merge pull request #692 from ceph/wip-5992-2 | athanatos | 2013-10-04 | 13 | -83/+375 |
|\ \ \ \ |
|
| * | | | | ReplicatedPG: lock snapdir obc during write | Samuel Just | 2013-10-04 | 2 | -4/+18 |
| * | | | | PGLog: on split, leave log head alone | Samuel Just | 2013-10-04 | 2 | -7/+2 |
| * | | | | FileStore: make _setattrs not return -ENOENT most of the time | Samuel Just | 2013-10-04 | 1 | -0/+2 |
| * | | | | ReplicatedPG: add debugging in recover_replicas for objects added for backfill | Samuel Just | 2013-10-04 | 1 | -0/+11 |
| * | | | | ReplicatedPG,PG: use PGBackend methods for getattr | Samuel Just | 2013-10-04 | 2 | -16/+28 |
| * | | | | ReplicatedPG,PG: adapt collection_list* users to PGBackend interface | Samuel Just | 2013-10-04 | 2 | -20/+20 |
| * | | | | PG,ReplicatedPG: expose PGBackend to PG | Samuel Just | 2013-10-04 | 2 | -0/+6 |
| * | | | | PG.cc: remove leading empty space | Samuel Just | 2013-10-04 | 1 | -1/+0 |
| * | | | | PGBackend,ReplicatedBackend: add interfaces for scanning the pg | Samuel Just | 2013-10-04 | 3 | -0/+112 |
| * | | | | ReplicatedPG: don't rescan the local collection if we can avoid it | Samuel Just | 2013-10-04 | 3 | -17/+78 |
| * | | | | common/hobject: add is_degenerate method | Samuel Just | 2013-10-04 | 1 | -0/+4 |
| * | | | | PGMap: calc_min_last_epoch_clean() will now also use osd_epochs | Samuel Just | 2013-10-04 | 1 | -0/+8 |
| * | | | | PGMap,PGMonitor: maintain mapping of osd to recent stat epoch | Samuel Just | 2013-10-04 | 3 | -19/+87 |
* | | | | | Merge pull request #690 from ceph/wip-fuse | Sage Weil | 2013-10-04 | 5 | -22/+128 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | client: remove requests from closed MetaSession | Sage Weil | 2013-10-02 | 2 | -16/+27 |
| * | | | | ceph: Update FUSE_USE_VERSION from 26 to 30. | majianpeng | 2013-10-02 | 3 | -3/+3 |
| * | | | | client: trim deleted inode | Yan, Zheng | 2013-10-02 | 3 | -3/+98 |
* | | | | | Merge pull request #689 from ceph/wip-6254-model | athanatos | 2013-10-04 | 2 | -3/+11 |
|\ \ \ \ \ |
|
| * | | | | | ceph_test_rados: do not let rollback race with snap deletewip-6254-model | Sage Weil | 2013-10-03 | 2 | -3/+10 |