aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2023-01-19fs: port xattr to mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-3/+3
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapGravatar Christian Brauner 2-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapGravatar Christian Brauner 2-2/+2
2023-01-19fs: port ->tmpfile() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapGravatar Christian Brauner 1-4/+4
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-2/+2
2023-01-11filelock: move file locking definitions to separate header fileGravatar Jeff Layton 1-0/+1
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-27/+28
2022-12-12Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-33/+73
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2022-12-12Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-4/+5
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-2/+2
2022-12-11fuse: convert fuse_try_move_page() to use foliosGravatar Vishal Moola (Oracle) 1-27/+28
2022-12-11filemap: convert replace_page_cache_page() to replace_page_cache_folio()Gravatar Vishal Moola (Oracle) 1-1/+1
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-2/+2
2022-11-23fuse: Rearrange fuse_allow_current_process checksGravatar Dave Marchevsky 2-16/+21
2022-11-23fuse: allow non-extending parallel direct writes on the same fileGravatar Dharmendra Singh 1-3/+40
2022-11-23fuse: remove the unneeded result variableGravatar ye xingchen 1-4/+1
2022-11-23fuse: port to vfs{g,u}id_t and associated helpersGravatar Christian Brauner 1-1/+1
2022-11-23fuse: Remove user_ns check for FUSE_DEV_IOC_CLONEGravatar Jann Horn 1-2/+1
2022-11-23fuse: always revalidate rename target dentryGravatar Jiachen Zhang 1-1/+1
2022-11-23fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYGravatar Miklos Szeredi 3-5/+7
2022-11-23fs/fuse: Replace kmap() with kmap_local_page()Gravatar Fabio M. De Francesco 1-2/+2
2022-11-23fuse: lock inode unconditionally in fuse_fallocate()Gravatar Miklos Szeredi 1-21/+16
2022-10-28fuse: add file_modified() to fallocateGravatar Miklos Szeredi 1-0/+4
2022-10-26fuse: port to vfs{g,u}id_t and associated helpersGravatar Christian Brauner 1-1/+1
2022-10-20fuse: fix readdir cache raceGravatar Miklos Szeredi 1-1/+9
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 1-2/+2
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 2-2/+3
2022-10-18attr: use consistent sgid stripping checksGravatar Christian Brauner 1-1/+1
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-3/+24
2022-09-26mm: multi-gen LRU: groundworkGravatar Yu Zhao 1-1/+2
2022-09-24fuse: implement ->tmpfile()Gravatar Miklos Szeredi 2-3/+24
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-7/+5
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Gravatar Al Viro 2-4/+2
2022-08-08new iov_iter flavour - ITER_UBUFGravatar Al Viro 2-3/+3
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-26/+75
2022-07-27fuse: retire block-device-based superblock on force unmountGravatar Daniil Lunev 1-2/+8
2022-07-26virtio_fs: Modify format for virtio_fs_direct_accessGravatar Deming Wang 1-1/+1
2022-07-21virtiofs: delete unused parameter for virtio_fs_cleanup_vqsGravatar Deming Wang 1-4/+3
2022-07-21fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherGravatar Dave Marchevsky 1-0/+9
2022-07-21fuse: Remove the control interface for virtio-fsGravatar Xie Yongji 1-2/+2
2022-07-21fuse: ioctl: translate ENOSYSGravatar Miklos Szeredi 1-2/+13