| Commit message (Expand) | Author | Age | Files | Lines |
* | fuse: fix VM_MAYSHARE and direct_io_allow_mmap | Bernd Schubert | 2024-04-03 | 1 | -2/+6 |
* | fuse: disable FOPEN_PARALLEL_DIRECT_WRITES with FUSE_DIRECT_IO_ALLOW_MMAP | Amir Goldstein | 2023-12-04 | 1 | -0/+2 |
* | fuse: Rename DIRECT_IO_RELAX to DIRECT_IO_ALLOW_MMAP | Tyler Fanelli | 2023-12-04 | 1 | -3/+3 |
* | fuse: write back dirty pages before direct write in direct_io_relax mode | Hao Xu | 2023-08-16 | 1 | -0/+7 |
* | fuse: add a new fuse init flag to relax restrictions in no cache mode | Hao Xu | 2023-08-16 | 1 | -2/+5 |
* | fuse: invalidate page cache pages before direct write | Hao Xu | 2023-08-16 | 1 | -1/+11 |
* | Revert "fuse: in fuse_flush only wait if someone wants the return code" | Miklos Szeredi | 2023-08-14 | 1 | -63/+26 |
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-06-28 | 1 | -35/+10 |
|\ |
|
| * | fuse: use direct_write_fallback | Christoph Hellwig | 2023-06-09 | 1 | -22/+2 |
| * | fuse: drop redundant arguments to fuse_perform_write | Christoph Hellwig | 2023-06-09 | 1 | -6/+5 |
| * | fuse: update ki_pos in fuse_perform_write | Christoph Hellwig | 2023-06-09 | 1 | -10/+10 |
| * | backing_dev: remove current->backing_dev_info | Christoph Hellwig | 2023-06-09 | 1 | -4/+0 |
* | | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 2023-05-24 | 1 | -1/+1 |
|/ |
|
* | iov_iter: add iter_iovec() helper | Jens Axboe | 2023-03-30 | 1 | -1/+1 |
* | Merge tag 'fuse-update-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-02-27 | 1 | -27/+64 |
|\ |
|
| * | fuse: fix all W=1 kernel-doc warnings | Randy Dunlap | 2023-01-26 | 1 | -1/+1 |
| * | fuse: in fuse_flush only wait if someone wants the return code | Eric W. Biederman | 2023-01-26 | 1 | -26/+63 |
* | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-23 | 1 | -9/+9 |
|\ \ |
|
| * | | fs: convert writepage_t callback to pass a folio | Matthew Wilcox (Oracle) | 2023-02-02 | 1 | -9/+9 |
| |/ |
|
* | | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2023-02-20 | 1 | -1/+2 |
|\ \ |
|
| * | | fs: port privilege checking helpers to mnt_idmap | Christian Brauner | 2023-01-19 | 1 | -1/+2 |
| |/ |
|
* / | filelock: move file locking definitions to separate header file | Jeff Layton | 2023-01-11 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'fuse-update-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-12-12 | 1 | -3/+40 |
|\ |
|
| * | fuse: allow non-extending parallel direct writes on the same file | Dharmendra Singh | 2022-11-23 | 1 | -3/+40 |
* | | Merge tag 'fs.ovl.setgid.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-12-12 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | attr: use consistent sgid stripping checks | Christian Brauner | 2022-10-18 | 1 | -1/+1 |
* | | fuse: lock inode unconditionally in fuse_fallocate() | Miklos Szeredi | 2022-11-23 | 1 | -21/+16 |
* | | fuse: add file_modified() to fallocate | Miklos Szeredi | 2022-10-28 | 1 | -0/+4 |
|/ |
|
* | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-08-08 | 1 | -3/+2 |
|\ |
|
| * | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() | Al Viro | 2022-08-08 | 1 | -2/+1 |
| * | new iov_iter flavour - ITER_UBUF | Al Viro | 2022-08-08 | 1 | -1/+1 |
* | | Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-08-08 | 1 | -13/+26 |
|\ \
| |/
|/| |
|
| * | fuse: fix deadlock between atomic O_TRUNC and page invalidation | Miklos Szeredi | 2022-07-21 | 1 | -13/+17 |
| * | fuse: write inode in fuse_release() | Miklos Szeredi | 2022-07-21 | 1 | -0/+9 |
* | | iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC | Al Viro | 2022-06-10 | 1 | -1/+1 |
|/ |
|
* | fuse: Convert fuse to read_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 1 | -2/+3 |
* | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -2/+1 |
* | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) | 2022-05-08 | 1 | -2/+2 |
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 1 | -8/+8 |
|\ |
|
| * | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -1/+1 |
| * | fuse: Convert from launder_page to launder_folio | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -7/+7 |
* | | fuse: remove reliance on bdi congestion | NeilBrown | 2022-03-22 | 1 | -0/+17 |
* | | fuse: fix pipe buffer lifetime for direct_io | Miklos Szeredi | 2022-03-07 | 1 | -0/+1 |
|/ |
|
* | fuse: enable per inode DAX | Jeffle Xu | 2021-12-14 | 1 | -2/+2 |
* | fuse: Pass correct lend value to filemap_write_and_wait_range() | Xie Yongji | 2021-12-07 | 1 | -1/+1 |
* | Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-11-09 | 1 | -50/+56 |
|\ |
|
| * | fuse: add FOPEN_NOFLUSH | Amir Goldstein | 2021-10-28 | 1 | -0/+3 |
| * | fuse: only update necessary attributes | Miklos Szeredi | 2021-10-28 | 1 | -4/+5 |
| * | fuse: cleanup code conditional on fc->writeback_cache | Miklos Szeredi | 2021-10-28 | 1 | -13/+4 |
| * | fuse: fix attr version comparison in fuse_read_update_size() | Miklos Szeredi | 2021-10-28 | 1 | -1/+1 |