aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-20/+21
2023-04-20fuse_dev_ioctl(): switch to fdget()Gravatar Al Viro 1-20/+21
2023-03-30iov_iter: add iter_iovec() helperGravatar Jens Axboe 1-1/+1
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-61/+181
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-10/+10
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-29/+30
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Gravatar Linus Torvalds 1-0/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2023-02-02fs: convert writepage_t callback to pass a folioGravatar Matthew Wilcox (Oracle) 1-9/+9
2023-01-26fuse: add inode/permission checks to fileattr_get/fileattr_setGravatar Alexander Mikhalitsyn 1-0/+6
2023-01-26fuse: fix all W=1 kernel-doc warningsGravatar Randy Dunlap 4-4/+4
2023-01-26fuse: in fuse_flush only wait if someone wants the return codeGravatar Eric W. Biederman 1-26/+63
2023-01-26fuse: optional supplementary group in create requestsGravatar Miklos Szeredi 3-4/+67
2023-01-26fuse: add request extensionGravatar Miklos Szeredi 3-30/+44
2023-01-24fuse: fixes after adapting to new posix acl apiGravatar Christian Brauner 5-74/+78
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port privilege checking helpers to mnt_idmapGravatar Christian Brauner 2-2/+3
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