aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsGravatar Linus Torvalds 1-2/+3
2023-12-12fs: use splice_copy_file_range() inline helperGravatar Amir Goldstein 1-2/+3
2023-12-04fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAPGravatar Amir Goldstein 1-0/+2
2023-12-04fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPGravatar Tyler Fanelli 1-3/+3
2023-08-16fuse: write back dirty pages before direct write in direct_io_relax modeGravatar Hao Xu 1-0/+7
2023-08-16fuse: add a new fuse init flag to relax restrictions in no cache modeGravatar Hao Xu 1-2/+5
2023-08-16fuse: invalidate page cache pages before direct writeGravatar Hao Xu 1-1/+11
2023-08-14Revert "fuse: in fuse_flush only wait if someone wants the return code"Gravatar Miklos Szeredi 1-63/+26
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-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-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()Gravatar David Howells 1-1/+1
2023-03-30iov_iter: add iter_iovec() helperGravatar Jens Axboe 1-1/+1
2023-02-27Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-27/+64
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-9/+9
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2023-02-02fs: convert writepage_t callback to pass a folioGravatar Matthew Wilcox (Oracle) 1-9/+9
2023-01-26fuse: fix all W=1 kernel-doc warningsGravatar Randy Dunlap 1-1/+1
2023-01-26fuse: in fuse_flush only wait if someone wants the return codeGravatar Eric W. Biederman 1-26/+63
2023-01-19fs: port privilege checking helpers to mnt_idmapGravatar Christian Brauner 1-1/+2
2023-01-11filelock: move file locking definitions to separate header fileGravatar Jeff Layton 1-0/+1
2022-12-12Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+40
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-11-23fuse: allow non-extending parallel direct writes on the same fileGravatar Dharmendra Singh 1-3/+40
2022-11-23fuse: lock inode unconditionally in fuse_fallocate()Gravatar Miklos Szeredi 1-21/+16
2022-10-28fuse: add file_modified() to fallocateGravatar Miklos Szeredi 1-0/+4
2022-10-18attr: use consistent sgid stripping checksGravatar Christian Brauner 1-1/+1
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+2
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Gravatar Al Viro 1-2/+1
2022-08-08new iov_iter flavour - ITER_UBUFGravatar Al Viro 1-1/+1
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-13/+26
2022-07-21fuse: fix deadlock between atomic O_TRUNC and page invalidationGravatar Miklos Szeredi 1-13/+17
2022-07-21fuse: write inode in fuse_release()Gravatar Miklos Szeredi 1-0/+9
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCGravatar Al Viro 1-1/+1
2022-05-09fuse: Convert fuse to read_folioGravatar Matthew Wilcox (Oracle) 1-2/+3
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-2/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Gravatar Matthew Wilcox (Oracle) 1-2/+2
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-8/+8
2022-03-22fuse: remove reliance on bdi congestionGravatar NeilBrown 1-0/+17
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-15fuse: Convert from launder_page to launder_folioGravatar Matthew Wilcox (Oracle) 1-7/+7
2022-03-07fuse: fix pipe buffer lifetime for direct_ioGravatar Miklos Szeredi 1-0/+1
2021-12-14fuse: enable per inode DAXGravatar Jeffle Xu 1-2/+2
2021-12-07fuse: Pass correct lend value to filemap_write_and_wait_range()Gravatar Xie Yongji 1-1/+1
2021-11-09Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-50/+56
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2021-10-28fuse: add FOPEN_NOFLUSHGravatar Amir Goldstein 1-0/+3
2021-10-28fuse: only update necessary attributesGravatar Miklos Szeredi 1-4/+5