summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge PR #24804 into nautilusv14.0.1Sage Weil2018-10-2910-40/+150
|\
| * include/types: fixed compile warning for signed/unsigned comparisonJason Dillaman2018-10-291-1/+1
| * osd/PrimaryLogPG: uncommitted dup ops should respond with logged return codeJason Dillaman2018-10-293-26/+69
| * osd/PrimaryLogPG: propagate error return codes on object copy_get opsJason Dillaman2018-10-294-6/+31
| * osd/PGLog: optionally record error return codes for extra_reqidsJason Dillaman2018-10-294-5/+35
| * osd/osd_types: include PG log return codes in object copy dataJason Dillaman2018-10-292-2/+14
|/
* Merge PR #24796 into nautilusSage Weil2018-10-281-1/+0
|\
| * osd: fix heartbeat_reset unlockSage Weil2018-10-281-1/+0
|/
* Merge PR #24780 into nautilusSage Weil2018-10-281-2/+1
|\
| * osd: take heartbeat_lock before checking for sessionSage Weil2018-10-261-2/+1
* | Merge PR #24761 into nautilusSage Weil2018-10-261-5/+9
|\ \
| * | osd: fix race between op_wq and context_queueSage Weil2018-10-261-5/+9
| |/
* | Merge PR #24651 into nautilusSage Weil2018-10-262-5/+6
|\ \ | |/ |/|
| * test: Make sure kill_daemons failure will be easy to findDavid Zafman2018-10-171-5/+5
| * test: Add flush_pg_stats to make test more deterministicDavid Zafman2018-10-171-0/+1
* | Merge PR #24725 into nautilusPatrick Donnelly2018-10-241-0/+1
|\ \
| * | mds: add missing mds_lockPatrick Donnelly2018-10-231-0/+1
* | | qa/tasks/qemu: use unique clone directory to avoid race with workunitJason Dillaman2018-10-241-2/+2
|/ /
* | Merge PR #24697 into nautilusSage Weil2018-10-221-3/+12
|\ \
| * | ceph_test_msgr: fix authorizer behaviorSage Weil2018-10-221-3/+12
* | | Merge pull request #24667 from liewegas/wip-ec-thrash-fullJosh Durgin2018-10-225-5/+5
|\ \ \ | |/ / |/| |
| * | qa/suites/rados/thrash-erasure-code*/thrashers/*: less likely resv rejection ...Sage Weil2018-10-185-5/+5
* | | Merge PR #24689 into nautilusSage Weil2018-10-221-1/+1
|\ \ \ | |/ / |/| |
| * | qa/tasks/ceph_manager: fix get_stuck_pgs from pg dump changeSage Weil2018-10-211-1/+1
|/ /
* | Merge PR #24625 into nautilusSage Weil2018-10-171-0/+1
|\ \
| * | qa/suites/rados/mgr/tasks/module_selftest: whitelist 'foo bar security'Sage Weil2018-10-171-0/+1
* | | Merge pull request #24629 from cyx1231st/wip-seastar-fixKefu Chai2018-10-172-18/+0
|\ \ \
| * | | crimson/net: fix compile errorsYingxin2018-10-172-18/+0
* | | | Merge pull request #24607 from p-na/fix-osd-list-status-labelsLenz Grimmer2018-10-171-3/+1
|\ \ \ \
| * | | | mgr/dashboard: Fix spaces around status labels on OSD listPatrick Nawracay2018-10-161-3/+1
* | | | | Merge pull request #24614 from s0nea/wip-dashboard-configs-textarea-vertical-...Lenz Grimmer2018-10-172-2/+6
|\ \ \ \ \
| * | | | | mgr/dashboard: configs textarea disallow horizontal resizeTatjana Dehler2018-10-162-2/+6
* | | | | | Merge pull request #24631 from Devp00l/wip-issue-36466Lenz Grimmer2018-10-171-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | mgr/dashboard: Add left padding to helper iconStephan Müller2018-10-171-0/+1
|/ / / / /
* | | | | Merge PR #24578 into masterSage Weil2018-10-161-5/+16
|\ \ \ \ \
| * | | | | pybind/ceph_argparse.py: do not create file for validating CephFilepathKefu Chai2018-10-151-5/+16
* | | | | | Merge PR #24565 into masterSage Weil2018-10-162-2/+2
|\ \ \ \ \ \
| * | | | | | mgr: python 3 compat fixesNoah Watkins2018-10-132-2/+2
* | | | | | | Merge PR #24558 into masterSage Weil2018-10-164-4/+5
|\ \ \ \ \ \ \
| * | | | | | | pybind/mgr: Fix Python 3 imports in diskprediction & insightsSebastian Wagner2018-10-123-4/+4
* | | | | | | | Merge PR #24528 into masterSage Weil2018-10-1620-206/+198
|\ \ \ \ \ \ \ \
| * | | | | | | | common/condition_variable_debug: fix wait hooksSage Weil2018-10-151-1/+1
| * | | | | | | | common/mutex_debug: remove no-op before/after hooksSage Weil2018-10-152-13/+0
| * | | | | | | | common/mutex_debug: do lockdep post-lock step in callerSage Weil2018-10-152-2/+2
| * | | | | | | | os/bluestore: {Mutex,Cond} -> ceph::{mutex,condition_variable}Sage Weil2018-10-148-25/+19
| * | | | | | | | os/bluestore: std::recursive_mutex -> ceph::recursive_mutexSage Weil2018-10-141-1/+4
| * | | | | | | | os/bluestore: re-add is_locked assertSage Weil2018-10-141-1/+1
| * | | | | | | | os/bluestore: std::{mutex,condition_variable} -> ceph::{mutex,condition_varia...Sage Weil2018-10-149-35/+43
| * | | | | | | | os/bluestore: use deduction for lock_guard<>, unique_lock<>Sage Weil2018-10-1211-128/+128
* | | | | | | | | Merge PR #24151 into masterSage Weil2018-10-1610-71/+182
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |