summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_process.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/logging: add support for GetBucketLogging and PutBucketLoggingYuval Lifshitz2024-12-081-0/+15
* Merge pull request #57635 from clwluvw/trans-idCasey Bodley2024-09-091-8/+12
|\
| * rgw: log bucket name to req done lineSeena Fallah2024-06-261-0/+1
| * rgw: log op name in req done lineSeena Fallah2024-06-261-4/+6
| * rgw: log x-amz-request-id along with the requestSeena Fallah2024-06-261-5/+6
* | rgw: decrement qlen/qactive perf counters on errorMark Kogan2024-08-211-0/+2
* | rgw_cksum: multipart upload checksumsMatt Benjamin2024-07-031-1/+1
|/
* rgw/auth: pass user policies into identitiesCasey Bodley2024-04-101-1/+1
* rgw/auth: auth engines pass optional account info into identitiesCasey Bodley2024-04-101-1/+7
* rgw: rename request traces and change for tagsOmri Zeneva2023-07-111-6/+5
* rgw/lua: split out a struct RGWLuaProcessEnvCasey Bodley2022-12-131-2/+2
* rgw: move lua stuff out of req_stateCasey Bodley2022-12-091-4/+2
* rgw: move RGWProcessEnv into new rgw_process_env.hCasey Bodley2022-12-091-0/+1
* rgw: req_state takes const ref to RGWProcessEnvCasey Bodley2022-12-091-1/+1
* rgw: process_request() takes RGWProcessEnvCasey Bodley2022-12-091-15/+12
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-13/+13
* rgw: add hook for RGWOp subclasses to write custom metadata to ops logsCory Snyder2022-09-281-3/+3
* rgw/lua: allow read access to object dataYuval Lifshitz2022-08-211-4/+6
* Revert "rgw/lua: allow read access to object data"Casey Bodley2022-08-151-3/+2
* Merge pull request #46550 from yuvalif/wip-yuval-lua-filterYuval Lifshitz2022-08-151-2/+3
|\
| * rgw/lua: allow read access to object dataYuval Lifshitz2022-08-041-2/+3
* | Merge pull request #47010 from yuvalif/wip-yuval-fix-lua-post-ctxYuval Lifshitz2022-08-151-10/+12
|\ \
| * | rgw: fix the "empty" interface for sal Bucket and ObjectYuval Lifshitz2022-08-071-3/+3
| * | rgw/lua: post request context does not workYuval Lifshitz2022-08-071-10/+12
| |/
* / rgw/lua: don't create the script manager per requestyuval Lifshitz2022-08-071-4/+5
|/
* rgw: remove unnecessary "struct" from req_state declarationsJ. Eric Ivancich2022-06-221-2/+2
* Merge pull request #42779 from Matan-B/lua-rgw-mapYuval Lifshitz2022-06-081-4/+4
|\
| * rgw: Lua scripting global map featureMatan Breizman2022-05-081-4/+4
* | cmake: set WITH_JAEGER=ON by defaultOmri Zeneva2022-05-171-1/+1
* | rgw: support conditional tracing using lua scriptOmri Zeneva2022-05-111-1/+3
|/
* RGW - Zipper - remove RGWObjectCtx from SAL APIDaniel Gryniewicz2022-03-071-3/+0
* rgw: Add rgw rate limiting per user and per bucketOr Friedmann2022-01-051-4/+82
* tracer, rgw, osd: rewrite Tracer class using opentelemetry sdkOmri Zeneva2021-11-031-7/+6
* common/tracer: tracer implementation was moved to common/Omri Zeneva2021-11-031-10/+10
* rgw: add abstraction for ops log destination and add file loggerCory Snyder2021-10-051-2/+2
* Tracer implementationOmri Zeneva2021-08-171-2/+27
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+1
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-1/+1
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-3/+3
* Merge pull request #39776 from alimaredia/wip-rgw-log-req-latencyMark Kogan2021-03-251-1/+7
|\
| * rgw: add latency to the request summary of an opAli Maredia2021-03-171-1/+7
* | RGW Zipper - Wrap zoneutilsDaniel Gryniewicz2021-03-021-2/+2
* | RGW Zipper - random cleanupsDaniel Gryniewicz2021-03-021-1/+1
* | RGW Zipper - Clean up get_user* APIs.Daniel Gryniewicz2021-03-021-2/+2
* | Zipper - zipperify the Auth codeDaniel Gryniewicz2021-03-021-3/+0
* | RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-6/+6
|/
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-2/+2
* Merge pull request #37924 from yuvalif/allow_packages_in_luaYuval Lifshitz2020-12-171-0/+1
|\
| * rgw/lua: allow for multiple RGWs to install packages in the same hostYuval Lifshitz2020-12-151-3/+2
| * rgw/lua: support packages via luarocksYuval Lifshitz2020-12-041-2/+4