ceph/src
David Zafman acc47d234a include: Bug fixes for CompatSet
FeatureSet insert/remove
  Use 64-bit arithmetic to allow features past 31
  Allow feature 63 by fixing assert in insert
CompatSet::unsupported() bugs
  Ignore feature 0 which became illegal
  Use 64-bit arithmetic when computing mask
  Use id in insert() and to get correct feature name
  Use the right map to get name for diff.ro_compat

Caused by 80979bbe92
Caused by 470796b545

Backport: dumpling, cuttlefish

Signed-off-by: David Zafman <david.zafman@inktank.com>
2013-09-26 11:24:40 -07:00
..
arch automake cleanup: implementing non-recursive make 2013-09-08 00:11:09 +02:00
auth automake cleanup: implementing non-recursive make 2013-09-08 00:11:09 +02:00
bash_completion
client hadoop: remove hadoop shim 2013-09-13 13:39:48 -07:00
cls Makefile: add extra cls DENCODER_DEPS in the cls makefile, not rgw 2013-09-19 21:03:36 -07:00
common common: Fix get_namespace() definition in hobject_t 2013-09-23 11:57:10 -07:00
crush fix some comments 2013-09-17 10:34:10 +08:00
doc
global automake cleanup: implementing non-recursive make 2013-09-08 00:11:09 +02:00
gtest gtest: add build-aux/test-driver to .gitignore 2013-08-20 16:54:02 -07:00
include include: Bug fixes for CompatSet 2013-09-26 11:24:40 -07:00
java Removing extraneous code 2013-09-16 22:03:34 -07:00
jobs
json_spirit automake cleanup: implementing non-recursive make 2013-09-08 00:11:09 +02:00
key_value_store automake cleanup: implementing non-recursive make 2013-09-08 00:11:09 +02:00
librados automake cleanup: implementing non-recursive make 2013-09-08 00:11:09 +02:00
librbd automake cleanup: implementing non-recursive make 2013-09-08 00:11:09 +02:00
libs3@9dc3a9c683
log automake cleanup: implementing non-recursive make 2013-09-08 00:11:09 +02:00
mds Merge remote-tracking branch 'gh/next' 2013-09-23 09:50:10 -07:00
messages Merge pull request #586 from ceph/wip-copyfrom-big 2013-09-17 11:14:26 -07:00
mon Merge pull request #592 from ceph/wip-6287 2013-09-20 15:44:34 -07:00
mount
msg automake cleanup: implementing non-recursive make 2013-09-08 00:11:09 +02:00
objclass osd: provide better version bounds for cls_current_version and ENOENT replies 2013-09-03 10:54:23 -07:00
objsync
ocf
os os: Fix version_stamp_is_valid() and write_version_stamp() error return 2013-09-26 11:24:31 -07:00
osd osd: Add assert() on collection_getattr() failure instead of later decode crash 2013-09-23 11:57:09 -07:00
osdc osdc/ObjectCacher: finish contexts after dropping object reference 2013-09-18 13:26:30 -07:00
perfglue Merge remote-tracking branch 'gh/next' 2013-09-23 09:50:10 -07:00
pybind ceph_rest_api.py: create own default for log_file 2013-08-23 15:11:03 -07:00
rbd_fuse automake cleanup: renamed inttypes.h 2013-09-07 22:41:10 +02:00
rgw Merge remote-tracking branch 'gh/next' 2013-09-23 09:50:10 -07:00
script
test Merge pull request #605 from dachary/wip-erasure-code-plugin-test 2013-09-23 10:27:47 -07:00
tools tools: Fix ceph_filestore_dump usage again 2013-09-23 11:57:09 -07:00
upstart
.gitignore ceph-post-file: single command to upload a file to cephdrop 2013-08-16 17:59:11 -07:00
btrfs_ioc_test.c
ceph_common.sh
ceph_fuse.cc
ceph_mds.cc
ceph_mon.cc
ceph_osd.cc os, ceph_osd: Rename on_disk_version to target_version 2013-09-23 13:12:41 -07:00
ceph_syn.cc
ceph_ver.c
ceph-clsinfo
ceph-coverage.in
ceph-create-keys
ceph-debugpack.in
ceph-disk Merge remote-tracking branch 'gh/next' 2013-08-24 14:12:44 -07:00
ceph-disk-activate
ceph-disk-prepare
ceph-disk-udev
ceph-post-file.in ceph-post-file: use mktemp instead of tempfile 2013-08-30 09:41:29 -07:00
ceph-rbdnamer
ceph-rest-api
ceph-run
ceph.conf.twoosds
ceph.in ceph.in: add to $PATH if needed regardless of LD_LIBRARY_PATH state 2013-08-27 13:40:23 -07:00
cephfs.cc
check_version
cls_acl.cc
cls_crypto.cc
cmonctl
fetch_config
init-ceph.in init-ceph: behave if incompletely installed 2013-08-22 17:59:46 -07:00
init-radosgw init-radosgw*: fix status return value if radosgw isn't running 2013-09-07 11:30:15 +02:00
init-radosgw.sysv init-radosgw*: fix status return value if radosgw isn't running 2013-09-07 11:30:15 +02:00
init-rbdmap init-rbdmap: fix error on stop rbdmap 2013-08-22 12:12:49 +02:00
libcephfs.cc Ceph-fuse: Fallocate and punch hole support 2013-08-19 22:49:37 -07:00
librados-config.cc rados-config: do not load ceph.conf 2013-08-23 15:21:41 -07:00
loadclass.sh
logrotate.conf
make_version
Makefile-env.am makefile-env: separate cppflags and cflags usage 2013-09-21 10:24:04 -07:00
Makefile.am automake: add per-target AM_CPPFLAGS 2013-09-21 10:41:17 -07:00
mkcephfs.in
mount.fuse.ceph
multi-dump.sh
ps-ceph.pl
push_to_qemu.pl
rbd.cc automake cleanup: renamed inttypes.h 2013-09-07 22:41:10 +02:00
rbdmap
README
sample.ceph.conf
stop.sh
TODO
unittest_bufferlist.sh
valgrind.supp
verify-mds-journal.sh
vstart.sh osd: add an Objecter instance 2013-08-30 16:54:32 -07:00
yasm-wrapper yasm-wrapper: more futzing to behave on fedora 19 2013-08-22 14:56:21 -07:00

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