Sage Weil be4f104dfd ceph: select CRYPTO 14 years ago
..
crush 5cd068c200 ceph: clean up header guards 15 years ago
Kconfig be4f104dfd ceph: select CRYPTO 14 years ago
Makefile 40819f6fb2 ceph: add flock/fcntl lock support 15 years ago
README 1654dd0cf5 ceph: make object hash a pg_pool property 15 years ago
addr.c ae00d4f37f ceph: fix cap_snap and realm split 14 years ago
armor.c cd84db6e40 ceph: code cleanup 15 years ago
auth.c cd84db6e40 ceph: code cleanup 15 years ago
auth.h a41359fa35 ceph: renew auth tickets before they expire 15 years ago
auth_none.c a41359fa35 ceph: renew auth tickets before they expire 15 years ago
auth_none.h d45d0d970f ceph: add missing #includes 15 years ago
auth_x.c b545787dbb ceph: fix get_ticket_handler() error handling 15 years ago
auth_x.h ec0994e48e ceph: add support for auth_x authentication protocol 15 years ago
auth_x_protocol.h ec0994e48e ceph: add support for auth_x authentication protocol 15 years ago
buffer.c cd84db6e40 ceph: code cleanup 15 years ago
buffer.h c7e337d649 ceph: buffer decoding helpers 15 years ago
caps.c a43fb73101 ceph: check mapping to determine if FILE_CACHE cap is used 14 years ago
ceph_debug.h de57606c23 ceph: client types 15 years ago
ceph_frag.c de57606c23 ceph: client types 15 years ago
ceph_frag.h 5cd068c200 ceph: clean up header guards 15 years ago
ceph_fs.c 84d9509234 ceph: request FILE_LAZYIO cap when LAZY file mode is set 15 years ago
ceph_fs.h fbaad9797a ceph: define on-wire types, constants for file locking support 15 years ago
ceph_hash.c 50b885b96c ceph: whitespace cleanup 15 years ago
ceph_hash.h 5cd068c200 ceph: clean up header guards 15 years ago
ceph_strings.c fbaad9797a ceph: define on-wire types, constants for file locking support 15 years ago
crypto.c cbbfe49905 ceph: move AES iv definition to shared header 15 years ago
crypto.h cd84db6e40 ceph: code cleanup 15 years ago
debugfs.c f44c3890d9 ceph: ceph_mdsc_build_path() returns an ERR_PTR 15 years ago
decode.h cd84db6e40 ceph: code cleanup 15 years ago
dir.c ca04d9c3ec ceph: fix null pointer deref on anon root dentry release 15 years ago
export.c 7e34bc524e fs/ceph: Use ERR_CAST 15 years ago
file.c 213c99ee0c ceph: whitespace cleanup 15 years ago
inode.c 467c525109 ceph: fix dn offset during readdir_prepopulate 14 years ago
ioctl.c 8c6e9229fc ceph: add LAZYIO ioctl to mark a file description for lazy consistency 15 years ago
ioctl.h 8c6e9229fc ceph: add LAZYIO ioctl to mark a file description for lazy consistency 15 years ago
locks.c ad8453ab0a ceph: Fix warnings 15 years ago
mds_client.c 3612abbd5d ceph: fix reconnect encoding for old servers 15 years ago
mds_client.h f3c60c5918 ceph: fix multiple mds session shutdown 15 years ago
mdsmap.c 0deb01c999 ceph: track laggy state of mds from mdsmap 15 years ago
mdsmap.h 0deb01c999 ceph: track laggy state of mds from mdsmap 15 years ago
messenger.c 213c99ee0c ceph: whitespace cleanup 15 years ago
messenger.h a922d38fd1 ceph: close out mds, osd connections before stopping auth 15 years ago
mon_client.c e56fa10e92 ceph: generalize mon requests, add pool op support 15 years ago
mon_client.h e56fa10e92 ceph: generalize mon requests, add pool op support 15 years ago
msgpool.c 34d23762d9 ceph: all allocation functions should get gfp_mask 15 years ago
msgpool.h 4f48280ee1 ceph: name msgpools; useful error messages 15 years ago
msgr.h 5cd068c200 ceph: clean up header guards 15 years ago
osd_client.c 07a27e226d ceph: fix osd request lru adjustment when sending request 15 years ago
osd_client.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) 15 years ago
osdmap.c 213c99ee0c ceph: whitespace cleanup 15 years ago
osdmap.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) 15 years ago
pagelist.c 3d4401d9d0 ceph: fix pagelist kunmap tail 15 years ago
pagelist.h 58bb3b374b ceph: support ceph_pagelist for message payload 15 years ago
rados.h f0b18d9f22 ceph: sync header defs with server code 15 years ago
snap.c e835124c2b ceph: only send one flushsnap per cap_snap per mds session 14 years ago
super.c e9d1774431 ceph: do not ignore osd_idle_ttl mount option 15 years ago
super.h e835124c2b ceph: only send one flushsnap per cap_snap per mds session 14 years ago
types.h 1654dd0cf5 ceph: make object hash a pg_pool property 15 years ago
xattr.c 4a625be472 ceph: include dirty xattrs state in snapped caps 15 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/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