summaryrefslogtreecommitdiffstats
path: root/src/rgw/services/svc_finisher.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* src/rgw/services/svc_finisher.cc: fix typoswangyunqing2022-12-071-1/+1
| | | | Signed-off-by: wangyunqing <wangyunqing@inspur.com>
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
| | | | | | | | | | * add "std::" prefix in headers * add "using" declarations in .cc files. so we don't rely on "using namespace std" in one or more included headers. Signed-off-by: Kefu Chai <kchai@redhat.com>
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-1/+1
| | | | | | | | | | | | | This commit hits all log messages for a create bucket request and ensures each has a DoutPrefixProvider. This commit gets dpp's all the way down to rgw/services up way though to rgw_op.cc, rgw_rest.cc files, rgw_admin.cc, etc. This commit also removes store as dpp in rgw_sal.h Signed-off-by: Ali Maredia <amaredia@redhat.com>
* rgw/services: No null_yieldAdam C. Emerson2020-11-131-1/+1
| | | | | | | Null yield is fine at top levels where we know what kind of thread we're running into, but do not belong in general use functions. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
| | | | Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
* rgw: add editor directive comments to rgw services source filesJ. Eric Ivancich2019-04-301-0/+3
| | | | | | | | So that both vi and emacs help to correctly format the source files, add the directives to each of the source files. In addition, use `#pragma once` in the header files instead of the macro work-around. Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
* rgw: svc: due to popular demand, get rid of service registryYehuda Sadeh2018-11-081-13/+1
| | | | Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
* rgw: svc: more changes, add svc_sync_modulesYehuda Sadeh2018-11-081-3/+11
| | | | | | radosgw actually compiles now Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
* rgw: svc_finisher: create serviceYehuda Sadeh2018-11-081-0/+57
and other fixes Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>