summaryrefslogtreecommitdiffstats
path: root/src/push_to_qemu.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-17mgr/rook: comment out osd creation functionsJoseph Sawaya2-19/+21
2021-06-17mgr/rook: fix some mypy typing errors in rook_cluster.pyJoseph Sawaya1-3/+15
2021-06-17mgr/rook: pass zone attribute to CephObjectStore CR when creating rgwJoseph Sawaya1-14/+18
2021-06-16mgr/dashboard: Fix 500 error while exiting out of maintenanceNizamudeen A7-17/+38
2021-06-16rook-client-python: update to update-june-21Sage Weil1-0/+0
2021-06-16MIRRORS: Add ca.ceph.comDavid Galloway2-0/+2
2021-06-16crimson/osd: use stop_signal from seastarKefu Chai4-58/+6
2021-06-16crimson/tools/store_nbd: update example usage in commentKefu Chai1-1/+1
2021-06-16crimson/tools/store_nbd: add graceful shutdown supportKefu Chai1-63/+78
2021-06-16crimson/seastore/nbd: destruct the store before createYingxin Cheng1-0/+1
2021-06-16doc/cephadm: removing "Octopus" from procedureZac Dover1-2/+2
2021-06-16crimson/osd: reindentKefu Chai1-25/+26
2021-06-16crimson/osd: wrap line at 80Kefu Chai1-2/+3
2021-06-16crimson/osd: guard non-pg-op handling with with_sequencer()Kefu Chai1-12/+15
2021-06-16crimson/os: use reference for loop variableKefu Chai1-1/+1
2021-06-16crimson/os: return seastar::now() in "finally()" blockKefu Chai1-1/+2
2021-06-16crimson/os: remove unnecessary now()Kefu Chai1-7/+2
2021-06-16crimson/os: remove unnecessary parenthesesKefu Chai1-1/+1
2021-06-16crimson/os: fix the indentKefu Chai1-118/+108
2021-06-16crimson/os: do not capture unused variablesKefu Chai2-14/+11
2021-06-16global,tox.ini: add mypy-constrains.txtSebastian Wagner7-6/+32
2021-06-16crimson/osd: extract with_sequencer() method outKefu Chai2-8/+11
2021-06-16crimson: adapt to the new alien APIKefu Chai5-7/+18
2021-06-16test/crimson: add test case for errorator parallel_for_eachXuehan Xu1-0/+26
2021-06-16crimson: add parallel_for_each to erroratorXuehan Xu1-2/+88
2021-06-15doc/start/hardware-recommendations.rst: Corrected typoBobby Alex Philip1-1/+1
2021-06-15seastore/rbm: remove changes related to transaction/cachemyoungwon oh5-74/+61
2021-06-15crimson/osd: fix missed OpSequencer::abort() on primary change.Radoslaw Zarzynski1-0/+1
2021-06-15crimson/osd: fix debug in IOInterruptCondition::new_interval_created().Radoslaw Zarzynski1-1/+1
2021-06-15pyhton-common: fix mypy errorsSebastian Wagner1-2/+2
2021-06-15mgr/orch: fix mypy errorsSebastian Wagner1-4/+4
2021-06-15seastore: add protected_read interface to nvmedeviceJinyong Ha1-0/+4
2021-06-15seastore/rbm: use constmyoungwon oh1-2/+2
2021-06-15seastore/rbm: return std::list in get_data_health()myoungwon oh1-2/+7
2021-06-15seastore/rbm: remove unused bits in nvmedevice.hmyoungwon oh1-45/+0
2021-06-15seastore/rbm: replace blk_paddr_t with size_t in free_extent()myoungwon oh4-8/+8
2021-06-15seastore/rbm: relocate file layout like SegmentManagermyoungwon oh8-159/+251
2021-06-15seastore/rbm: fix wrong loop conditionmyoungwon oh1-1/+6
2021-06-15seastore/rbm: fix wrong statementmyoungwon oh2-5/+16
2021-06-15seastore/rbm: remove newline before function namemyoungwon oh1-36/+18
2021-06-15seastore/rbm: add check_bitmap_blocks when open()myoungwon oh3-1/+64
2021-06-15seastore/rbm: fix wrong statementmyoungwon oh1-5/+6
2021-06-15seastore/rbm: use move()myoungwon oh1-2/+2
2021-06-15seastore/nvmedevice: use the necessary capture value and fix typomyoungwon oh1-3/+3
2021-06-15seastore: move implementation of TestMemory to nvmeblockdevice.ccJinyong Ha3-84/+57
2021-06-15seastore: utilize errorator as a return type of discard()Jinyong Ha1-1/+6
2021-06-15seastore: utilize unique_ptr as a return value of create()Jinyong Ha2-3/+3
2021-06-15seastore: change class name NormalNBD to PosixNVMeDeviceJinyong Ha2-8/+8
2021-06-15seastore: replace POSIX call to seastar::file in NormalNBDJinyong Ha3-215/+71
2021-06-15seastore: add abort_allocationmyoungwon oh2-0/+16