summaryrefslogtreecommitdiffstats
path: root/src/rgw/services/svc_user_rados.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/service: remove unused metadata and metadata backend servicesCasey Bodley2024-09-121-4/+1
* rgw/metadata: use raw RGWMetadataHandler for user metadataCasey Bodley2024-09-121-60/+52
* rgw/user: remove unused 'meta backend ctx' argumentsCasey Bodley2024-09-121-34/+18
* rgw/user: call sysobj directly instead of 'sysobj meta backend'Casey Bodley2024-09-121-17/+14
* rgw: link account root to account user indexCasey Bodley2024-04-101-1/+1
* rgw/rados: load attrs with RadosUserCasey Bodley2024-04-101-6/+15
* rgw: make user email matching case-insensitiveCasey Bodley2024-04-101-7/+16
* rgw/sal: add backend interfaces for group metadataCasey Bodley2024-04-101-0/+45
* rgw/rados: user metadata links to account indexCasey Bodley2024-04-101-9/+89
* rgw/sal: add load_aclowner_by_email()Casey Bodley2024-04-101-12/+32
* rgw/sal: move list_buckets() to DriverCasey Bodley2024-04-101-97/+0
* rgw/rados: add rgwrados::buckets namespace abstraction for cls_userCasey Bodley2024-04-101-289/+22
* rgw/rados: generalize RGWUID for accountsCasey Bodley2024-04-101-12/+17
* rgw/user: add 'active' flag to RGWAccessKeyCasey Bodley2024-02-091-38/+57
* rgw: Remove `RGWSI_RADOS` from `RGWSI_User_RADOS`Adam C. Emerson2023-11-291-19/+20
* rgw/sal: unify ReadStatsCB for async user/bucket statsCasey Bodley2023-11-231-7/+7
* rgw/sal: RGWGetUserStats_CB cleanupCasey Bodley2023-11-231-9/+5
* rgw: stop blocking for asio threads for create_bucket()Ali Maredia2023-01-241-1/+1
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2022-11-291-5/+5
* rgw: remove RGWSysObjectCtx entirelyCasey Bodley2022-07-131-39/+25
* rgw: fix segfault in UserAsyncRefreshHandler::init_fetchCory Snyder2022-02-021-1/+0
* rgw: when radosgw-admin stating user, add user exists judgingzhipeng li2021-11-131-1/+9
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-65/+75
* rgw: Dpp addition to create bucket logroot2021-02-071-14/+14
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-29/+35
* rgw/services: No null_yieldAdam C. Emerson2020-11-131-35/+42
* rgw: introduce safe user-reset-statsMatt Benjamin2020-07-021-4/+27
* rgw: fix rgw tries to fetch anonymous userOr Friedmann2020-04-161-1/+9
* rgw/pubsub: allow pubsub REST API on masterYuval Lifshitz2019-09-101-3/+3
* Merge pull request #29742 from dang/pushCasey Bodley2019-09-031-0/+3
|\
| * RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-0/+3
* | rgw/services: silence -Wunused-variable warningLan Liu2019-09-021-1/+1
|/
* rgw: RGWSI_User_Module filters '.buckets' objects out of user listingCasey Bodley2019-08-151-2/+3
* Merge branch 'wip-rgw-metadata-servicification'Casey Bodley2019-08-131-4/+7
* rgw: user service removes old access keys in remove_old_indexesCasey Bodley2019-07-291-0/+10
* rgw: fixes following rebaseYehuda Sadeh2019-07-291-1/+1
* rgw: svc.user: call meta_be->put() and not ->put_entry()Yehuda Sadeh2019-07-291-2/+2
* rgw: remove unneeded warningYehuda Sadeh2019-07-291-4/+0
* rgw: add missing cache_info paramYehuda Sadeh2019-07-291-1/+1
* rgw: add pool to uinfo cache keysYehuda Sadeh2019-07-291-3/+4
* svc: add ctl.user->read_stats_async() and use it instead of old apiYehuda Sadeh2019-07-291-0/+60
* rgw: use stl.user->read_stats() instead of cls_user_get_header()Yehuda Sadeh2019-07-291-1/+11
* rgw: svc.datalog_rados: add new svc, move data_log out of RGWRadosYehuda Sadeh2019-07-291-5/+6
* rgw: rgw_rados.cc mostly compilesYehuda Sadeh2019-07-291-0/+66
* rgw: move mdlog related functionality to the be_sobj implYehuda Sadeh2019-07-291-1/+2
* rgw: move a lot of cls_user utility methods into svc_userYehuda Sadeh2019-07-291-0/+56
* rgw: more refactoring workYehuda Sadeh2019-07-291-45/+190
* rgw: svc.user_rados: split svc.userYehuda Sadeh2019-07-291-0/+566