summaryrefslogtreecommitdiffstats
path: root/src/common/ceph_context.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ceph-context: add function to set init flagsKarol Mroz2016-04-231-0/+1
* global: record target user and group stringsKarol Mroz2016-03-101-0/+13
* global: record target uid/gid in cctSage Weil2016-02-081-0/+14
* helgrind: annotate false-positive race conditionsJason Dillaman2016-01-131-4/+1
* Merge pull request #6696 from Ved-vampir/wip_common_pluginSage Weil2015-12-041-0/+7
|\
| * common: PluginRegistrySage Weil2015-12-021-0/+7
* | common/buffer: forward declare bufferMichal Jarzabek2015-11-301-1/+1
|/
* save init flags to CephContextYunchuan Wen2015-11-121-1/+5
* ceph_context: remove unsafe cast for singletonsJason Dillaman2015-10-151-7/+23
* Merge pull request #5557 from guangyy/wip-12666Sage Weil2015-09-101-0/+26
|\
| * common: support perf counter (for unhealthy workers) on CephContextGuang Yang2015-08-181-0/+26
* | crypto: fix unbalanced ceph::crypto::init/ceph::crypto:shutdownYan, Zheng2015-08-131-0/+5
|/
* lockdep: allow lockdep to be dynamically enabled/disabledJason Dillaman2015-07-301-0/+2
* Removed unnecessary inclusion of iostreamMichal Jarzabek2015-06-091-1/+1
* auth: make CryptoHandler implementations totally privateSage Weil2015-04-221-4/+2
* common: capture check_experimental_feature_enabled messageLoic Dachary2015-02-131-1/+3
* common: add 'enable experimental data corrupting features'Sage Weil2014-12-291-0/+12
* common/ceph_context: don't import std namespaceSage Weil2014-12-051-3/+2
* CephContext: Add AssociatedSingletonObject to allow CephContext's singletonHaomai Wang2014-12-011-0/+20
* spinlock: add generic spinlock implementationNoah Watkins2013-12-281-1/+2
* Make all AdminSocket commands use argparse/cmdmap.Dan Mick2013-07-311-1/+2
* AdminSocket users: use generic formattingDan Mick2013-07-261-1/+2
* md_config_t: change from class to struct as the name indicatesDanny Al-Gaaf2013-04-081-1/+1
* auth: move Crypto users to use CephContextSage Weil2012-08-171-0/+12
* CephContext: ref countSage Weil2012-07-101-1/+15
* admin_socket: pass args separatelySage Weil2012-05-311-1/+1
* cephcontext: generalize admin socket hookSage Weil2012-05-291-2/+11
* log: new logging infrastructureSage Weil2012-03-271-13/+7
* CephContext: add method for retrieving admin socketJosh Durgin2012-01-281-1/+11
* admin_socket: string commandsSage Weil2012-01-061-0/+3
* admin_socket: refactorSage Weil2012-01-051-2/+2
* perfcounters: fix accessor nameSage Weil2011-10-271-1/+1
* heartbeatmap: put in ceph namespaceSage Weil2011-07-281-3/+6
* heartbeatmap: introduce heartbeat_mapSage Weil2011-07-281-0/+7
* ceph_context: remove set_module_typeColin Patrick McCabe2011-07-211-3/+0
* Rename ProfLogger to Perfcounters: part 2Colin Patrick McCabe2011-07-211-5/+5
* Move ProfLogger socket code into admin_socketColin Patrick McCabe2011-07-201-2/+6
* CephContext: not copyableColin Patrick McCabe2011-06-221-0/+3
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-6/+0
* Create ProfLoggerCollection to hold ProfLoggersColin Patrick McCabe2011-06-211-3/+10
* Create de-globalized versions of the dout macroColin Patrick McCabe2011-06-211-1/+0
* CephContext: initialize module_type in ctorColin Patrick McCabe2011-06-101-3/+10
* CephContext: remove silly debug codeColin Patrick McCabe2011-06-101-2/+0
* g_conf: change to pointerColin Patrick McCabe2011-06-071-1/+1
* common: add module_type to CephContext; use to initialize rotating keysSage Weil2011-06-061-0/+2
* DoutStreambuf: de-globalize dout lockColin Patrick McCabe2011-06-031-0/+7
* Create a libcommon service threadColin Patrick McCabe2011-05-241-0/+20
* Add CephContextColin Patrick McCabe2011-05-241-0/+53