Yehuda Sadeh 03066f2345 ceph: use complete_all and wake_up_all há 15 anos atrás
..
crush 153a10939e ceph: fix crush device 'out' threshold to 1.0, not 0.1 há 15 anos atrás
Kconfig 25848b3ec6 ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES" há 15 anos atrás
Makefile ec0994e48e ceph: add support for auth_x authentication protocol há 15 anos atrás
README 1654dd0cf5 ceph: make object hash a pg_pool property há 15 anos atrás
addr.c 640ef79d27 ceph: use ceph_sb_to_client instead of ceph_client há 15 anos atrás
armor.c 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers há 15 anos atrás
auth.c a41359fa35 ceph: renew auth tickets before they expire há 15 anos atrás
auth.h a41359fa35 ceph: renew auth tickets before they expire há 15 anos atrás
auth_none.c a41359fa35 ceph: renew auth tickets before they expire há 15 anos atrás
auth_none.h d45d0d970f ceph: add missing #includes há 15 anos atrás
auth_x.c 22b1de06c9 ceph: fix leak of mon authorizer há 15 anos atrás
auth_x.h ec0994e48e ceph: add support for auth_x authentication protocol há 15 anos atrás
auth_x_protocol.h ec0994e48e ceph: add support for auth_x authentication protocol há 15 anos atrás
buffer.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h há 15 anos atrás
buffer.h c7e337d649 ceph: buffer decoding helpers há 15 anos atrás
caps.c 03066f2345 ceph: use complete_all and wake_up_all há 15 anos atrás
ceph_debug.h de57606c23 ceph: client types há 15 anos atrás
ceph_frag.c de57606c23 ceph: client types há 15 anos atrás
ceph_frag.h de57606c23 ceph: client types há 15 anos atrás
ceph_fs.c 1654dd0cf5 ceph: make object hash a pg_pool property há 15 anos atrás
ceph_fs.h dd1c905736 ceph: make lease code DN specific há 15 anos atrás
ceph_hash.c 50b885b96c ceph: whitespace cleanup há 15 anos atrás
ceph_hash.h 1654dd0cf5 ceph: make object hash a pg_pool property há 15 anos atrás
ceph_strings.c 366837706b ceph: cleanup pool op strings há 15 anos atrás
crypto.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h há 15 anos atrás
crypto.h 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers há 15 anos atrás
debugfs.c bfaf148eb2 ceph: fix caps debugfs entry há 15 anos atrás
decode.h c7e337d649 ceph: buffer decoding helpers há 15 anos atrás
dir.c 252af52146 ceph: fix d_release dop for snapdir, snapped dentries há 15 anos atrás
export.c 7e34bc524e fs/ceph: Use ERR_CAST há 15 anos atrás
file.c 03066f2345 ceph: use complete_all and wake_up_all há 15 anos atrás
inode.c 03066f2345 ceph: use complete_all and wake_up_all há 15 anos atrás
ioctl.c 640ef79d27 ceph: use ceph_sb_to_client instead of ceph_client há 15 anos atrás
ioctl.h 33d4909ccc ceph: allow preferred osd to be get/set via layout ioctl há 15 anos atrás
mds_client.c 03066f2345 ceph: use complete_all and wake_up_all há 15 anos atrás
mds_client.h e979cf5039 ceph: do not include cap/dentry releases in replayed messages há 15 anos atrás
mdsmap.c 9ec7cab14e ceph: hex dump corrupt server data to KERN_DEBUG há 15 anos atrás
mdsmap.h 94045e115e ceph: decode updated mdsmap format há 15 anos atrás
messenger.c f91d3471cc ceph: fix creation of ipv6 sockets há 15 anos atrás
messenger.h a922d38fd1 ceph: close out mds, osd connections before stopping auth há 15 anos atrás
mon_client.c 03066f2345 ceph: use complete_all and wake_up_all há 15 anos atrás
mon_client.h 240ed68eb5 ceph: reuse mon subscribe message instead of allocated anew há 15 anos atrás
msgpool.c 34d23762d9 ceph: all allocation functions should get gfp_mask há 15 anos atrás
msgpool.h 4f48280ee1 ceph: name msgpools; useful error messages há 15 anos atrás
msgr.h ca9d93a292 ceph: resync headers with userland há 15 anos atrás
osd_client.c 03066f2345 ceph: use complete_all and wake_up_all há 15 anos atrás
osd_client.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) há 15 anos atrás
osdmap.c bc4fdca857 ceph: fix pg_mapping leak on pg_temp updates há 15 anos atrás
osdmap.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) há 15 anos atrás
pagelist.c 31459fe4b2 ceph: use __page_cache_alloc and add_to_page_cache_lru há 15 anos atrás
pagelist.h 58bb3b374b ceph: support ceph_pagelist for message payload há 15 anos atrás
rados.h ca9d93a292 ceph: resync headers with userland há 15 anos atrás
snap.c 640ef79d27 ceph: use ceph_sb_to_client instead of ceph_client há 15 anos atrás
super.c 00d5643e7c ceph: fix atomic64_t initialization on ia64 há 15 anos atrás
super.h b612a05537 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client há 15 anos atrás
types.h 1654dd0cf5 ceph: make object hash a pg_pool property há 15 anos atrás
xattr.c 1a75627896 ceph: use ceph. prefix for virtual xattrs há 15 anos atrás

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