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