summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_bucket.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* RGW - Zipper - Chown reworkDaniel Gryniewicz2022-12-151-0/+36
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2022-11-291-765/+0
* Merge pull request #47083 from cbodley/wip-rgw-sysobjctx-rmCasey Bodley2022-07-251-1/+3
|\
| * rgw: remove RGWSysObjectCtx entirelyCasey Bodley2022-07-131-1/+3
* | rgwlc: activate lifecycle processing on non-master zonesMatt Benjamin2022-07-181-2/+2
|/
* RGW: Zipper - zonegroup, placement tierDaniel Gryniewicz2022-04-201-2/+0
* rgw: fix dynamic reshard happening during user stats syncYuval Lifshitz2022-01-111-1/+1
* rgw: Add rgw rate limiting per user and per bucketOr Friedmann2022-01-051-0/+4
* rgw:cleanup/refactor json and xml encoders and decodersKaleb S. KEITHLEY2021-12-131-0/+2
* rgw: allow force-check filter to pass through the SAL layerJ. Eric Ivancich2021-10-151-1/+1
* rgw: build without "using namespace std"Kefu Chai2021-08-131-41/+41
* rgw: clean up some codeJ. Eric Ivancich2021-08-031-13/+6
* Remove get_raw_obj() from ObjectDaniel Gryniewicz2021-07-281-1/+0
* RGW Zipper - Remove link/unlink from APIDaniel Gryniewicz2021-05-061-3/+0
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-3/+5
* rgw/acl: set_acl shouldn't overwrite bucket attrsSoumya Koduri2021-05-021-4/+0
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-23/+23
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-30/+30
* RGW Zipper - Meta list APIDaniel Gryniewicz2021-03-021-1/+1
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-56/+38
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-42/+69
* rgw: Initialize logs on layout initializationAdam C. Emerson2021-01-221-1/+4
* rgw/services: No null_yieldAdam C. Emerson2020-11-131-8/+10
* rgw: don't allow overwrites to BucketInfo's "layout" when sync fetches bucket...Shilpa Jagannath2020-10-151-0/+2
* rgw: Datalog with selectable backends, FIFO and OmapAdam C. Emerson2020-09-091-173/+5
* rgw: Fix async caller into DatalogAdam C. Emerson2020-09-091-7/+7
* rgw: Remove superfluous wrapper around datalogAdam C. Emerson2020-09-091-15/+11
* rgw: Normalize DataLog function signaturesAdam C. Emerson2020-09-091-11/+12
* rgw: Get rid of BucketFilter class, use a std::functionAdam C. Emerson2020-09-091-49/+32
* Zipper - Remove duplicate remove_bucket() codeDaniel Gryniewicz2020-08-171-1/+0
* radosgw-admin: add support for --bucket-id in bucket stats commandVikhyat Umrao2020-04-141-0/+2
* rgw: clean up address 0-length listing results...J. Eric Ivancich2020-02-131-3/+0
* rgw: sync: only update data log if bucket exports dataYehuda Sadeh2020-01-281-1/+29
* rgw, radosgw-admin: explicit zone id typeYehuda Sadeh2020-01-281-1/+1
* rgw: identify potential related (for sync) buckets on bucket updateYehuda Sadeh2020-01-281-1/+0
* rgw: svc.zone: keep policy handler for all zonesYehuda Sadeh2020-01-281-1/+2
* rgw: bucket sync: read local bucket sourcesYehuda Sadeh2020-01-281-0/+4
* rgw: ctl.bucket: add bucket sync related methodsYehuda Sadeh2020-01-281-0/+8
* rgw: define sync policy structuresYehuda Sadeh2020-01-281-1/+1
* rgw: store data log entry if bucket sync policy not emptyYehuda Sadeh2020-01-281-1/+2
* rgw: rename search variable to better indicate semanticsJ. Eric Ivancich2020-01-241-0/+4
* rgw: use a constexpr to specify standard # of bucket entries to listJ. Eric Ivancich2020-01-241-0/+7
* rgw: fix version tracking across bucket link stepsMatt Benjamin2019-12-121-4/+5
* Project Zipper - BucketDaniel Gryniewicz2019-11-071-5/+0
* Project Zipper - BucketlistDaniel Gryniewicz2019-09-261-6/+6
* Merge pull request #19020 from zhangsw/feature-rgw-bucketsync-apiCasey Bodley2019-09-191-1/+12
|\
| * rgw: fix some compile errorszhang Shaowen2019-08-291-1/+1
| * rgw: add admin rest api for bucket sync.Zhang Shaowen2019-08-261-1/+12
* | Merge pull request #29852 from cbodley/wip-41395Casey Bodley2019-09-031-1/+2
|\ \
| * | rgw: add reshard checks to bucket quota sync threadCasey Bodley2019-08-231-1/+2
| |/