summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mds: don't decrease file size when recovering filewip-filerecoverYan, Zheng2013-10-112-10/+10
* doc: Minor correction.John Wilkins2013-10-101-2/+1
* doc: Merge cleanup.John Wilkins2013-10-101-10/+4
* doc: minor clean up.John Wilkins2013-10-101-12/+13
* doc: Update from wip-doc-quickstart branch.John Wilkins2013-10-1012-381/+655
|\
| * doc: Diagram update and clarification on ceph-deploy admin results.wip-doc-quickstartJohn Wilkins2013-09-301-5/+3
| * doc: Diagram update from feedback.John Wilkins2013-09-301-1/+1
| * doc: Diagram updates from feedback.John Wilkins2013-09-301-6/+6
| * doc: Updated block device quick start to use ceph-deploy. OS neutral.John Wilkins2013-09-301-11/+39
| * doc: Added Dumpling to OS Recommendations.John Wilkins2013-09-301-0/+33
| * doc: Refactored diagram and text.John Wilkins2013-09-241-11/+11
| * doc: Updated diagrams, refactored text.John Wilkins2013-09-241-41/+83
| * doc: Updated graphic. Removed bullet points. Cleaned up RPM/YUM example.John Wilkins2013-09-201-30/+29
| * doc: Updated graphic to use same name as command line examples.John Wilkins2013-09-201-5/+4
| * doc: Added Recommendations and Get Involved to Intro.John Wilkins2013-09-201-1/+32
| * doc: Removed Get Involved from Quick Start.John Wilkins2013-09-201-1/+0
| * doc: Changed title, and removed recommendations sections.John Wilkins2013-09-201-19/+4
| * doc: Moved recommendations sections to Intro.John Wilkins2013-09-202-0/+0
| * doc: Updated link to Storage Cluster Quick Start.John Wilkins2013-09-171-2/+2
| * doc: Updated link to Storage Cluster Quick Start.John Wilkins2013-09-171-5/+5
| * doc: Updated link to Storage Cluster Quick Start.John Wilkins2013-09-171-2/+2
| * doc: Made sysvinit and service sections parallel to upstart for clarity.John Wilkins2013-09-171-58/+180
| * doc: Updated for 3-node deployment. Leaner discussion. More use cases.John Wilkins2013-09-171-169/+187
| * doc: Removed introductory material. Renamed the page.John Wilkins2013-09-171-34/+6
| * doc: Updated for 3-node deployment and multiple Linux distributions.John Wilkins2013-09-171-89/+88
| * doc: Added Intro to Ceph to Index.John Wilkins2013-09-171-0/+1
| * doc: Excised content from "Getting Started" and created Intro to Ceph.John Wilkins2013-09-171-0/+39
* | Go back to $PWD in fsstress.sh if compiling from source.Sandon Van Ness2013-10-081-0/+2
* | Merge pull request #700 from dachary/masterSage Weil2013-10-081-1/+1
|\ \
| * | doc: fix openstack rbd installation commandLoic Dachary2013-10-081-1/+1
|/ /
* | Merge pull request #699 from dachary/wip-ghobject-assertDavid Zafman2013-10-071-1/+3
|\ \
| * | os: stronger assert on FileStore::lfn_openLoic Dachary2013-10-081-1/+3
|/ /
* | Merge branch 'next'Greg Farnum2013-10-072-4/+7
|\ \
| * | ReplicatedPG: copy: use aggregate return code instead of individual Op returnwip-rvalGreg Farnum2013-10-071-4/+3
| * | os/FileStore: fix ENOENT error code for getattrs()Sage Weil2013-10-071-0/+4
* | | Merge pull request #697 from dachary/masterGregory Farnum2013-10-071-6/+6
|\ \ \
| * | | common: unintended use of the wrong bloom_filter prototypeLoic Dachary2013-10-071-6/+6
|/ / /
* | | Merge pull request #610 from ceph/wip-optrackerGregory Farnum2013-10-0717-533/+652
|\ \ \
| * | | Makefile: add include/histogram.h to noinst_HEADERSGreg Farnum2013-10-041-0/+1
| * | | Merge branch 'master' into wip-optrackerGreg Farnum2013-10-03205-3807/+8646
| |\ \ \
| * | | | TrackedOp: specify queue sizes and warnings on a per-tracker basisGreg Farnum2013-10-034-18/+50
| * | | | TrackedOp: give people an _event_marked() notifier instead of a virtual mark_...Greg Farnum2013-10-033-3/+7
| * | | | TrackedOp: rework dump interface a littleGreg Farnum2013-10-024-28/+7
| * | | | TrackedOp: just make CephContext member publicGreg Farnum2013-10-021-4/+1
| * | | | TrackedOp: template OpTracker on only T[::Ref] (ie, OpRequest[::Ref])Greg Farnum2013-10-023-10/+11
| * | | | OpTracker: give TrackedOp a default dump() functionGreg Farnum2013-10-022-1/+33
| * | | | OpTracker: get rid of TrackedOp::received_time for the MessageGreg Farnum2013-09-193-12/+10
| * | | | OpTracker: demand that a TrackedOp gets to own its Message for life.Greg Farnum2013-09-192-5/+1
| * | | | OpTracker: provide a default implementation of TrackedOp::state_stringGreg Farnum2013-09-191-1/+3
| * | | | osd: use TrackedOp::get_req() instead of direct access to the request.Greg Farnum2013-09-198-112/+109