summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_metadata.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/service: remove unused metadata and metadata backend servicesCasey Bodley2024-09-121-209/+3
* rgw: Add log types to dencoderTom Coldrick2023-05-171-0/+10
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2022-11-291-386/+153
* rgw: zipper: move functions so they're on correct side of APIKaleb S. KEITHLEY2022-04-061-0/+26
* rgw:cleanup/refactor json and xml encoders and decodersKaleb S. KEITHLEY2021-12-131-0/+31
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* rgw: DPP addition to log messagesKalpesh Pandya2021-06-241-5/+5
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-24/+24
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-27/+32
* rgw: don't allow overwrites to BucketInfo's "layout" when sync fetches bucket...Shilpa Jagannath2020-10-151-7/+10
* rgw: Remove some TimeLog options from radosgw-adminAdam C. Emerson2020-09-091-1/+1
* Merge pull request #31436 from dang/wip-dang-zipper-3Casey Bodley2019-11-141-2/+0
|\
| * Project Zipper - BucketDaniel Gryniewicz2019-11-071-2/+0
* | rgw: Un-deprecated version of aio_create_completionAdam C. Emerson2019-11-021-1/+1
|/
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* radosgw-admin: 'mdlog trim' loops until doneCasey Bodley2019-08-161-8/+2
* Project Zipper Part 1 - Framework and RGWRadosStoreDaniel Gryniewicz2019-08-151-5/+8
* Merge branch 'wip-rgw-metadata-servicification'Casey Bodley2019-08-131-567/+250
|\
| * rgw: fix leak of metadata backend contextCasey Bodley2019-07-291-4/+4
| * rgw: fixes following rebaseYehuda Sadeh2019-07-291-35/+18
| * rgw: meta: remove #warningYehuda Sadeh2019-07-291-2/+0
| * rgw: initialization fixesYehuda Sadeh2019-07-291-7/+0
| * rgw: resurrect metadata mutateYehuda Sadeh2019-07-291-0/+23
| * rgw: resurrect metadata mutateYehuda Sadeh2019-07-291-0/+40
| * rgw: meta handler provides shard id info of meta keyYehuda Sadeh2019-07-291-0/+25
| * rgw: RGWRados::lock_exclusive, ::unlock now being handled at svc.clsYehuda Sadeh2019-07-291-16/+15
| * rgw: timelog goes into svc.cls.timelogYehuda Sadeh2019-07-291-10/+11
| * rgw: more compilation fixesYehuda Sadeh2019-07-291-3/+3
| * rgw: fix meta handlers initializationYehuda Sadeh2019-07-291-6/+1
| * rgw: move mdlog related functionality to the be_sobj implYehuda Sadeh2019-07-291-1/+1
| * rgw: bucket: metadata handler, fix putYehuda Sadeh2019-07-291-13/+29
| * rgw: more refactoring workYehuda Sadeh2019-07-291-56/+95
| * rgw: meta_be: provide a backend handlerYehuda Sadeh2019-07-291-38/+16
| * rgw: more refactoring workYehuda Sadeh2019-07-291-28/+50
| * rgw: more meta backend workYehuda Sadeh2019-07-291-18/+16
| * rgw: meta put: reviseYehuda Sadeh2019-07-291-0/+67
| * rgw: meta_be_sobj interface changes and adapt otp, bucket meta handlersYehuda Sadeh2019-07-291-2/+2
| * rgw: start adapting otp metadata handlerYehuda Sadeh2019-07-291-0/+3
| * rgw: more progress with meta restructureYehuda Sadeh2019-07-291-25/+81
| * rgw: initial meta manager refactoringYehuda Sadeh2019-07-291-565/+12
| * rgw: no need to pass in RGWRados to rgw_get_system_obj()Yehuda Sadeh2019-07-291-2/+2
* | rgw: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-2/+2
|/
* rgw: add optional_yield to rgw_get_system_obj in rgw_toolsAli Maredia2019-05-171-2/+2
* rgw: callers pass null_yield to RGWSI_SysObjCasey Bodley2019-03-291-3/+3
* rgw: archive: remove dead code and minor fixesJavier M. Mellid2019-01-241-6/+0
* rgw: move specialized archive zone handling to handlerYehuda Sadeh2019-01-241-10/+0
* rgw: remove RGWMetadataHandler::remove_by_metakey(), rework handler allocationYehuda Sadeh2019-01-241-19/+10
* rgw: Add archive zone metadata managerJavier M. Mellid2019-01-241-0/+6
* rgw: Add archive zone metadata supportJavier M. Mellid2019-01-241-18/+37
* rgw: a little code clean-up by adding constJ. Eric Ivancich2018-11-201-1/+3