]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2019-11-22 Ilya DryomovMerge pull request #31771 from idryomov/wip-krbd-read...
2019-11-22 Kefu ChaiMerge pull request #30621 from wjwithagen/wjw-fix-freeb...
2019-11-22 Nathan CutlerMerge pull request #31777 from smithfarm/wip-mimic...
2019-11-22 Kefu ChaiMerge pull request #30387 from rzarzynski/wip-crimson...
2019-11-22 Patrick DonnellyMerge PR #31793 into master
2019-11-22 Yuri WeinsteinMerge pull request #31799 from yuriw/wip-yuriw-crontab...
2019-11-22 Yuri Weinsteinqa/tests: trying to fix syntax error that prevented... 31799/head
2019-11-21 Sage WeilMerge PR #31465 into master
2019-11-21 Sage WeilMerge PR #31702 into master
2019-11-21 Nathan Cutlerdoc/releases: add release notes for mimic v13.2.7 31777/head
2019-11-21 Casey BodleyMerge pull request #30960 from yuvalif/wip-yuval-add...
2019-11-21 Patrick Donnellymds: release free heap pages after trim 31793/head
2019-11-21 Sage WeilMerge PR #31747 into master
2019-11-21 Nathan CutlerMerge pull request #31734 from smithfarm/wip-cbs-fork...
2019-11-21 Patrick DonnellyMerge PR #31120 into master
2019-11-21 Lenz Grimmermgr/dashboard: Cross sign button not working for some...
2019-11-21 Lenz Grimmermgr/dashboard: sort monitors by open sessions correctly...
2019-11-21 Lenz GrimmerMerge pull request #31738 from ricardoasmarques/wip...
2019-11-21 Ilya DryomovMerge pull request #31773 from idryomov/wip-krbd-snapsh...
2019-11-21 Lenz Grimmermgr/dashboard: Don't use any xlf file when building...
2019-11-21 Sage WeilMerge PR #31748 into master
2019-11-21 Lenz Grimmermgr/dashboard: Update dev documentation URL (#31724)
2019-11-21 Lenz Grimmermgr/dashboard: Use new ImageSpec class (#31622)
2019-11-21 Lenz Grimmermgr/dashboard: Dashboard can't handle self-signed cert...
2019-11-21 Ilya Dryomovqa: add krbd_get_features.t test 31771/head
2019-11-21 Lenz Grimmermgr/dashboard: open files with UTF-8 encoding in Grafan...
2019-11-21 Ricardo Marquesmgr/dashboard: Cross sign button not working for some... 31783/head
2019-11-21 Varsha Raomds: Reorganize class members in MDSRank header 31120/head
2019-11-21 Sage Weilqa/standalone/test_ceph_daemon.sh: remove old vg before... 31748/head
2019-11-21 Sage Weilqa/standalone/test_ceph_daemon.sh: sudo for untar
2019-11-21 Sage Weilqa/standalone/test_ceph_daemon.sh: sudo for losetup etc
2019-11-21 Sage Weilqa/standalone/test_ceph_daemon.sh: fix overwrites of...
2019-11-20 Patrick DonnellyMerge PR #31418 into master
2019-11-20 Patrick DonnellyMerge PR #30553 into master
2019-11-20 Patrick DonnellyMerge PR #31534 into master
2019-11-20 Patrick DonnellyMerge PR #31548 into master
2019-11-20 Patrick DonnellyMerge PR #31531 into master
2019-11-20 Ilya Dryomovqa: kernel.sh: update for read-only changes 31773/head
2019-11-20 Radoslaw Zarzynskicrimson: avoid seastar::do_with() due to performance... 30387/head
2019-11-20 Radoslaw Zarzynskicrimson: OpsExecuter::submit_changes() operates on...
2019-11-20 Radoslaw Zarzynskicrimson: introduce make_exception_future to errorator.
2019-11-20 Radoslaw Zarzynskicrimson: drop extra copy in errorator's appliance.
2019-11-20 Radoslaw Zarzynskicrimson: dissect error handling path from ::safe_then().
2019-11-20 Radoslaw Zarzynskicrimson: drop ceph::do_with(). Specialize sestar::do_wi...
2019-11-20 Radoslaw Zarzynskicrimson: specialize seastar::futurize to avoid copying.
2019-11-20 Radoslaw Zarzynskicrimson: _load_{os,ss} return errorated future to avoid...
2019-11-20 Radoslaw Zarzynskicrimson: drop as_plain_future() from errorated futures.
2019-11-20 Radoslaw Zarzynskicrimson: replace make_plain_exception_future() with...
2019-11-20 Radoslaw Zarzynskicrimson: clean-up errorator's error set checks.
2019-11-20 Radoslaw Zarzynskicrimson/osd: apply errorator along the stat path.
2019-11-20 Radoslaw Zarzynskicrimson: introduce passing-further variant of safe_then...
2019-11-20 Radoslaw Zarzynskicrimson/osd: switch small occurances of throwing to...
2019-11-20 Radoslaw Zarzynskicrimson/osd: apply errorator along the get_object_state...
2019-11-20 Radoslaw Zarzynskicrimson: avoid plainifying/errorating in crimson::for_f...
2019-11-20 Radoslaw Zarzynskicrimson: implement ceph::do_{for_each(),do_with()}...
2019-11-20 Radoslaw Zarzynskicrimson/osd: apply errorator to op-taking PGBackend...
2019-11-20 Radoslaw Zarzynskicrimson/osd: apply the errorator along execute_osd_op...
2019-11-20 Radoslaw Zarzynskicrimson/osd: delegate executing osd op in objclass.
2019-11-20 Radoslaw Zarzynskicrimson: add support for unificating errorators into...
2019-11-20 Radoslaw Zarzynskicrimson: deduplicate errorator's error set.
2019-11-20 Radoslaw Zarzynskicrimson: use std::error_code instances for errors.
2019-11-20 Radoslaw Zarzynskicrimson: unthrowable_wrapper::handle() accepts type...
2019-11-20 Radoslaw Zarzynskicrimson/osd: erroratorize the do_op_call() path more.
2019-11-20 Radoslaw Zarzynskicrimson/osd: apply errorator to do_op_call() path.
2019-11-20 Radoslaw Zarzynskicrimson: introduce make_plain_exception_future() to...
2019-11-20 Radoslaw Zarzynskicrimson: introduce stateful errors to errorator.
2019-11-20 Radoslaw Zarzynskicrimson/osd: handle attr retrieval errors with all_same...
2019-11-20 Radoslaw Zarzynskicrimson: introduce all_same_way() to errorator.
2019-11-20 Radoslaw Zarzynskicrimson: don't allocate exception_ptr when returning...
2019-11-20 Radoslaw Zarzynskicrimson: formalize the interface between errors and...
2019-11-20 Radoslaw Zarzynskicrimson/osd: apply errorator along the read path, part 5.
2019-11-20 Radoslaw Zarzynskicrimson: rework discarding errors in errorator.
2019-11-20 Radoslaw Zarzynskicrimson: introduce syntactic sugar for visiting errorator.
2019-11-20 Radoslaw Zarzynskicrimson: migrate make_error<T> to unthrowable_wrapper.
2019-11-20 Radoslaw Zarzynskicrimson: abstract the error type in unthrowable_wrapper.
2019-11-20 Radoslaw Zarzynskicrimson: decouple errorator from unthrowable_wrapper.
2019-11-20 Radoslaw Zarzynskicrimson: decouple errorator from unthrowable_wrapper...
2019-11-20 Radoslaw Zarzynskicrimson: add more static asserts to errorator.
2019-11-20 Radoslaw Zarzynskicrimson: dissect maybe_handler_error_t from errorator...
2019-11-20 Radoslaw Zarzynskicrimson/osd: apply errorator along the read path, part 4.
2019-11-20 Radoslaw Zarzynskicrimson: let an errorator to be converted into more...
2019-11-20 Radoslaw Zarzynskicrimson/osd: apply errorator along the read path, part 3.
2019-11-20 Radoslaw Zarzynskicrimson: facilitate errorator extending with new errors.
2019-11-20 Radoslaw Zarzynskicrimson/osd: apply errorator along the read path, part 2.
2019-11-20 Radoslaw Zarzynskicrimson/os, crimson/osd: apply errorator along the...
2019-11-20 Radoslaw Zarzynskicrimson: bring discard_all{} to errorator.
2019-11-20 Radoslaw Zarzynskicrimson: bring compile time-verified chaining of errora...
2019-11-20 Radoslaw Zarzynskicrimson/osd: dissect crc checking on reads into separat...
2019-11-20 Radoslaw Zarzynskicrimson/os: alias errorator for CyanStore::get_attrs().
2019-11-20 Radoslaw Zarzynskicrimson/os: drop the old FuturizedStore::Exception...
2019-11-20 Radoslaw Zarzynskicrimson: bring crimson::errorator with its first appliance.
2019-11-20 Ilya Dryomovqa: krbd_blkroset.t: update for read-only changes
2019-11-20 Sage WeilMerge PR #31745 into master
2019-11-20 Mykola GolubMerge pull request #31392 from dillaman/wip-42598
2019-11-20 Tiago Melomgr/dashboard: Use new ImageSpec class 31622/head
2019-11-20 Lenz Grimmermgr/dashboard: fix restored RBD image naming issue...
2019-11-20 Sebastian WagnerMerge pull request #31758 from votdev/fix_typo
2019-11-20 Sebastian Krahmgr/dashboard: Don't use any xlf file when building... 31727/head
2019-11-20 Jan FajerskiMerge pull request #31410 from jan--f/c-v-create-vgs...
2019-11-20 Lenz Grimmermgr/dashboard: Fixes removal of custom tags during...
next