summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-277-61/+181
|\
| * fuse: add inode/permission checks to fileattr_get/fileattr_setAlexander Mikhalitsyn2023-01-261-0/+6
| * fuse: fix all W=1 kernel-doc warningsRandy Dunlap2023-01-264-4/+4
| * fuse: in fuse_flush only wait if someone wants the return codeEric W. Biederman2023-01-261-26/+63
| * fuse: optional supplementary group in create requestsMiklos Szeredi2023-01-263-4/+67
| * fuse: add request extensionMiklos Szeredi2023-01-263-30/+44
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-10/+10
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| * | fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-021-9/+9
| |/
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-206-29/+30
|\ \
| * | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-192-2/+3
| * | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-2/+2
| * | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-3/+3
| * | fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-192-2/+2
| * | fs: port ->tmpfile() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->rename() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->mknod() to pass mnt_idmapChristian Brauner2023-01-191-4/+4
| * | fs: port ->mkdir() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->symlink() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->create() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
| * | fs: port ->getattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| * | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-191-2/+2
| |/
* | Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds2023-02-201-0/+1
|\ \
| * | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
| |/
* / fuse: fixes after adapting to new posix acl apiChristian Brauner2023-01-245-74/+78
|/
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-27/+28
|\
| * fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)2022-12-111-27/+28
| * filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)2022-12-111-1/+1
* | Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-126-33/+73
|\ \
| * | fuse: Rearrange fuse_allow_current_process checksDave Marchevsky2022-11-232-16/+21
| * | fuse: allow non-extending parallel direct writes on the same fileDharmendra Singh2022-11-231-3/+40
| * | fuse: remove the unneeded result variableye xingchen2022-11-231-4/+1
| * | fuse: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-11-231-1/+1
| * | fuse: Remove user_ns check for FUSE_DEV_IOC_CLONEJann Horn2022-11-231-2/+1
| * | fuse: always revalidate rename target dentryJiachen Zhang2022-11-231-1/+1
| * | fuse: add "expire only" mode to FUSE_NOTIFY_INVAL_ENTRYMiklos Szeredi2022-11-233-5/+7
| * | fs/fuse: Replace kmap() with kmap_local_page()Fabio M. De Francesco2022-11-231-2/+2
* | | Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-1/+1
|\ \ \
| * | | fuse: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-10-261-1/+1
* | | | Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-1/+1
|\| | |
| * | | attr: use consistent sgid stripping checksChristian Brauner2022-10-181-1/+1
* | | | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-123-4/+5
|\ \ \ \
| * | | | fs: rename current get acl methodChristian Brauner2022-10-201-2/+2
| * | | | fs: pass dentry to set acl methodChristian Brauner2022-10-192-2/+3
| |/ / /
* | | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
| | |/ | |/|
* / | fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi2022-11-231-21/+16
|/ /
* | fuse: add file_modified() to fallocateMiklos Szeredi2022-10-281-0/+4