summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_bucket.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/sal: Bucket owner as rgw_userCasey Bodley2023-11-091-1/+1
* RGW - Zipper - Chown reworkDaniel Gryniewicz2022-12-151-0/+61
* rgw: rgw_parse_url_bucket() rejects empty bucket names after 'tenant:'Casey Bodley2022-12-091-2/+6
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2022-11-291-3023/+32
* RGW - Zipper - Use zipper APIsDaniel Gryniewicz2022-08-161-23/+3
* rgwlc/sync: avoid calling merge-and-store-attrs from remove_bucket_config()Matt Benjamin2022-08-021-1/+1
* Merge pull request #47083 from cbodley/wip-rgw-sysobjctx-rmCasey Bodley2022-07-251-4/+7
|\
| * rgw: remove RGWSysObjectCtx entirelyCasey Bodley2022-07-131-4/+7
* | rgwlc: activate lifecycle processing on non-master zonesMatt Benjamin2022-07-181-8/+50
|/
* rgw: RGWBucket::sync() no longer duplicates datalog/bilog entriesCasey Bodley2022-05-271-29/+2
* rgw: use get_current_index() instead of log_to_index_layout()Casey Bodley2022-05-271-6/+8
* rgw: update indexless bucket check for bucket statsJ. Eric Ivancich2022-05-271-12/+2
* rgw: `radosgw-admin bucket stats` on indexless bucket crashesJ. Eric Ivancich2022-05-271-2/+17
* rgw: fix handling of bucket layout in metadata syncCasey Bodley2022-05-271-4/+3
* rgw: add gen parameter to RGWDataChangesLog::add_entryAdam C. Emerson2022-05-271-1/+4
* rgw: reshard adds a log layout for the new indexCasey Bodley2022-05-271-3/+1
* rgw: clean up uses of BucketShard::init() without infoCasey Bodley2022-05-271-1/+1
* rgw: use a helper function to handle repetitive num_shards checkShilpa Jagannath2022-05-271-1/+1
* rgw: code organization fixes and error handlingShilpa Jagannath2022-05-271-2/+1
* rgw: - take non-optional gen_id in svc_bi_rados functionsShilpa Jagannath2022-05-271-1/+1
* rgw: make RGWBucketInfo non-const in functions using guard_reshard()Shilpa Manjarabad Jagannath2022-05-271-1/+1
* rgw: target_layout to be optionalShilpa Manjarabad Jagannath2022-05-271-1/+2
* rgw/dynamic-resharding: reshard bucket using the same instance idShilpa Jagannath2022-05-271-6/+18
* rgw: add generation support to BILog admin APIsShilpa Jagannath2022-05-271-4/+10
* Merge pull request #46030 from ivancich/wip-fix-bucket-index-newJ. Eric Ivancich2022-05-011-20/+19
|\
| * rgw: address technical debt in RGWBucket::check_bad_index_multipartJ. Eric Ivancich2022-04-281-20/+17
| * rgw: "bucket check --fix" should delete damaged multipart uploads from biJ. Eric Ivancich2022-04-271-0/+2
* | RGW: Zipper - zonegroup, placement tierDaniel Gryniewicz2022-04-201-31/+0
|/
* rgw: make bucket index pending op expiration configureableJ. Eric Ivancich2022-03-241-2/+5
* RGW - Zipper - remove RGWObjectCtx from SAL APIDaniel Gryniewicz2022-03-071-8/+5
* rgw: fix bad memory usage of bucket chown methodMohammad Fatemipour2021-12-191-1/+1
* rgw:cleanup/refactor json and xml encoders and decodersKaleb S. KEITHLEY2021-12-131-0/+47
* cls/rgw: RGWObjCategory to stringCasey Bodley2021-11-191-2/+1
* rgw: remove prefix & delim params for bucket removal & mp upload abortJ. Eric Ivancich2021-11-131-1/+1
* RGW Zipper - API CleanupsDaniel Gryniewicz2021-11-091-4/+16
* Merge pull request #43503 from mkogan1/wip-fips-md5Mark Kogan2021-10-211-0/+2
|\
| * rgw: under fips, set flag to allow md5 in select rgw opsMark Kogan2021-10-141-0/+2
* | rgw: allow force-check filter to pass through the SAL layerJ. Eric Ivancich2021-10-151-5/+7
|/
* RGW Zipper - don't reference instance in bucket APIsDaniel Gryniewicz2021-08-201-3/+3
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* rgw: clean up some codeJ. Eric Ivancich2021-08-031-5/+1
* Remove get_raw_obj() from ObjectDaniel Gryniewicz2021-07-281-134/+1
* Merge pull request #41926 from TRYTOBE8TME/wip-rgw-dpp-2Ali Maredia2021-07-021-1/+1
|\
| * rgw: DPP addition 3Kalpesh Pandya2021-07-021-1/+1
* | rgw: DPP addition to log messagesKalpesh Pandya2021-06-241-4/+4
|/
* RGW Zipper - consolidate two bucket remove APIsDaniel Gryniewicz2021-05-121-8/+2
* RGW Zipper - Remove link/unlink from APIDaniel Gryniewicz2021-05-061-148/+120
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-64/+66
* Merge pull request #41102 from soumyakoduri/set_acl_fixCasey Bodley2021-05-031-19/+0
|\
| * rgw/acl: set_acl shouldn't overwrite bucket attrsSoumya Koduri2021-05-021-19/+0