kernel-hacking-2024-linux-s.../fs/ceph
Sage Weil 9794b146fa ceph: fix memory leak when destroying osdmap with pg_temp mappings
Also move _lookup_pg_mapping into a helper.

Signed-off-by: Sage Weil <sage@newdream.net>
2010-02-17 10:02:48 -08:00
..
crush
addr.c ceph: cleanup async writeback, truncation, invalidate helpers 2010-02-11 11:48:54 -08:00
armor.c ceph: aes crypto and base64 encode/decode helpers 2010-02-10 15:04:46 -08:00
auth.c ceph: add support for auth_x authentication protocol 2010-02-11 11:48:45 -08:00
auth.h ceph: allow renewal of auth credentials 2010-02-10 15:04:47 -08:00
auth_none.c ceph: add struct version to auth encoding 2010-02-10 15:04:48 -08:00
auth_none.h
auth_x.c ceph: add support for auth_x authentication protocol 2010-02-11 11:48:45 -08: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
buffer.h
caps.c ceph: fix iterate_caps removal race 2010-02-17 10:02:47 -08:00
ceph_debug.h
ceph_frag.c
ceph_frag.h
ceph_fs.c
ceph_fs.h
ceph_hash.c
ceph_hash.h
ceph_strings.c
crypto.c ceph: aes crypto and base64 encode/decode helpers 2010-02-10 15:04:46 -08:00
crypto.h ceph: aes crypto and base64 encode/decode helpers 2010-02-10 15:04:46 -08:00
debugfs.c ceph: clean up readdir caps reservation 2010-02-17 10:02:43 -08:00
decode.h
dir.c
export.c
file.c ceph: fix sync read eof check deadlock 2010-02-11 11:48:53 -08:00
inode.c ceph: cleanup async writeback, truncation, invalidate helpers 2010-02-11 11:48:54 -08:00
ioctl.c
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: fix iterate_caps removal race 2010-02-17 10:02:47 -08:00
mds_client.h ceph: fix iterate_caps removal race 2010-02-17 10:02:47 -08:00
mdsmap.c
mdsmap.h
messenger.c ceph: cancel delayed work when closing connection 2010-02-16 22:01:07 -08:00
messenger.h ceph: allow renewal of auth credentials 2010-02-10 15:04:47 -08:00
mon_client.c ceph: fix authentication races, auth_none oops 2010-02-16 22:01:11 -08:00
mon_client.h ceph: use rbtree for mon statfs requests 2010-02-16 22:01:10 -08:00
msgpool.c
msgpool.h
msgr.h
osd_client.c ceph: reset osd connections after fault 2010-02-15 12:11:51 -08:00
osd_client.h ceph: put unused osd connections on lru 2010-02-11 11:48:48 -08:00
osdmap.c ceph: fix memory leak when destroying osdmap with pg_temp mappings 2010-02-17 10:02:48 -08:00
osdmap.h
pagelist.c
pagelist.h
rados.h ceph: add uid field to ceph_pg_pool 2010-02-11 11:48:49 -08:00
README
snap.c ceph: use rbtree for snap_realms 2010-02-16 22:01:09 -08:00
super.c ceph: clean up readdir caps reservation 2010-02-17 10:02:43 -08:00
super.h ceph: fix iterate_caps removal race 2010-02-17 10:02:47 -08:00
types.h
xattr.c

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