ceph/src/common
Sage Weil 1d26eb38bf Merge pull request #18003 from cbodley/wip-build-options-move
common: use move instead of copy in build_options()

Reviewed-by: Jos Collin <jcollin@redhat.com>
2017-10-02 21:47:22 -05:00
..
addr_parsing.c common: Remove redundant includes 2017-05-13 08:57:45 +10:00
address_helper.cc common: Remove redundant includes 2017-05-26 21:12:39 +05:30
address_helper.h
admin_socket_client.cc common: Remove redundant includes 2017-05-26 21:12:39 +05:30
admin_socket_client.h common: Remove redundant includes 2017-05-26 21:12:39 +05:30
admin_socket.cc common: add line break for "ceph daemon TYPE.ID version" 2017-08-22 21:20:49 +08:00
admin_socket.h common: Remove redundant includes 2017-05-26 21:12:39 +05:30
aix_errno.cc common: add empty hostos_to_ceph_errno(), to allow linking to work 2017-06-09 10:14:46 +02:00
align.h
arch.h
armor.c
armor.h
assert.cc common: Remove redundant includes 2017-05-26 21:12:39 +05:30
AsyncOpTracker.cc common: Remove redundant includes 2017-05-26 21:12:39 +05:30
AsyncOpTracker.h common: Remove redundant includes 2017-05-26 21:12:39 +05:30
AsyncReserver.h common/AsyncReserver: support preemption 2017-09-27 15:40:18 -04:00
backport14.h common: add enable_if_t<> to C++14 compatibility header. 2017-08-22 09:14:34 -07:00
BackTrace.cc common: Remove redundant includes 2017-05-26 21:12:39 +05:30
BackTrace.h common: initialize array in struct BackTrace 2017-06-23 10:02:42 +05:30
bit_str.cc common: Remove redundant includes 2017-05-26 21:12:39 +05:30
bit_str.h common: Remove redundant includes 2017-05-26 21:12:39 +05:30
bit_vector.hpp common: Remove redundant includes 2017-05-26 21:12:39 +05:30
blkdev.cc common/blkdev.cc: propagate get_device_by_fd to different OSes 2017-06-07 11:21:57 +02:00
blkdev.h
bloom_filter.cc common: Remove redundant includes 2017-05-26 21:12:39 +05:30
bloom_filter.hpp common: Remove redundant includes 2017-05-26 21:12:39 +05:30
buffer.cc buffer: add ptr::[try_]reassign_to_mempool 2017-09-27 15:49:17 -04:00
ceph_argparse.cc common: Remove redundant includes 2017-05-26 21:12:39 +05:30
ceph_argparse.h common: Remove redundant includes 2017-05-26 21:12:39 +05:30
ceph_context.cc mon,monmap: use new style config opts 2017-09-07 13:24:22 +08:00
ceph_context.h osd: migrate to ceph::spinlock 2017-08-11 14:03:10 -07:00
ceph_crypto_cms.cc common: Remove redundant includes 2017-05-26 21:12:39 +05:30
ceph_crypto_cms.h
ceph_crypto.cc crypto: allow PK11 module to load even if it's already initialized 2017-06-23 11:31:07 +08:00
ceph_crypto.h
ceph_frag.cc
ceph_fs.cc common: Remove redundant includes 2017-05-11 11:59:08 +10:00
ceph_hash.cc
ceph_json.cc common: Remove redundant includes 2017-05-26 21:12:39 +05:30
ceph_json.h Merge pull request #14351 from yehudasa/wip-rgw-mdsearch 2017-06-02 09:16:07 -07:00
ceph_strings.cc include/rados: nautilus is next 2017-08-11 12:14:59 -04:00
ceph_time.cc time: use mach_absolute_time() for monotonic time 2017-09-16 10:43:32 +08:00
ceph_time.h time: use mach_absolute_time() for monotonic time 2017-09-16 10:43:32 +08:00
ceph_timer.h common: Remove redundant includes 2017-05-26 21:12:39 +05:30
Checksummer.h common: Remove redundant includes 2017-05-26 21:12:39 +05:30
Clock.cc common: Remove redundant includes 2017-05-26 21:12:39 +05:30
Clock.h
cmdparse.cc Common: remove variable 'argnum' that is modified but its new value is never used. 2017-08-07 16:21:16 +08:00
cmdparse.h common/cmdparse: allow vector<double> 2017-07-21 13:50:51 -04:00
code_environment.cc Merge pull request #15251 from joscollin/wip-cleanup-redundant-headers-4 2017-06-16 08:45:29 -05:00
code_environment.h src: put-to operator function - const input cleanup 2017-05-31 12:08:01 +05:30
cohort_lru.h rgw_file: fix LRU lane lock in evict_block() 2017-08-25 17:55:11 -04:00
CommandTable.h
common_init.cc common/common_init: disable default dout logging for UTILITY_NODOUT too 2017-07-25 22:20:06 -04:00
common_init.h common:fix error word 2017-09-13 10:22:08 +08:00
compiler_extensions.h
Cond.h common: Remove redundant includes 2017-05-24 06:53:40 +05:30
config_obs.h
config.cc common: fix daemon abnormal exit at parsing invalid arguments 2017-09-13 17:58:40 +08:00
config.h common: remove dead default values from legacy opts 2017-07-24 09:04:00 -04:00
ConfUtils.cc common: Remove redundant includes 2017-05-24 06:53:40 +05:30
ConfUtils.h
ContextCompletion.cc
ContextCompletion.h common: Remove redundant includes 2017-05-24 06:53:40 +05:30
Continuation.h common: Remove redundant includes 2017-05-26 11:28:27 +05:30
convenience.h common: Add locking template functions and macros 2017-08-08 22:39:20 -04:00
crc32c_aarch64.c
crc32c_aarch64.h crc32c: include acconfig.h to fix ceph_crc32c_aarch64() 2017-06-06 23:31:38 +08:00
crc32c_intel_baseline.c common: Remove redundant includes 2017-05-11 11:59:08 +10:00
crc32c_intel_baseline.h
crc32c_intel_fast_asm.s crc32c: mach-o 64 follows the same calling convention as elf64 does 2017-09-16 10:47:02 +08:00
crc32c_intel_fast_zero_asm.s crc32c: mach-o 64 follows the same calling convention as elf64 does 2017-09-16 10:47:02 +08:00
crc32c_intel_fast.c crc32c: pass integer param by uint64_t 2017-09-16 10:47:02 +08:00
crc32c_intel_fast.h
crc32c_ppc_asm.S build: Use .S suffix for ppc64le assembly files 2017-05-31 01:14:26 +00:00
crc32c_ppc_constants.h crc32c: Add ppc64le fast zero optimized assembly. 2017-05-31 16:52:47 +00:00
crc32c_ppc_fast_zero_asm.S crc32c: Add ppc64le fast zero optimized assembly. 2017-05-31 16:52:47 +00:00
crc32c_ppc.c Fix ppc64 support for ceph 2017-08-04 10:56:03 +02:00
crc32c_ppc.h
crc32c.cc common: Remove redundant includes 2017-05-26 11:28:27 +05:30
Cycles.cc common: Remove redundant includes 2017-05-24 06:53:40 +05:30
Cycles.h
darwin_errno.cc common: add empty hostos_to_ceph_errno(), to allow linking to work 2017-06-09 10:14:46 +02:00
debug.h
DecayCounter.cc
DecayCounter.h common: Remove redundant includes 2017-05-24 06:53:40 +05:30
deleter.h common: Remove redundant includes 2017-05-24 06:53:40 +05:30
dns_resolve.cc common: add query_str when res_search() failed 2017-07-06 13:39:34 +08:00
dns_resolve.h mon/MonClient: respect the priority in mon_info_t 2017-06-29 13:50:01 +08:00
dout.cc
dout.h common: dout can work also with non-raw pointers to CephContext. 2017-07-25 10:24:40 -04:00
dummy.cc
entity_name.cc Merge pull request #15251 from joscollin/wip-cleanup-redundant-headers-4 2017-06-16 08:45:29 -05:00
entity_name.h common: Remove redundant includes 2017-05-24 06:53:40 +05:30
environment.cc
environment.h
errno.cc common: Remove redundant includes 2017-05-24 06:53:40 +05:30
errno.h
escape.c
escape.h
event_socket.h build/include: Redo som includes for FreeBSD 2017-05-28 14:56:04 +02:00
EventTrace.cc common: Remove redundant includes 2017-05-26 11:28:27 +05:30
EventTrace.h common: Remove redundant includes 2017-05-22 20:58:12 +05:30
fd.cc common/fd: port dump_open_fds() to osx 2017-09-16 10:43:32 +08:00
fd.h
Finisher.cc msg,common: do not include assert.h everywhere to clobber <assert.h> 2017-06-08 11:46:26 +08:00
Finisher.h common: migrate atomic_t to <atomic> 2017-06-01 15:36:27 -07:00
fork_function.h common/fork_function: close all fds in children 2017-07-07 11:11:24 -04:00
Formatter.cc rbd: adding newline operation when only '--format' used 2017-08-18 08:54:07 +08:00
Formatter.h rbd: adding newline operation when only '--format' used 2017-08-18 08:54:07 +08:00
freebsd_errno.cc core: make the conversion from wire error to host OS work 2017-07-05 11:39:50 +02:00
fs_types.cc
function_signature.h common: Remove redundant includes 2017-05-22 20:58:12 +05:30
Graylog.cc common: Remove redundant includes 2017-05-22 20:58:12 +05:30
Graylog.h common: Remove redundant includes 2017-05-22 20:58:12 +05:30
HeartbeatMap.cc common: use mono clock for HeartbeatMap 2017-09-22 01:12:13 +08:00
HeartbeatMap.h common: use mono clock for HeartbeatMap 2017-09-22 01:12:13 +08:00
hex.cc common: Remove redundant includes 2017-05-22 20:58:12 +05:30
hex.h
histogram.cc
histogram.h mon/PGMap: new check_osd_map that takes a OSDMap& const 2017-06-02 13:02:50 -04:00
hobject.cc common: Remove redundant includes 2017-05-22 20:58:12 +05:30
hobject.h crc32c: Add ppc64le fast zero optimized assembly. 2017-05-31 16:52:47 +00:00
hostname.cc common: Remove redundant includes 2017-05-22 20:58:12 +05:30
hostname.h
HTMLFormatter.cc common: Remove redundant includes 2017-05-22 20:58:12 +05:30
HTMLFormatter.h common: Remove redundant includes 2017-05-22 20:58:12 +05:30
Initialize.h
inline_variant.h common: Remove redundant includes 2017-05-22 20:58:12 +05:30
interval_map.h common: Remove redundant includes 2017-05-22 20:58:12 +05:30
io_priority.cc common/io_priority: include <errno.h> on osx 2017-09-16 10:43:32 +08:00
io_priority.h
ipaddr.cc common: return iface instead of addr from ipaddr.cc helpers 2017-08-09 07:53:11 -04:00
iso_8601.cc common/iso_8601.cc: Make return expression Clang compatible 2017-05-27 18:36:08 +02:00
iso_8601.h common: Remove redundant includes 2017-05-22 20:58:12 +05:30
legacy_config_opts.h Merge pull request #17728 from ygtzf/cleanup-unused-parameter 2017-10-02 11:34:39 +08:00
likely.h
linux_version.c
linux_version.h
lockdep.cc lockdep: fix Mutex tests to disable lockdep properly 2017-09-16 08:59:29 -04:00
lockdep.h lockdep: fix Mutex tests to disable lockdep properly 2017-09-16 08:59:29 -04:00
LogClient.cc os,common: check __APPLE__ for osx not DARWIN 2017-09-16 10:43:32 +08:00
LogClient.h mon: add helper for emitting logs by health status 2017-09-01 05:53:13 -04:00
LogEntry.cc common: fix log warnings 2017-07-01 15:24:22 +08:00
LogEntry.h mon: helper function for string to log level 2017-06-27 06:28:47 -04:00
lru_map.h common: Remove redundant includes 2017-05-22 20:58:12 +05:30
map_cacher.hpp common: Remove redundant includes 2017-05-22 20:58:12 +05:30
mClockPriorityQueue.h osd: use dmclock library client_info_f function dynamically 2017-09-21 13:23:26 +09:00
MemoryModel.cc common: Remove redundant includes 2017-05-22 20:58:12 +05:30
MemoryModel.h
mempool.cc mempool: make dump more concise 2017-05-31 22:20:03 -04:00
mime.c common: Remove redundant includes 2017-05-11 11:59:08 +10:00
mime.h
module.c build/include: Redo som includes for FreeBSD 2017-05-28 14:56:04 +02:00
module.h
mutex_debug.cc common: Remove redundant includes 2017-05-22 23:16:26 +05:30
mutex_debug.h
Mutex.cc common/Mutex.cc: fixed the error in comment 2017-07-08 13:49:28 +08:00
Mutex.h
obj_bencher.cc common: silence jenkins's buiding warning in obj_bencher.cc 2017-08-26 10:58:39 +08:00
obj_bencher.h common: Remove redundant includes 2017-05-22 23:16:26 +05:30
OpQueue.h osd/PG: Add two new mClock implementations of the PG sharded operator queue 2017-06-20 23:15:36 -04:00
options.cc Merge pull request #18003 from cbodley/wip-build-options-move 2017-10-02 21:47:22 -05:00
options.h common/options: pass by reference 2017-09-29 11:09:35 +08:00
OutputDataSocket.cc common: use std::move() for better performance 2017-07-27 15:52:54 +08:00
OutputDataSocket.h common: Remove redundant includes 2017-05-22 23:16:26 +05:30
page.cc
perf_counters.cc mgr: respect perf counter prio_adjust in MgrClient 2017-09-27 14:20:22 -04:00
perf_counters.h mgr: respect perf counter prio_adjust in MgrClient 2017-09-27 14:20:22 -04:00
perf_histogram.cc
perf_histogram.h msg,common: do not include assert.h everywhere to clobber <assert.h> 2017-06-08 11:46:26 +08:00
pick_address.cc osd: include front_iface+back_iface in metadata 2017-08-09 07:53:26 -04:00
pick_address.h osd: include front_iface+back_iface in metadata 2017-08-09 07:53:26 -04:00
pipe.c common: Remove redundant includes 2017-05-22 23:16:26 +05:30
pipe.h
PluginRegistry.cc common: Remove redundant includes 2017-05-22 23:16:26 +05:30
PluginRegistry.h common: Remove redundant includes 2017-05-22 23:16:26 +05:30
ppc-opcode.h
PrebufferedStreambuf.cc
PrebufferedStreambuf.h common: Remove redundant includes 2017-05-22 23:16:26 +05:30
Preforker.h common: Remove redundant includes 2017-05-22 23:16:26 +05:30
PrioritizedQueue.h osd/PG: Add two new mClock implementations of the PG sharded operator queue 2017-06-20 23:15:36 -04:00
QueueRing.h common: migrate atomic_t to <atomic> 2017-06-01 15:36:27 -07:00
random_cache.hpp
Readahead.cc
Readahead.h
RefCountedObj.cc
RefCountedObj.h common: migrate atomic_t to <atomic> 2017-06-01 15:36:27 -07:00
reverse.c crc32c: Add ppc64le fast zero optimized assembly. 2017-05-31 16:52:47 +00:00
reverse.h crc32c: Add ppc64le fast zero optimized assembly. 2017-05-31 16:52:47 +00:00
run_cmd.cc common: Remove redundant includes 2017-05-22 23:16:26 +05:30
run_cmd.h
RWLock.h common: Destroy attr of RWLock after initialized 2017-08-20 16:58:07 +08:00
safe_io.c common: Remove redundant includes 2017-05-22 23:16:26 +05:30
safe_io.h common: Remove redundant includes 2017-05-22 23:16:26 +05:30
scrub_types.cc osd: Add whether shard is primary in list-inconsistent-obj 2017-08-11 11:37:03 -07:00
scrub_types.h osd, rados: Improve size scrub error handling 2017-08-11 11:37:32 -07:00
sctp_crc32.c common/sctp_crc32: include acconfig.h for the detecting endianness 2017-05-10 23:12:30 +08:00
sctp_crc32.h
secret.c common: Remove redundant includes 2017-05-13 08:57:45 +10:00
secret.h
Semaphore.h
shared_cache.hpp common: migrate atomic_t to <atomic> 2017-06-01 15:36:27 -07:00
sharedptr_registry.hpp
shunique_lock.h common: logically dead code inside shunique_lock.h 2017-08-29 21:16:50 +05:30
signal.cc
signal.h
simple_cache.hpp common: Remove redundant includes 2017-05-22 23:16:26 +05:30
SloppyCRCMap.cc common: Remove redundant includes 2017-05-11 11:59:08 +10:00
SloppyCRCMap.h common: Remove redundant includes 2017-05-22 23:16:26 +05:30
snap_types.cc
snap_types.h
solaris_errno.cc common: add empty hostos_to_ceph_errno(), to allow linking to work 2017-06-09 10:14:46 +02:00
sstring.hh common/sstring: switch to boost::string_view as string_ref is deprecated. 2017-06-07 12:46:21 +02:00
static_assert.h
str_list.cc
str_map.cc common: Remove redundant includes 2017-05-17 06:49:19 +05:30
strtol.cc common: Remove redundant includes 2017-05-17 06:49:19 +05:30
strtol.h common: Remove redundant includes 2017-05-11 11:59:08 +10:00
SubProcess.h os,common: check __APPLE__ for osx not DARWIN 2017-09-16 10:43:32 +08:00
subsys.h common/AsyncReserver: support preemption 2017-09-27 15:40:18 -04:00
sync_filesystem.h
TextTable.cc
TextTable.h common: Remove redundant includes 2017-05-17 06:49:19 +05:30
Thread.cc common: Remove redundant includes 2017-05-17 06:49:19 +05:30
Thread.h
Throttle.cc throttle: Do not destroy condition variables with waiters 2017-08-08 22:53:12 -04:00
Throttle.h throttle: Do not destroy condition variables with waiters 2017-08-08 22:53:12 -04:00
Timer.cc common,mds,mgr,mon,osd: store event only if it's added 2017-08-20 14:14:30 +08:00
Timer.h common/Timer.h: ~SafeTimer needs to be virtual 2017-09-02 12:27:16 +08:00
TracepointProvider.cc
TracepointProvider.h common: Remove redundant includes 2017-05-17 06:49:19 +05:30
tracked_int_ptr.hpp osd: repair the PG_DEBUG_REFS build 2017-05-25 11:42:01 -07:00
TrackedOp.cc osd: filter the trackedop that we needed. 2017-07-26 11:49:12 +08:00
TrackedOp.h common: drop useless semicolon 2017-07-26 12:24:10 +08:00
Tub.h
types.cc
url_escape.cc
url_escape.h
utf8.c common: Remove redundant includes 2017-05-11 11:59:08 +10:00
utf8.h
util.cc common/util: do not print error if VERSION_ID is missing 2017-09-18 13:01:33 +08:00
valgrind.h
version.cc common/version: remove accidental space 2017-06-02 14:10:26 -04:00
version.h common/version: include release name and type in version string 2017-05-30 22:47:26 -04:00
WeightedPriorityQueue.h osd/PG: Add two new mClock implementations of the PG sharded operator queue 2017-06-20 23:15:36 -04:00
WorkQueue.cc common/WorkQueue: use threadpoolname + threadaddr for heartbeat_handle_d.name 2017-07-25 11:39:49 +00:00
WorkQueue.h common: use mono clock for HeartbeatMap 2017-09-22 01:12:13 +08:00
xattr.c os,common: check __APPLE__ for osx not DARWIN 2017-09-16 10:43:32 +08:00
xattr.h common: Remove redundant includes 2017-05-22 23:16:26 +05:30
zipkin_trace.h common/zipkin_trace: added missing include for encoding 2017-05-18 18:13:27 -04:00