summaryrefslogtreecommitdiffstats
path: root/src/rgw/services (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: consider multi zonegroup for is_syncing_bucket_metaSeena Fallah2024-11-262-22/+4
* Merge pull request #59998 from cbodley/wip-63935Casey Bodley2024-09-301-5/+5
|\
| * rgw/rados: rgw_rados_operate() takes version_t*Casey Bodley2024-09-261-5/+5
* | Merge pull request #58461 from cbodley/wip-cls-rgw-index-asyncCasey Bodley2024-09-262-0/+9
|\ \ | |/ |/|
| * cls/rgw: warn about CLSRGWConcurrentIO use in asio threadsCasey Bodley2024-09-062-0/+9
* | rgw/service: remove unused metadata and metadata backend servicesCasey Bodley2024-09-1214-1089/+3
* | rgw/services: remove unused RGWSI_Role_RADOSCasey Bodley2024-09-122-132/+0
* | rgw/metadata: use raw RGWMetadataHandler for user metadataCasey Bodley2024-09-123-79/+69
* | rgw/user: remove unused 'meta backend ctx' argumentsCasey Bodley2024-09-123-61/+32
* | rgw/user: call sysobj directly instead of 'sysobj meta backend'Casey Bodley2024-09-121-17/+14
* | rgw/metadata: use raw RGWMetadataHandler for bucket instancesCasey Bodley2024-09-128-136/+54
* | rgw/metadata: use raw RGWMetadataHandler for bucket entrypointsCasey Bodley2024-09-124-67/+70
* | rgw/bucket: remove unused 'meta backend ctx' argumentsCasey Bodley2024-09-126-110/+58
* | rgw/bucket: call sysobj directly instead of 'sysobj meta backend'Casey Bodley2024-09-121-28/+22
* | rgw/bucket: free functions for bucket instance metadata keysCasey Bodley2024-09-121-37/+46
* | rgw/services: remove otp service and metadata backendCasey Bodley2024-09-127-474/+0
|/
* rgw/reshard: Backward Compatibilityliangmingyuan2024-07-223-8/+27
* rgw: link account root to account user indexCasey Bodley2024-04-101-1/+1
* rgw/rados: load attrs with RadosUserCasey Bodley2024-04-103-6/+23
* rgw: make user email matching case-insensitiveCasey Bodley2024-04-101-7/+16
* rgw/sal: add backend interfaces for group metadataCasey Bodley2024-04-101-0/+45
* rgw/rados: user metadata links to account indexCasey Bodley2024-04-101-9/+89
* rgw/sal: add load_aclowner_by_email()Casey Bodley2024-04-103-13/+38
* rgw/sal: move list_buckets() to DriverCasey Bodley2024-04-103-173/+0
* rgw: use rgw_owner in RGWBucketEntryPointCasey Bodley2024-04-102-1/+3
* rgw/rados: add rgwrados::buckets namespace abstraction for cls_userCasey Bodley2024-04-106-322/+29
* rgw/rados: generalize RGWUID for accountsCasey Bodley2024-04-101-12/+17
* rgw/topic: remove unused RGWSI_Topic_RADOSCasey Bodley2024-03-052-306/+0
* rgw/topic: metadata key format in rgw_pubsub.hCasey Bodley2024-03-051-8/+1
* rgw/mdlog: add complete_entry() for most common usageCasey Bodley2024-03-052-0/+23
* rgw/rados: RGWTopicMetadataHandler doesn't depend on RGWPubSubCasey Bodley2024-03-051-8/+10
* rgw/multisite-notification: Add omap object to store the mapping between buck...kchheda32024-03-052-1/+9
* rgw/multisite-notification: Add support to replicate topic creation in multi...kchheda32024-03-052-0/+303
* Merge pull request #55634 from cbodley/wip-64480Casey Bodley2024-02-221-3/+8
|\
| * rgw: RGWSI_SysObj_Cache::remove() invalidates after successful deleteCasey Bodley2024-02-181-3/+8
* | rgw/user: add 'active' flag to RGWAccessKeyCasey Bodley2024-02-091-38/+57
|/
* rgw/sysobj: pool_list_objects_init() initializes markerCasey Bodley2023-12-012-3/+4
* rgw: Remove `RGWSI_RADOS`Adam C. Emerson2023-11-2917-688/+0
* rgw: Remove `RGWSI_RADOS` from `RGWSI_SysObj*`Adam C. Emerson2023-11-2910-106/+78
* rgw: Remove `RGWSI_RADOS` from `RGWSI_User_RADOS`Adam C. Emerson2023-11-292-22/+23
* rgw: Remove `RGWSI_RADOS` from `RGWSI_Zone_Tools`Adam C. Emerson2023-11-292-17/+18
* rgw: Remove `RGWSI_RADOS` from `RGWSI_Zone`Adam C. Emerson2023-11-292-10/+5
* rgw: Remove `RGWSI_RADOS` from `RGWSI_Notify`Adam C. Emerson2023-11-292-24/+23
* rgw: Remove `RGWSI_RADOS` from `RGWSI_MDLog`Adam C. Emerson2023-11-294-35/+27
* rgw: Remove `RGWSI_RADOS` from `RGWSI_ConfigKey_RADOS`Adam C. Emerson2023-11-292-19/+16
* rgw: Remove `RGWSI_RADOS` from `RGWSI_Cls`Adam C. Emerson2023-11-292-75/+53
* rgw: Remove RGWSI_RADOS from RGWSI_BI_RADOSAdam C. Emerson2023-11-293-59/+48
* rgw: Distentangle `rgw_rados_ref` from `RGWSI_RADOS`Adam C. Emerson2023-11-293-9/+12
* Merge pull request #54619 from cbodley/wip-rgw-sal-get-stats-asyncCasey Bodley2023-11-293-20/+16
|\
| * rgw/sal: unify ReadStatsCB for async user/bucket statsCasey Bodley2023-11-233-11/+11