summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_file.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #58046 from hualongfeng/wip_qat_zlib_data_formatCasey Bodley2024-07-261-0/+2
|\
| * rgw: fixup compressor_message didn't store in some caseshualong feng2024-07-191-0/+2
* | rgw_cksum: multipart upload checksumsMatt Benjamin2024-07-031-3/+3
|/
* rgw/sal: pass in ACLOwner for object writesCasey Bodley2024-04-101-1/+1
* rgw/lc: pass in flag as an argument when calling function complete(..)Jane Zhu2024-01-241-1/+1
* rgw/lc: remove default arguments in virtual functionsJane Zhu2024-01-101-1/+1
* rgw: ACLOwner as raw structCasey Bodley2023-11-301-1/+1
* rgw: fix spelling errorsJosh Soref2023-11-271-3/+3
* rgwfile: fix lock_guard declMatt Benjamin2023-11-021-1/+1
* Merge pull request #53003 from alimaredia/wip-rgw-perf-counters-cacheCasey Bodley2023-10-271-3/+4
|\
| * rgw: remove move's, rename put/get counters, revert exporter changesAli Maredia2023-10-201-3/+3
| * rgw: misc labeled op counters workAli Maredia2023-10-121-3/+4
| * common: perf counters cache + rgw op labeled countersAli Maredia2023-10-121-3/+3
* | rgw: adding request context structureYuval Lifshitz2023-10-121-1/+2
|/
* rgw/file: make setattr(...) a no-op on bucketsMatt Benjamin2023-09-281-0/+4
* rgw/file: fix build of librgw_file_xattr.cc unit testMatt Benjamin2023-09-091-1/+1
* rgw: add coverity annotations and asserts for null dereferencesVedansh Bhartia2023-07-161-0/+2
* rgw/rados: remove sal handles from RGWRados::Object opsCasey Bodley2023-02-181-1/+1
* rgw: req_state takes const ref to RGWProcessEnvCasey Bodley2022-12-091-1/+3
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-13/+13
* rgwlib: rework linkageMatt Benjamin2022-09-091-45/+43
* rgw: remove unnecessary "struct" from req_state declarationsJ. Eric Ivancich2022-06-221-3/+3
* rgw: user_quota and bucket_quota are defined under RGWQuotaIqbal Khan2022-05-041-2/+2
* RGW: Zipper - zonegroup, placement tierDaniel Gryniewicz2022-04-201-2/+1
* RGW - Zipper - remove RGWObjectCtx from SAL APIDaniel Gryniewicz2022-03-071-1/+1
* librgw: make rgw file handle versionedXuehan Xu2022-01-171-3/+42
* librgw: treat empty root path as "/" on mountMatt Benjamin2021-11-101-4/+15
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+1
* RGW - Zipper - Proper Writer APIDaniel Gryniewicz2021-07-301-6/+3
* rgw: DPP addition to log messagesKalpesh Pandya2021-06-241-2/+2
* Merge pull request #38729 from rosinL/fix-rgw-file-readJ. Eric Ivancich2021-05-101-2/+2
|\
| * rgw/rgw_file: Fix the return value of read() and readlink()luo rixin2021-02-201-2/+2
* | rgw: add DPP's to logging for most opsAli Maredia2021-05-041-1/+1
* | rgw: Fix brace-enclosed-scalar warningAdam C. Emerson2021-04-071-2/+2
* | RGW Zipper - Add zone abstractionDaniel Gryniewicz2021-03-021-1/+1
* | RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-38/+22
|/
* rgw: Dpp addition to create bucket logroot2021-02-071-3/+3
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-4/+6
* rgw_file: expose RGW user-defined attributesMatt Benjamin2020-12-041-1/+305
* Zipper - ObjectProcessorDaniel Gryniewicz2020-11-201-1/+2
* rgw: No null_yield in RGWOpAdam C. Emerson2020-11-131-1/+1
* rgw/services: No null_yieldAdam C. Emerson2020-11-131-2/+2
* rgw_file: fix some zipper flow for RGWLibContinuedReqMatt Benjamin2020-11-051-0/+3
* RGW - Fix broken merge in #37774Daniel Gryniewicz2020-10-281-2/+2
* Don't writeback when inside a readdir callbackDaniel Gryniewicz2020-10-231-3/+5
* Merge pull request #37537 from yuvalif/missing_brackets_in_rgw_fileYuval Lifshitz2020-10-131-36/+40
|\
| * rgw/file: add missing brackets around if statementYuval Lifshitz2020-10-111-36/+40
* | rgw/rgw_file: Fix the incorrect lru object evictionluo rixin2020-10-091-1/+10
|/
* Zipper - Make s->user a unique_ptrDaniel Gryniewicz2020-09-081-48/+43
* Zipper - Implement check_quota in RGWBucketDaniel Gryniewicz2020-08-171-6/+2