ceph/src
Kefu Chai c4f51c85df common: silence GCC warnings
Preforker.h:111:8: warning: ignoring return value of ‘ssize_t
safe_write(int, const void*, size_t)’, declared with attribute
warn_unused_result [-Wunused-result]
        (void)safe_write(fd[1], &r, sizeof(r));
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

and

compat.cc:36:28: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
     if (off + sizeof(data) > len)
         ~~~~~~~~~~~~~~~~~~~^~~~~

Fixes: http://tracker.ceph.com/issues/23774
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-04-18 15:10:54 +08:00
..
arch
auth Merge pull request #21236 from jecluis/wip-mon-auth-bootstrap 2018-04-11 10:57:20 -05:00
bash_completion
blkin@f24ceec055
brag
ceph-detect-init src: s/--use-wheel// 2018-04-01 21:01:39 +08:00
ceph-disk src: s/--use-wheel// 2018-04-01 21:01:39 +08:00
ceph-volume ceph-volume: Using --readonly for {vg|pv|lv}s commands 2018-04-13 10:42:21 +02:00
civetweb@321b4eb68e rgw: update civetweb submodule sha1 to track ceph-master 2018-04-13 19:25:45 +02:00
client Merge pull request #21419 from ceph/wip-da-SCA-20180329 2018-04-16 22:56:42 +08:00
cls Merge pull request #19935 from myoungwon/wip-manifest-ref-count 2018-04-15 22:52:22 +08:00
common common: silence GCC warnings 2018-04-18 15:10:54 +08:00
compressor lz4/LZ4Compressor.h: remove always true check 2018-04-14 00:15:57 +02:00
crush Merge pull request #21174 from guzhongyan/crush-log-cleanup 2018-04-13 17:42:44 +08:00
crypto
dmclock
doc
erasure-code Merge PR #21080 into master 2018-04-10 07:54:14 -07:00
global
googletest@fdb8504792
include Merge pull request #21113 from kungf/scrub_interval_overflow 2018-04-17 06:48:57 -05:00
isa-l@7e1a337433
java
journal journal: limit number of appends sent in one librados op 2018-04-02 22:44:16 +03:00
json_spirit
key_value_store
kv Merge pull request #19117 from jan--f/jan-object-counts-decimal 2018-04-15 22:49:50 +08:00
libcephd
librados librados: add with_reference flag when redirect or chunk is enabled 2018-04-14 02:34:27 +09:00
libradosstriper
librbd Merge pull request #21141 from shun-s/fix-rbd-close-race-with-rewatch 2018-04-17 07:46:37 -04:00
log common: hint the main branch of dout() accordingly to default verbosity. 2018-04-11 01:27:57 +02:00
lua@1fce39c639
mds Merge PR #21323 into master 2018-04-12 18:22:22 -07:00
messages osd: Revert use of dmclock message feature bit since not yet finalized 2018-04-13 10:27:26 -04:00
mgr mgr/iostat: add a 'poll' flag to the command description format 2018-04-12 00:26:24 -04:00
mon mon/AuthMonitor: don't validate fs caps on authorize 2018-04-17 14:30:12 +01:00
mount
msg msg/async/EventKqueue.cc: fix memory leak due to realloc error 2018-04-14 00:13:18 +02:00
objclass
objsync
ocf
os Merge pull request #21145 from ceph/wip-ifed-store-test-improve 2018-04-17 06:48:31 -05:00
osd osd: remove cost from mclock op queues; cost not handled well in dmclock library 2018-04-16 11:28:04 -04:00
osdc Merge pull request #21398 from ivancich/wip-revert-dmclock-feature-bit-plus 2018-04-16 15:46:07 +08:00
perfglue
powerdns
pybind test/dashboard: hardcode .coverage path to workaround tox bugs 2018-04-18 13:50:38 +08:00
rapidjson@f54b0e47a0
rbd_fuse
rbd_replay src: Added const references to various function parameters 2018-04-06 17:43:04 -04:00
rgw Merge pull request #21419 from ceph/wip-da-SCA-20180329 2018-04-16 22:56:42 +08:00
rocksdb@5ec382b918 rocksdb: sync with upstream 2018-04-10 15:22:19 +08:00
script
spdk@dc82989dd2
test Merge pull request #21145 from ceph/wip-ifed-store-test-improve 2018-04-17 06:48:31 -05:00
tools Merge pull request #21343 from Songweibin/wip-trash-ls 2018-04-17 07:46:18 -04:00
tracing
upstart
xxHash@1f40c6511f
zstd@f4340f46b2
.gitignore
btrfs_ioc_test.c
ceph_common.sh
ceph_fuse.cc ceph-fuse: exit with failure on failed mount 2018-04-12 12:15:42 -07:00
ceph_mds.cc
ceph_mgr.cc ceph-mgr: exit after usage 2018-04-12 17:12:23 -05:00
ceph_mon.cc Merge pull request #19117 from jan--f/jan-object-counts-decimal 2018-04-15 22:49:50 +08:00
ceph_osd.cc Merge pull request #21101 from dzafman/wip-23267 2018-04-04 14:06:46 -07:00
ceph_release
ceph_syn.cc
ceph_ver.c
ceph_ver.h.in.cmake
ceph-clsinfo
ceph-coverage.in
ceph-create-keys
ceph-debugpack.in
ceph-osd-prestart.sh
ceph-post-file.in
ceph-rbdnamer
ceph-run
ceph.conf.twoosds
ceph.in Merge pull request #20100 from mogeb/iostat-plugin 2018-04-15 22:58:16 +08:00
cls_acl.cc
cls_crypto.cc
CMakeLists.txt cmake: fix typo in status message 2018-04-17 11:28:29 +02:00
cmonctl
etc-rbdmap
init-ceph.in
init-radosgw
init-rbdmap
krbd.cc krbd.cc: fix parameter to variadic function 2018-04-14 00:15:57 +02:00
libcephfs.cc
librados-config.cc librados-config: exit(0) after usage 2018-04-12 17:12:31 -05:00
loadclass.sh
logrotate.conf
mount.fuse.ceph
mrgw.sh
mrun
mstart.sh
mstop.sh
multi-dump.sh
perf_histogram.h
ps-ceph.pl
push_to_qemu.pl
rbd-replay-many
rbdmap
README
sample.ceph.conf doc: remove unused config: "osd op threads" 2018-04-10 05:39:59 +08:00
stop.sh
TODO
unittest_bufferlist.sh
valgrind.supp
vstart.sh Merge pull request #18932 from yehudasa/wip-rgw-cloud-sync 2018-04-13 10:42:20 -04:00
yasm-wrapper

Sage Weil <sage@newdream.net>
Ceph - scalable distributed storage system