aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-28fuse: add file_modified() to fallocateMiklos Szeredi1-0/+4
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+2
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro1-2/+1
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro1-1/+1
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-13/+26
2022-07-21fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi1-13/+17
2022-07-21fuse: write inode in fuse_release()Miklos Szeredi1-0/+9
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro1-1/+1
2022-05-09fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)1-2/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-2/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-2/+2
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-8/+8
2022-03-22fuse: remove reliance on bdi congestionNeilBrown1-0/+17
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fuse: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)1-7/+7
2022-03-07fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi1-0/+1
2021-12-14fuse: enable per inode DAXJeffle Xu1-2/+2
2021-12-07fuse: Pass correct lend value to filemap_write_and_wait_range()Xie Yongji1-1/+1
2021-11-09Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-50/+56
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+1
2021-10-28fuse: add FOPEN_NOFLUSHAmir Goldstein1-0/+3
2021-10-28fuse: only update necessary attributesMiklos Szeredi1-4/+5
2021-10-28fuse: cleanup code conditional on fc->writeback_cacheMiklos Szeredi1-13/+4
2021-10-28fuse: fix attr version comparison in fuse_read_update_size()Miklos Szeredi1-1/+1
2021-10-28fuse: always invalidate attributes after writesMiklos Szeredi1-14/+12
2021-10-28fuse: rename fuse_write_update_size()Miklos Szeredi1-6/+6
2021-10-28fuse: don't bump attr_version in cached writeMiklos Szeredi1-2/+5
2021-10-28fuse: selective attribute invalidationMiklos Szeredi1-8/+8
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-1/+1
2021-10-22fuse: simplify __fuse_write_file_get()Miklos Szeredi1-5/+4
2021-10-22fuse: delete redundant codePeng Hao1-1/+0
2021-10-22fuse: write inode in fuse_vma_close() instead of fuse_release()Miklos Szeredi1-9/+6
2021-10-22fuse: make sure reclaim doesn't write the inodeMiklos Szeredi1-0/+15
2021-10-18iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher1-1/+1
2021-09-07Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-12/+33
2021-09-06fuse: remove unused arg in fuse_write_file_get()Miklos Szeredi1-9/+6
2021-09-06fuse: wait for writepages in syncfsMiklos Szeredi1-0/+21
2021-08-31fuse: flush extending writesMiklos Szeredi1-1/+1
2021-08-17fuse: truncate pagecache on atomic_o_truncMiklos Szeredi1-2/+5
2021-07-13fuse: Convert to using invalidate_lockJan Kara1-5/+5
2021-07-06Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-6/+8
2021-06-22virtiofs: Fix spelling mistakesZheng Yongjun1-1/+1
2021-06-22fuse: use DIV_ROUND_UP helper macro for calculationsWu Bo1-1/+1
2021-06-22fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)Richard W.M. Jones1-4/+6
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variantAl Viro1-2/+1
2021-06-03fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()Al Viro1-1/+0
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds1-27/+44
2021-04-14fuse: invalidate attrs when page writeback completesVivek Goyal1-0/+9
2021-04-14fuse: don't zero pages twiceMiklos Szeredi1-15/+6
2021-04-14fuse: fix write deadlockVivek Goyal1-12/+29