summaryrefslogtreecommitdiffstats
path: root/src/rgw/driver/rados/rgw_bucket.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #60845 from yehudasa/wip-69060Casey Bodley2024-12-111-2/+3
|\
| * rgw: fix bucket link operationYehuda Sadeh2024-11-261-2/+3
* | radosgw-admin: bucket link/unlink support accountsCasey Bodley2024-12-061-9/+42
|/
* rgw/service: remove unused metadata and metadata backend servicesCasey Bodley2024-09-121-1/+0
* rgw/metadata: use raw RGWMetadataHandler for bucket instancesCasey Bodley2024-09-121-170/+211
* rgw/metadata: use raw RGWMetadataHandler for bucket entrypointsCasey Bodley2024-09-121-177/+172
* rgw/bucket: remove unused 'meta backend ctx' argumentsCasey Bodley2024-09-121-234/+105
* Merge pull request #58082 from jzhu116-bloomberg/wip-66516Casey Bodley2024-09-091-1/+1
|\
| * rgw/multipart: use cls_version to avoid racing between part upload and multip...Jane Zhu2024-08-231-1/+1
* | Merge pull request #56597 from liangmingyuanneo/optimize-reshardCasey Bodley2024-09-051-4/+7
|\ \
| * | rgw/reshard: stop recording logs when reshard failedliangmingyuan2024-07-221-1/+3
| * | rgw/reshard: copy the index entries to dest shards.liangmingyuan2024-07-211-3/+3
| * | rgw/reshard: Add logrecord phase in reshardingliangmingyuan2024-07-201-0/+1
* | | Merge pull request #59117 from cbodley/wip-67468Casey Bodley2024-08-261-1/+1
|\ \ \ | |_|/ |/| |
| * | rgw/rados: zero-init shard_count in RGWBucket::check_index_unlinked()Casey Bodley2024-08-091-1/+1
| |/
* / rgw/sal: add dpp and optional_yield to lifecycle opsCasey Bodley2024-07-231-3/+4
|/
* rgw: add reshard status to bucket stats plus minor misc itemsJ. Eric Ivancich2024-07-121-8/+9
* rgw/multisite: add a flag to bilog_flags and use it to set/unset null versionShilpa Jagannath2024-06-281-3/+0
* RGW: Remove get_obj_state()/set_obj_state from SALDaniel Gryniewicz2024-05-281-4/+4
* rgw: switch back to boost::asio for spawn() and yield_contextCasey Bodley2024-05-131-9/+12
* rgw: make incomplete multipart upload part of bucket check efficientJ. Eric Ivancich2024-04-301-85/+246
* rgw: bucket list --uid redirects to account bucketsCasey Bodley2024-04-101-2/+15
* rgw/multisite: RGWBucketMetadataHandler updates linkage on owner changeCasey Bodley2024-04-101-8/+22
* rgw/sal: move list_buckets() to DriverCasey Bodley2024-04-101-38/+76
* rgw: use rgw_owner in RGWBucketInfoCasey Bodley2024-04-101-7/+17
* rgw: use rgw_owner in RGWBucketEntryPointCasey Bodley2024-04-101-39/+82
* rgw/rados: add rgwrados::buckets namespace abstraction for cls_userCasey Bodley2024-04-101-2/+2
* rgw/multisite-notification: Add omap object to store the mapping between buck...kchheda32024-03-051-23/+109
* rgw/multisite-notification: Add support to replicate bucket notifications in ...kchheda32024-03-051-6/+17
* rgw/lc: use flag and named constants instead of booleans as argument in inter...Jane Zhu2024-01-101-1/+1
* Revert "spawn: use explicit strand executor"Casey Bodley2023-12-211-2/+2
* rgw/acl/s3: parse_policy() as free functionCasey Bodley2023-11-301-1/+1
* rgw/acl/s3: write_policy_xml() as free functionCasey Bodley2023-11-301-1/+1
* rgw/acl: remove CephContext membersCasey Bodley2023-11-301-3/+3
* rgw: remove unused policy_bl_to_stream()Casey Bodley2023-11-301-11/+0
* rgw: ACLOwner as raw structCasey Bodley2023-11-301-2/+2
* Merge pull request #54171 from smanjara/wip-fix-archive-version-statusCasey Bodley2023-11-161-4/+5
|\
| * rgw/multisite: set versioning status in archive zone upon bucket creationShilpa Jagannath2023-10-241-4/+5
* | rgw/sal: Bucket owner as rgw_userCasey Bodley2023-11-091-23/+13
* | Merge pull request #50599 from cbodley/wip-rgw-sal-forwardCasey Bodley2023-11-081-32/+26
|\ \
| * | rgw/sal: rename Bucket::remove_bucket() to remove()Casey Bodley2023-11-071-2/+2
| * | rgw: use load_bucket()'s rgw_bucket overloadCasey Bodley2023-11-061-7/+17
| * | rgw/sal: rename loading get_bucket()s to load_bucket()Casey Bodley2023-11-061-24/+12
| * | rgw/sal: User::remove_bucket() no longer supports forward_to_masterCasey Bodley2023-11-061-2/+1
| * | rgw: don't use other zone's shard count for forwarded CreateBucket requestsCasey Bodley2023-11-061-5/+2
| |/
* / rgw: add layout generation info to "bucket stats"J. Eric Ivancich2023-10-261-5/+7
|/
* Merge pull request #53813 from cfsnyder/wip-63092J. Eric Ivancich2023-10-191-0/+6
|\
| * rgw: add versioning info to radosgw-admin bucket stats outputCory Snyder2023-10-041-0/+6
* | Merge pull request #52254 from vedanshbhartia/coverity_uninitYuval Lifshitz2023-10-091-1/+1
|\ \ | |/ |/|
| * rgw: Add coverity uninitialized variable and initialize RGWMetadataHandlerPut...Vedansh Bhartia2023-07-241-1/+1