Stephen Rothwell f1a3d57213 ceph: update for write_inode API change 15 年之前
..
crush 50b885b96c ceph: whitespace cleanup 15 年之前
Kconfig 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers 15 年之前
Makefile ec0994e48e ceph: add support for auth_x authentication protocol 15 年之前
README 1654dd0cf5 ceph: make object hash a pg_pool property 15 年之前
addr.c 4ce1e9adab ceph: move dereference after NULL test 15 年之前
armor.c 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers 15 年之前
auth.c ec0994e48e ceph: add support for auth_x authentication protocol 15 年之前
auth.h 9bd2e6f8ba ceph: allow renewal of auth credentials 15 年之前
auth_none.c 07c8739c52 ceph: add struct version to auth encoding 15 年之前
auth_none.h 4e7a5dcd1b ceph: negotiate authentication protocol; implement AUTH_NONE protocol 15 年之前
auth_x.c ec0994e48e ceph: add support for auth_x authentication protocol 15 年之前
auth_x.h ec0994e48e ceph: add support for auth_x authentication protocol 15 年之前
auth_x_protocol.h ec0994e48e ceph: add support for auth_x authentication protocol 15 年之前
buffer.c c7e337d649 ceph: buffer decoding helpers 15 年之前
buffer.h c7e337d649 ceph: buffer decoding helpers 15 年之前
caps.c f1a3d57213 ceph: update for write_inode API change 15 年之前
ceph_debug.h de57606c23 ceph: client types 16 年之前
ceph_frag.c de57606c23 ceph: client types 16 年之前
ceph_frag.h de57606c23 ceph: client types 16 年之前
ceph_fs.c 1654dd0cf5 ceph: make object hash a pg_pool property 15 年之前
ceph_fs.h a17d6473cc ceph: v0.19 release 15 年之前
ceph_hash.c 50b885b96c ceph: whitespace cleanup 15 年之前
ceph_hash.h 1654dd0cf5 ceph: make object hash a pg_pool property 15 年之前
ceph_strings.c 4e7a5dcd1b ceph: negotiate authentication protocol; implement AUTH_NONE protocol 15 年之前
crypto.c 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers 15 年之前
crypto.h 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers 15 年之前
debugfs.c 4fc51be8fa ceph: use rbtree for pg pools; decode new osdmap format 15 年之前
decode.h c7e337d649 ceph: buffer decoding helpers 15 年之前
dir.c 04a419f908 ceph: add feature bits to connection handshake (protocol change) 15 年之前
export.c a8e63b7d51 ceph: nfs re-export support 16 年之前
file.c 195d3ce2cc ceph: return EBADF if waiting for caps on closed file 15 年之前
inode.c c9af9fb68e ceph: don't truncate dirty pages in invalidate work thread 15 年之前
ioctl.c 33d4909ccc ceph: allow preferred osd to be get/set via layout ioctl 15 年之前
ioctl.h 33d4909ccc ceph: allow preferred osd to be get/set via layout ioctl 15 年之前
mds_client.c 080af17e9c ceph: remove bogus mds forward warning 15 年之前
mds_client.h 7c1332b8cb ceph: fix iterate_caps removal race 15 年之前
mdsmap.c 9ec7cab14e ceph: hex dump corrupt server data to KERN_DEBUG 15 年之前
mdsmap.h 94045e115e ceph: decode updated mdsmap format 15 年之前
messenger.c 3ca02ef96e ceph: reset front len on return to msgpool; BUG on mismatched front iov 15 年之前
messenger.h 1679f876a6 ceph: reset bits on connection close 15 年之前
mon_client.c 5b3a4db3e4 ceph: fix up unexpected message handling 15 年之前
mon_client.h 85ff03f6bf ceph: use rbtree for mon statfs requests 15 年之前
msgpool.c 3ca02ef96e ceph: reset front len on return to msgpool; BUG on mismatched front iov 15 年之前
msgpool.h 8f3bc053c6 ceph: warn on allocation from msgpool with larger front_len 16 年之前
msgr.h ac8839d7b2 ceph: include type in ceph_entity_addr, filepath 15 年之前
osd_client.c 422d2cb8f9 ceph: reset osd after relevant messages timed out 15 年之前
osd_client.h 422d2cb8f9 ceph: reset osd after relevant messages timed out 15 年之前
osdmap.c e53a8fd773 ceph: fix osdmap decoding when pools include (removed) snaps 15 年之前
osdmap.h 4fc51be8fa ceph: use rbtree for pg pools; decode new osdmap format 15 年之前
pagelist.c 58bb3b374b ceph: support ceph_pagelist for message payload 15 年之前
pagelist.h 58bb3b374b ceph: support ceph_pagelist for message payload 15 年之前
rados.h 4fc51be8fa ceph: use rbtree for pg pools; decode new osdmap format 15 年之前
snap.c 2600d2dd50 ceph: drop messages on unregistered mds sessions; cleanup 15 年之前
super.c 422d2cb8f9 ceph: reset osd after relevant messages timed out 15 年之前
super.h f1a3d57213 ceph: update for write_inode API change 15 年之前
types.h 1654dd0cf5 ceph: make object hash a pg_pool property 15 年之前
xattr.c b6c1d5b81e ceph: simplify ceph_buffer interface 15 年之前

README

#
# The following files are shared by (and manually synchronized
# between) the Ceph userland and kernel client.
#
# userland kernel
src/include/ceph_fs.h fs/ceph/ceph_fs.h
src/include/ceph_fs.cc fs/ceph/ceph_fs.c
src/include/msgr.h fs/ceph/msgr.h
src/include/rados.h fs/ceph/rados.h
src/include/ceph_strings.cc fs/ceph/ceph_strings.c
src/include/ceph_frag.h fs/ceph/ceph_frag.h
src/include/ceph_frag.cc fs/ceph/ceph_frag.c
src/include/ceph_hash.h fs/ceph/ceph_hash.h
src/include/ceph_hash.cc fs/ceph/ceph_hash.c
src/crush/crush.c fs/ceph/crush/crush.c
src/crush/crush.h fs/ceph/crush/crush.h
src/crush/mapper.c fs/ceph/crush/mapper.c
src/crush/mapper.h fs/ceph/crush/mapper.h
src/crush/hash.h fs/ceph/crush/hash.h
src/crush/hash.c fs/ceph/crush/hash.c