Sage Weil e84346b726 ceph: preserve seq # on requeued messages after transient transport errors 15 år sedan
..
crush 50b885b96c ceph: whitespace cleanup 15 år sedan
Kconfig 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers 15 år sedan
Makefile ec0994e48e ceph: add support for auth_x authentication protocol 15 år sedan
README 1654dd0cf5 ceph: make object hash a pg_pool property 15 år sedan
addr.c 54ad023ba8 ceph: don't use writeback_control in writepages completion 15 år sedan
armor.c 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers 15 år sedan
auth.c d45d0d970f ceph: add missing #includes 15 år sedan
auth.h 9bd2e6f8ba ceph: allow renewal of auth credentials 15 år sedan
auth_none.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 år sedan
auth_none.h d45d0d970f ceph: add missing #includes 15 år sedan
auth_x.c b0930f8d38 ceph: remove bad auth_x kmem_cache 15 år sedan
auth_x.h ec0994e48e ceph: add support for auth_x authentication protocol 15 år sedan
auth_x_protocol.h ec0994e48e ceph: add support for auth_x authentication protocol 15 år sedan
buffer.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 år sedan
buffer.h c7e337d649 ceph: buffer decoding helpers 15 år sedan
caps.c f818a73674 ceph: fix cap removal races 15 år sedan
ceph_debug.h de57606c23 ceph: client types 15 år sedan
ceph_frag.c de57606c23 ceph: client types 15 år sedan
ceph_frag.h de57606c23 ceph: client types 15 år sedan
ceph_fs.c 1654dd0cf5 ceph: make object hash a pg_pool property 15 år sedan
ceph_fs.h a17d6473cc ceph: v0.19 release 15 år sedan
ceph_hash.c 50b885b96c ceph: whitespace cleanup 15 år sedan
ceph_hash.h 1654dd0cf5 ceph: make object hash a pg_pool property 15 år sedan
ceph_strings.c 4e7a5dcd1b ceph: negotiate authentication protocol; implement AUTH_NONE protocol 15 år sedan
crypto.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 år sedan
crypto.h 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers 15 år sedan
debugfs.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 år sedan
decode.h c7e337d649 ceph: buffer decoding helpers 15 år sedan
dir.c ea1409f961 ceph: clear dir complete, invalidate dentry on replayed rename 15 år sedan
export.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 år sedan
file.c 5c6a2cdb4f ceph: fix direct io truncate offset 15 år sedan
inode.c 04d000eb35 ceph: fix open file counting on snapped inodes when mds returns no caps 15 år sedan
ioctl.c 33d4909ccc ceph: allow preferred osd to be get/set via layout ioctl 15 år sedan
ioctl.h 33d4909ccc ceph: allow preferred osd to be get/set via layout ioctl 15 år sedan
mds_client.c f818a73674 ceph: fix cap removal races 15 år sedan
mds_client.h 7c1332b8cb ceph: fix iterate_caps removal race 15 år sedan
mdsmap.c 9ec7cab14e ceph: hex dump corrupt server data to KERN_DEBUG 15 år sedan
mdsmap.h 94045e115e ceph: decode updated mdsmap format 15 år sedan
messenger.c e84346b726 ceph: preserve seq # on requeued messages after transient transport errors 15 år sedan
messenger.h e84346b726 ceph: preserve seq # on requeued messages after transient transport errors 15 år sedan
mon_client.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 år sedan
mon_client.h 85ff03f6bf ceph: use rbtree for mon statfs requests 15 år sedan
msgpool.c 3ca02ef96e ceph: reset front len on return to msgpool; BUG on mismatched front iov 15 år sedan
msgpool.h 8f3bc053c6 ceph: warn on allocation from msgpool with larger front_len 15 år sedan
msgr.h ac8839d7b2 ceph: include type in ceph_entity_addr, filepath 15 år sedan
osd_client.c d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) 15 år sedan
osd_client.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) 15 år sedan
osdmap.c d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) 15 år sedan
osdmap.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) 15 år sedan
pagelist.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 år sedan
pagelist.h 58bb3b374b ceph: support ceph_pagelist for message payload 15 år sedan
rados.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) 15 år sedan
snap.c 91dee39eeb ceph: fix snap realm splits 15 år sedan
super.c 5dfc589a84 ceph: unregister bdi before kill_anon_super releases device name 15 år sedan
super.h d45d0d970f ceph: add missing #includes 15 år sedan
types.h 1654dd0cf5 ceph: make object hash a pg_pool property 15 år sedan
xattr.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 år sedan

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