summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAPAmir Goldstein2024-02-231-12/+29
* fuse: introduce inode io modesAmir Goldstein2024-02-231-0/+15
* fuse: prepare for failing open responseAmir Goldstein2024-02-231-5/+10
* fuse: break up fuse_open_common()Amir Goldstein2024-02-231-7/+2
* fuse: allocate ff->release_args only if release is neededAmir Goldstein2024-02-231-30/+39
* fuse: factor out helper fuse_truncate_update_attr()Amir Goldstein2024-02-231-17/+21
* fuse: add fuse_dio_lock/unlock helper functionsBernd Schubert2024-02-231-27/+34
* fuse: create helper function if DIO write needs exclusive lockBernd Schubert2024-02-231-18/+45
* fuse: fix VM_MAYSHARE and direct_io_allow_mmapBernd Schubert2024-02-231-2/+6
* 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: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAPTyler Fanelli2023-12-041-3/+3
|/
* 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-161-2/+5
* fuse: invalidate page cache pages before direct writeHao Xu2023-08-161-1/+11
* Revert "fuse: in fuse_flush only wait if someone wants the return code"Miklos Szeredi2023-08-141-63/+26
* 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
|/
* 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-271-27/+64
|\
| * fuse: fix all W=1 kernel-doc warningsRandy Dunlap2023-01-261-1/+1
| * fuse: in fuse_flush only wait if someone wants the return codeEric W. Biederman2023-01-261-26/+63
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-9/+9
|\ \
| * | fs: convert writepage_t callback to pass a folioMatthew Wilcox (Oracle)2023-02-021-9/+9
| |/
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-02-201-1/+2
|\ \
| * | fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-1/+2
| |/
* / filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-3/+40
|\
| * fuse: allow non-extending parallel direct writes on the same fileDharmendra Singh2022-11-231-3/+40
* | Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-1/+1
|\ \ | |/ |/|
| * attr: use consistent sgid stripping checksChristian Brauner2022-10-181-1/+1
* | fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi2022-11-231-21/+16
* | fuse: add file_modified() to fallocateMiklos Szeredi2022-10-281-0/+4
|/
* Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-081-3/+2
|\
| * iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-2/+1
| * new iov_iter flavour - ITER_UBUFAl Viro2022-08-081-1/+1
* | Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-081-13/+26
|\ \ | |/ |/|
| * fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi2022-07-211-13/+17
| * fuse: write inode in fuse_release()Miklos Szeredi2022-07-211-0/+9
* | iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro2022-06-101-1/+1
|/
* fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)2022-05-091-2/+3
* fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-2/+1
* fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+2
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-8/+8
|\
| * fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+1