summaryrefslogtreecommitdiffstats
path: root/src/rgw (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: RGWRados::get_olh() needs to use the correct attrYehuda Sadeh2025-01-141-1/+1
* Merge PR #60464 into mainPatrick Donnelly2024-11-135-27/+10
|\
| * common: cache pthread namesPatrick Donnelly2024-10-255-27/+10
* | Merge pull request #59328 from mkogan1/wip-d3n-umaskMark Kogan2024-11-111-0/+2
|\ \
| * | rgw: d3n: set access permissions for the D3N cache directory when creating itMark Kogan2024-08-191-0/+2
* | | hiding parquet dependencies upon parquet-select option is offGal Salomon2024-11-051-0/+2
* | | Merge pull request #59465 from galsalomon66/limit_mem_usage_on_parquet_flowGal Salomon2024-10-281-24/+41
|\ \ \ | |_|/ |/| |
| * | remove the code-lines that checking the {ofs,len} bounderies; and modifies th...Gal Salomon2024-10-211-5/+0
| * | s3select submoduleGal Salomon2024-10-061-24/+46
* | | rgw/lc: Fix issues with non-current objects with instance emptySoumya Koduri2024-10-225-8/+30
* | | RGW|Bucket notification: fix for v2 topics rgw-admin list operationAli Masarwa2024-10-214-37/+54
* | | Merge pull request #60168 from yuvalif/wip-yuval-68336Yuval Lifshitz2024-10-101-3/+2
|\ \ \
| * | | test/rgw/lua: use stats polling instead of sleepYuval Lifshitz2024-10-071-3/+2
| |/ /
* | | Merge pull request #60020 from soumyakoduri/wip-skoduri-lc-processCasey Bodley2024-10-071-1/+1
|\ \ \
| * | | rgw/lc: Fix a bug in LCOpAction_Transition::check()Soumya Koduri2024-09-301-1/+1
* | | | Merge pull request #59983 from tobias-urdin/rgw-presigned-500Casey Bodley2024-10-071-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | rgw/auth: fix internal server error for presigned urlsTobias Urdin2024-09-251-2/+2
* | | | Merge pull request #60019 from sungjoon-koh/fix-get-part-numberCasey Bodley2024-10-041-0/+14
|\ \ \ \
| * | | | rgw: decrypt multipart get part when encryptedsungjoon-koh2024-10-011-0/+14
* | | | | Merge pull request #59977 from tobias-urdin/rgw-cors-v2-authCasey Bodley2024-10-044-37/+39
|\ \ \ \ \
| * | | | | rgw: handle http options CORS with v2 authTobias Urdin2024-09-254-37/+39
| | |/ / / | |/| | |
* | | | | Merge pull request #59580 from smanjara/rgw-data-sync-redundant-retriesCasey Bodley2024-10-041-1/+2
|\ \ \ \ \
| * | | | | rgw/multisite: avoid redundant error repo entry loggingShilpa Jagannath2024-09-261-1/+2
* | | | | | Merge pull request #59311 from soumyakoduri/wip-skoduri-cloud-restoreSoumya Koduri2024-10-0326-54/+1088
|\ \ \ \ \ \
| * | | | | | RGW: Cloud Restore cli and its corresponding response for user.shreyanshjain71742024-10-037-0/+230
| * | | | | | cloud restore: completing read throughJiffin Tony Thottan2024-10-035-34/+159
| * | | | | | rgw/cloudtier: Restore object from cloud endpointSoumya Koduri2024-10-0318-23/+702
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #59998 from cbodley/wip-63935Casey Bodley2024-09-306-42/+57
|\ \ \ \ \ \
| * | | | | | rgw/rados: rgw_rados_operate() takes version_t*Casey Bodley2024-09-266-42/+57
* | | | | | | Merge pull request #59567 from clwluvw/rgw-datachangelogCasey Bodley2024-09-301-4/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | rgw: remove rgw_data_log_obj_prefixSeena Fallah2024-09-231-4/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #57659 from mkogan1/wip-graceful-shutdownSrinivasaBharathKanta2024-09-271-0/+14
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | rgw: delay the RGW process exit until all actice requests have completedMark Kogan2024-06-241-0/+14
* | | | | | Merge pull request #58461 from cbodley/wip-cls-rgw-index-asyncCasey Bodley2024-09-263-0/+18
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | cls/rgw: warn about CLSRGWConcurrentIO use in asio threadsCasey Bodley2024-09-063-0/+18
* | | | | | Merge pull request #59864 from cbodley/wip-68134Casey Bodley2024-09-263-32/+34
|\ \ \ \ \ \
| * | | | | | rgw/rados: RGWRados::delete_objs_inline() uses AioThrottleCasey Bodley2024-09-251-24/+32
| * | | | | | cls/rgw: cls_rgw_obj_chain uses vector instead of listCasey Bodley2024-09-252-8/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #59536 from smanjara/rgw-full-sync-crCasey Bodley2024-09-261-7/+7
|\ \ \ \ \ \
| * | | | | | rgw/multisite: no need to capture error from callback. we are already doing t...Shilpa Jagannath2024-09-101-6/+1
| * | | | | | rgw/multisite: drain_all() after notify stack cancelShilpa Jagannath2024-09-101-0/+1
| * | | | | | rg/multisite: if the first shard fails to sync, we must drain and return error.Shilpa Jagannath2024-09-101-1/+5
* | | | | | | Merge pull request #59609 from cbodley/wip-rgw-dir-suggest-reshardCasey Bodley2024-09-261-0/+4
|\ \ \ \ \ \ \
| * | | | | | | rgw/rados: guard against dir suggest during reshardCasey Bodley2024-09-041-0/+4
* | | | | | | | Merge pull request #59244 from cbodley/wip-rgw-notification-token-waiterCasey Bodley2024-09-261-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | rgw/notify: add copy ctor to token waiterYuval Lifshitz2024-09-091-0/+3
| * | | | | | | | rgw/notify: process_queue() constructs wait tokens when spawningCasey Bodley2024-08-151-3/+2
* | | | | | | | | Merge pull request #57809 from kchheda3/wip-dont-print-passwordsCasey Bodley2024-09-251-1/+11
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | rgw/notification: add logic to prevent logging password associated with topics.kchheda32024-05-311-1/+11
* | | | | | | | | Merge pull request #59737 from Suyashd999/fix-tkm1Yuval Lifshitz2024-09-221-1/+1
|\ \ \ \ \ \ \ \ \