summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_quota.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/service: remove unused metadata and metadata backend servicesCasey Bodley2024-09-121-1/+0
* rgw: fix bucket sync thread waiting inordinate amount of timeJ. Eric Ivancich2024-07-021-1/+1
* rgw: provide testing support to dynamic resharding with reductionJ. Eric Ivancich2024-05-311-4/+25
* rgw: add shard reduction ability to dynamic reshardingJ. Eric Ivancich2024-05-311-24/+1
* rgw: apply default quota config on account creationCasey Bodley2024-04-221-0/+12
* rgw/sal: move list_buckets() to DriverCasey Bodley2024-04-101-55/+75
* rgw: use rgw_owner in RGWBucketInfoCasey Bodley2024-04-101-2/+2
* rgw/quota: generalize quota to rgw_ownersCasey Bodley2024-04-101-123/+138
* rgw/quota: remove base class AsyncRefreshHandlerCasey Bodley2023-11-231-123/+88
* rgw/quota: use intrusive_ptr for RefCountedWaitObjectCasey Bodley2023-11-231-17/+17
* rgw/sal: unify ReadStatsCB for async user/bucket statsCasey Bodley2023-11-231-20/+15
* rgw/sal: RGWGetUserStats_CB cleanupCasey Bodley2023-11-231-13/+14
* rgw/sal: Bucket owner as rgw_userCasey Bodley2023-11-091-3/+3
* rgw/sal: rename loading get_bucket()s to load_bucket()Casey Bodley2023-11-061-3/+3
* rgw/sal: StoreBucket no longer wraps RGWBucketEntCasey Bodley2023-09-221-2/+3
* ceph-dencoder: Add missing rgw types to ceph-dencoder for accurate encode-dec...NitzanMordhai2023-09-071-0/+10
* src/rgw: Changing null_yield to optional_yieldKalpesh Pandya2023-06-191-1/+1
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-43/+43
* rgw: Prefer ssize or safe comparison to castsAdam C. Emerson2022-09-301-4/+4
* rgw multisite: resharding scales up shard counts 4x fasterCasey Bodley2022-05-271-3/+11
* rgw: use get_current_index() instead of log_to_index_layout()Casey Bodley2022-05-271-7/+12
* rgw: add generation support to BILog admin APIsShilpa Jagannath2022-05-271-2/+8
* rgw: user_quota and bucket_quota are defined under RGWQuotaIqbal Khan2022-05-041-10/+9
* rgw:cleanup/refactor json and xml encoders and decodersKaleb S. KEITHLEY2021-12-131-0/+26
* RGW Zipper - API CleanupsDaniel Gryniewicz2021-11-091-3/+3
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+1
* rgw: DPP addition to log messagesKalpesh Pandya2021-06-241-25/+33
* rgw: remove quota soft thresholdZulai Wang2021-05-261-47/+6
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-33/+36
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-11/+11
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-19/+19
* RGW Zipper - Meta list APIDaniel Gryniewicz2021-03-021-3/+3
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-44/+43
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-24/+29
* rgw/services: No null_yieldAdam C. Emerson2020-11-131-30/+34
* Zipper - Split RadosStore from base SALDaniel Gryniewicz2020-09-081-0/+1
* rgw: remove unused bucket parameter in check_bucket_shardszhang Shaowen2019-10-281-2/+1
* rgw/pubsub: allow pubsub REST API on masterYuval Lifshitz2019-09-101-1/+1
* Merge pull request #29852 from cbodley/wip-41395Casey Bodley2019-09-031-30/+21
|\
| * rgw: add reshard checks to bucket quota sync threadCasey Bodley2019-08-231-18/+9
| * rgw: use shared_mutex for RGWUserStatsCacheCasey Bodley2019-08-221-12/+12
* | 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-26/+26
* Merge branch 'wip-rgw-metadata-servicification'Casey Bodley2019-08-131-14/+16
|\
| * svc: add ctl.user->read_stats_async() and use it instead of old apiYehuda Sadeh2019-07-291-1/+1
| * rgw: use stl.user->read_stats() instead of cls_user_get_header()Yehuda Sadeh2019-07-291-4/+7
| * rgw: svc.datalog_rados: add new svc, move data_log out of RGWRadosYehuda Sadeh2019-07-291-1/+1
| * rgw: rgw_rados.cc mostly compilesYehuda Sadeh2019-07-291-1/+1
| * rgw: fixes following api changesYehuda Sadeh2019-07-291-1/+1
| * rgw: more compilation fixesYehuda Sadeh2019-07-291-8/+6