ceph/src
Sage Weil 860d72770c osdc/Objecter: move mapping into struct, helper
Move the common bits of Op and LingerOp into op_target_t and separate the
actual mapping calculation into calc_target().  This hugely simplifies
recal_*op_target() by mostly just shuffling all of the same logic into
that helper.

There is one functional change in this patch: recalc_linger_op() now is
aware of the tiering logic that was previously only handled in
recalc_op_target().

Signed-off-by: Sage Weil <sage@inktank.com>
2014-04-09 18:02:27 -07:00
..
arch arch: add SSE3, SSSE3, SSSE41 and PCLMUL intel features 2014-03-27 14:27:23 +01:00
auth auth: remove unused get_global_id() method 2014-04-09 14:31:36 -07:00
bash_completion
brag
civetweb@041bebf7a3
client Merge pull request #1606 from ceph/wip-shrink-icache 2014-04-09 06:55:33 -07:00
cls rgw: add data_extra pool to bucket 2014-03-24 14:58:05 -07:00
common RWLock: make read locking methods const 2014-04-09 14:31:35 -07:00
crush
doc
erasure-code erasure-code: thread-safe initialization of gf-complete 2014-04-08 09:47:33 +02:00
global lockdep: do not initialize if already started 2014-04-02 16:46:30 -07:00
gtest
include utime: declare is_zero(), ceph_timespec(), and sleep() as const 2014-04-09 14:31:36 -07:00
java java/test: ceph.file.layout xattr is still not there now 2014-03-31 14:05:37 -07:00
jobs
json_spirit
key_value_store
librados librados: Add missing C variants for alignment 2014-04-01 11:53:50 -07:00
librbd librbd: fix zero length request handling 2014-04-08 17:39:00 -07:00
libs3@9dc3a9c683
log
mds mds: fix shared_ptr MDRequest bugs 2014-04-08 16:29:43 +08:00
messages mds: fix uninit val in MMDSSlaveRequest 2014-04-07 08:22:32 -07:00
mon auth: separate writes of build_request() into prepare_build_request() 2014-04-09 14:31:35 -07:00
mount
msg pipe: only read AuthSessionHandler under pipe_lock 2014-04-08 15:40:28 -07:00
objclass
objsync
ocf
os os/FileStore: reset journal state on umount 2014-04-08 11:02:40 -07:00
osd Merge pull request #1626 from ceph/wip-8031 2014-04-09 10:37:26 -07:00
osdc osdc/Objecter: move mapping into struct, helper 2014-04-09 18:02:27 -07:00
perfglue
pybind Merge pull request #1312 from cernceph/master 2014-03-19 11:00:58 -07:00
rbd_fuse
rgw rgw: only look at next placement rule if we're not at the last rule 2014-04-03 15:15:41 -07:00
script
test librbd: fix zero length request handling 2014-04-08 17:39:00 -07:00
tools ceph-conf: use global_pre_init to avoid starting logging 2014-03-29 22:00:47 -07:00
upstart
.gitignore
btrfs_ioc_test.c
ceph_common.sh
ceph_fuse.cc
ceph_mds.cc
ceph_mon.cc
ceph_osd.cc
ceph_syn.cc
ceph_ver.c
ceph-clsinfo
ceph-coverage.in
ceph-create-keys
ceph-crush-location.in
ceph-debugpack.in
ceph-disk
ceph-disk-activate
ceph-disk-prepare
ceph-disk-udev
ceph-post-file.in ceph-post-file: use getopt for multiple options, add longopts to help 2014-04-04 15:26:42 -07:00
ceph-rbdnamer
ceph-rest-api
ceph-run
ceph.conf.twoosds
ceph.in
cephfs.cc
check_version
cls_acl.cc
cls_crypto.cc
cmonctl
fetch_config
init-ceph.in init: fix OSD startup issue 2014-03-29 12:06:37 +11:00
init-radosgw minor init.d scripts lintianisation: 2014-03-25 22:10:48 +11:00
init-radosgw.sysv
init-rbdmap init.d: correcting rbdmap init order: 2014-04-03 01:25:28 +11:00
libcephfs.cc
librados-config.cc
loadclass.sh
logrotate.conf logrotate improvement: do not rotate empty logs 2014-03-27 12:12:19 +11:00
make_version Add NO_VERSION to avoid rebuilding ceph_ver.h and relinking 2014-03-18 19:05:19 -07:00
Makefile-env.am Makefiles: remove libkeyutils from every binary except two 2014-03-18 19:04:41 -07:00
Makefile.am Merge pull request #1499 from ceph/wip-no-version 2014-03-18 21:03:01 -07:00
mkcephfs.in
mount.fuse.ceph
multi-dump.sh
ps-ceph.pl
push_to_qemu.pl
rbd.cc rbd.cc: tolerate lack of NUL-termination on block_name_prefix 2014-03-28 17:56:35 -07:00
rbdmap
README
sample.ceph.conf
stop.sh stop.sh: unmap rbd images when stopping the whole cluster 2014-04-03 18:14:57 +04:00
TODO
unittest_bufferlist.sh
valgrind.supp
verify-mds-journal.sh
vstart.sh vstart.sh: make crush location match up with what init-ceph does 2014-04-08 11:02:40 -07:00
yasm-wrapper

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