Linus Torvalds b612a05537 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client hace 15 años
..
crush 50b885b96c ceph: whitespace cleanup hace 15 años
Kconfig 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers hace 15 años
Makefile ec0994e48e ceph: add support for auth_x authentication protocol hace 15 años
README 1654dd0cf5 ceph: make object hash a pg_pool property hace 15 años
addr.c 640ef79d27 ceph: use ceph_sb_to_client instead of ceph_client hace 15 años
armor.c 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers hace 15 años
auth.c a41359fa35 ceph: renew auth tickets before they expire hace 15 años
auth.h a41359fa35 ceph: renew auth tickets before they expire hace 15 años
auth_none.c a41359fa35 ceph: renew auth tickets before they expire hace 15 años
auth_none.h d45d0d970f ceph: add missing #includes hace 15 años
auth_x.c a41359fa35 ceph: renew auth tickets before they expire hace 15 años
auth_x.h ec0994e48e ceph: add support for auth_x authentication protocol hace 15 años
auth_x_protocol.h ec0994e48e ceph: add support for auth_x authentication protocol hace 15 años
buffer.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h hace 15 años
buffer.h c7e337d649 ceph: buffer decoding helpers hace 15 años
caps.c 7ea8085910 drop unused dentry argument to ->fsync hace 15 años
ceph_debug.h de57606c23 ceph: client types hace 16 años
ceph_frag.c de57606c23 ceph: client types hace 16 años
ceph_frag.h de57606c23 ceph: client types hace 16 años
ceph_fs.c 1654dd0cf5 ceph: make object hash a pg_pool property hace 15 años
ceph_fs.h dd1c905736 ceph: make lease code DN specific hace 15 años
ceph_hash.c 50b885b96c ceph: whitespace cleanup hace 15 años
ceph_hash.h 1654dd0cf5 ceph: make object hash a pg_pool property hace 15 años
ceph_strings.c 366837706b ceph: cleanup pool op strings hace 15 años
crypto.c 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h hace 15 años
crypto.h 8b6e4f2d8b ceph: aes crypto and base64 encode/decode helpers hace 15 años
debugfs.c f8c76f6f25 ceph: make mon client statfs handling more generic hace 15 años
decode.h c7e337d649 ceph: buffer decoding helpers hace 15 años
dir.c b612a05537 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client hace 15 años
export.c 7e34bc524e fs/ceph: Use ERR_CAST hace 15 años
file.c b612a05537 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client hace 15 años
inode.c 7e34bc524e fs/ceph: Use ERR_CAST hace 15 años
ioctl.c 640ef79d27 ceph: use ceph_sb_to_client instead of ceph_client hace 15 años
ioctl.h 33d4909ccc ceph: allow preferred osd to be get/set via layout ioctl hace 15 años
mds_client.c 2a8e5e3637 ceph: clean up on forwarded aborted mds request hace 15 años
mds_client.h 167c9e352d ceph: use common helper for aborted dir request invalidation hace 15 años
mdsmap.c 9ec7cab14e ceph: hex dump corrupt server data to KERN_DEBUG hace 15 años
mdsmap.h 94045e115e ceph: decode updated mdsmap format hace 15 años
messenger.c a922d38fd1 ceph: close out mds, osd connections before stopping auth hace 15 años
messenger.h a922d38fd1 ceph: close out mds, osd connections before stopping auth hace 15 años
mon_client.c 09c4d6a7d4 ceph: do not resend mon requests on auth ticket renewal hace 15 años
mon_client.h 240ed68eb5 ceph: reuse mon subscribe message instead of allocated anew hace 15 años
msgpool.c 34d23762d9 ceph: all allocation functions should get gfp_mask hace 15 años
msgpool.h 4f48280ee1 ceph: name msgpools; useful error messages hace 15 años
msgr.h ca9d93a292 ceph: resync headers with userland hace 15 años
osd_client.c 79494d1b9b ceph: fix leak of osd authorizer hace 15 años
osd_client.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) hace 15 años
osdmap.c 7e34bc524e fs/ceph: Use ERR_CAST hace 15 años
osdmap.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) hace 15 años
pagelist.c 31459fe4b2 ceph: use __page_cache_alloc and add_to_page_cache_lru hace 15 años
pagelist.h 58bb3b374b ceph: support ceph_pagelist for message payload hace 15 años
rados.h ca9d93a292 ceph: resync headers with userland hace 15 años
snap.c 640ef79d27 ceph: use ceph_sb_to_client instead of ceph_client hace 15 años
super.c b612a05537 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client hace 15 años
super.h b612a05537 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client hace 15 años
types.h 1654dd0cf5 ceph: make object hash a pg_pool property hace 15 años
xattr.c 1a75627896 ceph: use ceph. prefix for virtual xattrs hace 15 años

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