You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/fs/ceph
Sage Weil f2cf418cec ceph: initialize sb->s_bdi, bdi_unregister after kill_anon_super 16 years ago
..
crush ceph: gracefully avoid empty crush buckets 16 years ago
Kconfig ceph: Kconfig, Makefile 16 years ago
Makefile ceph: Kconfig, Makefile 16 years ago
README ceph: document shared files in README 16 years ago
addr.c ceph: address space operations 16 years ago
buffer.c ceph: ref counted buffer 16 years ago
buffer.h ceph: ref counted buffer 16 years ago
caps.c ceph: capability management 16 years ago
ceph_debug.h ceph: client types 16 years ago
ceph_frag.c ceph: client types 16 years ago
ceph_frag.h ceph: client types 16 years ago
ceph_fs.c ceph: add file layout validation 16 years ago
ceph_fs.h ceph: remove unused CEPH_MSG_{OSD,MDS}_GETMAP 16 years ago
ceph_strings.c
debugfs.c ceph: debugfs 16 years ago
decode.h ceph: convert encode/decode macros to inlines 16 years ago
dir.c ceph: directory operations 16 years ago
export.c ceph: nfs re-export support 16 years ago
file.c ceph: file operations 16 years ago
inode.c ceph: inode operations 16 years ago
ioctl.c ceph: ioctls 16 years ago
ioctl.h ceph: ioctls 16 years ago
mds_client.c ceph: convert encode/decode macros to inlines 16 years ago
mds_client.h ceph: MDS client 16 years ago
mdsmap.c ceph: convert encode/decode macros to inlines 16 years ago
mdsmap.h ceph: MDS client 16 years ago
messenger.c ceph: update to mon client protocol v15 16 years ago
messenger.h ceph: messenger library 16 years ago
mon_client.c ceph: convert encode/decode macros to inlines 16 years ago
mon_client.h ceph: monitor client 16 years ago
msgpool.c ceph: message pools 16 years ago
msgpool.h ceph: message pools 16 years ago
msgr.h ceph: add version field to message header 16 years ago
osd_client.c ceph: convert encode/decode macros to inlines 16 years ago
osd_client.h ceph: OSD client 16 years ago
osdmap.c ceph: convert encode/decode macros to inlines 16 years ago
osdmap.h ceph: OSD client 16 years ago
rados.h
snap.c ceph: snapshot management 16 years ago
super.c ceph: initialize sb->s_bdi, bdi_unregister after kill_anon_super 16 years ago
super.h ceph: client types 16 years ago
types.h ceph: client types 16 years ago
xattr.c ceph: include preferred_osd in file layout virtual xattr 16 years ago

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