mirror-linux/fs/ceph
Al Viro 803cc77a3a ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock
[ Upstream commit dc32464a5f ]

Use of dget() after we'd dropped ->d_lock is too late - dentry might
be gone by that point.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-11-08 14:11:02 +01:00
..
Kconfig
Makefile
acl.c
addr.c ceph: fix blindly expanding the readahead windows 2023-07-23 13:49:41 +02:00
cache.c
cache.h
caps.c ceph: drop messages from MDS when unmounting 2023-10-06 14:56:50 +02:00
ceph_frag.c
debugfs.c ceph: fix potential use-after-free bug when trimming caps 2023-05-11 23:03:05 +09:00
dir.c
export.c ceph: fail the open_by_handle_at() if the dentry is being unlinked 2022-10-04 19:18:08 +02:00
file.c ceph: fix type promotion bug on 32bit systems 2023-10-19 23:08:57 +02:00
inode.c ceph: fix incorrect revoked caps assert in ceph_fill_file_size() 2023-10-19 23:08:56 +02:00
io.c
io.h
ioctl.c
ioctl.h
locks.c ceph: switch to vfs_inode_has_locks() to fix file lock bug 2023-01-12 12:02:23 +01:00
mds_client.c ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock 2023-11-08 14:11:02 +01:00
mds_client.h ceph: drop messages from MDS when unmounting 2023-10-06 14:56:50 +02:00
mdsmap.c treewide: use prandom_u32_max() when possible, part 1 2022-10-11 17:42:55 -06:00
metric.c ceph: never send metrics if disable_send_metrics is set 2023-08-03 10:24:16 +02:00
metric.h
quota.c ceph: drop messages from MDS when unmounting 2023-10-06 14:56:50 +02:00
snap.c ceph: drop messages from MDS when unmounting 2023-10-06 14:56:50 +02:00
strings.c
super.c ceph: drop messages from MDS when unmounting 2023-10-06 14:56:50 +02:00
super.h ceph: drop messages from MDS when unmounting 2023-10-06 14:56:50 +02:00
util.c
xattr.c