Sage Weil 1bdb70e590 ceph: clean up 'osd%d down' console msg 15 éve
..
crush 33aa96e743 crush: always return a value from crush_bucket_choose 15 éve
Kconfig 9030aaf9bf ceph: Kconfig, Makefile 16 éve
Makefile 9030aaf9bf ceph: Kconfig, Makefile 16 éve
README e324b8f991 ceph: document shared files in README 16 éve
addr.c 6b8051855d ceph: allocate and parse mount args before client instance 15 éve
buffer.c c30dbb9cc7 ceph: ref counted buffer 16 éve
buffer.h c30dbb9cc7 ceph: ref counted buffer 16 éve
caps.c 6b8051855d ceph: allocate and parse mount args before client instance 15 éve
ceph_debug.h de57606c23 ceph: client types 16 éve
ceph_frag.c de57606c23 ceph: client types 16 éve
ceph_frag.h de57606c23 ceph: client types 16 éve
ceph_fs.c 752727a1b2 ceph: add file layout validation 16 éve
ceph_fs.h bb097ffaf8 ceph: v0.17 of client 16 éve
ceph_strings.c 0dee3c28af ceph: on-wire types 16 éve
debugfs.c 76aa844d5b ceph: debugfs 16 éve
decode.h 63f2d21195 ceph: use fixed endian encoding for ceph_entity_addr 15 éve
dir.c 6b8051855d ceph: allocate and parse mount args before client instance 15 éve
export.c a8e63b7d51 ceph: nfs re-export support 16 éve
file.c 6a18be16f7 ceph: fix sparse endian warning 15 éve
inode.c 232d4b0131 ceph: move directory size logic to ceph_getattr 16 éve
ioctl.c 51042122d4 ceph: fix endian conversions for ceph_pg 15 éve
ioctl.h 8f4e91dee2 ceph: ioctls 16 éve
mds_client.c 6b8051855d ceph: allocate and parse mount args before client instance 15 éve
mds_client.h 2f2dc05340 ceph: MDS client 16 éve
mdsmap.c 63f2d21195 ceph: use fixed endian encoding for ceph_entity_addr 15 éve
mdsmap.h 2f2dc05340 ceph: MDS client 16 éve
messenger.c f28bcfbe66 ceph: convert port endianness 15 éve
messenger.h 63f2d21195 ceph: use fixed endian encoding for ceph_entity_addr 15 éve
mon_client.c 63f2d21195 ceph: use fixed endian encoding for ceph_entity_addr 15 éve
mon_client.h ba75bb98cf ceph: monitor client 16 éve
msgpool.c 8f3bc053c6 ceph: warn on allocation from msgpool with larger front_len 16 éve
msgpool.h 8f3bc053c6 ceph: warn on allocation from msgpool with larger front_len 16 éve
msgr.h 63f2d21195 ceph: use fixed endian encoding for ceph_entity_addr 15 éve
osd_client.c 51042122d4 ceph: fix endian conversions for ceph_pg 15 éve
osd_client.h f24e9980eb ceph: OSD client 16 éve
osdmap.c 1bdb70e590 ceph: clean up 'osd%d down' console msg 15 éve
osdmap.h 51042122d4 ceph: fix endian conversions for ceph_pg 15 éve
rados.h 51042122d4 ceph: fix endian conversions for ceph_pg 15 éve
snap.c 963b61eb04 ceph: snapshot management 16 éve
super.c 6a18be16f7 ceph: fix sparse endian warning 15 éve
super.h fbbccec9c6 ceph: replace list_entry with container_of 15 éve
types.h de57606c23 ceph: client types 16 éve
xattr.c 63ff78b25c ceph: fix uninitialized err variable 15 éve

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/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