summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
...
* | fuse: fix UAF in rcu pathwalksAl Viro2024-02-253-6/+13
|/
* Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2024-01-081-2/+3
|\
| * fs: use splice_copy_file_range() inline helperAmir Goldstein2023-12-121-2/+3
* | fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein2023-12-041-0/+2
* | fuse: dax: set fc->dax to NULL in fuse_dax_conn_free()Hangyu Hua2023-12-041-0/+1
* | fuse: share lookup state between submount and its parentKrister Johansen2023-12-042-3/+87
* | fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli2023-12-043-8/+8
|/
* Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-11-071-3/+4
|\
| * exportfs: define FILEID_INO64_GEN* file handle typesAmir Goldstein2023-10-281-3/+4
* | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-304-23/+24
|\ \
| * | fuse: convert to new timestamp accessorsJeff Layton2023-10-184-23/+24
| |/
* / fuse: move fuse_xattr_handlers to .rodataWedson Almeida Filho2023-10-092-2/+2
|/
* Merge tag 'fuse-update-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-09-055-105/+237
|\
| * fuse: conditionally fill kstat in fuse_do_statx()Bernd Schubert2023-08-291-5/+8
| * fuse: invalidate dentry on EEXIST creates or ENOENT deletesJiachen Zhang2023-08-211-4/+7
| * fuse: cache btimeMiklos Szeredi2023-08-214-8/+40
| * fuse: implement statxMiklos Szeredi2023-08-213-7/+107
| * fuse: add ATTR_TIMEOUT macroMiklos Szeredi2023-08-163-21/+14
| * fuse: handle empty request_mask in statxMiklos Szeredi2023-08-161-1/+6
| * fuse: write back dirty pages before direct write in direct_io_relax modeHao Xu2023-08-161-0/+7
| * fuse: add a new fuse init flag to relax restrictions in no cache modeHao Xu2023-08-163-3/+11
| * fuse: invalidate page cache pages before direct writeHao Xu2023-08-161-1/+11
| * fuse: nlookup missing decrement in fuse_direntplus_linkruanmeisi2023-08-161-1/+9
| * Revert "fuse: in fuse_flush only wait if someone wants the return code"Miklos Szeredi2023-08-141-63/+26
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-11/+9
|\ \
| * | mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)2023-08-241-11/+9
| |/
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-283-14/+14
|\ \ | |/ |/|
| * fs: pass the request_mask to generic_fillattrJeff Layton2023-08-091-1/+1
| * fuse: convert to ctime accessor functionsJeff Layton2023-07-243-13/+13
* | Merge tag 'fuse-update-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-193-13/+20
|\ \ | |/ |/|
| * fuse: ioctl: translate ENOSYS in outargMiklos Szeredi2023-06-211-8/+13
| * fuse: revalidate: don't invalidate if interruptedMiklos Szeredi2023-06-071-1/+1
| * fuse: Apply flags2 only when userspace set the FUSE_INIT_EXTBernd Schubert2023-06-071-1/+4
| * fuse: remove duplicate check for nodeidzyfjeff2023-06-071-2/+0
| * fuse: add feature flag for expire-onlyMiklos Szeredi2023-06-071-1/+2
* | Merge tag 'libnvdimm-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-011-1/+2
|\ \
| * | dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu2023-06-261-1/+2
| |/
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-35/+10
|\ \
| * | fuse: use direct_write_fallbackChristoph Hellwig2023-06-091-22/+2
| * | fuse: drop redundant arguments to fuse_perform_writeChristoph Hellwig2023-06-091-6/+5
| * | fuse: update ki_pos in fuse_perform_writeChristoph Hellwig2023-06-091-10/+10
| * | backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-091-4/+0
| |/
* / splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells2023-05-241-1/+1
|/
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\
| * driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-04-241-20/+21
|\ \
| * | fuse_dev_ioctl(): switch to fdget()Al Viro2023-04-201-20/+21
| |/
* / iov_iter: add iter_iovec() helperJens Axboe2023-03-301-1/+1
|/
* 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