summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge pull request #28049 from theanalyst/rgw-lc-bl-fixCasey Bodley2019-06-201-1/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rgw_lc: use a new bl while encoding RGW_ATTR_LCAbhishek Lekshmanan2019-05-091-1/+5
* | | | | | | | | | | | Merge pull request #28276 from liuchang0812/multi-site-request-forwardCasey Bodley2019-06-203-4/+49
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fixup! rgw: RGWSetRequestPayment request should be forwarded to master zoneChang Liu2019-06-141-5/+3
| * | | | | | | | | | | | rgw: RGWSetRequestPayment request should be forwarded to master zoneChang Liu2019-05-283-0/+12
| * | | | | | | | | | | | rgw: RGWDeleteCORS should be forwarded to master zoneChang Liu2019-05-281-0/+9
| * | | | | | | | | | | | rgw: DeleteLC should be forwarded to master zoneChang Liu2019-05-281-0/+8
| * | | | | | | | | | | | rgw: PutLC should be forwarded to master zoneChang Liu2019-05-281-0/+8
| * | | | | | | | | | | | rgw: request that delete bucket website should be forward to master zoneChang Liu2019-05-281-0/+10
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #26167 from yaozongyou/rgw-lc-add-more-checkCasey Bodley2019-06-201-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rgw: check lc objs not empty after fetchingYao Zongyou2019-01-281-2/+4
* | | | | | | | | | | | | Merge pull request #26538 from zhangsw/feature-rgw-object-lockCasey Bodley2019-06-2019-44/+1464
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | rgw: fix doc compile warning caused by objectops.rstzhang Shaowen2019-06-181-6/+6
| * | | | | | | | | | | | | doc:fix radosgw bucketops doc compile errorzhang Shaowen2019-06-171-1/+1
| * | | | | | | | | | | | | rgw: fix compile error in unittest:iam_policyzhang Shaowen2019-06-171-0/+3
| * | | | | | | | | | | | | rgw: lifecycle expiration should check object lock before removing objects in...zhang Shaowen2019-06-142-4/+51
| * | | | | | | | | | | | | rgw: modify iam_policy unit test to support object lock.zhang Shaowen2019-06-121-0/+6
| * | | | | | | | | | | | | rgw: remove namespace from header file.zhang Shaowen2019-06-122-3/+6
| * | | | | | | | | | | | | rgw: add missing operation to iam_policyzhang Shaowen2019-06-121-2/+22
| * | | | | | | | | | | | | rgw: fix some bugs in object lock featurezhang Shaowen2019-06-128-32/+136
| * | | | | | | | | | | | | rgw: fix some errors in paramszhang Shaowen2019-06-123-12/+8
| * | | | | | | | | | | | | rgw: add object lock doc.zhang Shaowen2019-06-122-1/+184
| * | | | | | | | | | | | | rgw: add object lock feature.zhang Shaowen2019-06-1215-42/+1100
* | | | | | | | | | | | | | Merge pull request #26351 from linuxbox2/wip-rgw-gcretireCasey Bodley2019-06-204-4/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | rgw: perfcounters: add gc retire counterMatt Benjamin2019-05-144-4/+20
* | | | | | | | | | | | | | | Merge pull request #28527 from tianshan/fix_retCasey Bodley2019-06-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | rgw: fix miss get ret in STSService::storeARNTianshan Qu2019-06-161-1/+1
* | | | | | | | | | | | | | | | Merge pull request #28327 from linuxbox2/wip-rgw-emailCasey Bodley2019-06-202-3/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | rgw: conditionally allow non-unique email addressesMatt Benjamin2019-05-302-3/+13
* | | | | | | | | | | | | | | | | Merge pull request #28308 from joke-lee/usage_dumpCasey Bodley2019-06-202-19/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | rgw: usage dump_unsigned instead dump_intyuliyang2019-05-302-19/+19
* | | | | | | | | | | | | | | | | | Merge pull request #28172 from joke-lee/rgw-sts-bad-tokenCasey Bodley2019-06-201-3/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | rgw: fix rgw crash and set correct error codeyuliyang2019-05-211-3/+8
* | | | | | | | | | | | | | | | | | | Merge pull request #28539 from dillaman/wip-40072Mykola Golub2019-06-2020-399/+430
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | librbd: tweaks to improve throughput for journaled IOJason Dillaman2019-06-191-2/+2
| * | | | | | | | | | | | | | | | | | | librbd: new rbd_journal_object_writethrough_until_flush optionJason Dillaman2019-06-196-16/+79
| * | | | | | | | | | | | | | | | | | | journal: support dynamically updating recorder flush optionsJason Dillaman2019-06-1916-53/+121
| * | | | | | | | | | | | | | | | | | | journal: fix broken append batching implementationJason Dillaman2019-06-195-325/+219
| * | | | | | | | | | | | | | | | | | | journal: improve logging on recorder append pathJason Dillaman2019-06-192-54/+60
* | | | | | | | | | | | | | | | | | | | Merge pull request #28655 from dengchj/multisite_docCasey Bodley2019-06-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | doc: fixed --read-only argument value in multisite docChenjiong Deng2019-06-201-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge PR #28194 into masterPatrick Donnelly2019-06-201-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | test_volume_client: declare only one default for python versionRishabh Dave2019-06-201-1/+2
| * | | | | | | | | | | | | | | | | | | test_volume_client: don't shadow class variableRishabh Dave2019-06-191-1/+1
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge PR #28638 into masterPatrick Donnelly2019-06-206-9/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | qa: elide python version configPatrick Donnelly2019-06-205-9/+0
| * | | | | | | | | | | | | | | | | | | cephfs-shell: assert python3Patrick Donnelly2019-06-201-0/+3
* | | | | | | | | | | | | | | | | | | | Merge pull request #28498 from kamoltat/wip-mgr-progress-add-event-osd-marked-inKefu Chai2019-06-201-48/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | mgr/progress: Add recovery event when OSD marked inKamoltat (Junior) Sirivadhna2019-06-141-8/+12
| * | | | | | | | | | | | | | | | | | | | mgr/progress: Add recovery event when OSD marked inKamoltat (Junior) Sirivadhna2019-06-131-84/+31