Dan Carpenter b545787dbb ceph: fix get_ticket_handler() error handling před 14 roky
..
crush 5cd068c200 ceph: clean up header guards před 15 roky
Kconfig 25848b3ec6 ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES" před 15 roky
Makefile 40819f6fb2 ceph: add flock/fcntl lock support před 15 roky
README 1654dd0cf5 ceph: make object hash a pg_pool property před 15 roky
addr.c 7d8cb26d7d ceph: maintain i_head_snapc when any caps are dirty, not just for data před 14 roky
armor.c cd84db6e40 ceph: code cleanup před 15 roky
auth.c cd84db6e40 ceph: code cleanup před 15 roky
auth.h a41359fa35 ceph: renew auth tickets before they expire před 15 roky
auth_none.c a41359fa35 ceph: renew auth tickets before they expire před 15 roky
auth_none.h d45d0d970f ceph: add missing #includes před 15 roky
auth_x.c b545787dbb ceph: fix get_ticket_handler() error handling před 14 roky
auth_x.h ec0994e48e ceph: add support for auth_x authentication protocol před 15 roky
auth_x_protocol.h ec0994e48e ceph: add support for auth_x authentication protocol před 15 roky
buffer.c cd84db6e40 ceph: code cleanup před 15 roky
buffer.h c7e337d649 ceph: buffer decoding helpers před 15 roky
caps.c 7d8cb26d7d ceph: maintain i_head_snapc when any caps are dirty, not just for data před 14 roky
ceph_debug.h de57606c23 ceph: client types před 15 roky
ceph_frag.c de57606c23 ceph: client types před 15 roky
ceph_frag.h 5cd068c200 ceph: clean up header guards před 15 roky
ceph_fs.c 84d9509234 ceph: request FILE_LAZYIO cap when LAZY file mode is set před 15 roky
ceph_fs.h fbaad9797a ceph: define on-wire types, constants for file locking support před 15 roky
ceph_hash.c 50b885b96c ceph: whitespace cleanup před 15 roky
ceph_hash.h 5cd068c200 ceph: clean up header guards před 15 roky
ceph_strings.c fbaad9797a ceph: define on-wire types, constants for file locking support před 15 roky
crypto.c cbbfe49905 ceph: move AES iv definition to shared header před 15 roky
crypto.h cd84db6e40 ceph: code cleanup před 15 roky
debugfs.c f44c3890d9 ceph: ceph_mdsc_build_path() returns an ERR_PTR před 14 roky
decode.h cd84db6e40 ceph: code cleanup před 15 roky
dir.c 36e21687e6 ceph: initialize fields on new dentry_infos před 14 roky
export.c 7e34bc524e fs/ceph: Use ERR_CAST před 15 roky
file.c 213c99ee0c ceph: whitespace cleanup před 15 roky
inode.c ac1f12ef56 ceph: ceph_get_inode() returns an ERR_PTR před 14 roky
ioctl.c 8c6e9229fc ceph: add LAZYIO ioctl to mark a file description for lazy consistency před 15 roky
ioctl.h 8c6e9229fc ceph: add LAZYIO ioctl to mark a file description for lazy consistency před 15 roky
locks.c ad8453ab0a ceph: Fix warnings před 14 roky
mds_client.c e072f8aa35 ceph: don't BUG on ENOMEM during mds reconnect před 14 roky
mds_client.h f3c60c5918 ceph: fix multiple mds session shutdown před 14 roky
mdsmap.c 0deb01c999 ceph: track laggy state of mds from mdsmap před 15 roky
mdsmap.h 0deb01c999 ceph: track laggy state of mds from mdsmap před 15 roky
messenger.c 213c99ee0c ceph: whitespace cleanup před 15 roky
messenger.h a922d38fd1 ceph: close out mds, osd connections before stopping auth před 15 roky
mon_client.c e56fa10e92 ceph: generalize mon requests, add pool op support před 15 roky
mon_client.h e56fa10e92 ceph: generalize mon requests, add pool op support před 15 roky
msgpool.c 34d23762d9 ceph: all allocation functions should get gfp_mask před 15 roky
msgpool.h 4f48280ee1 ceph: name msgpools; useful error messages před 15 roky
msgr.h 5cd068c200 ceph: clean up header guards před 15 roky
osd_client.c 07a27e226d ceph: fix osd request lru adjustment when sending request před 14 roky
osd_client.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) před 15 roky
osdmap.c 213c99ee0c ceph: whitespace cleanup před 15 roky
osdmap.h d85b705663 ceph: resubmit requests on pg mapping change (not just primary change) před 15 roky
pagelist.c 31459fe4b2 ceph: use __page_cache_alloc and add_to_page_cache_lru před 15 roky
pagelist.h 58bb3b374b ceph: support ceph_pagelist for message payload před 15 roky
rados.h f0b18d9f22 ceph: sync header defs with server code před 15 roky
snap.c 7d8cb26d7d ceph: maintain i_head_snapc when any caps are dirty, not just for data před 14 roky
super.c e9d1774431 ceph: do not ignore osd_idle_ttl mount option před 15 roky
super.h 7d8cb26d7d ceph: maintain i_head_snapc when any caps are dirty, not just for data před 14 roky
types.h 1654dd0cf5 ceph: make object hash a pg_pool property před 15 roky
xattr.c 4a625be472 ceph: include dirty xattrs state in snapped caps před 14 roky

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