summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_op.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #55259 from linuxbox2/wip-object-attributesMatt Benjamin2025-01-101-0/+46
|\
| * rgw:attrs: dump marker and max_parts only if sentMatt Benjamin2025-01-081-2/+2
| * rgw: GetObjAttrs enforces MaxSize and returns correct IsTruncatedCasey Bodley2025-01-081-1/+1
| * rgw_cksum: permit fallback to checksum-type from create-multipart, in upload-...Matt Benjamin2025-01-081-0/+1
| * rgw_cksum: zero-initialize GetObjAttrs integral membersMatt Benjamin2025-01-081-3/+3
| * rgw: implement GetObjectAttributesMatt Benjamin2025-01-081-0/+45
* | Merge pull request #59960 from smanjara/wip-fix-missing-http-dataCasey Bodley2025-01-091-0/+1
|\ \ | |/ |/|
| * rgw/multisite: the create_bucket forward request omits theShilpa Jagannath2025-01-081-0/+1
* | rgw: allow disabling bucket stats on head bucketSeena Fallah2024-12-131-1/+2
* | Merge pull request #59808 from yuvalif/wip-yuval-bucket-logging3Yuval Lifshitz2024-12-101-12/+5
|\ \
| * | rgw/logging: add support for GetBucketLogging and PutBucketLoggingYuval Lifshitz2024-12-081-12/+5
* | | rgw/restore: Fixed status codes and response headersshreyanshjain71742024-10-131-0/+1
|/ /
* / RGW: Cloud Restore cli and its corresponding response for user.shreyanshjain71742024-10-031-0/+18
|/
* rgw: load copy source bucket attrs in putobjSeena Fallah2024-08-161-0/+1
* rgw_cksum: implement POST upload checksumsMatt Benjamin2024-07-031-0/+1
* rgw_cksum: multipart upload checksumsMatt Benjamin2024-07-031-2/+13
* rgw: add checksum and digest machineryMatt Benjamin2024-07-031-1/+5
* rgw: PubObj uses RGWObjTags by valueCasey Bodley2024-06-281-9/+5
* rgw: avoid gotos in RGWDeleteMultiObj::executeCasey Bodley2024-05-311-0/+1
* rgw: RGWDeleteMultiObj uses spawn_throttle for concurrencyCasey Bodley2024-05-311-20/+3
* rgw: move publish_complete() back to RGWCompleteMultipart::execute()Casey Bodley2024-05-031-2/+0
* rgw: CompleteMultipart uses s->object instead of target_objCasey Bodley2024-05-031-1/+0
* rgw/multisite-notification: retry storing bucket notification attrs for ECANC...kchheda32024-04-261-0/+30
* rgw/auth: object ops use new verify_bucket_permission() overloadCasey Bodley2024-04-101-1/+3
* rgw/auth: pass user policies into identitiesCasey Bodley2024-04-101-8/+0
* rgw: forward_to_master() passes rgw_owner for effective uid headerCasey Bodley2024-04-101-1/+1
* rgw/iam: load and evaluate group policiesCasey Bodley2024-04-101-3/+8
* rgw/iam: Policy() takes string instead of bufferlistCasey Bodley2024-04-101-1/+1
* rgw: remove unused object lock stuff from CompleteMultipartCasey Bodley2024-03-011-3/+0
* src/rgw: fix for the multipart interface in the WORM functiondaijufang2024-02-291-0/+6
* RGW:pubsub publish commit with etag populatedAli Masarwa2023-12-141-0/+5
* rgw/acl: req_state stores ACLs by value instead of unique_ptrCasey Bodley2023-11-301-2/+2
* rgw/acl/s3: parse_policy() as free functionCasey Bodley2023-11-301-3/+2
* rgw/acl: remove CephContext membersCasey Bodley2023-11-301-36/+0
* rgw: fix spelling errorsJosh Soref2023-11-271-1/+1
* rgw/s3: add part param and response to GetObjCasey Bodley2023-11-211-0/+5
* rgw: add free function rgw_forward_request_to_master()Casey Bodley2023-11-071-9/+6
* rgw/sal: move User::create_bucket() to Bucket::create()Casey Bodley2023-11-071-17/+7
* rgw: move rgw_op_get_bucket_policy_from_attr() out of salCasey Bodley2023-11-061-3/+3
* tracing/osd/rgw: using jspan as alias to opentelemetry::SpanYuval Lifshitz2023-10-121-4/+4
* rgw/sal: list_buckets() returns RGWBucketEntsCasey Bodley2023-09-221-2/+3
* rgw: remove Bucket::update_container_stats()Casey Bodley2023-09-211-9/+8
* rgw: Pass and check destination zone trace when fetching objectAlex Wojno2023-05-241-0/+1
* rgw/cloudtransition: Allow multisite zones to sync cloudtiered objectsSoumya Koduri2023-05-011-0/+1
* rgw: RGWCopyObj loads src_bucket in init_processing()Casey Bodley2023-03-231-0/+1
* rgw: dont duplicate sal handles in RGWCopyObjCasey Bodley2023-03-231-4/+0
* rgw: rgw_op.h doesn't include rgw_torrent.hCasey Bodley2023-03-021-4/+2
* rgw/torrent: PutObj uses the filter to write RGW_ATTR_TORRENTCasey Bodley2023-03-021-1/+3
* Merge pull request #49335 from yuvalif/wip-yuval-fix-58167Yuval Lifshitz2023-02-201-0/+3
|\
| * rgw: refactor service handlersYuval Lifshitz2023-01-251-0/+3