summaryrefslogtreecommitdiffstats
path: root/debian/ceph-mgr.install (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-22ceph.in: extract get_cmake_variables()Kefu Chai1-4/+15
2018-10-22cmake: should compile libzstd with -fPICKefu Chai1-0/+1
2018-10-22cmake: pass Sanitizers flags to linker for linking .soKefu Chai1-0/+1
2018-10-22cmake: pass cflags to disutils using CC instead of CFLAGSKefu Chai1-2/+3
2018-10-22common/TextTable: define endrowKefu Chai1-1/+1
2018-10-20mgr/DaemonServer: remove any upmaps on merging PGsSage Weil1-0/+17
2018-10-20mgr/DaemonServer: prevent merge if either pg is remapped|upmapSage Weil2-0/+37
2018-10-20mgr/DaemonServer: move pending merge check for more consistent codeSage Weil1-8/+8
2018-10-20qa/suites/rados/thrash*/thrashers/careful.yaml: thrash with mgr controllerSage Weil5-0/+110
2018-10-20mgr/DaemonServer: add option to bypass careful throttling for thrasherSage Weil3-16/+40
2018-10-19librbd: remove unused context_cb() functionKefu Chai1-12/+0
2018-10-19test/objectstore: silence "-Wsign-compare" warningsKefu Chai1-3/+3
2018-10-19mgr/orchestrator: use result property in Completion classesTim Serong2-3/+8
2018-10-19auth/cephx: remove unused member methodrunsisi2-10/+0
2018-10-19auth: remove unused forward declarationrunsisi1-1/+0
2018-10-19crypto: Merge compilation of crypto accelerators under a single cmake.Ganesh Maharaj Mahalingam3-2/+31
2018-10-19crypto: QAT Wrapper for Ceph EncryptionGanesh Maharaj Mahalingam9-1/+834
2018-10-19doc: updated wording from federated to multisiteJames McClune1-2/+1
2018-10-19doc: add spacing to subcommand referencesJames McClune1-0/+5
2018-10-18doc: numbered eviction situationsScoots Hamilton1-12/+12
2018-10-18osd: remove unused parameter 'dev' in OSD::mkfs functionYao Guotao3-7/+4
2018-10-18doc: erasure-code-clay fixes typosMyna V1-4/+4
2018-10-18tests/ceph-authtool: add reproducer for "with 0 caps" issueNathan Cutler1-1/+8
2018-10-18tools: ceph-authtool: report correct number of caps when creatingNathan Cutler2-2/+7
2018-10-17rbd-mirror: always attempt to restart canceled status update taskJason Dillaman1-2/+2
2018-10-17cls/user: cls_user_remove_bucket writes modified headerCasey Bodley1-6/+12
2018-10-17crimson/mon: remove timeout support from mon::Client::authenticate()Kefu Chai3-6/+6
2018-10-17cmake: reuse common_mountcephfs_objs in crimson-commonKefu Chai1-3/+1
2018-10-17mgr/rook: fix urljoin importJeff Layton1-2/+2
2018-10-17crimson/net: implement accepting/connecting statesYingxin10-213/+295
2018-10-17erasure-code: fixing bugs in clay-code pluginMyna V4-21/+8
2018-10-17mgr/dashboard: Fix Python3 issuePatrick Nawracay2-2/+2
2018-10-17crimson/net: fix compile errorsYingxin2-18/+0
2018-10-17mgr/dashboard: Add left padding to helper iconStephan Müller1-0/+1
2018-10-17mgr/dashboard: Add missing test requirement "werkzeug"Stephan Müller1-0/+1
2018-10-17doc: erasure-code cleanup of clay plugin documentationMyna V1-40/+40
2018-10-17mgr/diskprediction: Solve predictor model file not backward compatibilityhsiang4192-83/+91
2018-10-17TokenBucketThrottle: use reference to m_blockers.front() and then update itDongsheng Yang1-1/+1
2018-10-16mgr: Mutex::Locker -> std::lock_guardSage Weil16-116/+116
2018-10-16kv: Mutex::Locker -> std::lock_guardSage Weil2-2/+2
2018-10-16librados: Mutex::Locker -> std::lock_guardSage Weil3-10/+10
2018-10-16client: Mutex::Locker -> std::lock_guardSage Weil4-168/+168
2018-10-16mds: Mutex::Locker -> std::lock_guardSage Weil7-66/+66
2018-10-16mon: Mutex::Locker -> std::lock_guardSage Weil7-43/+43
2018-10-16osd: Mutex::Locker -> std::lock_guardSage Weil14-194/+194
2018-10-16crimson/mon: move mon::Connection into .ccKefu Chai3-36/+45
2018-10-16rgw: remove old PutObjProcessor stackCasey Bodley4-758/+0
2018-10-16rgw: copy_obj uses AtomicObjectProcessorCasey Bodley2-40/+30
2018-10-16rgw: remove RGWPutObj::select_processorCasey Bodley2-33/+0
2018-10-16rgw: RGWBulkUploadOp uses AtomicObjectProcessorCasey Bodley1-20/+27