linux-kernelorg-stable/fs/fuse
Andrey Albershteyn 4dd5b5ac08
Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"
This reverts commit 474b155adf.

This patch caused regression in ioctl_setflags(). Underlying filesystems
use EOPNOTSUPP to indicate that flag is not supported. This error is
also gets converted in ioctl_setflags(). Therefore, for unsupported
flags error changed from EOPNOSUPP to ENOIOCTLCMD.

Link: https://lore.kernel.org/linux-xfs/a622643f-1585-40b0-9441-cf7ece176e83@kernel.org/
Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
2025-10-10 13:44:03 +02:00
..
Kconfig fuse: fix references to fuse.rst -> fuse/fuse.rst 2025-09-02 11:14:15 +02:00
Makefile fuse: move CREATE_TRACE_POINTS to a separate file 2025-09-25 16:22:18 +02:00
acl.c
backing.c fuse: move the backing file idr and code into a new source file 2025-09-25 16:06:02 +02:00
control.c
cuse.c fuse: allow synchronous FUSE_INIT 2025-09-02 11:14:15 +02:00
dax.c
dev.c fuse update for 6.18 2025-10-03 12:48:18 -07:00
dev_uring.c fuse update for 6.18 2025-10-03 12:48:18 -07:00
dev_uring_i.h
dir.c finish_no_open calling conventions change 2025-10-03 10:59:31 -07:00
file.c fuse: fix livelock in synchronous file put from fuseblk workers 2025-09-23 11:32:17 +02:00
fuse_dev_i.h fuse: allow synchronous FUSE_INIT 2025-09-02 11:14:15 +02:00
fuse_i.h fuse: move the backing file idr and code into a new source file 2025-09-25 16:06:02 +02:00
fuse_trace.h
inode.c fuse update for 6.18 2025-10-03 12:48:18 -07:00
ioctl.c Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP" 2025-10-10 13:44:03 +02:00
iomode.c fuse: remove unused 'inode' parameter in fuse_passthrough_open 2025-08-27 14:29:44 +02:00
passthrough.c fuse: move the backing file idr and code into a new source file 2025-09-25 16:06:02 +02:00
readdir.c
sysctl.c
trace.c fuse: move CREATE_TRACE_POINTS to a separate file 2025-09-25 16:22:18 +02:00
virtio_fs.c fuse update for 6.18 2025-10-03 12:48:18 -07:00
xattr.c