summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* osd: osd_types: Output pool's flag names during dumpwip-mon-pool-setJoao Eduardo Luis2013-10-112-1/+21
* mon: OSDMonitor: allow (un)setting 'hashpspool' flag via 'osd pool set'Joao Eduardo Luis2013-10-113-1/+16
* mon: OSDMonitor: split 'osd pool set' out of 'prepare_command'Joao Eduardo Luis2013-10-113-68/+118
* test/filestore/run_seed_to_range.sh: fix -d syntaxSage Weil2013-10-111-1/+1
* Merge pull request #702 from ceph/wip-4405Sage Weil2013-10-113-9/+26
|\
| * mds: fix infinite loop of MDCache::populate_mydir().wip-4405Yan, Zheng2013-10-103-9/+26
* | 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