aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-23Revert "fs: make vfs_fileattr_[get|set] return -EOPNOTSUPP"Andrey Albershteyn1-4/+0
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner1-2/+2
2025-07-02fs: make vfs_fileattr_[get|set] return -EOPNOTSUPPAndrey Albershteyn1-0/+4
2024-11-05fuse: remove pages for requests and exclusively use foliosJoanne Koong1-3/+2
2024-11-05fuse: convert ioctls to use foliosJoanne Koong1-16/+16
2024-10-25fuse: enable dynamic configuration of fuse max pages limit (FUSE_MAX_MAX_PAGES)Joanne Koong1-1/+3
2024-05-08fuse: Add initial support for fs-verityRichard Fung1-0/+60
2023-06-21fuse: ioctl: translate ENOSYS in outargMiklos Szeredi1-8/+13
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-0/+6
2023-01-26fuse: add inode/permission checks to fileattr_get/fileattr_setAlexander Mikhalitsyn1-0/+6
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-07-21fuse: ioctl: translate ENOSYSMiklos Szeredi1-2/+13
2022-03-15x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada1-1/+1
2022-02-18fuse: fix fileattr op failureMiklos Szeredi1-3/+6
2021-10-22fuse: use kmap_local_page()Peng Hao1-2/+2
2021-04-12fuse: convert to fileattrMiklos Szeredi1-10/+134
2021-04-12fuse: move ioctl to separate source fileMiklos Szeredi1-0/+366