kernel-hacking-2024-linux-s.../fs/ceph
Sage Weil b736b3d9d0 ceph: adjust masked struct_v variable names
Reported-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Sage Weil <sage@newdream.net>
2010-05-17 15:25:29 -07:00
..
crush
addr.c ceph: use ceph_sb_to_client instead of ceph_client 2010-05-17 15:25:17 -07:00
armor.c ceph: aes crypto and base64 encode/decode helpers 2010-02-10 15:04:46 -08:00
auth.c ceph: include auth method in error messages 2010-05-17 15:25:23 -07:00
auth.h ceph: include auth method in error messages 2010-05-17 15:25:23 -07:00
auth_none.c ceph: include auth method in error messages 2010-05-17 15:25:23 -07:00
auth_none.h ceph: add missing #includes 2010-05-03 10:49:24 -07:00
auth_x.c ceph: adjust masked struct_v variable names 2010-05-17 15:25:29 -07:00
auth_x.h ceph: add support for auth_x authentication protocol 2010-02-11 11:48:45 -08:00
auth_x_protocol.h ceph: add support for auth_x authentication protocol 2010-02-11 11:48:45 -08:00
buffer.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
buffer.h
caps.c ceph: simplify ceph_msg_new 2010-05-17 15:25:19 -07:00
ceph_debug.h
ceph_frag.c
ceph_frag.h
ceph_fs.c
ceph_fs.h ceph: v0.19 release 2010-02-17 13:56:07 -08:00
ceph_hash.c
ceph_hash.h
ceph_strings.c
crypto.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
crypto.h ceph: aes crypto and base64 encode/decode helpers 2010-02-10 15:04:46 -08:00
debugfs.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
decode.h
dir.c ceph: set dn offset when spliced 2010-05-17 15:25:28 -07:00
export.c ceph: d_obtain_alias() returns ERR_PTR() 2010-05-17 15:25:22 -07:00
file.c ceph: make ceph_msg_new return NULL on failure; clean up, fix callers 2010-05-17 15:25:18 -07:00
inode.c ceph: set dn offset when spliced 2010-05-17 15:25:28 -07:00
ioctl.c ceph: use ceph_sb_to_client instead of ceph_client 2010-05-17 15:25:17 -07:00
ioctl.h
Kconfig ceph: aes crypto and base64 encode/decode helpers 2010-02-10 15:04:46 -08:00
Makefile ceph: add support for auth_x authentication protocol 2010-02-11 11:48:45 -08:00
mds_client.c ceph: simplify ceph_msg_new 2010-05-17 15:25:19 -07:00
mds_client.h ceph: fix race between aborted requests and fill_trace 2010-05-17 10:25:45 -07:00
mdsmap.c
mdsmap.h
messenger.c ceph: close messenger race 2010-05-17 15:25:25 -07:00
messenger.h ceph: clean up connection reset 2010-05-17 15:25:20 -07:00
mon_client.c ceph: simplify ceph_msg_new 2010-05-17 15:25:19 -07:00
mon_client.h ceph: drop unnecessary msgpool for mon_client subscribe_ack 2010-05-17 15:25:16 -07:00
msgpool.c ceph: name msgpools; useful error messages 2010-05-17 15:25:24 -07:00
msgpool.h ceph: name msgpools; useful error messages 2010-05-17 15:25:24 -07:00
msgr.h
osd_client.c ceph: name msgpools; useful error messages 2010-05-17 15:25:24 -07:00
osd_client.h ceph: resubmit requests on pg mapping change (not just primary change) 2010-05-11 09:53:56 -07:00
osdmap.c ceph: resubmit requests on pg mapping change (not just primary change) 2010-05-11 09:53:56 -07:00
osdmap.h ceph: resubmit requests on pg mapping change (not just primary change) 2010-05-11 09:53:56 -07:00
pagelist.c ceph: use __page_cache_alloc and add_to_page_cache_lru 2010-05-17 15:25:12 -07:00
pagelist.h
rados.h ceph: resubmit requests on pg mapping change (not just primary change) 2010-05-11 09:53:56 -07:00
README
snap.c ceph: use ceph_sb_to_client instead of ceph_client 2010-05-17 15:25:17 -07:00
super.c ceph: clean up mount options, ->show_options() 2010-05-17 15:25:29 -07:00
super.h ceph: clean up mount options, ->show_options() 2010-05-17 15:25:29 -07:00
types.h
xattr.c ceph: listxattr should compare version by >= 2010-05-17 15:25:26 -07:00

#
# 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