ceph/src
Danny Al-Gaaf 109bcd44ba Revert "osd: detect (some) misordered ondisk tmaps"
This reverts commit 10b68b2e1a.

The check for 'nextkey < last_disk_key' makes not much sense since
last_disk_key is an empty string and not set before. Comparing a
decoded string to be less than an empty string will be never true.

Since this if() isn't part of a loop last_disk_key is only set
once and there is no other consumer: revert this dead code.

Conflicts:
	src/osd/ReplicatedPG.cc
2014-11-11 19:06:12 +01:00
..
arch arch/neon.c: check result of fread() 2014-10-27 12:44:26 -07:00
auth AuthSessionHandler.h: init protocol in constructor 2014-11-11 13:26:38 +01:00
bash_completion
brag
civetweb@45da9c5f90
client Merge pull request #2813 from ceph/wip-9894 2014-10-31 08:18:12 -07:00
cls cls_rgw_client.cc: fix potential null pointer deref 2014-10-27 12:44:26 -07:00
common Merge pull request #2893 from ceph/wip-10045 2014-11-10 18:11:18 -08:00
crush Merge pull request #2689 from zhurongze/fix-crush 2014-11-10 09:02:28 -08:00
doc
erasure-code erasure-code: s/alignement/alignment/ typos in jerasure 2014-11-10 14:56:43 +01:00
global global/signal_handler: do not log if SEGV originated inside log code 2014-09-12 15:25:03 -07:00
gtest
include Merge pull request #2456 from ceph/wip-9031-9262 2014-11-10 14:56:30 -08:00
java java: fill in stat structure correctly 2014-10-23 13:58:23 -07:00
jobs
json_spirit
key_value_store osd, osdc, librados, tools, rgw: Implement pgls of all namespaces 2014-10-20 10:47:50 -07:00
librados Merge pull request #2456 from ceph/wip-9031-9262 2014-11-10 14:56:30 -08:00
libradosstriper Fix rados_shutdown hang forever when using radosstriper 2014-10-31 10:52:20 +08:00
librbd src/librbd/librbd.cc: fix potential null pointer deref 2014-11-11 13:26:38 +01:00
libs3@dcf98ff04b
log log: add simple test to verify an internal SEGV doesn't hang 2014-09-12 17:18:01 -07:00
mds mds: remove dead code from inode_t::compare() 2014-11-10 16:52:48 -08:00
messages Merge pull request #2822 from ceph/wip-9887 2014-11-10 14:51:15 -08:00
mon Merge pull request #2773 from ceph/wip-9852 2014-11-10 14:52:10 -08:00
mount mount.ceph.c: ensure '\0' terminated string 2014-10-08 22:56:22 +02:00
msg Merge pull request #2831 from yuyuyu101/async-kqueue 2014-10-30 11:35:43 -07:00
objclass
objsync
ocf
os Merge pull request #2889 from xuechendi/move_buffers_to_BufferTransaction 2014-11-11 07:11:55 -08:00
osd Revert "osd: detect (some) misordered ondisk tmaps" 2014-11-11 19:06:12 +01:00
osdc Merge pull request #2851 from ceph/wip-9986 2014-11-10 15:00:26 -08:00
perfglue perfglue: profiler stats need more than 1024 bytes 2014-10-08 09:47:50 +02:00
powerdns
pybind Merge pull request #2456 from ceph/wip-9031-9262 2014-11-10 14:56:30 -08:00
rbd_fuse rbd-fuse: Fix memory leak in enumerate_images 2014-09-18 14:03:26 -07:00
rbd_replay rbd-replay-prep.cc: reduce scope of variable 2014-10-26 18:10:13 +01:00
rgw Merge pull request #2562 from ceph/wip-5595 2014-11-11 18:18:43 +01:00
rocksdb@05da5930f3
script script/run-coverity: update submodules 2014-09-16 11:01:29 -07:00
test test/librados/c_read_operations.cc: fix invalid checks 2014-11-11 13:26:37 +01:00
tools rados_sync.cc: fix xattr_diff() for the only_in_b checks 2014-11-11 13:26:37 +01:00
tracing osd, osdc, librados, tools, rgw: Implement pgls of all namespaces 2014-10-20 10:47:50 -07:00
upstart
.gitignore erasure-code: store and compare encoded contents 2014-11-10 14:56:43 +01:00
btrfs_ioc_test.c
ceph_common.sh
ceph_fuse.cc ceph_fuse: include mount point in client metadata 2014-09-17 13:21:48 +01:00
ceph_mds.cc Merge pull request #2629 from dachary/wip-heap-profiler 2014-10-09 08:17:12 +02:00
ceph_mon.cc mon,mds: call ceph_heap_profiler_init() at boot time 2014-10-08 09:47:54 +02:00
ceph_osd.cc osd: fix need_journal call 2014-10-01 06:34:20 -07:00
ceph_syn.cc
ceph_ver.c
ceph-clsinfo
ceph-coverage.in
ceph-create-keys
ceph-crush-location.in
ceph-debugpack.in
ceph-disk Merge pull request #2380 from osynge/wip-suse-systemd-integration 2014-11-10 16:44:26 -08:00
ceph-disk-activate
ceph-disk-prepare
ceph-disk-udev
ceph-osd-prestart.sh
ceph-post-file.in
ceph-rbdnamer
ceph-rest-api
ceph-run
ceph.conf.twoosds
ceph.in Merge pull request #2733 from dachary/wip-9372-injectargs 2014-10-23 12:32:37 -07:00
cephfs.cc
check_version
cls_acl.cc
cls_crypto.cc
cmonctl
fetch_config
init-ceph.in Fedora 19 uses systemd but there is no systemd-run available in the release (rhbz#1157938), this patch makes sure that the init scripts check for availability of systemd-run before they use it (otherwise, they fall back to the default method) 2014-11-06 15:38:51 +01:00
init-radosgw
init-radosgw.sysv Fedora 19 uses systemd but there is no systemd-run available in the release (rhbz#1157938), this patch makes sure that the init scripts check for availability of systemd-run before they use it (otherwise, they fall back to the default method) 2014-11-06 15:38:51 +01:00
init-rbdmap
krbd.cc
libcephfs.cc libcephfs.cc: use reinterpret_cast instead of c-style cast 2014-10-21 12:00:40 +02:00
librados-config.cc
loadclass.sh
logrotate.conf
make_version
Makefile-env.am
Makefile.am erasure-code: add corpus verification to make check 2014-11-10 14:56:43 +01:00
mount.fuse.ceph
multi-dump.sh
ps-ceph.pl
push_to_qemu.pl
rbd-replay-many rbd-replay: Add rbd-replay-many 2014-09-11 16:48:03 -07:00
rbd.cc rbd: Fix the rbd export when image size more than 2G 2014-10-29 12:21:11 +08:00
rbdmap
README
sample.ceph.conf
stop.sh
TODO
unittest_bufferlist.sh
valgrind.supp
verify-mds-journal.sh
vstart.sh Merge pull request #2822 from ceph/wip-9887 2014-11-10 14:51:15 -08:00
yasm-wrapper

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