Sage Weil 2b2300d62e ceph: try to send partial cap release on cap message on missing inode 15 лет назад
..
crush 50b885b96c ceph: whitespace cleanup 15 лет назад
Kconfig 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers 15 лет назад
Makefile ec0994e48e ceph: add support for auth_x authentication protocol 15 лет назад
README 1654dd0cf5 ceph: make object hash a pg_pool property 15 лет назад
addr.c 640ef79d27 ceph: use ceph_sb_to_client instead of ceph_client 15 лет назад
armor.c 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers 15 лет назад
auth.c a41359fa35 ceph: renew auth tickets before they expire 15 лет назад
auth.h a41359fa35 ceph: renew auth tickets before they expire 15 лет назад
auth_none.c a41359fa35 ceph: renew auth tickets before they expire 15 лет назад
auth_none.h d45d0d970f ceph: add missing #includes 15 лет назад
auth_x.c a41359fa35 ceph: renew auth tickets before they expire 15 лет назад
auth_x.h ec0994e48e ceph: add support for auth_x authentication protocol 15 лет назад
auth_x_protocol.h ec0994e48e ceph: add support for auth_x authentication protocol 15 лет назад
buffer.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 лет назад
buffer.h c7e337d649 ceph: buffer decoding helpers 15 лет назад
caps.c 2b2300d62e ceph: try to send partial cap release on cap message on missing inode 15 лет назад
ceph_debug.h de57606c23 ceph: client types 16 лет назад
ceph_frag.c de57606c23 ceph: client types 16 лет назад
ceph_frag.h de57606c23 ceph: client types 16 лет назад
ceph_fs.c 1654dd0cf5 ceph: make object hash a pg_pool property 15 лет назад
ceph_fs.h dd1c905736 ceph: make lease code DN specific 15 лет назад
ceph_hash.c 50b885b96c ceph: whitespace cleanup 15 лет назад
ceph_hash.h 1654dd0cf5 ceph: make object hash a pg_pool property 15 лет назад
ceph_strings.c 366837706b ceph: cleanup pool op strings 15 лет назад
crypto.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 лет назад
crypto.h 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers 15 лет назад
debugfs.c f8c76f6f25 ceph: make mon client statfs handling more generic 15 лет назад
decode.h c7e337d649 ceph: buffer decoding helpers 15 лет назад
dir.c b612a05537 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client 15 лет назад
export.c 7e34bc524e fs/ceph: Use ERR_CAST 15 лет назад
file.c b612a05537 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client 15 лет назад
inode.c 13a4214cd9 ceph: fix d_subdirs ordering problem 15 лет назад
ioctl.c 640ef79d27 ceph: use ceph_sb_to_client instead of ceph_client 15 лет назад
ioctl.h 33d4909ccc ceph: allow preferred osd to be get/set via layout ioctl 15 лет назад
mds_client.c 2b2300d62e ceph: try to send partial cap release on cap message on missing inode 15 лет назад
mds_client.h 2b2300d62e ceph: try to send partial cap release on cap message on missing inode 15 лет назад
mdsmap.c 9ec7cab14e ceph: hex dump corrupt server data to KERN_DEBUG 15 лет назад
mdsmap.h 94045e115e ceph: decode updated mdsmap format 15 лет назад
messenger.c a922d38fd1 ceph: close out mds, osd connections before stopping auth 15 лет назад
messenger.h a922d38fd1 ceph: close out mds, osd connections before stopping auth 15 лет назад
mon_client.c 205475679a ceph: fix memory leak in statfs 15 лет назад
mon_client.h 240ed68eb5 ceph: reuse mon subscribe message instead of allocated anew 15 лет назад
msgpool.c 34d23762d9 ceph: all allocation functions should get gfp_mask 15 лет назад
msgpool.h 4f48280ee1 ceph: name msgpools; useful error messages 15 лет назад
msgr.h ca9d93a292 ceph: resync headers with userland 15 лет назад
osd_client.c 79494d1b9b ceph: fix leak of osd authorizer 15 лет назад
osd_client.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) 15 лет назад
osdmap.c 7e34bc524e fs/ceph: Use ERR_CAST 15 лет назад
osdmap.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) 15 лет назад
pagelist.c 31459fe4b2 ceph: use __page_cache_alloc and add_to_page_cache_lru 15 лет назад
pagelist.h 58bb3b374b ceph: support ceph_pagelist for message payload 15 лет назад
rados.h ca9d93a292 ceph: resync headers with userland 15 лет назад
snap.c 640ef79d27 ceph: use ceph_sb_to_client instead of ceph_client 15 лет назад
super.c 00d5643e7c ceph: fix atomic64_t initialization on ia64 15 лет назад
super.h b612a05537 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client 15 лет назад
types.h 1654dd0cf5 ceph: make object hash a pg_pool property 15 лет назад
xattr.c 1a75627896 ceph: use ceph. prefix for virtual xattrs 15 лет назад

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