summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* doc/rbd: update iSCSI gateway infoZac Dover2022-11-261-13/+17
* Merge pull request #49062 from zdover23/wip-doc-2022-11-26-glossary-ceph-managerzdover232022-11-261-1/+1
|\
| * doc/glossary: link to "Ceph Manager"Zac Dover2022-11-261-1/+1
|/
* Merge pull request #48761 from soumyakoduri/wip-skoduri-cloudtier-fixesSoumya Koduri2022-11-254-24/+25
|\
| * rgw/cloud-transition: Fix issues with MCG endpointSoumya Koduri2022-11-224-24/+25
* | Merge pull request #49036 from idryomov/wip-52932Ilya Dryomov2022-11-252-10/+61
|\ \
| * | mgr/rbd_support: avoid wedging the task queue if pool is removedIlya Dryomov2022-11-232-10/+61
* | | Merge pull request #49042 from idryomov/wip-rbd-support-flake8Ilya Dryomov2022-11-258-21/+20
|\ \ \
| * | | mgr/rbd_support: clean up and enable flake8Ilya Dryomov2022-11-248-21/+20
| |/ /
* | | Merge pull request #49046 from zdover23/wip-doc-2022-11-25-rados-ops-erasure-...zdover232022-11-251-8/+11
|\ \ \
| * | | doc/rados: cleanup "erasure code profiles"Zac Dover2022-11-241-8/+11
|/ / /
* | | Merge pull request #48927 from neesingh-rh/fix_58028Venky Shankar2022-11-241-9/+18
|\ \ \
| * | | cephfs-top: Fix unresposive sorting in some casesNeeraj Pratap Singh2022-11-241-9/+18
* | | | Merge pull request #48542 from CongMinYin/fix-inconsistent-pwl-statusIlya Dryomov2022-11-241-11/+6
|\ \ \ \ | |/ / / |/| | |
| * | | librbd/cache/pwl:fix clean vs bytes_dirty cache state inconsistencyYin Congmin2022-10-241-11/+6
* | | | Merge pull request #49026 from neesingh-rh/fix_58031Venky Shankar2022-11-241-1/+2
|\ \ \ \
| * | | | cephfs-top: sorting excepts when the filesystems are removed and createdNeeraj Pratap Singh2022-11-241-1/+2
* | | | | Merge pull request #49029 from Matan-B/wip-matanb-EIO-flagKefu Chai2022-11-242-6/+55
|\ \ \ \ \
| * | | | | test/librados/aio_cxx: use fmt formattingMatan Breizman2022-11-231-5/+16
| * | | | | crimson/osd/osd_operations/client_request: Support FLAG_EIOMatan Breizman2022-11-231-0/+11
| * | | | | test/librados/aio_cxx: Simple PoolEIOFlag is addedMatan Breizman2022-11-231-0/+24
| * | | | | test/librados/aio_cxx: Fix PoolEIOFlag testMatan Breizman2022-11-231-5/+8
* | | | | | Merge pull request #48932 from aisakaki/wip-crimson-loopKefu Chai2022-11-243-29/+76
|\ \ \ \ \ \
| * | | | | | crimson/common: re-implement do_for_eachXinyu Huang2022-11-231-21/+66
| * | | | | | crimson/os/seastore: add reference to the iterator of segment_map_tXinyu Huang2022-11-221-7/+5
| * | | | | | crimson/common: add supplementary test for crimson loopXinyu Huang2022-11-181-1/+5
* | | | | | | Merge pull request #49040 from tchaikov/wip-cephadm-flake8Kefu Chai2022-11-246-15/+10
|\ \ \ \ \ \ \
| * | | | | | | pybind/mgr: use annotation style without commentKefu Chai2022-11-244-8/+7
| * | | | | | | qa/tasks/cephfs: annotate variable without commentKefu Chai2022-11-241-6/+2
| * | | | | | | cephadm: pin flake8 to 5.0.4Kefu Chai2022-11-241-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #49022 from cyx1231st/wip-seastar-msgr-fix-yielded-closingKefu Chai2022-11-241-1/+2
|\ \ \ \ \ \ \
| * | | | | | | crimson/net: fix use-after-free during yielded closingYingxin Cheng2022-11-231-1/+2
* | | | | | | | Merge pull request #49037 from zdover23/wip-doc-2022-11-24-container-install-...zdover232022-11-231-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | doc/install: update "Official Releases" sourcesZac Dover2022-11-231-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #49025 from zdover23/wip-doc-2022-11-23-glossary-ceph-clientzdover232022-11-231-4/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | doc/glossary: fix "Ceph Client"Zac Dover2022-11-231-4/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #49027 from zdover23/wip-doc-2022-11-23-glossary-ceph-obje...zdover232022-11-231-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | doc/glossary: add "Ceph Object Store"Zac Dover2022-11-231-0/+3
* | | | | | | | | Merge pull request #48859 from yanghonggang/yhg-code-cleanupKefu Chai2022-11-231-2/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | osd/ECBackend: code cleanupYang Honggang2022-11-121-2/+0
* | | | | | | | | | Merge pull request #49010 from tchaikov/more-than-futureKefu Chai2022-11-232-40/+33
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | crimson/common: use concept for type constraintsKefu Chai2022-11-232-40/+33
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #49005 from CHOKYUJIN/mainAnthony D'Atri2022-11-231-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | doc/dev: fix a typo in deduplication.rstKyujin Cho2022-11-231-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #48896 from yuvalif/wip-yuval-fix-50076Yuval Lifshitz2022-11-231-0/+28
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rgw/kafka: route librdkafka log messages to rgw logYuval Lifshitz2022-11-151-0/+28
* | | | | | | | | | Merge pull request #48877 from yuvalif/wip-yuval-fix-58020Yuval Lifshitz2022-11-232-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rgw/notifications: send mtime in complete multipart upload eventyuval Lifshitz2022-11-142-2/+3
* | | | | | | | | | | Merge pull request #48758 from yuvalif/wip-yuval-kafka-testsYuval Lifshitz2022-11-234-147/+229
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | rgw/notification/test: avoid kafka ssl tests in teuthologyYuval Lifshitz2022-11-211-1/+1