WSL2-Linux-Kernel/fs/9p
Jeff Layton d6a15d3bb8 9p: explicitly deny setlease attempts
[ Upstream commit 7a84602297d36617dbdadeba55a2567031e5165b ]

9p is a remote network protocol, and it doesn't support asynchronous
notifications from the server. Ensure that we don't hand out any leases
since we can't guarantee they'll be broken when a file's contents
change.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-05-17 11:50:55 +02:00
..
Kconfig 9p: Fix Kconfig indentation 2020-03-27 09:29:56 +00:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
acl.c 9p: fix a bunch of checkpatch warnings 2022-08-17 14:24:07 +02:00
acl.h 9p: fix a bunch of checkpatch warnings 2022-08-17 14:24:07 +02:00
cache.c 9p: fix a bunch of checkpatch warnings 2022-08-17 14:24:07 +02:00
cache.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 2019-05-30 11:29:21 -07:00
fid.c 9p: Fix refcounting during full path walks for fid lookups 2022-06-29 09:03:18 +02:00
fid.h 9p: apply review requests for fid refcounting 2020-11-19 17:21:34 +01:00
v9fs.c 9p: fix a bunch of checkpatch warnings 2022-08-17 14:24:07 +02:00
v9fs.h fs: make helpers idmap mount aware 2021-01-24 14:27:20 +01:00
v9fs_vfs.h 9p: fix a bunch of checkpatch warnings 2022-08-17 14:24:07 +02:00
vfs_addr.c 9p: fix a bunch of checkpatch warnings 2022-08-17 14:24:07 +02:00
vfs_dentry.c 9p: fix a bunch of checkpatch warnings 2022-08-17 14:24:07 +02:00
vfs_dir.c 9p: add refcount to p9_fid struct 2020-11-19 17:20:39 +01:00
vfs_file.c 9p: explicitly deny setlease attempts 2024-05-17 11:50:55 +02:00
vfs_inode.c fs/9p: translate O_TRUNC into OTRUNC 2024-05-17 11:50:55 +02:00
vfs_inode_dotl.c 9p: fix a bunch of checkpatch warnings 2022-08-17 14:24:07 +02:00
vfs_super.c 9p: fix a bunch of checkpatch warnings 2022-08-17 14:24:07 +02:00
xattr.c 9p: v9fs_listxattr: fix %s null argument warning 2023-11-28 16:56:19 +00:00
xattr.h 9p: fix a bunch of checkpatch warnings 2022-08-17 14:24:07 +02:00