index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_process.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw/logging: add support for GetBucketLogging and PutBucketLogging
Yuval Lifshitz
2024-12-08
1
-0
/
+15
*
Merge pull request #57635 from clwluvw/trans-id
Casey Bodley
2024-09-09
1
-8
/
+12
|
\
|
*
rgw: log bucket name to req done line
Seena Fallah
2024-06-26
1
-0
/
+1
|
*
rgw: log op name in req done line
Seena Fallah
2024-06-26
1
-4
/
+6
|
*
rgw: log x-amz-request-id along with the request
Seena Fallah
2024-06-26
1
-5
/
+6
*
|
rgw: decrement qlen/qactive perf counters on error
Mark Kogan
2024-08-21
1
-0
/
+2
*
|
rgw_cksum: multipart upload checksums
Matt Benjamin
2024-07-03
1
-1
/
+1
|
/
*
rgw/auth: pass user policies into identities
Casey Bodley
2024-04-10
1
-1
/
+1
*
rgw/auth: auth engines pass optional account info into identities
Casey Bodley
2024-04-10
1
-1
/
+7
*
rgw: rename request traces and change for tags
Omri Zeneva
2023-07-11
1
-6
/
+5
*
rgw/lua: split out a struct RGWLuaProcessEnv
Casey Bodley
2022-12-13
1
-2
/
+2
*
rgw: move lua stuff out of req_state
Casey Bodley
2022-12-09
1
-4
/
+2
*
rgw: move RGWProcessEnv into new rgw_process_env.h
Casey Bodley
2022-12-09
1
-0
/
+1
*
rgw: req_state takes const ref to RGWProcessEnv
Casey Bodley
2022-12-09
1
-1
/
+1
*
rgw: process_request() takes RGWProcessEnv
Casey Bodley
2022-12-09
1
-15
/
+12
*
RGW - Zipper - Rename rgw::sal::Store to rgw::sal::Driver
Daniel Gryniewicz
2022-12-08
1
-13
/
+13
*
rgw: add hook for RGWOp subclasses to write custom metadata to ops logs
Cory Snyder
2022-09-28
1
-3
/
+3
*
rgw/lua: allow read access to object data
Yuval Lifshitz
2022-08-21
1
-4
/
+6
*
Revert "rgw/lua: allow read access to object data"
Casey Bodley
2022-08-15
1
-3
/
+2
*
Merge pull request #46550 from yuvalif/wip-yuval-lua-filter
Yuval Lifshitz
2022-08-15
1
-2
/
+3
|
\
|
*
rgw/lua: allow read access to object data
Yuval Lifshitz
2022-08-04
1
-2
/
+3
*
|
Merge pull request #47010 from yuvalif/wip-yuval-fix-lua-post-ctx
Yuval Lifshitz
2022-08-15
1
-10
/
+12
|
\
\
|
*
|
rgw: fix the "empty" interface for sal Bucket and Object
Yuval Lifshitz
2022-08-07
1
-3
/
+3
|
*
|
rgw/lua: post request context does not work
Yuval Lifshitz
2022-08-07
1
-10
/
+12
|
|
/
*
/
rgw/lua: don't create the script manager per request
yuval Lifshitz
2022-08-07
1
-4
/
+5
|
/
*
rgw: remove unnecessary "struct" from req_state declarations
J. Eric Ivancich
2022-06-22
1
-2
/
+2
*
Merge pull request #42779 from Matan-B/lua-rgw-map
Yuval Lifshitz
2022-06-08
1
-4
/
+4
|
\
|
*
rgw: Lua scripting global map feature
Matan Breizman
2022-05-08
1
-4
/
+4
*
|
cmake: set WITH_JAEGER=ON by default
Omri Zeneva
2022-05-17
1
-1
/
+1
*
|
rgw: support conditional tracing using lua script
Omri Zeneva
2022-05-11
1
-1
/
+3
|
/
*
RGW - Zipper - remove RGWObjectCtx from SAL API
Daniel Gryniewicz
2022-03-07
1
-3
/
+0
*
rgw: Add rgw rate limiting per user and per bucket
Or Friedmann
2022-01-05
1
-4
/
+82
*
tracer, rgw, osd: rewrite Tracer class using opentelemetry sdk
Omri Zeneva
2021-11-03
1
-7
/
+6
*
common/tracer: tracer implementation was moved to common/
Omri Zeneva
2021-11-03
1
-10
/
+10
*
rgw: add abstraction for ops log destination and add file logger
Cory Snyder
2021-10-05
1
-2
/
+2
*
Tracer implementation
Omri Zeneva
2021-08-17
1
-2
/
+27
*
rgw: build without "using namespace std"
Kefu Chai
2021-08-13
1
-0
/
+1
*
rgw: add DPP's to logging for most ops
Ali Maredia
2021-05-04
1
-1
/
+1
*
RGW Zipper - The Great Rename
Daniel Gryniewicz
2021-04-15
1
-3
/
+3
*
Merge pull request #39776 from alimaredia/wip-rgw-log-req-latency
Mark Kogan
2021-03-25
1
-1
/
+7
|
\
|
*
rgw: add latency to the request summary of an op
Ali Maredia
2021-03-17
1
-1
/
+7
*
|
RGW Zipper - Wrap zoneutils
Daniel Gryniewicz
2021-03-02
1
-2
/
+2
*
|
RGW Zipper - random cleanups
Daniel Gryniewicz
2021-03-02
1
-1
/
+1
*
|
RGW Zipper - Clean up get_user* APIs.
Daniel Gryniewicz
2021-03-02
1
-2
/
+2
*
|
Zipper - zipperify the Auth code
Daniel Gryniewicz
2021-03-02
1
-3
/
+0
*
|
RGW - Zipper 10: Pull The Thread
Daniel Gryniewicz
2021-03-02
1
-6
/
+6
|
/
*
rgw: Add DoutPrefixProvider to create_bucket logging
Ali Maredia
2021-01-27
1
-2
/
+2
*
Merge pull request #37924 from yuvalif/allow_packages_in_lua
Yuval Lifshitz
2020-12-17
1
-0
/
+1
|
\
|
*
rgw/lua: allow for multiple RGWs to install packages in the same host
Yuval Lifshitz
2020-12-15
1
-3
/
+2
|
*
rgw/lua: support packages via luarocks
Yuval Lifshitz
2020-12-04
1
-2
/
+4
[next]