index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_lua_request.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw: rename iam_user_policies to iam_identity_policies
Casey Bodley
2024-04-10
1
-1
/
+1
*
rgw: use rgw_owner in RGWBucketInfo
Casey Bodley
2024-04-10
1
-2
/
+13
*
rgw/acl: use rgw_owner for ACLOwner
Casey Bodley
2024-04-10
1
-3
/
+2
*
rgw/acl: ACLGrant uses variant for grantee types
Casey Bodley
2023-11-30
1
-5
/
+12
*
rgw/acl: req_state stores ACLs by value instead of unique_ptr
Casey Bodley
2023-11-30
1
-3
/
+3
*
rgw: ACLOwner as raw struct
Casey Bodley
2023-11-30
1
-3
/
+2
*
rgw/sal: Bucket owner as rgw_user
Casey Bodley
2023-11-09
1
-1
/
+1
*
rgw/lua/doc: support reloading lua packages on all RGWs
Yuval Lifshitz
2023-10-06
1
-1
/
+1
*
rgw/sal: StoreBucket no longer wraps RGWBucketEnt
Casey Bodley
2023-09-22
1
-4
/
+0
*
rgw/lua: allow metatable fields to be cached
Yuval Lifshitz
2023-08-09
1
-169
/
+124
*
rgw/lua: expose correct value in Request.Bucket.User
Yuval Lifshitz
2023-08-09
1
-1
/
+2
*
rgw/lua: add configurable memory limit for the lua state
Yuval Lifshitz
2023-08-06
1
-25
/
+29
*
rgw/lua: use an iterator to avoid infinite loops in case of multimap
Yuval Lifshitz
2023-06-21
1
-46
/
+8
*
rgw/lua: fix CopyFrom crash
Yuval Lifshitz
2023-04-10
1
-1
/
+1
*
rgw/lua: pass luarocks_path directly, remove from sal
Casey Bodley
2022-12-13
1
-3
/
+1
*
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
-3
/
+4
*
RGW - Zipper - Rename rgw::sal::Store to rgw::sal::Driver
Daniel Gryniewicz
2022-12-08
1
-3
/
+3
*
rgw: add hook for RGWOp subclasses to write custom metadata to ops logs
Cory Snyder
2022-09-28
1
-5
/
+5
*
rgw/lua: allow read access to object data
Yuval Lifshitz
2022-08-21
1
-5
/
+11
*
Revert "rgw/lua: allow read access to object data"
Casey Bodley
2022-08-15
1
-11
/
+5
*
rgw/lua: allow read access to object data
Yuval Lifshitz
2022-08-04
1
-5
/
+11
*
rgw/lua: allow bucket name override in pre request
Yuval Lifshitz
2022-07-05
1
-0
/
+15
*
Merge pull request #46313 from zenomri/wip-omri-tracing-lua
Yuval Lifshitz
2022-06-14
1
-0
/
+80
|
\
|
*
rgw: add functionality of SetAttribute and AddEvent method in postRequest con...
Omri Zeneva
2022-06-13
1
-0
/
+80
*
|
Merge pull request #46568 from yuvalif/wip-yuval-lua-counters
Yuval Lifshitz
2022-06-13
1
-35
/
+35
|
\
\
|
|
/
|
/
|
|
*
rgw/lua: use constants for upvalue indexes
yuval Lifshitz
2022-06-09
1
-35
/
+35
*
|
rgw/lua: pass correct value to "toplevel" param
yuval Lifshitz
2022-06-09
1
-1
/
+1
|
/
*
Merge pull request #42779 from Matan-B/lua-rgw-map
Yuval Lifshitz
2022-06-08
1
-91
/
+21
|
\
|
*
rgw: add lua counters
Yuval Lifshitz
2022-05-08
1
-3
/
+8
|
*
rgw: Lua scripting global map feature
Matan Breizman
2022-05-08
1
-88
/
+13
*
|
Merge pull request #45662 from zenomri/wip-cond-tracing
Yuval Lifshitz
2022-05-16
1
-0
/
+33
|
\
\
|
|
/
|
/
|
|
*
rgw: support conditional tracing using lua script
Omri Zeneva
2022-05-11
1
-0
/
+33
*
|
rgw: support bucket name in pre request context
Omri Zeneva
2022-05-01
1
-5
/
+10
|
/
*
Merge pull request #43529 from curtbruns/rgw-lua-storageclass
Yuval Lifshitz
2021-11-30
1
-0
/
+15
|
\
|
*
rgw/lua: allow read/write of StorageClass field
Curt Bruns
2021-10-19
1
-0
/
+15
*
|
rgw: add abstraction for ops log destination and add file logger
Cory Snyder
2021-10-05
1
-11
/
+9
|
/
*
rgw: Adding missing field to lua scripting
Matan Breizman
2021-07-01
1
-0
/
+6
*
rgw/rgw_lua*: return unknown field error using luaL_error()
Kefu Chai
2021-06-08
1
-15
/
+15
*
rgw: add DPP's to logging for most ops
Ali Maredia
2021-05-04
1
-3
/
+3
*
RGW Zipper - The Great Rename
Daniel Gryniewicz
2021-04-15
1
-4
/
+4
*
RGW - Zipper 10: Pull The Thread
Daniel Gryniewicz
2021-03-02
1
-2
/
+2
*
rgw/lua: allow for multiple RGWs to install packages in the same host
Yuval Lifshitz
2020-12-15
1
-3
/
+4
*
rgw/lua: support packages via luarocks
Yuval Lifshitz
2020-12-04
1
-2
/
+6
*
rgw/lua: use lua exceptions instead of ceph_asserts
Yuval Lifshitz
2020-10-30
1
-54
/
+32
*
rgw/lua: allow setting metadata via lua
Yuval Lifshitz
2020-10-30
1
-3
/
+22
*
rgw: avoid using lua_ namespace.
Patrick Donnelly
2020-10-14
1
-46
/
+46
*
rgw/lua: run lua scripts in s3 requests context
Yuval Lifshitz
2020-10-12
1
-0
/
+817