linux_dsm_epyc7002/fs/udf
Jan Kara 949f4a7c08 udf: Protect all modifications of LVID with s_alloc_mutex
udf_open_lvid() and udf_close_lvid() were modifying LVID without
s_alloc_mutex. Since they can be called from remount, the modification
could race with other filesystem modifications of LVID so protect them
by s_alloc_mutex just to be sure.

Signed-off-by: Jan Kara <jack@suse.cz>
2011-01-06 17:03:55 +01:00
..
balloc.c
dir.c
directory.c
ecma_167.h
file.c
ialloc.c udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex 2011-01-06 17:03:55 +01:00
inode.c udf: Remove BKL from udf_update_inode 2011-01-06 17:03:54 +01:00
Kconfig BKL: introduce CONFIG_BKL. 2010-10-21 15:44:13 +02:00
lowlevel.c
Makefile
misc.c
namei.c udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex 2011-01-06 17:03:55 +01:00
osta_udf.h
partition.c
super.c udf: Protect all modifications of LVID with s_alloc_mutex 2011-01-06 17:03:55 +01:00
symlink.c
truncate.c
udf_i.h
udf_sb.h udf: Convert UDF_SB(sb)->s_flags to use bitops 2011-01-06 17:03:54 +01:00
udfdecl.h udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutex 2011-01-06 17:03:55 +01:00
udfend.h
udftime.c
unicode.c