summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.67.4v0.67.4Gary Lowell2013-10-032-1/+7
* rgw: fix keystone token expiration testYehuda Sadeh2013-10-031-1/+1
* osd/OSD.cc: Use MIN() so that we don't exceed osd_recovery_max_activeDavid Zafman2013-10-011-1/+1
* mon: OSDMonitor: do not write full_latest during trimJoao Eduardo Luis2013-10-011-2/+6
* crush: invalidate rmap on create (and thus decode)Sage Weil2013-10-012-1/+1
* Invoke python with /usr/bin/env python instead of directlyDan Mick2013-09-307-7/+6
* qa/workunits/mon/crush_ops.sh: fix testSage Weil2013-09-291-1/+1
* Revert "ceph: parse CEPH_ARGS environment variable"Sage Weil2013-09-261-1/+0
* Add CEPH_ARGS at the end of sys.argvBenoƮt Knecht2013-09-261-0/+3
* mon/OSDMonitor: fix 'ceph osd crush reweight ...'Sage Weil2013-09-242-1/+10
* qa: workunits: mon: crush_ops: test 'ceph osd crush move'Joao Eduardo Luis2013-09-241-0/+4
* osd: change warn_interval_multiplier to uint32_tLoic Dachary2013-09-241-1/+1
* crushtool: do not dump core with non-unique bucket IDsDavid Zafman2013-09-248-17/+49
* qa: workunits: cephtool: check if 'heap' commands are parseableJoao Eduardo Luis2013-09-241-0/+7
* osd: OSD: add 'heap' command to known osd commands arrayJoao Eduardo Luis2013-09-241-0/+4
* mds: MDS: pass only heap profiler commands instead of the whole cmd vectorJoao Eduardo Luis2013-09-241-1/+3
* perfglue/heap_profiler.cc: expect args as first element on cmd vectorJoao Eduardo Luis2013-09-241-5/+5
* rgw: destroy get_obj handle in copy_obj()Yehuda Sadeh2013-09-242-7/+23
* mon: MonCommands: expect a CephString as 1st arg for 'osd crush move'Joao Eduardo Luis2013-09-232-1/+2
* osd: revert 'osd max xattr size' limitSage Weil2013-09-233-12/+17
* mds: be more careful about decoding LogEventsGreg Farnum2013-09-231-4/+10
* mon: OSDMonitor: multiple rebuilt full maps per transactionJoao Eduardo Luis2013-09-231-6/+22
* mon: OSDMonitor: update latest_full while rebuilding full mapsJoao Eduardo Luis2013-09-231-0/+1
* mon: OSDMonitor: smaller transactions when rebuilding full versionsJoao Eduardo Luis2013-09-231-4/+4
* mon: OSDMonitor: check if pool is on unmanaged snaps mode on mk/rmsnapJoao Eduardo Luis2013-09-231-2/+10
* 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
* rgw: use bufferlist::append() instead of bufferlist::push_back()Yehuda Sadeh2013-09-191-1/+1
* rgw: NULL terminate buffer before parsing itYehuda Sadeh2013-09-191-0/+1
* rgw: don't call list::size() in ObjectCacheYehuda Sadeh2013-09-192-2/+6
* rgw: drain pending requests before completing writeYehuda Sadeh2013-09-182-1/+6
* rgw: fix get cors, delete corsYehuda Sadeh2013-09-112-2/+0
* Merge branch 'wip-6078-dumpling' into dumplingYehuda Sadeh2013-09-1112-148/+230
|\
| * rgw: fix certain return status cases in CORSYehuda Sadeh2013-09-112-12/+10
| * rgw: add COPY method to be handled by CORSYehuda Sadeh2013-09-112-5/+11
| * rgw: fix CORS rule checkYehuda Sadeh2013-09-111-0/+3
| * rgw: don't handle CORS if rule not found (is NULL)Yehuda Sadeh2013-09-111-1/+5
| * rgw: tie CORS header response to all relevant operationsYehuda Sadeh2013-09-115-57/+62
| * rgw: add a generic CORS response handlingYehuda Sadeh2013-09-115-75/+138
| * rgw: OPTIONS request doesn't need to read object infoYehuda Sadeh2013-09-111-1/+1
| * rgw: remove use of s->bucket_corsYehuda Sadeh2013-09-114-9/+12
* | v0.67.3v0.67.3Gary Lowell2013-09-092-1/+7
|/
* Merge pull request #574 from dalgaaf/fix/da-dumpling-cherry-picksSage Weil2013-09-072-2/+2
|\
| * init-radosgw*: fix status return value if radosgw isn't runningDanny Al-Gaaf2013-09-072-2/+2
|/
* FileStore: add config option to disable the wbthrottleSamuel Just2013-09-062-1/+3
* WBThrottle: use fdatasync instead of fsyncSamuel Just2013-09-061-1/+1
* PGLog: initialize writeout_from in PGLog constructorSamuel Just2013-09-061-0/+1
* PGLog: maintain writeout_from and trimmedSamuel Just2013-09-062-16/+46
* PGLog: don't maintain log_keys_debug if the config is disabledSamuel Just2013-09-062-11/+14
* PGLog: move the log size check after the early returnSamuel Just2013-09-061-1/+1