summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v0.56v0.56Gary Lowell2013-01-012-1/+7
* Merge remote-tracking branch 'gh/wip-rbd-unprotect' into nextSage Weil2012-12-3117-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-291-1/+1
* msg/Pipe: remove broken cephs signing requirement checkSage Weil2012-12-291-22/+0
* msg/Pipe: include remote socket addr in debug outputSage Weil2012-12-291-1/+1
* osd: allow RecoveryDone self-transition in RepNotRecoveringSage Weil2012-12-291-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-281-2/+2
* java: remove deprecated libcephfsNoah Watkins2012-12-284-141/+0
* init-ceph: fix status version check across machinesSage Weil2012-12-281-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-241-1/+3
* osd: make MOSDFailure output more sensibleSage Weil2012-12-241-1/+4
* mon: make osd failure report log msgs sensibleSage Weil2012-12-241-3/+4
* Merge branch 'wip-scrub' into nextSage Weil2012-12-233-55/+98
|\
| * OSD: always do a deep scrub when repairingSamuel Just2012-12-221-1/+1
| * PG: don't use a self-transition for WaitRemoteRecoveryReservedSamuel Just2012-12-222-6/+11
| * PG: Handle repair once in scrub_finishSamuel Just2012-12-222-50/+85
| * PG::scrub_compare_maps increment scrubber.fixed for missing repairsSamuel Just2012-12-221-0/+1
| * PG::_compare_scrubmaps: increment scrubber.errors on missing objectSamuel Just2012-12-221-0/+1
* | monclient: fix get_monmap_privately retry intervalSage Weil2012-12-231-1/+2
* | Makefile: fix 'base' ruleSage Weil2012-12-231-1/+1
* | init-ceph,mkcephfs: default inode64 for mounting xfsSage Weil2012-12-232-4/+12
* | init-ceph: default osd_data pathSage Weil2012-12-221-1/+1
* | import_export.sh: sparse import exportDan Mick2012-12-221-0/+103
* | rbd: harder-working sparse import from stdinDan Mick2012-12-221-16/+40
* | rbd: check for all-zero buf in export, seek output if soDan Mick2012-12-222-2/+5
* | librbd: move buf_is_zero() to new common/util.cc and include/util.hDan Mick2012-12-224-20/+59
* | osd: fix pg stat msgs vs timeoutSage Weil2012-12-221-10/+9
* | mkcephfs: error out if 'devs' defined but 'osd fs type' not definedSage Weil2012-12-211-2/+2
* | Merge remote-tracking branch 'gh/wip-scrub' into nextSage Weil2012-12-214-29/+56
|\ \
| * | osd: clear CLEAN on exit from Clean stateSage Weil2012-12-211-1/+2
| |/
| * PG::sched_scrub: only set PG_STATE_DEEP_SCRUB once reservedSamuel Just2012-12-211-5/+5
| * PG::sched_scrub: return true if scrub newly kicked offSamuel Just2012-12-212-7/+7
| * osd: allow transition from Clean -> WaitLocalRecoveryReserved for repairSage Weil2012-12-212-1/+11
| * PG: in sched_scrub() set PG_STATE_DEEP_SCRUB not scrubber.deepSamuel Just2012-12-211-1/+1
| * osd: clear scrub state if queued scrub doesn't startSage Weil2012-12-211-0/+4
| * osd: only dec_scrubs_active if we were activeSage Weil2012-12-211-1/+2
| * osd: reintroduce inc_scrubs_active helperSage Weil2012-12-213-14/+25