summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_multi.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: fix multipart upload object leaks due to re-uploadYixin Jin2023-01-261-0/+1
* Merge pull request #43259 from paulreece42/wip-rgw-xmlfixCasey Bodley2021-12-171-0/+2
|\
| * Added comment explaining the changePaul Reece2021-09-221-0/+1
| * rgw: allow CompletedMultipartUpload in XMLPaul Reece2021-06-041-0/+1
* | rgw:cleanup/refactor json and xml encoders and decodersKaleb S. KEITHLEY2021-12-131-0/+19
* | rgw: build without "using namespace std"Kefu Chai2021-08-131-1/+1
* | RGW - Zipper - MultipartUploadDaniel Gryniewicz2021-07-281-293/+0
* | rgw: cleanup virtual dtor decls and defnsKaleb S. KEITHLEY2021-07-091-0/+1
|/
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-12/+12
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-2/+2
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-13/+13
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-57/+60
* rgw: Dpp addition to create bucket logroot2021-02-071-8/+8
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-9/+12
* Zipper - ObjectProcessorDaniel Gryniewicz2020-11-201-1/+1
* Zipper - Split RadosStore from base SALDaniel Gryniewicz2020-09-081-0/+1
* Zipper ObjectDaniel Gryniewicz2020-07-171-1/+1
* Merge pull request #29703 from baixueyu/wip-quotaAli Maredia2020-01-231-0/+5
|\
| * rgw: when you abort a multipart upload request, the quota will not updateRichard Bai(白学余)2019-09-031-0/+5
* | Deleting tail/multipart objects inline when send chain to gc fails.Pritha Srivastava2019-10-191-3/+6
* | rgw: async_defer_chain() that detects transition to cls_rgw_gcCasey Bodley2019-10-161-1/+2
* | RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* | Project Zipper Part 1 - Framework and RGWRadosStoreDaniel Gryniewicz2019-08-151-13/+14
|/
* rgw: svc: new bucket index serviceYehuda Sadeh2019-07-291-25/+0
* rgw: move manifest code around, initial tier separationYehuda Sadeh2019-07-291-1/+2
* rgw: thread yield context through writing of head objAli Maredia2019-07-081-1/+1
* rgw: thread option_yield through bucket index transaction prepareAli Maredia2019-07-081-1/+1
* rgw: minor code clean-upJ. Eric Ivancich2019-06-251-31/+49
* rgw: allow multipart upload abort to proceedJ. Eric Ivancich2019-06-251-6/+36
* rgw: callers pass null_yield to RGWSI_SysObjCasey Bodley2019-03-291-2/+3
* rgw: code-cleanup -- add const when possible and helpfulJ. Eric Ivancich2019-03-081-11/+37
* rgw: zone, sysobj services: add missing system obj callsYehuda Sadeh2018-11-081-3/+8
* rgw: abort_bucket_multiparts() ignores individual NoSuchUpload errorsCasey Bodley2018-09-141-1/+1
* rgw: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* Merge pull request #19921 from fangyuxiangGL/lc-retYuri Weinstein2018-02-151-3/+3
|\
| * rgw: lifecycle omap entry was removed in abnormal situationfang yuxiang2018-01-221-3/+3
* | rgw: Use unqualified encode/decodeAdam C. Emerson2018-01-101-1/+1
|/
* rgw: optimize function abort_bucket_multipartsBingyin Zhang2018-01-031-6/+4
* [cleanup] Remove namespace using directives for stdShinobu Kinjo2017-11-271-1/+0
* rgw: add functions to list and abort multipart uploadsAbhishek Varshney2017-06-201-0/+56
* rgw: add support for multipart upload expiration.Zhang Shaowen2017-04-051-0/+180
* rgw: modelinesSage Weil2014-07-101-0/+3
* rgw: add compatibility for MultipartUploadYehuda Sadeh2013-11-061-1/+2
* rgw/rgw_multi.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-111-4/+4
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* rgw: rgw_log -> debug_rgwSage Weil2011-10-051-2/+1
* rgw: set dout condvar to rgw_logSage Weil2011-10-051-0/+3
* rgw: fix multipart upload complete parserYehuda Sadeh2011-06-021-0/+1
* rgw: handle multipart completionYehuda Sadeh2011-06-011-2/+2
* rgw: parser for multi upload completionYehuda Sadeh2011-06-011-0/+60