Age | Commit message (Expand) | Author |
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 |
2022-11-23 | fuse: lock inode unconditionally in fuse_fallocate() | Miklos Szeredi |
2022-10-28 | fuse: add file_modified() to fallocate | Miklos Szeredi |
2022-10-18 | attr: use consistent sgid stripping checks | Christian Brauner |
2022-08-08 | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2022-08-08 | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() | Al Viro |
2022-08-08 | new iov_iter flavour - ITER_UBUF | Al Viro |
2022-08-08 | Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-07-21 | fuse: fix deadlock between atomic O_TRUNC and page invalidation | Miklos Szeredi |
2022-07-21 | fuse: write inode in fuse_release() | Miklos Szeredi |
2022-06-10 | iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC | Al Viro |
2022-05-09 | fuse: Convert fuse to read_folio | Matthew Wilcox (Oracle) |
2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) |
2022-05-08 | fs: Remove aop flags parameter from grab_cache_page_write_begin() | Matthew Wilcox (Oracle) |
2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | fuse: remove reliance on bdi congestion | NeilBrown |
2022-03-15 | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folio | Matthew Wilcox (Oracle) |
2022-03-15 | fuse: Convert from launder_page to launder_folio | Matthew Wilcox (Oracle) |
2022-03-07 | fuse: fix pipe buffer lifetime for direct_io | Miklos Szeredi |
2021-12-14 | fuse: enable per inode DAX | Jeffle Xu |
2021-12-07 | fuse: Pass correct lend value to filemap_write_and_wait_range() | Xie Yongji |
2021-11-09 | Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-11-02 | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2021-10-28 | fuse: add FOPEN_NOFLUSH | Amir Goldstein |
2021-10-28 | fuse: only update necessary attributes | Miklos Szeredi |
2021-10-28 | fuse: cleanup code conditional on fc->writeback_cache | Miklos Szeredi |
2021-10-28 | fuse: fix attr version comparison in fuse_read_update_size() | Miklos Szeredi |
2021-10-28 | fuse: always invalidate attributes after writes | Miklos Szeredi |
2021-10-28 | fuse: rename fuse_write_update_size() | Miklos Szeredi |
2021-10-28 | fuse: don't bump attr_version in cached write | Miklos Szeredi |
2021-10-28 | fuse: selective attribute invalidation | Miklos Szeredi |
2021-10-25 | fs: get rid of the res2 iocb->ki_complete argument | Jens Axboe |
2021-10-22 | fuse: simplify __fuse_write_file_get() | Miklos Szeredi |
2021-10-22 | fuse: delete redundant code | Peng Hao |
2021-10-22 | fuse: write inode in fuse_vma_close() instead of fuse_release() | Miklos Szeredi |
2021-10-22 | fuse: make sure reclaim doesn't write the inode | Miklos Szeredi |
2021-10-18 | iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable | Andreas Gruenbacher |
2021-09-07 | Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-09-06 | fuse: remove unused arg in fuse_write_file_get() | Miklos Szeredi |
2021-09-06 | fuse: wait for writepages in syncfs | Miklos Szeredi |
2021-08-31 | fuse: flush extending writes | Miklos Szeredi |
2021-08-17 | fuse: truncate pagecache on atomic_o_trunc | Miklos Szeredi |
2021-07-13 | fuse: Convert to using invalidate_lock | Jan Kara |
2021-07-06 | Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2021-06-22 | virtiofs: Fix spelling mistakes | Zheng Yongjun |
2021-06-22 | fuse: use DIV_ROUND_UP helper macro for calculations | Wu Bo |
2021-06-22 | fuse: allow fallocate(FALLOC_FL_ZERO_RANGE) | Richard W.M. Jones |
2021-06-10 | iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va... | Al Viro |