ceph/src
Sage Weil 0095a13824 client: fix shadowing in inode ctor
CID 728080 (#1 of 1): Incorrect sizeof expression (BAD_SIZEOF)
Taking the size of pointer parameter "layout" is suspicious.

At (2): Non-static class member field "layout.fl_stripe_unit" is not initialized in this constructor nor in any functions that it calls.
At (4): Non-static class member field "layout.fl_stripe_count" is not initialized in this constructor nor in any functions that it calls.
At (6): Non-static class member field "layout.fl_object_size" is not initialized in this constructor nor in any functions that it calls.
At (8): Non-static class member field "layout.fl_cas_hash" is not initialized in this constructor nor in any functions that it calls.
At (10): Non-static class member field "layout.fl_object_stripe_unit" is not initialized in this constructor nor in any functions that it calls.
At (12): Non-static class member field "layout.fl_unused" is not initialized in this constructor nor in any functions that it calls.
CID 717206 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
At (14): Non-static class member field "layout.fl_pg_pool" is not initialized in this constructor nor in any functions that it calls.

Signed-off-by: Sage Weil <sage@inktank.com>
2012-10-15 14:20:51 -07:00
..
auth auth: fix uninit vars 2012-08-31 13:11:34 -07:00
bash_completion osd: deep scrub, read file contents from disk and compare digest 2012-09-05 14:19:19 -07:00
client client: fix shadowing in inode ctor 2012-10-15 14:20:51 -07:00
cls cls_rgw: init var in ctor 2012-10-15 14:14:28 -07:00
common Merge branch 'wip-admin-rest' 2012-10-08 14:30:17 -07:00
crush crushtester: fix uninit var 2012-09-28 13:18:05 -07:00
doc
global pidfile: fix fd leak from pidfile_remove() 2012-09-28 13:18:05 -07:00
gtest
include doc: Add doxygen style documentation for libcephfs 2012-10-09 10:33:23 -05:00
jobs
json_spirit
key_value_store OSD: deprecate CLS_METHOD_PUBLIC flag 2012-10-02 15:43:37 -07:00
leveldb@f2d406b421
librados Merge remote-tracking branch 'gh/wip-rbd-coverity 2012-09-25 22:31:23 -07:00
librbd librbd: fix error handling in get_parent_info 2012-10-04 15:20:29 -07:00
libs3@9dc3a9c683
log LogEntry: fix uninit in ctor 2012-09-28 13:18:05 -07:00
mds Merge remote-tracking branch 'gh/wip-client-stale' 2012-10-08 20:56:05 -07:00
messages Merge branch 'wip-osd-caps' 2012-10-05 16:21:12 -07:00
mon mon: drop command replies on paxos reset 2012-10-10 14:19:58 -07:00
mount
msg Merge remote-tracking branch 'gh/next' 2012-10-04 10:08:46 -07:00
objclass objclass: require each class method to have a flag set 2012-10-02 15:43:37 -07:00
objsync
ocf rbd: Use TextTable for showmapped and lock list 2012-10-04 16:20:13 -07:00
os FileJournal: ignore osd journal size for block devices 2012-10-08 20:33:43 -07:00
osd osdmap: fix null deref in dump 2012-10-08 20:50:12 -07:00
osdc objecter: fix dereference after null check 2012-09-28 13:18:06 -07:00
perfglue
pybind rbd.py: Fix docstring syntax of list_lockers(). 2012-10-04 14:54:17 -07:00
rgw rgw: don't add port to url if already has one 2012-10-15 09:59:14 -07:00
script
test Merge branch 'wip-fix-getdents' 2012-10-11 14:19:04 -05:00
tools ceph tool: document 'ceph osd map ...' command 2012-09-28 17:37:53 -07:00
upstart upstart: OSD journal can be a symlink; if it's dangling, don't start. 2012-10-05 15:41:35 -07:00
.gitignore gitignore: Update to match packaging changes and additions, rest-bench addition. 2012-10-09 13:38:45 -07:00
barclass.cc
btrfs_ioc_test.c
ceph_authtool.cc
ceph_common.sh ceph_common.sh: 'hostname -s' (instead of cut ...) 2012-09-20 10:12:30 -07:00
ceph_conf.cc
ceph_fuse.cc client: Mods to fix #3184 for messenger shutdown 2012-09-27 14:34:29 -07:00
ceph_mds.cc
ceph_mon.cc mon: refactor monitor feature checks 2012-09-12 17:33:01 -07:00
ceph_osd.cc osd: Make --get-journal-fsid not really start the osd. 2012-10-05 15:41:35 -07:00
ceph_syn.cc client: Mods to fix #3184 for messenger shutdown 2012-09-27 14:34:29 -07:00
ceph_ver.c
ceph-clsinfo
ceph-coverage.in
ceph-create-keys ceph-create-keys: Refactor to share wait_for_quorum call. 2012-10-05 11:09:06 -07:00
ceph-debugpack.in ceph-debugpack: updates 2012-10-09 14:13:57 -07:00
ceph-disk-activate ceph-disk-{prepare,activate}: Default mkfs arguments and mount options. 2012-10-05 15:41:35 -07:00
ceph-disk-prepare ceph-disk-prepare, debian/control: Support external journals. 2012-10-15 09:34:36 -07:00
ceph-rbdnamer
ceph-run
ceph.conf.twoosds
cephfs.cc cephfs: Fix warning - use err instead of errno 2012-09-26 17:28:21 -07:00
check_version
cls_acl.cc
cls_crypto.cc
cls_rbd.cc OSD: deprecate CLS_METHOD_PUBLIC flag 2012-10-02 15:43:37 -07:00
cmonctl
crushtool.cc crushtool: Miscellaneous cleanup. 2012-08-31 13:20:30 -07:00
dupstore.cc
fetch_config
fooclass.cc
init-ceph.in
init-radosgw
libcephfs.cc libcephfs: Check that buffer is non-null 2012-10-09 09:17:08 -05:00
librados-config.cc
loadclass.sh
logrotate.conf logrotate: fix bash syntax 2012-10-13 22:34:29 -07:00
make_version
Makefile.am test: Refactored testceph.cc into gtest framework 2012-10-09 10:33:11 -05:00
mkcephfs.in
monmaptool.cc
multi-dump.sh
osdmaptool.cc osdmap, mon: optional dump 'osd tree' in json 2012-10-02 10:42:50 -07:00
ps-ceph.pl
psim.cc
push_to_kclient.pl
push_to_qemu.pl
rados_export.cc
rados_import.cc
rados_sync.cc
rados_sync.h
rados.cc rados: fix error paths in do_put() 2012-09-28 13:18:06 -07:00
radosacl.cc
rbd.cc rbd: don't issue usage on errors 2012-10-10 17:41:27 -07:00
README
sample.ceph.conf
scratchtool.c
scratchtoolpp.cc
stop.sh vstart.sh: -r to start radosgw 2012-09-01 14:51:04 -07:00
streamtest.cc
test_trans.cc
testclass.cc
testcrypto.cc
testkeys.cc
testmsgr.cc
TODO
valgrind.supp
verify-mds-journal.sh
vstart.sh vstart.sh: let you specific specific ip to bind to 2012-09-28 10:59:22 -07:00

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