summaryrefslogtreecommitdiffstats
path: root/src/rgw/driver/rados/rgw_rados.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #61370 from yehudasa/wip-69536J. Eric Ivancich17 hours1-1/+1
|\
| * rgw: RGWRados::get_olh() needs to use the correct attrYehuda Sadeh4 days1-1/+1
* | rgw/rados: get_part_obj_state() fixes accounted_size when uncompressedCasey Bodley10 days1-0/+3
* | rgw: implement GetObjectAttributesMatt Benjamin10 days1-6/+6
* | Merge pull request #60832 from clwluvw/bucket-delete-metaJ. Eric Ivancich2025-01-031-1/+1
|\ \
| * | rgw: consider multi zonegroup for is_syncing_bucket_metaSeena Fallah2024-11-261-1/+1
| |/
* | Merge pull request #60907 from shashalu/wip-fix-stale-bucket-indexesJ. Eric Ivancich2024-12-111-1/+5
|\ \
| * | rgw: fix stale entries in bucket indexeslu.shasha2024-12-041-1/+5
| |/
* | Merge pull request #60916 from shashalu/fix-data-corruption-ETIMEDOUTJ. Eric Ivancich2024-12-111-5/+10
|\ \
| * | rgw: shouldn't call index_op.cancel() when rados op return ETIMEDOUTlu.shasha2024-12-061-5/+10
* | | Merge pull request #60851 from ivancich/wip-optimize-listing-over-namespacesJ. Eric Ivancich2024-12-111-4/+51
|\ \ \ | |/ / |/| |
| * | rgw: optimize bucket listing to skip past regions of namespaced entriesJ. Eric Ivancich2024-12-041-4/+51
| |/
* | Merge pull request #60151 from shreyanshjain7174/wip-skoduri-cloud-restoreSoumya Koduri2024-12-031-12/+0
|\ \ | |/ |/|
| * rgw/restore: Fixed status codes and response headersshreyanshjain71742024-10-131-12/+0
* | rgw/lc: Fix issues with non-current objects with instance emptySoumya Koduri2024-10-221-1/+6
|/
* 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 #59311 from soumyakoduri/wip-skoduri-cloud-restoreSoumya Koduri2024-10-031-1/+238
|\ \
| * | RGW: Cloud Restore cli and its corresponding response for user.shreyanshjain71742024-10-031-0/+24
| * | cloud restore: completing read throughJiffin Tony Thottan2024-10-031-3/+3
| * | rgw/cloudtier: Restore object from cloud endpointSoumya Koduri2024-10-031-1/+214
| |/
* | Merge pull request #59998 from cbodley/wip-63935Casey Bodley2024-09-301-24/+21
|\ \ | |/ |/|
| * rgw/rados: rgw_rados_operate() takes version_t*Casey Bodley2024-09-261-24/+21
* | Merge pull request #58461 from cbodley/wip-cls-rgw-index-asyncCasey Bodley2024-09-261-0/+9
|\ \ | |/ |/|
| * cls/rgw: warn about CLSRGWConcurrentIO use in asio threadsCasey Bodley2024-09-061-0/+9
* | Merge pull request #59864 from cbodley/wip-68134Casey Bodley2024-09-261-24/+32
|\ \
| * | rgw/rados: RGWRados::delete_objs_inline() uses AioThrottleCasey Bodley2024-09-251-24/+32
* | | 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 #59611 from cbodley/wip-cls-rgw-busy-reshardingCasey Bodley2024-09-191-11/+0
|\ \ \
| * | | rgw/rados: remove unused RGWRados::bi_get_vals()Casey Bodley2024-09-051-11/+0
| | |/ | |/|
* | | Merge pull request #58603 from cbodley/wip-rgw-sal-concrete-lcCasey Bodley2024-09-091-7/+0
|\ \ \
| * | | rgw: remove RGWRados::list_lc_progress()Casey Bodley2024-08-221-7/+0
| | |/ | |/|
* | | Merge pull request #58082 from jzhu116-bloomberg/wip-66516Casey Bodley2024-09-091-1/+10
|\ \ \ | |_|/ |/| |
| * | rgw/multipart: use cls_version to avoid racing between part upload and multip...Jane Zhu2024-08-231-1/+10
| |/
* | Merge pull request #56597 from liangmingyuanneo/optimize-reshardCasey Bodley2024-09-051-9/+105
|\ \ | |/ |/|
| * cls/rgw: add a helper function for calls to cls_cxx_map_remove_key()liangmingyuan2024-09-041-12/+7
| * reshard: limiting the number of log to be recordedliangmingyuan2024-07-261-1/+1
| * reshard: guarantee no duplicated index entries exist before startingliangmingyuan2024-07-261-2/+14
| * reshard: small fix and cleanupliangmingyuan2024-07-221-1/+1
| * rgw/reshard: Backward Compatibilityliangmingyuan2024-07-221-2/+8
| * rgw/reshard: stop recording logs when reshard failedliangmingyuan2024-07-221-0/+71
| * rgw/reshard: take into account the object stats of dest shardsliangmingyuan2024-07-211-0/+11
| * rgw/reshard: copy the index entries to dest shards.liangmingyuan2024-07-211-6/+7
* | rgw/rados: RGWRados::Object::Read::read() uses rgw_rados_operate()Casey Bodley2024-08-021-1/+1
* | rgw/rados: delete_objs_inline() uses rgw_rados_operate()Casey Bodley2024-08-021-4/+5
* | Merge pull request #58213 from benhanokh/ref_countCasey Bodley2024-07-301-12/+15
|\ \ | |/ |/|
| * RGW - Fix copy_obj handling of obj_ctxDaniel Gryniewicz2024-07-151-12/+15
* | Merge pull request #58519 from smanjara/wip-fix-copy-obj-replicationJ. Eric Ivancich2024-07-181-0/+4
|\ \
| * | rgw/multisite: remove source object's RGW_ATTR_OBJ_REPLICATION_TRACE during c...Shilpa Jagannath2024-07-111-0/+4
| |/