summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mon: OSDMonitor: do not write full_latest during trimwip-6378Joao Eduardo Luis2013-09-251-2/+6
* mon/OSDMonitor: fix 'ceph osd crush reweight ...'Sage Weil2013-09-242-1/+10
* osd: change warn_interval_multiplier to uint32_tLoic Dachary2013-09-241-1/+1
* arch/intel: fix old commentSage Weil2013-09-241-1/+0
* arch/intel: use intel probe instructions for x86_64 onlySage Weil2013-09-242-4/+4
* osd: revert 'osd max xattr size' limitSage Weil2013-09-233-12/+17
* Merge pull request #599 from ceph/wip-6323Sage Weil2013-09-231-6/+23
|\
| * mon: OSDMonitor: multiple rebuilt full maps per transactionJoao Eduardo Luis2013-09-171-6/+22
| * mon: OSDMonitor: update latest_full while rebuilding full mapsJoao Eduardo Luis2013-09-161-0/+1
| * mon: OSDMonitor: smaller transactions when rebuilding full versionsJoao Eduardo Luis2013-09-161-4/+4
* | Merge pull request #612 from ceph/wip-6361João Eduardo Luís2013-09-214-6/+19
|\ \
| * | qa: workunits: cephtool: check if 'heap' commands are parseablewip-6361Joao Eduardo Luis2013-09-201-0/+7
| * | osd: OSD: add 'heap' command to known osd commands arrayJoao Eduardo Luis2013-09-201-0/+4
| * | mds: MDS: pass only heap profiler commands instead of the whole cmd vectorJoao Eduardo Luis2013-09-201-1/+3
| * | perfglue/heap_profiler.cc: expect args as first element on cmd vectorJoao Eduardo Luis2013-09-201-5/+5
* | | mon: fix wrong arg to "instructed to" status messageDan Mick2013-09-201-1/+1
* | | rgw: destroy get_obj handle in copy_obj()Yehuda Sadeh2013-09-202-7/+23
* | | lru_map: don't use list::size()Yehuda Sadeh2013-09-201-1/+1
* | | common/lru_map: rename tokens to entriesYehuda Sadeh2013-09-201-24/+24
* | | bufferlist: don't use list::size()Yehuda Sadeh2013-09-201-3/+6
|/ /
* | rgw: use bufferlist::append() instead of bufferlist::push_back()Yehuda Sadeh2013-09-191-1/+1
* | v0.69v0.69Gary Lowell2013-09-182-1/+7
|/
* rgw: try to create log pool if doesn't existYehuda Sadeh2013-09-131-0/+9
* rgw: NULL terminate buffer before parsing itYehuda Sadeh2013-09-131-0/+1
* rgw: don't call list::size() in ObjectCacheYehuda Sadeh2013-09-112-2/+6
* rgw: drain pending requests before completing writeYehuda Sadeh2013-09-112-1/+6
* rgw: when failing read from client, return correct errorYehuda Sadeh2013-09-101-1/+1
* Merge pull request #583 from ceph/wip-6230-workunitSage Weil2013-09-091-0/+4
|\
| * qa: workunits: mon: crush_ops: test 'ceph osd crush move'Joao Eduardo Luis2013-09-101-0/+4
|/
* Merge pull request #582 from ceph/wip-6230Sage Weil2013-09-092-1/+2
|\
| * mon: MonCommands: expect a CephString as 1st arg for 'osd crush move'wip-6230Joao Eduardo Luis2013-09-092-1/+2
|/
* Merge pull request #576 from ceph/wip-6078-2Sage Weil2013-09-072-2/+0
|\
| * rgw: fix get cors, delete corsYehuda Sadeh2013-09-062-2/+0
* | Merge pull request #571 from dalgaaf/fix-da-init-radosgwSage Weil2013-09-072-2/+2
|\ \
| * | init-radosgw*: fix status return value if radosgw isn't runningDanny Al-Gaaf2013-09-072-2/+2
|/ /
* | osd/ReplicatedPG: set reply versions for pg ops (PGLS)Sage Weil2013-09-041-0/+1
* | osd/ReplicatedPG: set reply versions on dup op ACKSage Weil2013-09-041-0/+1
|/
* rgw: flush pending data when completing multipart part uploadYehuda Sadeh2013-09-043-5/+13
* rgw: check object name after rebuilding it in S3 POSTYehuda Sadeh2013-09-041-0/+5
* Merge branch 'wip-6078' into nextYehuda Sadeh2013-09-0412-149/+231
|\
| * rgw: fix certain return status cases in CORSYehuda Sadeh2013-09-042-12/+10
| * rgw: add COPY method to be handled by CORSYehuda Sadeh2013-09-042-5/+11
| * rgw: fix CORS rule checkYehuda Sadeh2013-09-041-0/+3
| * rgw: don't handle CORS if rule not found (is NULL)Yehuda Sadeh2013-09-041-1/+5
| * rgw: tie CORS header response to all relevant operationsYehuda Sadeh2013-09-045-57/+62
| * rgw: add a generic CORS response handlingYehuda Sadeh2013-09-045-75/+138
| * rgw: OPTIONS request doesn't need to read object infoYehuda Sadeh2013-09-041-1/+1
| * rgw: remove use of s->bucket_corsYehuda Sadeh2013-09-044-10/+13
* | Merge branch 'next'Gary Lowell2013-09-044-9/+27
|\ \ | |/
| * v0.68v0.68Gary Lowell2013-09-032-1/+7