tmp_suning_uos_patched/net/ceph
Stratos Psomadakis 224736d911 libceph: Allocate larger oid buffer in request msgs
ceph_osd_request struct allocates a 40-byte buffer for object names.
RBD image names can be up to 96 chars long (100 with the .rbd suffix),
which results in the object name for the image being truncated, and a
subsequent map failure.

Increase the oid buffer in request messages, in order to avoid the
truncation.

Signed-off-by: Stratos Psomadakis <psomas@grnet.gr>
Signed-off-by: Sage Weil <sage@newdream.net>
2011-11-11 09:50:19 -08:00
..
crush
armor.c
auth_none.c
auth_none.h
auth_x_protocol.h
auth_x.c
auth_x.h
auth.c
buffer.c
ceph_common.c libceph: create messenger with client 2011-10-25 16:10:15 -07:00
ceph_fs.c
ceph_hash.c
ceph_strings.c
crypto.c
crypto.h
debugfs.c
Kconfig ceph: use kernel DNS resolver 2011-10-25 16:10:16 -07:00
Makefile
messenger.c ceph: use kernel DNS resolver 2011-10-25 16:10:16 -07:00
mon_client.c ceph: fix ceph_monc_init memory leak 2011-10-25 16:10:16 -07:00
msgpool.c libceph: don't complain on msgpool alloc failures 2011-10-25 16:10:15 -07:00
osd_client.c libceph: Allocate larger oid buffer in request msgs 2011-11-11 09:50:19 -08:00
osdmap.c libceph: fix pg_temp mapping update 2011-09-28 10:13:35 -07:00
pagelist.c
pagevec.c