kernel-ark/fs/gfs2
Tetsuo Handa 0b3a2c9968 GFS2: Fix unsafe dereference in dump_holder()
GLOCK_BUG_ON() might call this function without RCU read lock. Make sure that
RCU read lock is held when using task_struct returned from pid_task().

Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
2014-01-02 12:18:04 +00:00
..
acl.c
acl.h
aops.c GFS2: Fix incorrect invalidation for DIO/buffered I/O 2013-12-20 10:41:21 +00:00
bmap.c
bmap.h
dentry.c
dir.c
dir.h
export.c
file.c
gfs2.h
glock.c GFS2: Fix unsafe dereference in dump_holder() 2014-01-02 12:18:04 +00:00
glock.h
glops.c GFS2: Wait for async DIO in glock state changes 2013-12-20 10:42:08 +00:00
glops.h
incore.h
inode.c GFS2: Fix ref count bug relating to atomic_open 2013-11-21 18:47:57 +00:00
inode.h
Kconfig
lock_dlm.c gfs2: endianness misannotations 2013-11-15 22:04:16 -05:00
log.c GFS2: Fix use-after-free race when calling gfs2_remove_from_ail 2013-12-13 21:42:23 +00:00
log.h
lops.c
lops.h
main.c
Makefile
meta_io.c GFS2: Fix slab memory leak in gfs2_bufdata 2013-12-13 21:42:40 +00:00
meta_io.h
ops_fstype.c GFS2: don't hold s_umount over blkdev_put 2013-12-13 21:42:03 +00:00
quota.c gfs2: endianness misannotations 2013-11-15 22:04:16 -05:00
quota.h
recovery.c
recovery.h
rgrp.c gfs2: endianness misannotations 2013-11-15 22:04:16 -05:00
rgrp.h
super.c
super.h
sys.c
sys.h
trace_gfs2.h
trans.c
trans.h
util.c
util.h
xattr.c
xattr.h