Yehuda Sadeh cd84db6e40 ceph: code cleanup 15 rokov pred
..
crush 153a10939e ceph: fix crush device 'out' threshold to 1.0, not 0.1 15 rokov pred
Kconfig 25848b3ec6 ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES" 15 rokov pred
Makefile ec0994e48e ceph: add support for auth_x authentication protocol 15 rokov pred
README 1654dd0cf5 ceph: make object hash a pg_pool property 15 rokov pred
addr.c 2962507ca2 ceph: perform lazy reads when file mode and caps permit 15 rokov pred
armor.c cd84db6e40 ceph: code cleanup 15 rokov pred
auth.c cd84db6e40 ceph: code cleanup 15 rokov pred
auth.h a41359fa35 ceph: renew auth tickets before they expire 15 rokov pred
auth_none.c a41359fa35 ceph: renew auth tickets before they expire 15 rokov pred
auth_none.h d45d0d970f ceph: add missing #includes 15 rokov pred
auth_x.c cd84db6e40 ceph: code cleanup 15 rokov pred
auth_x.h ec0994e48e ceph: add support for auth_x authentication protocol 15 rokov pred
auth_x_protocol.h ec0994e48e ceph: add support for auth_x authentication protocol 15 rokov pred
buffer.c cd84db6e40 ceph: code cleanup 15 rokov pred
buffer.h c7e337d649 ceph: buffer decoding helpers 15 rokov pred
caps.c cd84db6e40 ceph: code cleanup 15 rokov pred
ceph_debug.h de57606c23 ceph: client types 16 rokov pred
ceph_frag.c de57606c23 ceph: client types 16 rokov pred
ceph_frag.h de57606c23 ceph: client types 16 rokov pred
ceph_fs.c 84d9509234 ceph: request FILE_LAZYIO cap when LAZY file mode is set 15 rokov pred
ceph_fs.h 84d9509234 ceph: request FILE_LAZYIO cap when LAZY file mode is set 15 rokov pred
ceph_hash.c 50b885b96c ceph: whitespace cleanup 15 rokov pred
ceph_hash.h 1654dd0cf5 ceph: make object hash a pg_pool property 15 rokov pred
ceph_strings.c 366837706b ceph: cleanup pool op strings 15 rokov pred
crypto.c cd84db6e40 ceph: code cleanup 15 rokov pred
crypto.h cd84db6e40 ceph: code cleanup 15 rokov pred
debugfs.c bfaf148eb2 ceph: fix caps debugfs entry 15 rokov pred
decode.h cd84db6e40 ceph: code cleanup 15 rokov pred
dir.c cd84db6e40 ceph: code cleanup 15 rokov pred
export.c 7e34bc524e fs/ceph: Use ERR_CAST 15 rokov pred
file.c cd84db6e40 ceph: code cleanup 15 rokov pred
inode.c 2962507ca2 ceph: perform lazy reads when file mode and caps permit 15 rokov pred
ioctl.c 8c6e9229fc ceph: add LAZYIO ioctl to mark a file description for lazy consistency 15 rokov pred
ioctl.h 8c6e9229fc ceph: add LAZYIO ioctl to mark a file description for lazy consistency 15 rokov pred
mds_client.c 38e8883ee3 ceph: simplify add_cap_releases 15 rokov pred
mds_client.h ee6b272b9c ceph: drop unused argument 15 rokov pred
mdsmap.c 9ec7cab14e ceph: hex dump corrupt server data to KERN_DEBUG 15 rokov pred
mdsmap.h 94045e115e ceph: decode updated mdsmap format 15 rokov pred
messenger.c cd84db6e40 ceph: code cleanup 15 rokov pred
messenger.h a922d38fd1 ceph: close out mds, osd connections before stopping auth 15 rokov pred
mon_client.c 03066f2345 ceph: use complete_all and wake_up_all 15 rokov pred
mon_client.h 240ed68eb5 ceph: reuse mon subscribe message instead of allocated anew 15 rokov pred
msgpool.c 34d23762d9 ceph: all allocation functions should get gfp_mask 15 rokov pred
msgpool.h 4f48280ee1 ceph: name msgpools; useful error messages 15 rokov pred
msgr.h ca9d93a292 ceph: resync headers with userland 15 rokov pred
osd_client.c 03066f2345 ceph: use complete_all and wake_up_all 15 rokov pred
osd_client.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) 15 rokov pred
osdmap.c cd84db6e40 ceph: code cleanup 15 rokov pred
osdmap.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) 15 rokov pred
pagelist.c 31459fe4b2 ceph: use __page_cache_alloc and add_to_page_cache_lru 15 rokov pred
pagelist.h 58bb3b374b ceph: support ceph_pagelist for message payload 15 rokov pred
rados.h ca9d93a292 ceph: resync headers with userland 15 rokov pred
snap.c 640ef79d27 ceph: use ceph_sb_to_client instead of ceph_client 15 rokov pred
super.c 00d5643e7c ceph: fix atomic64_t initialization on ia64 15 rokov pred
super.h b612a05537 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client 15 rokov pred
types.h 1654dd0cf5 ceph: make object hash a pg_pool property 15 rokov pred
xattr.c cd84db6e40 ceph: code cleanup 15 rokov pred

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