summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.56.1v0.56.1Gary Lowell2013-01-072-1/+7
* msg/Pipe: prepare Message data for wire under pipe_lockSage Weil2013-01-072-25/+28
* msgr: update Message envelope in encode, not write_messageSage Weil2013-01-072-12/+13
* msg/Pipe: encode message inside pipe_lockSage Weil2013-01-071-2/+2
* msg/Pipe: associate sending msgs to con inside lockSage Weil2013-01-071-3/+4
* msg/Pipe: fix msg leak in requeue_sent()Sage Weil2013-01-071-3/+6
* osdc/Objecter: fix linger_ops iterator invalidation on pool deletionSage Weil2013-01-071-4/+4
* os/FileJournal: include limits.hSage Weil2013-01-051-0/+1
* osd: special case CALL op to not have RD bit effectsSage Weil2013-01-042-2/+8
* Revert "OSD: remove RD flag from CALL ops"Sage Weil2013-01-041-1/+1
* ReplicatedPG: remove old-head optization from push_to_replicaSamuel Just2013-01-041-12/+0
* os/FileStore: fix non-btrfs op_seq commit orderSage Weil2013-01-031-5/+16
* OSD: for old osds, dispatch peering messages immediatelySamuel Just2013-01-032-1/+24
* osd: move common active vs booting code into consume_mapSage Weil2013-01-032-11/+18
* osd: let pgs process map advances before bootingSage Weil2013-01-031-3/+9
* log: broadcast cond signalsSage Weil2013-01-032-8/+14
* log: fix locking typo/stupid for dump_recent()Sage Weil2013-01-021-1/+1
* test_filejournal: optionally specify journal filename as an argumentSage Weil2013-01-021-2/+7
* test_filejournal: test journaling bl with >IOV_MAX segmentsSage Weil2013-01-021-0/+38
* os/FileJournal: limit size of aio submissionSage Weil2013-01-021-29/+40
* os/FileJournal: logger is optionalSage Weil2013-01-021-2/+4
* v0.56v0.56Gary Lowell2012-12-312-1/+7
* Merge remote-tracking branch 'gh/wip-rbd-unprotect' into nextSage Weil2012-12-3017-66/+362
|\
| * doc: fix rbd permissions for unprotectJosh Durgin2012-12-304-17/+64
| * librbd: fix race between unprotect and cloneJosh Durgin2012-12-302-4/+9
| * rbd: open (source) image as read-onlyJosh Durgin2012-12-302-10/+138
| * librbd: open parent as read-only during cloneJosh Durgin2012-12-301-1/+1
| * librbd: add {rbd_}open_read_only()Josh Durgin2012-12-309-33/+149
| * OSD: remove RD flag from CALL opsJosh Durgin2012-12-301-1/+1
| * cls_rbd: get_children does not need write permissionJosh Durgin2012-12-301-1/+1
|/
* init-ceph: ok, 8K filesSage Weil2012-12-281-1/+1
* msg/Pipe: remove broken cephs signing requirement checkSage Weil2012-12-281-22/+0
* msg/Pipe: include remote socket addr in debug outputSage Weil2012-12-281-1/+1
* osd: allow RecoveryDone self-transition in RepNotRecoveringSage Weil2012-12-281-1/+2
* osd: less noise about inefficient tmap updatesSage Weil2012-12-281-2/+2
* init-ceph: default to 16K max_open_filesSage Weil2012-12-281-1/+1
* rgw: disable ops and usage logging by defaultSage Weil2012-12-271-2/+2
* java: remove deprecated libcephfsNoah Watkins2012-12-274-141/+0
* init-ceph: fix status version check across machinesSage Weil2012-12-271-2/+2
* osd: fix recovery assert for pg repair caseSage Weil2012-12-271-1/+2
* dropping xfs test 186 due to bug: 3685tamil2012-12-271-1/+1
* osd: drop 'osd recovery max active' back to previous default (5)Sage Weil2012-12-271-1/+1
* journal: reduce journal max queue sizeSage Weil2012-12-271-2/+2
* osd: fix dup failure cancellationsSage Weil2012-12-231-1/+3
* osd: make MOSDFailure output more sensibleSage Weil2012-12-231-1/+4
* mon: make osd failure report log msgs sensibleSage Weil2012-12-231-3/+4
* Merge branch 'wip-scrub' into nextSage Weil2012-12-233-55/+98
|\
| * OSD: always do a deep scrub when repairingSamuel Just2012-12-211-1/+1
| * PG: don't use a self-transition for WaitRemoteRecoveryReservedSamuel Just2012-12-212-6/+11
| * PG: Handle repair once in scrub_finishSamuel Just2012-12-212-50/+85