summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: fix wrong ff->iomode state changes from parallel dio writeAmir Goldstein2024-04-151-5/+7
* Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-151-179/+278
|\
| * fuse: get rid of ff->readdir.lockMiklos Szeredi2024-03-061-2/+0
| * fuse: Fix missing FOLL_PIN for direct-ioLei Huang2024-03-061-5/+10
| * fuse: remove an unnecessary if statementJiachen Zhang2024-03-061-4/+0
| * fuse: Track process write operations in both direct and writethrough modesZhou Jifeng2024-03-061-2/+6
| * fuse: Convert fuse_writepage_locked to take a folioMatthew Wilcox (Oracle)2024-03-051-15/+15
| * fuse: Remove fuse_writepageMatthew Wilcox (Oracle)2024-03-051-29/+1
| * fuse: implement passthrough for mmapAmir Goldstein2024-03-051-3/+10
| * fuse: implement splice read/write passthroughAmir Goldstein2024-03-051-2/+27
| * fuse: implement read/write passthroughAmir Goldstein2024-03-051-6/+12
| * fuse: implement open in passthrough modeAmir Goldstein2024-03-051-1/+8
| * fuse: prepare for opening file in passthrough modeAmir Goldstein2024-03-051-19/+15
| * 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
* | fuse: adapt to breakup of struct file_lockJeff Layton2024-02-051-8/+7
* | filelock: split common fields into struct file_lock_coreJeff Layton2024-02-051-0/+1
|/
* 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
|\ \ | |/ |/|