Dan Carpenter b545787dbb ceph: fix get_ticket_handler() error handling 14 years ago
..
crush 5cd068c200 ceph: clean up header guards 15 years ago
Kconfig 25848b3ec6 ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES" 15 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 7d8cb26d7d ceph: maintain i_head_snapc when any caps are dirty, not just for data 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 14 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 7d8cb26d7d ceph: maintain i_head_snapc when any caps are dirty, not just for data 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 14 years ago
decode.h cd84db6e40 ceph: code cleanup 15 years ago
dir.c 36e21687e6 ceph: initialize fields on new dentry_infos 14 years ago
export.c 7e34bc524e fs/ceph: Use ERR_CAST 15 years ago
file.c 213c99ee0c ceph: whitespace cleanup 15 years ago
inode.c ac1f12ef56 ceph: ceph_get_inode() returns an ERR_PTR 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 14 years ago
mds_client.c e072f8aa35 ceph: don't BUG on ENOMEM during mds reconnect 14 years ago
mds_client.h f3c60c5918 ceph: fix multiple mds session shutdown 14 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 14 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 31459fe4b2 ceph: use __page_cache_alloc and add_to_page_cache_lru 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 7d8cb26d7d ceph: maintain i_head_snapc when any caps are dirty, not just for data 14 years ago
super.c e9d1774431 ceph: do not ignore osd_idle_ttl mount option 15 years ago
super.h 7d8cb26d7d ceph: maintain i_head_snapc when any caps are dirty, not just for data 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 14 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