summaryrefslogtreecommitdiffstats
path: root/.gitmodules (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-03doc/man: add new RBD migration prepare source-spec optionalsJason Dillaman1-1/+6
2020-11-03qa/suite/rbd: simple migration import test caseJason Dillaman17-0/+93
2020-11-03qa/tasks: support explicit disk configuration for qemu taskJason Dillaman1-123/+139
2020-11-03rbd: add new 'migration prepare --import-only' CLI optionalJason Dillaman2-38/+116
2020-11-02crimson/seastore: add replay test for extent map treechunmei-liu2-31/+45
2020-11-02doc: releases/nautilus: add more changelog entries & fix dateAbhishek Lekshmanan2-6/+17
2020-11-02crimson/os/seastore/.../lba_btree_node_impl: hold reference to *this during l...Samuel Just1-1/+1
2020-11-02doc/dev/dashboard: typo fixPaul Cuzner1-1/+1
2020-11-02doc/dev/dashboard: link designs to dev guidePaul Cuzner2-10/+15
2020-11-02doc/dev/dashboard: Document key UI design principlesPaul Cuzner2-0/+88
2020-11-02mgr: add doc to describe relationship to prometheusPaul Cuzner1-0/+2
2020-11-02mgr/prometheus: Add healthcheck metric for SLOW_OPSPaul Cuzner2-0/+65
2020-11-01rbd: show migration source spec in image statusJason Dillaman1-14/+32
2020-11-01rbd: ensure the help printer doesn't print past the end of the lineJason Dillaman2-20/+45
2020-11-01librbd: replace direct reads from ImageRequest with ImageDispatchSpecJason Dillaman4-87/+60
2020-11-01librbd/migration: allow native v2 images to be opened by nameJason Dillaman6-11/+19
2020-11-01librbd/migration: close image if failed to open sourceJason Dillaman3-6/+45
2020-11-01librbd/migration: initialize default source image layoutJason Dillaman1-2/+11
2020-11-01librbd: fix potential recursive lock of ImageCtx::image_lockJason Dillaman2-2/+14
2020-11-01librbd: migration execute should allow "EXECUTING" stateJason Dillaman1-1/+2
2020-11-01librbd: read image size when opening migration raw formatJason Dillaman3-1/+92
2020-11-01librbd/migration: fix issue with prepare-import and native-formatJason Dillaman1-5/+7
2020-11-01librbd: added new 'migration_prepare_import' API methodsJason Dillaman7-104/+380
2020-11-01librbd: store migration progress on both source+destination imagesJason Dillaman1-12/+21
2020-11-01librbd: switch to migration source-spec builderJason Dillaman9-100/+313
2020-11-01librbd: switch migration native format to use source-spec JSON objectJason Dillaman3-12/+68
2020-11-01librbd: tweak native-format migration source-specJason Dillaman2-9/+18
2020-11-01librbd/api: ImageCtx must be closed instead of deletedJason Dillaman1-1/+1
2020-11-01mgr/dashboard: displaying time in human-readable formatVolker Theile13-42/+101
2020-11-01crimson/osd: merge pg_temp_wanted before sending themKefu Chai1-3/+2
2020-11-01crimson/osd: drop ShardServices::_sent_pg_temp()Kefu Chai2-9/+4
2020-11-01crimson/osd: report statfs dataXuehan Xu4-4/+10
2020-11-01crimson/osd: rename heartbeat_timer to tick_timerXuehan Xu2-4/+4
2020-11-01crimson/common: make Gated handle gate_close_exceptionXuehan Xu1-2/+3
2020-11-01crimson/osd: do not check HAVE_STDLIB_MAP_SPLICINGKefu Chai1-6/+0
2020-11-01crimson/osd: clean up pending_txn when actingset is changedXuehan Xu1-0/+1
2020-11-01crimson/osd: fix pg info statistics error during recoveryXuehan Xu3-1/+10
2020-11-01crimson/osd: make I/O reqs wait for object recovery if it's degraded or backf...Xuehan Xu6-5/+49
2020-10-30rgw/lua: use lua exceptions instead of ceph_assertsYuval Lifshitz3-137/+131
2020-10-30rgw/lua: allow setting metadata via luaYuval Lifshitz4-8/+88
2020-10-30rbd-nbd: reexpand the conf meta in child processXiubo Li1-0/+1
2020-10-29mgr/rbd_support: create mirror snapshots asynchronouslyMykola Golub2-24/+265
2020-10-29pybind/rbd: add async mirror image get mode and info methodsMykola Golub2-0/+118
2020-10-29librbd: add missing declaration of rbd_aio_mirror_image_get_modeMykola Golub1-0/+3
2020-10-29pybind/rbd: add image async open and close methodsMykola Golub2-1/+156
2020-10-29librbd: refresh full global config when applying metadataJason Dillaman1-7/+1
2020-10-29common/config_proxy: added 'get_config_values' methodJason Dillaman1-6/+5
2020-10-29rbd/tool: add image-cache invalidatelixiaoy13-0/+90
2020-10-29librbd/internal: update invalidate_cachelixiaoy13-2/+23
2020-10-29librbd/cache: discard writeback cachelixiaoy18-3/+312