aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse
AgeCommit message (Expand)AuthorFilesLines
2023-07-19Merge tag 'fuse-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-13/+20
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-35/+10
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONGravatar Jane Chu 1-1/+2
2023-06-21fuse: ioctl: translate ENOSYS in outargGravatar Miklos Szeredi 1-8/+13
2023-06-09fuse: use direct_write_fallbackGravatar Christoph Hellwig 1-22/+2
2023-06-09fuse: drop redundant arguments to fuse_perform_writeGravatar Christoph Hellwig 1-6/+5
2023-06-09fuse: update ki_pos in fuse_perform_writeGravatar Christoph Hellwig 1-10/+10
2023-06-09backing_dev: remove current->backing_dev_infoGravatar Christoph Hellwig 1-4/+0
2023-06-07fuse: revalidate: don't invalidate if interruptedGravatar Miklos Szeredi 1-1/+1
2023-06-07fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTGravatar Bernd Schubert 1-1/+4
2023-06-07fuse: remove duplicate check for nodeidGravatar zyfjeff 1-2/+0
2023-06-07fuse: add feature flag for expire-onlyGravatar Miklos Szeredi 1-1/+2
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
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