Age | Commit message (Expand) | Author |
2024-04-15 | fuse: fix wrong ff->iomode state changes from parallel dio write | Amir Goldstein |
2024-03-15 | Merge tag 'fuse-update-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2024-03-06 | fuse: get rid of ff->readdir.lock | Miklos Szeredi |
2024-03-06 | fuse: Fix missing FOLL_PIN for direct-io | Lei Huang |
2024-03-06 | fuse: remove an unnecessary if statement | Jiachen Zhang |
2024-03-06 | fuse: Track process write operations in both direct and writethrough modes | Zhou Jifeng |
2024-03-05 | fuse: Convert fuse_writepage_locked to take a folio | Matthew Wilcox (Oracle) |
2024-03-05 | fuse: Remove fuse_writepage | Matthew Wilcox (Oracle) |
2024-03-05 | fuse: implement passthrough for mmap | Amir Goldstein |
2024-03-05 | fuse: implement splice read/write passthrough | Amir Goldstein |
2024-03-05 | fuse: implement read/write passthrough | Amir Goldstein |
2024-03-05 | fuse: implement open in passthrough mode | Amir Goldstein |
2024-03-05 | fuse: prepare for opening file in passthrough mode | Amir Goldstein |
2024-02-23 | fuse: allow parallel dio writes with FUSE_DIRECT_IO_ALLOW_MMAP | Amir Goldstein |
2024-02-23 | fuse: introduce inode io modes | Amir Goldstein |
2024-02-23 | fuse: prepare for failing open response | Amir Goldstein |
2024-02-23 | fuse: break up fuse_open_common() | Amir Goldstein |
2024-02-23 | fuse: allocate ff->release_args only if release is needed | Amir Goldstein |
2024-02-23 | fuse: factor out helper fuse_truncate_update_attr() | Amir Goldstein |
2024-02-23 | fuse: add fuse_dio_lock/unlock helper functions | Bernd Schubert |
2024-02-23 | fuse: create helper function if DIO write needs exclusive lock | Bernd Schubert |
2024-02-23 | fuse: fix VM_MAYSHARE and direct_io_allow_mmap | Bernd Schubert |
2024-02-05 | fuse: adapt to breakup of struct file_lock | Jeff Layton |
2024-02-05 | filelock: split common fields into struct file_lock_core | Jeff Layton |
2024-01-08 | Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs | Linus Torvalds |
2023-12-12 | fs: use splice_copy_file_range() inline helper | Amir Goldstein |
2023-12-04 | fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAP | Amir Goldstein |
2023-12-04 | fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAP | Tyler Fanelli |
2023-08-16 | fuse: write back dirty pages before direct write in direct_io_relax mode | Hao Xu |
2023-08-16 | fuse: add a new fuse init flag to relax restrictions in no cache mode | Hao Xu |
2023-08-16 | fuse: invalidate page cache pages before direct write | Hao Xu |
2023-08-14 | Revert "fuse: in fuse_flush only wait if someone wants the return code" | Miklos Szeredi |
2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-06-09 | fuse: use direct_write_fallback | Christoph Hellwig |
2023-06-09 | fuse: drop redundant arguments to fuse_perform_write | Christoph Hellwig |
2023-06-09 | fuse: update ki_pos in fuse_perform_write | Christoph Hellwig |
2023-06-09 | backing_dev: remove current->backing_dev_info | Christoph Hellwig |
2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells |
2023-03-30 | iov_iter: add iter_iovec() helper | Jens Axboe |
2023-02-27 | Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-02-02 | fs: convert writepage_t callback to pass a folio | Matthew Wilcox (Oracle) |
2023-01-26 | fuse: fix all W=1 kernel-doc warnings | Randy Dunlap |
2023-01-26 | fuse: in fuse_flush only wait if someone wants the return code | Eric W. Biederman |
2023-01-19 | fs: port privilege checking helpers to mnt_idmap | Christian Brauner |
2023-01-11 | filelock: move file locking definitions to separate header file | Jeff Layton |
2022-12-12 | Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-12-12 | Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-11-23 | fuse: allow non-extending parallel direct writes on the same file | Dharmendra Singh |