summaryrefslogtreecommitdiffstats
path: root/README.FreeBSD (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-31Revert "os/objectstore: add new op OP_CREATE for create a new object."Kefu Chai9-48/+10
2018-12-29doc: cleanup HTTP Frontends documentationJames McClune1-2/+5
2018-12-25bluestore: silence Clang warning on possible uninitialize usuageWillem Jan Withagen1-1/+1
2018-12-24mgr/dashboard: updated health controller & API testalfonsomthd3-7/+11
2018-12-24build: Add Kerberos requirement for FreeBSDWillem Jan Withagen1-1/+2
2018-12-22test: Disable duplicate request command test during scrub testingDavid Zafman5-0/+5
2018-12-21do_freebsd.sh: enable WITH_BLUESTOREKefu Chai1-1/+0
2018-12-21os/bluestore: s/event/events/Kefu Chai1-4/+4
2018-12-21os/bluestore: support for FreeBSDAlan Somers8-16/+137
2018-12-21os: rename aio.h to avoid conflictKefu Chai5-4/+4
2018-12-21seastar: pickup the change to link pthreadKefu Chai1-0/+0
2018-12-21os/bluestore: KernelDevice::read() does the EIO mapping now.Radoslaw Zarzynski1-1/+5
2018-12-21mgr/hello: define some module optionsSage Weil1-3/+21
2018-12-21test/librados_test_stub: handle object doesn't exist gracefullyMykola Golub1-1/+4
2018-12-21test/rbd_mirror: fix typo in InstanceWatcher mock testMykola Golub1-1/+1
2018-12-21rbd_mirror: assert no requests on destroying InstanceWatcherMykola Golub1-0/+1
2018-12-21mgr/hello: Make use of `HandleCommandResult`.Sebastian Wagner3-27/+40
2018-12-21doc: fix typo in add-or-rm-monsJos Collin1-1/+1
2018-12-21pybind/mgr/mgr_module: normalize defaults to str when type is missingSage Weil1-1/+9
2018-12-21mgr/telegraf: specify option typesSage Weil1-0/+1
2018-12-21mgr/telemetry: specify option typesSage Weil1-0/+3
2018-12-21mgr/zabbix: specify option typesSage Weil1-0/+2
2018-12-21mgr/localpool: document options and specify in native typesSage Weil1-11/+46
2018-12-21mgr/devicehealth: document options and specify in native typesSage Weil1-12/+36
2018-12-21mgr/balancer: document and specify optionsSage Weil1-31/+103
2018-12-21common/options: make runtime vs not runtime explicit, not type-dependentSage Weil1-3/+4
2018-12-21mon/MgrMonitor: mark module options with FLAG_MGRSage Weil2-2/+4
2018-12-21mon/MgrMonitor: make find_module_option handle localized option namesSage Weil2-7/+27
2018-12-21pybind/mgr/mgr_module: set values as stringSage Weil1-1/+1
2018-12-21mgr: return options as appropriate python typeSage Weil6-5/+42
2018-12-21mgr/PythonCompat: python 3 cludgesSage Weil1-0/+10
2018-12-21pybind/mgr/mgr_module: make use of defined default valueSage Weil2-10/+25
2018-12-21osd/OSDMap: disallow new upmaps on pgs that are pending mergeSage Weil1-2/+10
2018-12-20MDSMonitor: allow beacons from stopping MDS that was laggyPatrick Donnelly1-1/+3
2018-12-20doc: Clean up the snapshot consistency noteGreg Farnum1-9/+10
2018-12-20auth/krb: Fix Kerberos build warningsDaniel Oliveira1-3/+2
2018-12-20osd: Weighted Random Sampling for dynamic perf statsMykola Golub1-13/+22
2018-12-20crimson/net: let conn directly verify the authorizer with dispatcherYingxin4-37/+5
2018-12-20crimson/net: remove the messenger gateYingxin3-25/+7
2018-12-20crimson/net: encapsulate protocol implementations with accept/connectYingxin3-94/+81
2018-12-20crimson/net: no open connections in accepting_connsYingxin1-2/+2
2018-12-20crimson/net: don't execute_open() if exception is thrownYingxin1-11/+6
2018-12-20crimson/net: encapsulate protocol implementations with open stateYingxin2-21/+13
2018-12-20crimson/net: remove unecessary future dependencies for accept/dispatchYingxin3-25/+17
2018-12-20crimson/net: dispatch events in SocketConnectionYingxin4-90/+126
2018-12-20osd/PG: align past_intervals and last_epoch_clean for fabricated merge targetSage Weil3-0/+21
2018-12-20client: add latency statistics for a read/fsync operationWei Qiaomiao2-1/+17
2018-12-20test/crimson: fix FTBFS of unittest_seastar_perfcounters on arm64Kefu Chai1-6/+5
2018-12-20ceph-volume: Add venv to vstart cmake targetSebastian Wagner2-0/+23
2018-12-20mgr/orchestrator: Add test orchestratorSebastian Wagner5-0/+319