summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* packaging: Add ceph-test debian packageGary Lowell2013-04-181-3/+10
* rgw: don't iterate through all objects when in namespaceYehuda Sadeh2013-03-081-1/+21
* FileJournal::wrap_read_bl: adjust pos before returningSamuel Just2013-02-281-0/+2
* rgw: a tool to fix clobbered bucket info in user's bucket listYehuda Sadeh2013-02-071-1/+48
* rgw: bucket recreation should not clobber bucket infoYehuda Sadeh2013-02-072-1/+24
* rgw: unlink multipart upload parts when completing uploadYehuda Sadeh2013-02-051-2/+13
* rgw: a tool to fix buckets with leaked multipart referencesYehuda Sadeh2013-02-053-9/+109
* rgw: radosgw-admin object unlinkYehuda Sadeh2013-02-054-0/+43
* Merge remote-tracking branch 'gh/wip-scrub-argonaut' into argonautSage Weil2013-01-188-45/+227
|\
| * osd: send forced scrub/repair through scrub schedulingSage Weil2013-01-154-20/+34
| * osd: use helpers to queue a PG in the scrub LRUSage Weil2013-01-153-14/+25
| * osd/ReplicatedPG: validate ino when scrubbing snap collectionsSage Weil2013-01-154-4/+7
| * ReplicatedPG: compare nlinks to snapcollsSamuel Just2013-01-151-0/+6
| * ReplicatedPG/PG: check snap collections during _scan_listSamuel Just2013-01-154-2/+119
| * byteorder: fix gcc 4.7 warningsSage Weil2013-01-151-3/+3
| * osd_types: add nlink and snapcolls fields to ScrubMap::objectSamuel Just2013-01-152-3/+17
| * osd_types: bring ScrubMap::object up to the 0.56.1 encodingSamuel Just2013-01-152-3/+15
| * osd: make missing head non-fatal during scrubSage Weil2013-01-151-2/+7
* | os/: Add CollectionIndex::prep_deleteSamuel Just2013-01-184-1/+48
* | rgw: copy object should not copy source aclsYehuda Sadeh2013-01-161-0/+3
|/
* ReplicatedPG: fix snapdir trimmingSamuel Just2013-01-101-9/+28
* osd: fix race in do_recovery()Sage Weil2013-01-072-0/+9
* ReplicatedPG: requeue waiting_for_ondisk in apply_and_flush_repopsSamuel Just2013-01-071-12/+19
* ObjectCacher: fix off-by-one error in splitJosh Durgin2013-01-041-9/+10
* config: change default log_max_recent to 10,000Sage Weil2013-01-041-1/+1
* os/FileStore: fix non-btrfs op_seq commit orderSage Weil2013-01-031-5/+16
* log: broadcast cond signalsSage Weil2013-01-032-8/+14
* log: fix locking typo/stupid for dump_recent()Sage Weil2013-01-031-1/+1
* init-ceph: fix status version check across machinesSage Weil2012-12-281-2/+2
* init-ceph: use SSH in "service ceph status -a" to get versionTravis Rhoden2012-12-281-1/+1
* log: 10,000 recent log entriesSage Weil2012-12-261-1/+1
* log: fix log_max_recent configSage Weil2012-12-261-1/+1
* log: fix flush/signal raceSage Weil2012-12-261-1/+1
* leveldb: Update submoduleGary Lowell2012-12-211-0/+0
* rgw: fix error handling with swiftYehuda Sadeh2012-12-191-1/+1
* client: Fix for #3184 cfuse segv with no keyringSam Lang2012-12-112-8/+25
* mon: Monitor: resolve keyring option to a file before loading keyringJoao Eduardo Luis2012-12-111-1/+7
* rgw: fix swift auth concurrency issueYehuda Sadeh2012-12-031-1/+1
* rgw: fix rgw_tools get_obj()Yehuda Sadeh2012-12-032-10/+14
* rgw: fix PUT aclsYehuda Sadeh2012-11-291-7/+10
* rgw: fix xml parser leakYehuda Sadeh2012-11-211-4/+3
* rgw: fix memory leaksYehuda Sadeh2012-11-212-15/+18
* rgw: don't convert object mtime to UTCYehuda Sadeh2012-11-151-8/+1
* rgw: relax date format checkYehuda Sadeh2012-11-141-8/+0
* ceph-disk-activate: avoid duplicating mounts if already activatedSage Weil2012-11-121-5/+20
* ceph-disk-prepare: poke kernel into refreshing partition tablesSage Weil2012-11-121-0/+14
* ceph-disk-prepare: fix journal partition creationSage Weil2012-11-121-1/+1
* ceph-disk-prepare: assume parted failure means no partition tableSage Weil2012-11-121-1/+2
* Merge remote-tracking branch 'gh/wip-mds-stable' into stableSage Weil2012-11-122-7/+44
|\
| * mds: re-try_set_loner() after doing evals in eval(CInode*, int mask)Sage Weil2012-11-091-1/+12