summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mds: fix infinite loop of MDCache::populate_mydir().dumplingYan, Zheng2013-10-163-9/+26
* rgw: fix authenticated users acl group checkYehuda Sadeh2013-10-151-1/+1
* rgw: change default log levelYehuda Sadeh2013-10-151-1/+1
* rgw: swift update obj metadata also add generic attrsYehuda Sadeh2013-10-141-0/+7
* mds: return -EAGAIN if standby replay falls behindYan, Zheng2013-10-141-1/+5
* mon/MDSMonitor: don't reset incarnation when creating newfsYan, Zheng2013-10-141-0/+1
* osdc/ObjectCacher: finish contexts after dropping object referenceYan, Zheng2013-10-101-2/+4
* Go back to $PWD in fsstress.sh if compiling from source.Sandon Van Ness2013-10-081-0/+17
* ceph.spec.in: radosgw package doesn't require mod_fcgiGary Lowell2013-10-071-1/+0
* Merge branch 'dumpling' of jenkins:ceph/ceph into dumplingGary Lowell2013-10-042-3/+10
|\
| * ceph_test_rados: do not let rollback race with snap deleteSage Weil2013-10-042-3/+10
* | 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