summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ReplicatedPG: copy: implement CopyFromCallback::finish, remove CopyOp::ctxGreg Farnum2013-10-012-12/+26
| | * | | ReplicatedPG: copy: add CopyCallback pointer to CopyOp, and set it upGreg Farnum2013-10-012-7/+9
| | * | | ReplicatedPG: copy: start defining CopyCallback structuresGreg Farnum2013-10-011-0/+57
| | * | | ReplicatedPG: copy: split up the transaction generation from the PG managementGreg Farnum2013-10-012-8/+22
| | * | | ReplicatedPG: copy: specify the temp_oid in the callerGreg Farnum2013-10-012-7/+13
| | * | | ReplicatedPG: copy: take an ObjectContextRef in start_copy and use thatGreg Farnum2013-10-012-6/+6
| | * | | ReplicatedPG: copy: add an ObjectContextRef to CopyOpGreg Farnum2013-10-012-10/+10
| | * | | ReplicatedPG: follow the same finish path for failed copy opsGreg Farnum2013-10-011-30/+29
| | * | | ReplicatedPG: copy: remove most references to OpContext from process_copy_chunkGreg Farnum2013-10-011-9/+10
| | * | | ReplicatedPG: copy: do not use an OpContext in _copy_someGreg Farnum2013-10-012-6/+6
| | * | | ReplicatedPG: update pg stats correctly when doing a copyGreg Farnum2013-10-011-1/+1
| * | | | Merge pull request #667 from ceph/wip-6143David Zafman2013-10-043-74/+141
| |\ \ \ \
| | * | | | common, os: Perform xattr handling based on detected fs typeDavid Zafman2013-10-043-5/+86
| | * | | | common,os: Remove filestore_xattr_use_omap optionDavid Zafman2013-10-042-70/+56
| * | | | | Merge pull request #692 from ceph/wip-5992-2athanatos2013-10-0413-83/+375
| |\ \ \ \ \
| | * | | | | ReplicatedPG: lock snapdir obc during writeSamuel Just2013-10-042-4/+18
| | * | | | | PGLog: on split, leave log head aloneSamuel Just2013-10-042-7/+2
| | * | | | | FileStore: make _setattrs not return -ENOENT most of the timeSamuel Just2013-10-041-0/+2
| | * | | | | ReplicatedPG: add debugging in recover_replicas for objects added for backfillSamuel Just2013-10-041-0/+11
| | * | | | | ReplicatedPG,PG: use PGBackend methods for getattrSamuel Just2013-10-042-16/+28
| | * | | | | ReplicatedPG,PG: adapt collection_list* users to PGBackend interfaceSamuel Just2013-10-042-20/+20
| | * | | | | PG,ReplicatedPG: expose PGBackend to PGSamuel Just2013-10-042-0/+6
| | * | | | | PG.cc: remove leading empty spaceSamuel Just2013-10-041-1/+0
| | * | | | | PGBackend,ReplicatedBackend: add interfaces for scanning the pgSamuel Just2013-10-043-0/+112
| | * | | | | ReplicatedPG: don't rescan the local collection if we can avoid itSamuel Just2013-10-043-17/+78
| | * | | | | common/hobject: add is_degenerate methodSamuel Just2013-10-041-0/+4
| | * | | | | PGMap: calc_min_last_epoch_clean() will now also use osd_epochsSamuel Just2013-10-041-0/+8
| | * | | | | PGMap,PGMonitor: maintain mapping of osd to recent stat epochSamuel Just2013-10-043-19/+87
| * | | | | | Merge pull request #690 from ceph/wip-fuseSage Weil2013-10-045-22/+128
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | client: remove requests from closed MetaSessionSage Weil2013-10-022-16/+27
| | * | | | | ceph: Update FUSE_USE_VERSION from 26 to 30.majianpeng2013-10-023-3/+3
| | * | | | | client: trim deleted inodeYan, Zheng2013-10-023-3/+98
| * | | | | | Merge pull request #689 from ceph/wip-6254-modelathanatos2013-10-042-3/+11
| |\ \ \ \ \ \
| | * | | | | | 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
| * | | | | | | Merge pull request #688 from ceph/wip-6474athanatos2013-10-041-27/+25
| |\ \ \ \ \ \ \
| | * | | | | | | osd/ReplicatedPG: fix null deref on rollback_to whiteout checkwip-6474Sage Weil2013-10-031-27/+25
| | |/ / / / / /
| * | | | | | | Merge remote-tracking branch 'gh/next'Sage Weil2013-10-035-106/+234
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Merge pull request #557 from ceph/wip-5896Sage Weil2013-10-031-7/+32
| | |\ \ \ \ \ \
| | | * | | | | | mon: MonmapMonitor: make 'ceph mon add' idempotentJoao Eduardo Luis2013-10-031-7/+32
| | * | | | | | | Merge pull request #653 from ceph/wip-mon-authSage Weil2013-10-032-90/+118
| | |\ \ \ \ \ \ \
| | | * | | | | | | mon: Monitor: reuse 'src_is_mon' bool on dispatchJoao Eduardo Luis2013-10-031-1/+1
| | | * | | | | | | mon: Monitor: only handle paxos msgs from a mon && if session has exec capsJoao Eduardo Luis2013-10-031-1/+1
| | | * | | | | | | mon: Monitor: dissociate msg handling from session & connection logicJoao Eduardo Luis2013-10-032-50/+61
| | | * | | | | | | mon: Monitor: drop client msg if no session exists and msg is not MAuthJoao Eduardo Luis2013-10-031-0/+13
| | | * | | | | | | mon: Monitor: assert on absense of connection during dispatchJoao Eduardo Luis2013-10-031-40/+44
| | * | | | | | | | Merge pull request #677 from ceph/wip-store-toolSage Weil2013-10-022-9/+83
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | ceph_test_store_tool: add 'set prefix key' featureJoao Eduardo Luis2013-10-022-2/+54
| | | * | | | | | | | test: test_store_tool: optionally output value crc when listing keysJoao Eduardo Luis2013-10-021-4/+11
| | | * | | | | | | | test: test_store_tool: add 'crc <prefix> <key>' commandJoao Eduardo Luis2013-10-021-3/+18