summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_quota.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: add shard reduction ability to dynamic reshardingJ. Eric Ivancich2024-05-311-4/+0
* rgw: apply default quota config on account creationCasey Bodley2024-04-221-0/+2
* rgw/quota: generalize quota to rgw_ownersCasey Bodley2024-04-101-3/+3
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2023-01-231-4/+1
* rgw: define a hierarchy of basic type headersMatt Benjamin2022-12-081-70/+1
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-1/+1
* RGW - Zipper - Add rgw_sal_fwd.hDaniel Gryniewicz2022-06-281-4/+1
* rgw multisite: resharding scales up shard counts 4x fasterCasey Bodley2022-05-271-2/+3
* rgw: user_quota and bucket_quota are defined under RGWQuotaIqbal Khan2022-05-041-1/+8
* rgw: DPP addition to log messagesKalpesh Pandya2021-06-241-2/+2
* rgw: remove quota soft thresholdZulai Wang2021-05-261-11/+1
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-1/+1
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-1/+1
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-2/+2
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-2/+2
* rgw/services: No null_yieldAdam C. Emerson2020-11-131-1/+4
* rgw: remove unused bucket parameter in check_bucket_shardszhang Shaowen2019-10-281-2/+1
* Merge pull request #29852 from cbodley/wip-41395Casey Bodley2019-09-031-4/+3
|\
| * rgw: add reshard checks to bucket quota sync threadCasey Bodley2019-08-231-4/+3
* | RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
|/
* Project Zipper Part 1 - Framework and RGWRadosStoreDaniel Gryniewicz2019-08-151-2/+4
* rgw: clean-up -- insure C++ source code files contain editor directivesJ. Eric Ivancich2018-12-111-0/+1
* rgw: add helper functions to apply configured default quotasCasey Bodley2018-09-191-0/+5
* rgw: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* rgw: Use unqualified encode/decodeAdam C. Emerson2018-01-101-11/+11
* rgw: user const rgw_bucket in quotaOrit Wasserman2017-06-111-1/+1
* rgw: new num shards proportional to number of objects per shardYehuda Sadeh2017-06-051-1/+2
* rgw: add a check_bucket_shards to the quotaOrit Wasserman2017-06-051-0/+4
* rgw: migrate atomic_t to std::atomic<>Jesse Williamson2017-04-281-2/+2
* rgw: bucket quota can be checked in a way compliant with the Swift API.Radoslaw Zarzynski2016-05-301-3/+11
* rgw: switch to byte-precision in RGWQuotaInfo.Radoslaw Zarzynski2016-05-301-5/+21
* rgw: hermetize soft thresholds of RGWQuotaInfo.Radoslaw Zarzynski2016-05-301-4/+17
* rgw: user has a tenant propertyYehuda Sadeh2015-11-251-2/+2
* Fix mismatched tags (struct vs. class) inconsistencyThorsten Behrens2014-07-211-1/+1
* rgw: quota thread for full user stats syncYehuda Sadeh2014-01-251-1/+1
* rgw: enable user quotaYehuda Sadeh2014-01-241-1/+2
* rgw: pass bucket owner all aroundYehuda Sadeh2014-01-241-2/+2
* rgw_quoa.{h,cc}: add copyright noticeYehuda Sadeh2013-10-121-0/+14
* rgw: bucket quota thresholdYehuda Sadeh2013-10-101-1/+4
* rgw: async quota updateYehuda Sadeh2013-10-101-1/+3
* rgw: handle negative quota as non-assigned valuesYehuda Sadeh2013-10-031-3/+3
* rgw: update quota stats when neededYehuda Sadeh2013-10-021-0/+3
* rgw: higher level quota check functionalityYehuda Sadeh2013-10-011-1/+1
* rgw: more quota implementationYehuda Sadeh2013-09-281-0/+11
* rgw: add bucket quota config to entitiesYehuda Sadeh2013-09-271-28/+14
* rgw: more quota utility stuffYehuda Sadeh2013-09-271-1/+24
* rgw: quota utility classYehuda Sadeh2013-09-261-0/+32