summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_quota.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* RGW: fix a bug about inconsistent unit of comparisongaosibei2017-09-291-3/+2
* rgw: Prevent overflow of stats cached valuesAleksei Gutikov2017-08-211-3/+3
* Fix rgw not responding occasionally when receiving SIGHUP signal.Yao Zongyou2017-08-071-0/+3
* Merge pull request #16389 from prallabh/wip-20661Yuri Weinstein2017-07-271-3/+17
|\
| * rgw: Do not decrement stats cache when the cache values are zeroPavan Rallabhandi2017-07-251-3/+17
* | rgw: fix rgw hang when do RGWRealmReloader::reload after go SIGHUPfang.yuxiang2017-07-201-2/+13
|/
* rgw: user const rgw_bucket in quotaOrit Wasserman2017-06-111-26/+26
* rgw: new num shards proportional to number of objects per shardYehuda Sadeh2017-06-051-1/+4
* rgw: add bucket to resharding queue if needs reshardingOrit Wasserman2017-06-051-1/+1
* rgw: add a check_bucket_shards to the quotaOrit Wasserman2017-06-051-0/+25
* rgw: migrate atomic_t to std::atomic<>Jesse Williamson2017-04-281-3/+5
* Merge pull request #13408 from zhangsw/fix-rgw-loglevelCasey Bodley2017-03-161-2/+2
|\
| * rgw: change loglevel to 5 in user's quota sync.Zhang Shaowen2017-02-141-2/+2
* | rgw/cleanup: add override in headersliuchang08122017-03-141-1/+1
* | rgw: implicit rgw_bucket placement, manifest uses rgw_raw_objYehuda Sadeh2017-03-091-4/+32
* | rgw: add override in rgw subsystemliuchang08122017-02-151-31/+31
|/
* dout: Use dout_contextAdam C. Emerson2016-12-221-0/+1
* common: Unskew clockAdam C. Emerson2016-12-221-5/+6
* rgw: Do not bother to check against conf values during quota handlingroot2016-06-191-51/+14
* rgw: fix rounding in RGWQuotaInfoDefApplier.Radoslaw Zarzynski2016-05-301-2/+3
* rgw: bucket quota can be checked in a way compliant with the Swift API.Radoslaw Zarzynski2016-05-301-1/+61
* rgw: switch to byte-precision in RGWQuotaInfo.Radoslaw Zarzynski2016-05-301-15/+11
* rgw: add infrastructure for quota checking strategies.Radoslaw Zarzynski2016-05-301-21/+99
* rgw: RGWStorageStats does store sizes with byte precision.Radoslaw Zarzynski2016-05-301-56/+95
* rgw: timespan fixYehuda Sadeh2016-03-151-1/+1
* rgw: high resolution timeYehuda Sadeh2016-03-151-2/+3
* rgw: cleanup of debug messagesOrit Wasserman2016-03-111-2/+2
* rgw: bilog info can get shard idYehuda Sadeh2016-02-121-2/+2
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* threads: add thread namesIgor Podoski2016-01-051-2/+2
* rgw: user has a tenant propertyYehuda Sadeh2015-11-251-51/+52
* rgw: Add default quota configDaniel Gryniewicz2015-10-281-6/+40
* rgw_quota.cc: init variables in constructorDanny Al-Gaaf2015-03-111-1/+1
* Revert "Revert "Merge remote-tracking branch 'origin/wip-bi-sharding-3' into ...Yehuda Sadeh2015-01-221-2/+2
* Revert "Merge remote-tracking branch 'origin/wip-bi-sharding-3' into next"Yehuda Sadeh2015-01-191-2/+2
* Adjust bucket stats/index checking/index rebuild/tag timeout implementation t...Guang Yang2015-01-141-2/+2
* rgw_quota.cc: remove unused variable 'key'Danny Al-Gaaf2014-05-121-3/+0
* Removed extra semicolonsDaniel J. Hofmann2014-05-091-2/+2
* rgw: fix build on centosYehuda Sadeh2014-01-301-2/+2
* Merge branch 'wip-user-quota-2'Yehuda Sadeh2014-01-271-140/+560
|\
| * rgw: simplify a code pathYehuda Sadeh2014-01-251-17/+16
| * rgw: quota thread for full user stats syncYehuda Sadeh2014-01-251-12/+145
| * rgw: round bytes to the next 4k for quota useYehuda Sadeh2014-01-241-3/+3
| * rgw: sync bucket stats threadYehuda Sadeh2014-01-241-15/+115
| * rgw: user quota should rely on cached infoYehuda Sadeh2014-01-241-1/+8
| * rgw: more quota fixesYehuda Sadeh2014-01-241-0/+26
| * rgw: more rgw_quota fixesYehuda Sadeh2014-01-241-9/+11
| * rgw: some quota fixesYehuda Sadeh2014-01-241-22/+21
| * rgw: enable user quotaYehuda Sadeh2014-01-241-20/+44
| * rgw: some fixesYehuda Sadeh2014-01-241-2/+2