summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rgw: don't send tail to gc if copying object to itselfwip-4776-bobtailYehuda Sadeh2013-04-222-2/+6
* Merge pull request #210 from dalgaaf/wip-da-bobtail-pybindJosh Durgin2013-04-111-5/+6
|\
| * rados.py: fix create_pool()Danny Al-Gaaf2013-04-091-5/+6
* | mon: Use _daemon version of argparse functionsDan Mick2013-04-094-6/+10
* | ceph_argparse: add _daemon versions of argparse callsDan Mick2013-04-092-7/+50
|/
* silence logrotate some moreAlexandre Oliva2013-03-291-3/+3
* Merge remote-tracking branch 'upstream/bobtail-4556' into bobtailSamuel Just2013-03-293-2/+16
|\
| * osd: disallow classes with flags==0Sage Weil2013-03-271-0/+5
| * osd: EINVAL when rmw_flags is 0Sage Weil2013-03-271-0/+3
| * osd: fix detection of non-existent class methodSage Weil2013-03-272-1/+8
| * osd: tolerate rmw_flags==0Sage Weil2013-03-271-1/+0
* | OSD: always activate_map in advance_pgs, only send messages if upSamuel Just2013-03-291-5/+6
* | PG: update PGPool::name in PGPool::updateSamuel Just2013-03-281-0/+1
* | ReplicatedPG: send entire stats on OP_BACKFILL_FINISHSamuel Just2013-03-282-8/+29
|/
* test_librbd_fsx: fix image closingJosh Durgin2013-03-271-1/+10
* rbd: remove fiemap use from importJosh Durgin2013-03-251-186/+78
* v0.56.4v0.56.4Gary Lowell2013-03-252-1/+7
* rgw: bucket index ops on system buckets shouldn't do anythingYehuda Sadeh2013-03-252-1/+7
* systest: restrict list error acceptanceJosh Durgin2013-03-251-1/+1
* systest: fix race with pool deletionJosh Durgin2013-03-254-13/+19
* os/FileJournal: fix aio self-throttling deadlockSage Weil2013-03-221-8/+17
* common/MemoryModel: remove logging to /tmp/memlogSage Weil2013-03-221-13/+1
* init-ceph: clean up temp ceph.conf filename on exitSage Weil2013-03-221-0/+1
* init-ceph: push temp conf file to a unique location on remote hostSage Weil2013-03-221-2/+3
* mkcephfs: make remote temp directory name uniqueSage Weil2013-03-221-1/+2
* PG::GetMissing: need to check need_up_thru in MLogRec handlerSamuel Just2013-03-221-1/+8
* PG,osd_types: improve check_new_interval debuggingSamuel Just2013-03-222-1/+15
* FileStore: fix reversed collection_empty return valueSamuel Just2013-03-211-1/+1
* FileStore: set replay guard on create_collectionSamuel Just2013-03-212-1/+26
* FileStore: _split_collection should not create the collectionSamuel Just2013-03-215-1/+69
* client: use 4MB f_bsize and f_frsize for statfsSage Weil2013-03-211-5/+8
* os/FileStore: check replay guard on src for collection renameSage Weil2013-03-201-0/+4
* PG::proc_replica_log: oinfo.last_complete must be *before* first entry in omi...Samuel Just2013-03-201-4/+17
* osd/PG: fix typo, missing -> omissingSage Weil2013-03-201-1/+1
* PG::proc_replica_log: adjust oinfo.last_complete based on omissingSamuel Just2013-03-201-0/+2
* osd: fix load_pgs collection handlingSage Weil2013-03-191-28/+31
* osd: fix load_pgs handling of pg dirs without a headSage Weil2013-03-191-0/+8
* OSD::load_pgs: first scan colls before initing PGsSamuel Just2013-03-191-1/+10
* osd: Add digest of omap for deep-scrubDavid Zafman2013-03-193-9/+50
* OSD: split temp collection as wellSamuel Just2013-03-191-0/+9
* PG: ignore non MISSING pg query in ReplicaActiveSamuel Just2013-03-191-3/+4
* FileJournal: queue_pos \in [get_top(), header.max_size)Samuel Just2013-03-191-1/+1
* OSD: expand_pg_num after pg removesSamuel Just2013-03-191-5/+8
* osd: update snap collections for sub_op_modify log records conditionalySage Weil2013-03-192-4/+7
* osd: include snaps in pg_log_entry_t::dump()Sage Weil2013-03-191-0/+14
* osd: unconditionally encode snaps bufferSage Weil2013-03-191-7/+7
* osd: improve debug output on snap collectionsSage Weil2013-03-192-3/+15
* PG: check_recovery_sources must happen even if not activeSamuel Just2013-03-152-4/+11
* HashIndex: _collection_list_partial must tolerate NULL nextSamuel Just2013-03-151-0/+3
* OSD: lock not needed in ~DeletingState()Samuel Just2013-03-151-1/+0