ceph/src
Greg Farnum 52f2f9e55d crimson: osd: do not capture std::error_code by reference
I can't find any reason to assume it has a longer lifetime than
the future we're creating has.

Signed-off-by: Greg Farnum <gfarnum@redhat.com>
2021-09-01 00:10:17 +00:00
..
arch
auth auth: build without "using namespace std" 2021-08-13 12:23:38 +08:00
bash_completion
blk Merge pull request #42813 from wjwithagen/wjw-fix-hexdump-output 2021-08-20 22:38:03 +08:00
blkin@f24ceec055
c-ares@fd6124c74d
ceph-volume cmake: s/Python_EXECUTABLE/Python3_EXECUTABLE/ 2021-08-17 15:52:13 -06:00
cephadm Merge pull request #42857 from dsavineau/cephadm_tcmalloc_ceph_daemons_only 2021-08-24 16:55:02 +02:00
client src/client: fix dump mds twice 2021-08-24 10:18:29 +08:00
cls Merge pull request #42740 from cbodley/wip-52128 2021-08-20 10:08:18 -04:00
common Merge pull request #42848 from ronen-fr/wip-ronenf-argv2vec-users 2021-08-30 12:44:40 +03:00
compressor compressor: build without "using namespace std" 2021-08-13 12:23:38 +08:00
crimson crimson: osd: do not capture std::error_code by reference 2021-09-01 00:10:17 +00:00
crush crush: build without "using namespace std" 2021-08-13 12:23:38 +08:00
crypto
dmclock@e4ccdcfa82
doc
dokan common: modify 'main()s' to use new argv_to_vec() signature 2021-08-19 16:40:48 +03:00
erasure-code erasure-code/clay: do not set unreferenced variable 2021-08-17 08:47:33 +08:00
fmt@427b534054
global common: build without "using namespace std" 2021-08-13 12:23:37 +08:00
googletest@389cb68b87
include include/object.h: do not "using namespace std" 2021-08-13 16:56:55 +08:00
isa-l@bee5180a15
jaegertracing .gitmodules: remove thrift submodule 2021-08-21 12:10:19 +05:30
java java: build without "using namespace std" 2021-08-13 13:26:17 +08:00
journal common/Timer: make SafeTimer a template 2021-08-25 09:42:33 +08:00
json_spirit
key_value_store key_value_store/kv_flat_btree_async: add using namespace std 2021-08-26 13:49:13 -07:00
kv kv: build without "using namespace std" 2021-08-13 12:23:38 +08:00
libkmip@b25cde94c9
librados common: modify 'main()s' to use new argv_to_vec() signature 2021-08-19 16:40:48 +03:00
libradosstriper libradosstriper: build without "using namespace std" 2021-08-13 12:23:38 +08:00
librbd Merge PR #42620 into master 2021-08-27 21:28:02 -04:00
log common: modify 'main()s' to use new argv_to_vec() signature 2021-08-19 16:40:48 +03:00
mds mds: switch mds_lock to fair mutex 2021-08-25 09:42:51 +08:00
messages Merge pull request #42714 from ronen-fr/wip-ronenf-last-update 2021-08-16 20:20:12 +08:00
mgr mgr: build without "using namespace std" 2021-08-13 12:23:36 +08:00
mon mon: build without "using namespace std" 2021-08-13 12:23:36 +08:00
mount mount.ceph: build without "using namespace std" 2021-08-13 12:23:39 +08:00
msg msg/async: build without "using namespace std" 2021-08-14 09:51:38 +08:00
neorados neorados: build without "using namespace std" 2021-08-13 12:23:38 +08:00
objclass
objsync
ocf
os Merge pull request #39377 from ifed01/wip-ifed-fix-huge-omap-rename 2021-08-27 11:30:30 -07:00
osd Merge pull request #42714 from ronen-fr/wip-ronenf-last-update 2021-08-16 20:20:12 +08:00
osdc osdc: build without "using namespace std" 2021-08-13 12:23:37 +08:00
perfglue
powerdns
pybind mgr/restful/api/crush.py: delete unused reference 2021-08-27 11:19:27 +08:00
python-common
rapidjson@f54b0e47a0
rbd_fuse
rbd_replay common: modify 'main()s' to use new argv_to_vec() signature 2021-08-19 16:40:48 +03:00
rgw Merge pull request #42848 from ronen-fr/wip-ronenf-argv2vec-users 2021-08-30 12:44:40 +03:00
rocksdb@c540de6f70
s3select@63129ea4d2
script build: switch the make check bot to Clang. 2021-08-16 14:23:17 +08:00
seastar@1435e776cd seastar: pick up change silencing gcc warning 2021-08-22 22:17:14 +08:00
spawn@9ee6d12f35
spdk@1a527e501f
telemetry
test Merge pull request #42848 from ronen-fr/wip-ronenf-argv2vec-users 2021-08-30 12:44:40 +03:00
tools Merge pull request #42848 from ronen-fr/wip-ronenf-argv2vec-users 2021-08-30 12:44:40 +03:00
tracing
xxHash@1f40c6511f
zstd@b706286adb
.gitignore
btrfs_ioc_test.c
ceph_common.sh
ceph_fuse.cc common: modify 'main()s' to use new argv_to_vec() signature 2021-08-19 16:40:48 +03:00
ceph_mds.cc common: modify 'main()s' to use new argv_to_vec() signature 2021-08-19 16:40:48 +03:00
ceph_mgr.cc common: modify 'main()s' to use new argv_to_vec() signature 2021-08-19 16:40:48 +03:00
ceph_mon.cc common: modify 'main()s' to use new argv_to_vec() signature 2021-08-19 16:40:48 +03:00
ceph_osd.cc common: create a faster & cleaner alternative to argv_to_vec() 2021-08-17 18:06:58 +00:00
ceph_release
ceph_syn.cc common: modify 'main()s' to use new argv_to_vec() signature 2021-08-19 16:40:48 +03:00
ceph_ver.c
ceph_ver.h.in.cmake
ceph-clsinfo
ceph-coverage.in
ceph-crash.in
ceph-create-keys
ceph-debugpack.in
ceph-osd-prestart.sh
ceph-post-file.in
ceph-rbdnamer
ceph-run
ceph.conf.twoosds
ceph.in
ckill.sh
cls_acl.cc
cls_crypto.cc
CMakeLists.txt cmake: set CMAKE_BUILD_TYPE to Debug when .git exists 2021-08-17 08:47:33 +08:00
cmonctl
cstart.sh
etc-rbdmap
init-ceph.in
init-radosgw
krbd.cc krbd: escape udev_enumerate_add_match_sysattr values 2021-08-28 11:05:28 +02:00
libcephfs.cc common: modify 'main()s' to use new argv_to_vec() signature 2021-08-19 16:40:48 +03:00
libcephsqlite.cc libcephsqlite: build without "using namespace std" 2021-08-13 12:23:37 +08:00
librados-config.cc
loadclass.sh
logrotate.conf
mount.fuse.ceph
mrgw.sh
mrun
mstart.sh
mstop.sh
multi-dump.sh
mypy-constrains.txt
mypy.ini mgr/cephadm: replace instances of remoto/execnet with asyncssh 2021-08-20 14:27:46 -04:00
nasm-wrapper
perf_histogram.h
ps-ceph.pl
push_to_qemu.pl
rbd-replay-many
rbdmap
README
sample.ceph.conf
SimpleRADOSStriper.cc libcephsqlite: build without "using namespace std" 2021-08-13 12:23:37 +08:00
SimpleRADOSStriper.h libcephsqlite: build without "using namespace std" 2021-08-13 12:23:37 +08:00
stop.sh
TODO
vnewosd.sh
vstart.sh src/vstart.sh: put modules option for MGR in the [mgr] block. 2021-08-23 14:53:47 +02:00

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