summaryrefslogtreecommitdiffstats
path: root/src/rgw/driver/rados (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: SAL drivers take `boost::asio::io_context`Adam C. Emerson2024-01-245-40/+77
* Merge pull request #53320 from jzhu116-bloomberg/wip-62710Casey Bodley2024-01-243-166/+267
|\
| * rgw/multisite: maintain endpoints connectable status and retry the requests t...Jane Zhu2024-01-163-166/+267
* | rgw/lua: fix compilation issue when lua packages are disabledYuval Lifshitz2024-01-231-1/+4
* | rgw/lc: use flag and named constants instead of booleans as argument in inter...Jane Zhu2024-01-107-38/+43
* | rgw/lc: remove default arguments in virtual functionsJane Zhu2024-01-104-9/+9
* | rgw/lc: do not add datalog/bilog for some lc actionsJane Zhu2024-01-106-117/+185
|/
* Merge pull request #54829 from awojno-bloomberg/wip-fix-role-delete-replicationCasey Bodley2024-01-091-6/+8
|\
| * rgw/iam: fix role deletion replicationAlex Wojno2023-12-201-6/+8
* | Merge pull request #54587 from cbodley/wip-45736Casey Bodley2024-01-081-3/+4
|\ \
| * | rgw: add headers to guide cache update in 304 response to conditional getIlsoo Byun2023-11-241-3/+4
* | | Merge pull request #50055 from cbodley/wip-rgw-polymorphic-executorCasey Bodley2024-01-043-12/+12
|\ \ \
| * | | Revert "spawn: use explicit strand executor"Casey Bodley2023-12-213-12/+12
* | | | Merge pull request #54903 from cbodley/wip-63829Casey Bodley2024-01-041-1/+3
|\ \ \ \
| * | | | radosgw-admin: 'zone set' won't overwrite existing default-placementCasey Bodley2023-12-141-1/+3
* | | | | rgw: Don't hold mutex over yield in LazyFIFOAdam Emerson2023-12-211-5/+17
| |/ / / |/| | |
* | | | Merge pull request #52276 from vedanshbhartia/coverity_1523402Yuval Lifshitz2023-12-171-15/+15
|\ \ \ \
| * | | | rgw: Add a wrapper for librados::AioCompletion to prevent memory leaksVedansh Bhartia2023-10-091-15/+15
* | | | | Merge pull request #54569 from AliMasarweh/wip-alimasa-multi-pubsub-etagYuval Lifshitz2023-12-171-1/+1
|\ \ \ \ \
| * | | | | RGW:pubsub publish commit with etag populatedAli Masarwa2023-12-141-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #54841 from cbodley/wip-rgw-multisite-rados-crashCasey Bodley2023-12-151-4/+4
|\ \ \ \ \
| * | | | | rgw/multisite: error repo coroutines initialize rados pointerCasey Bodley2023-12-131-2/+2
| * | | | | rgw/multisite: error repo coroutines store raw_obj by valueCasey Bodley2023-12-131-2/+2
| |/ / / /
* | | | | Merge pull request #54878 from yuvalif/wip-yuval-split-rgw-toolsCasey Bodley2023-12-152-325/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rgw: split RGWDataAccess from rgw_tools.ccYuval Lifshitz2023-12-122-325/+0
| | |_|/ | |/| |
* | | | Merge pull request #54748 from cbodley/wip-63717Casey Bodley2023-12-121-3/+1
|\ \ \ \ | |/ / / |/| | |
| * | | rgw/rados: rgw_list_pool() loops until 'max' matchesCasey Bodley2023-12-041-3/+1
* | | | Merge pull request #54278 from smanjara/wip-fix-rgw-full-syncCasey Bodley2023-12-071-1/+1
|\ \ \ \
| * | | | rgw/multisite: correct the marker_tracker->flush() call and onlyShilpa Jagannath2023-11-011-1/+1
* | | | | Merge pull request #54810 from mkogan1/rgw-wip-t63445-valg-supp-rbCasey Bodley2023-12-071-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | rgw: d3n: fix valgrind reported leak related to libaio worker threadsMark Kogan2023-12-061-1/+1
* | | | | rgw/acl: ACLGrant uses variant for grantee typesCasey Bodley2023-11-301-7/+4
* | | | | rgw/acl: req_state stores ACLs by value instead of unique_ptrCasey Bodley2023-11-301-4/+4
* | | | | rgw/acl/s3: parse_policy() as free functionCasey Bodley2023-11-301-1/+1
* | | | | rgw/acl/s3: write_policy_xml() as free functionCasey Bodley2023-11-301-1/+1
* | | | | rgw/acl: use create_default() instead of empty canned aclsCasey Bodley2023-11-301-2/+3
* | | | | rgw/acl: add_grant() takes const refCasey Bodley2023-11-301-1/+1
* | | | | rgw/acl: remove CephContext membersCasey Bodley2023-11-307-10/+6
* | | | | rgw: remove unused policy_bl_to_stream()Casey Bodley2023-11-302-12/+0
* | | | | rgw: ACLOwner as raw structCasey Bodley2023-11-307-30/+31
* | | | | rgw: reorder rgw_user members for default operator<=>Casey Bodley2023-11-301-8/+8
* | | | | Merge pull request #54697 from yuvalif/wip-yuval-63314Yuval Lifshitz2023-11-301-114/+55
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rgw/kafka/amqp: fix race conditionn in async completion handlersYuval Lifshitz2023-11-291-114/+55
| | |_|/ | |/| |
* | | | rgw: Remove `RGWSI_RADOS`Adam C. Emerson2023-11-2914-144/+110
* | | | rgw: Remove `RGWSI_RADOS` from `RGWSI_SysObj*`Adam C. Emerson2023-11-296-19/+65
* | | | rgw: Remove `RGWSI_RADOS` from `RGWSI_User_RADOS`Adam C. Emerson2023-11-291-1/+1
* | | | rgw: Remove `RGWSI_RADOS` from `RGWSI_Zone_Tools`Adam C. Emerson2023-11-291-1/+1
* | | | rgw: Remove `RGWSI_RADOS` from `RGWSI_Zone`Adam C. Emerson2023-11-291-1/+1
* | | | rgw: Remove `RGWSI_RADOS` from `RGWSI_Notify`Adam C. Emerson2023-11-292-8/+27
* | | | rgw: Remove `RGWSI_RADOS` from `RGWSI_MDLog`Adam C. Emerson2023-11-298-18/+27