summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: update build prerequisiteswip-doc-prereqGary Lowell2013-05-311-2/+29
* PG: don't write out pg map epoch every handle_activate_mapSamuel Just2013-05-313-2/+18
* Merge branch 'wip-5046'Samuel Just2013-05-3012-1225/+1472
|\
| * move log, ondisklog, missing from PG to PGLogLoic Dachary2013-05-3012-1225/+1472
* | doc: Updated to reflect glossary usage.John Wilkins2013-05-301-12/+12
* | doc: Updated title and syntax to reflect glossary usage.John Wilkins2013-05-301-23/+27
* | doc: Updated to reflect glossary usage.John Wilkins2013-05-301-15/+16
* | doc: Updated title to reflect glossary usage.John Wilkins2013-05-301-3/+3
* | doc: Updated conf with ServerAlias for S3 subdomains.John Wilkins2013-05-301-0/+2
* | doc: Updated object storage quick start for S3-style subdomains.John Wilkins2013-05-301-5/+52
* | doc: Updated text with new glossary terms.John Wilkins2013-05-301-22/+24
* | doc: Removed FAQ from the index.John Wilkins2013-05-301-1/+0
* | doc: Removed FAQ doc. It's now in the wiki.John Wilkins2013-05-301-11/+0
* | rbd/kernel.sh: quit looking for snapshot sysfs entriesAlex Elder2013-05-301-19/+16
|/
* os/WBThrottle: remove asserts in clear()Samuel Just2013-05-301-2/+0
* doc: note openstack changes for GrizzlyJosh Durgin2013-05-301-3/+10
* Added -r option to usageChristophe Courtaut2013-05-301-0/+1
* rbd/concurrent.sh: probe rbd module at startAlex Elder2013-05-301-0/+2
* Merge pull request #331 from ceph/wip-osd-interfacecheckSage Weil2013-05-294-73/+230
|\
| * osd: wait for healthy pings from peers in waiting-for-healthy stateSage Weil2013-05-292-23/+80
| * osd: distinguish between definitely healthy and definitely not unhealthySage Weil2013-05-292-8/+12
| * osd: remove down hb peersSage Weil2013-05-291-4/+10
| * osd: only add pg peers if activeSage Weil2013-05-291-17/+19
| * osd: factor out _remove_heartbeat_peerSage Weil2013-05-292-12/+19
| * osd: augment osd heartbeat peers with neighbors and randoms, to up some minSage Weil2013-05-293-16/+84
| * osd: move health checks into a single helperSage Weil2013-05-292-3/+14
| * osd: avoid duplicate mon requests for a new osdmapSage Weil2013-05-291-2/+2
| * osd: tell peers that ping us if they are deadSage Weil2013-05-291-0/+7
| * osd: simplify is_healthy() check during bootSage Weil2013-05-291-7/+2
* | Merge branch 'next'Sage Weil2013-05-292-1/+9
|\ \
| * | osd: initialize new_state field when we use itSage Weil2013-05-291-1/+4
| * | mds: stay in SCAN state in file_evalSage Weil2013-05-291-0/+4
| * | osd: do not assume head obc object exists when getting snapdirSage Weil2013-05-291-0/+5
* | | Merge branch 'wip_osd_throttle'Samuel Just2013-05-2912-280/+720
|\ \ \
| * | | WBThrottle: add some comments and some assertsSamuel Just2013-05-292-0/+6
| * | | WBThrottle: rename replica nocacheSamuel Just2013-05-292-9/+9
| * | | doc/dev/osd_internals: add wbthrottle.rstSamuel Just2013-05-281-0/+28
| * | | WBThrottle: add perfcountersSamuel Just2013-05-282-0/+40
| * | | ReplicatedPG::submit_push_complete don't remove the head objectSamuel Just2013-05-221-1/+0
| * | | FileStore: integrate WBThrottleSamuel Just2013-05-213-158/+9
| * | | os/: Add WBThrottleSamuel Just2013-05-215-1/+384
| * | | FileStore: add fd cacheSamuel Just2013-05-215-127/+228
| * | | common/shared_cache.hpp: fix set_size()Samuel Just2013-05-211-1/+1
| * | | doc/dev/osd_internals: add some info about throttlesSamuel Just2013-05-211-0/+21
| * | | common/shared_cache.hpp: add clear()Samuel Just2013-05-211-0/+11
* | | | mds: stay in SCAN state in file_evalSage Weil2013-05-291-0/+4
* | | | Makefile: include new message header filesSage Weil2013-05-291-0/+2
* | | | Merge remote-tracking branch 'yan/wip-mds'Sage Weil2013-05-2932-703/+1534
|\ \ \ \ | |_|_|/ |/| | |
| * | | mds: use "open-by-ino" function to open remote linkYan, Zheng2013-05-283-20/+39
| * | | mds: open missing cap inodesYan, Zheng2013-05-286-87/+185