summaryrefslogtreecommitdiffstats
path: root/fs/fuse
AgeCommit message (Expand)AuthorLines
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds-3/+4
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-23/+24
2023-10-28exportfs: define FILEID_INO64_GEN* file handle typesAmir Goldstein-3/+4
2023-10-18fuse: convert to new timestamp accessorsJeff Layton-23/+24
2023-10-09fuse: move fuse_xattr_handlers to .rodataWedson Almeida Filho-2/+2
2023-09-05Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-105/+237
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-11/+9
2023-08-29fuse: conditionally fill kstat in fuse_do_statx()Bernd Schubert-5/+8
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-14/+14
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)-11/+9
2023-08-21fuse: invalidate dentry on EEXIST creates or ENOENT deletesJiachen Zhang-4/+7
2023-08-21fuse: cache btimeMiklos Szeredi-8/+40
2023-08-21fuse: implement statxMiklos Szeredi-7/+107
2023-08-16fuse: add ATTR_TIMEOUT macroMiklos Szeredi-21/+14
2023-08-16fuse: handle empty request_mask in statxMiklos Szeredi-1/+6
2023-08-16fuse: write back dirty pages before direct write in direct_io_relax modeHao Xu-0/+7
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu-3/+11
2023-08-16fuse: invalidate page cache pages before direct writeHao Xu-1/+11
2023-08-16fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi-1/+9
2023-08-14Revert "fuse: in fuse_flush only wait if someone wants the return code"Miklos Szeredi-63/+26
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton-1/+1
2023-07-24fuse: convert to ctime accessor functionsJeff Layton-13/+13
2023-07-19Merge tag 'fuse-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-13/+20
2023-07-01Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-35/+10
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu-1/+2
2023-06-21fuse: ioctl: translate ENOSYS in outargMiklos Szeredi-8/+13
2023-06-09fuse: use direct_write_fallbackChristoph Hellwig-22/+2
2023-06-09fuse: drop redundant arguments to fuse_perform_writeChristoph Hellwig-6/+5
2023-06-09fuse: update ki_pos in fuse_perform_writeChristoph Hellwig-10/+10
2023-06-09backing_dev: remove current->backing_dev_infoChristoph Hellwig-4/+0
2023-06-07fuse: revalidate: don't invalidate if interruptedMiklos Szeredi-1/+1
2023-06-07fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert-1/+4
2023-06-07fuse: remove duplicate check for nodeidzyfjeff-2/+0
2023-06-07fuse: add feature flag for expire-onlyMiklos Szeredi-1/+2
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-04-24Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-20/+21
2023-04-20fuse_dev_ioctl(): switch to fdget()Al Viro-20/+21
2023-03-30iov_iter: add iter_iovec() helperJens Axboe-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-1/+1
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-61/+181
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-10/+10
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-29/+30
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds-0/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2023-02-02fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)-9/+9
2023-01-26fuse: add inode/permission checks to fileattr_get/fileattr_setAlexander Mikhalitsyn-0/+6
2023-01-26fuse: fix all W=1 kernel-doc warningsRandy Dunlap-4/+4
2023-01-26fuse: in fuse_flush only wait if someone wants the return codeEric W. Biederman-26/+63