| Commit message (Expand) | Author | Age | Files | Lines |
* | fuse: add file_modified() to fallocate | Miklos Szeredi | 2022-10-28 | 1 | -0/+4 |
* | fuse: fix readdir cache race | Miklos Szeredi | 2022-10-20 | 1 | -1/+9 |
* | Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2022-10-11 | 2 | -3/+24 |
|\ |
|
| * | fuse: implement ->tmpfile() | Miklos Szeredi | 2022-09-24 | 2 | -3/+24 |
* | | mm: multi-gen LRU: groundwork | Yu Zhao | 2022-09-27 | 1 | -1/+2 |
|/ |
|
* | Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-08-09 | 2 | -7/+5 |
|\ |
|
| * | iov_iter: advancing variants of iov_iter_get_pages{,_alloc}() | Al Viro | 2022-08-09 | 2 | -4/+2 |
| * | new iov_iter flavour - ITER_UBUF | Al Viro | 2022-08-09 | 2 | -3/+3 |
* | | Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-08-08 | 7 | -26/+75 |
|\ \
| |/
|/| |
|
| * | fuse: retire block-device-based superblock on force unmount | Daniil Lunev | 2022-07-27 | 1 | -2/+8 |
| * | virtio_fs: Modify format for virtio_fs_direct_access | Deming Wang | 2022-07-26 | 1 | -1/+1 |
| * | virtiofs: delete unused parameter for virtio_fs_cleanup_vqs | Deming Wang | 2022-07-21 | 1 | -4/+3 |
| * | fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_other | Dave Marchevsky | 2022-07-21 | 1 | -0/+9 |
| * | fuse: Remove the control interface for virtio-fs | Xie Yongji | 2022-07-21 | 1 | -2/+2 |
| * | fuse: ioctl: translate ENOSYS | Miklos Szeredi | 2022-07-21 | 1 | -2/+13 |
| * | fuse: limit nsec | Miklos Szeredi | 2022-07-21 | 1 | -0/+6 |
| * | fuse: avoid unnecessary spinlock bump | Jeffle Xu | 2022-07-21 | 1 | -1/+1 |
| * | fuse: fix deadlock between atomic O_TRUNC and page invalidation | Miklos Szeredi | 2022-07-21 | 2 | -14/+23 |
| * | 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 |
|/ |
|
* | Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-05-28 | 2 | -4/+6 |
|\ |
|
| * | dax: introduce DAX_RECOVERY_WRITE dax access mode | Jane Chu | 2022-05-16 | 2 | -4/+6 |
* | | fuse: Convert fuse to read_folio | Matthew Wilcox (Oracle) | 2022-05-09 | 2 | -7/+8 |
* | | 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 |
|/ |
|
* | fs: Remove ->readpages address space operation | Matthew Wilcox (Oracle) | 2022-04-01 | 1 | -1/+1 |
* | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-03-27 | 1 | -1/+1 |
|\ |
|
| * | x86: Remove toolchain check for X32 ABI capability | Masahiro Yamada | 2022-03-15 | 1 | -1/+1 |
* | | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-23 | 3 | -11/+10 |
|\ \ |
|
| * | | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio | Matthew Wilcox (Oracle) | 2022-03-16 | 1 | -1/+1 |
| * | | 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 | 2 | -8/+8 |
| * | | fs: Remove noop_invalidatepage() | Matthew Wilcox (Oracle) | 2022-03-15 | 1 | -1/+0 |
* | | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-23 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | mm: don't include <linux/memremap.h> in <linux/mm.h> | Christoph Hellwig | 2022-03-03 | 1 | -0/+1 |
| |/ / |
|
* | | | fs: allocate inode by using alloc_inode_sb() | Muchun Song | 2022-03-22 | 1 | -1/+1 |
* | | | fuse: remove reliance on bdi congestion | NeilBrown | 2022-03-22 | 3 | -25/+17 |
| |/
|/| |
|
* | | fuse: fix pipe buffer lifetime for direct_io | Miklos Szeredi | 2022-03-07 | 3 | -1/+13 |
* | | fuse: move FUSE_SUPER_MAGIC definition to magic.h | Jeff Layton | 2022-02-21 | 1 | -2/+1 |
* | | fuse: fix fileattr op failure | Miklos Szeredi | 2022-02-18 | 1 | -3/+6 |
|/ |
|
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2022-01-18 | 1 | -2/+2 |
|\ |
|
| * | virtio: wrap config->reset calls | Michael S. Tsirkin | 2022-01-15 | 1 | -2/+2 |
* | | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-01-13 | 2 | -18/+2 |
|\ \ |
|
| * | | dax: remove the copy_from_iter and copy_to_iter methods | Christoph Hellwig | 2021-12-18 | 1 | -16/+0 |
| * | | dax: remove the DAXDEV_F_SYNC flag | Christoph Hellwig | 2021-12-18 | 1 | -1/+1 |
| * | | dax: simplify the dax_device <-> gendisk association | Christoph Hellwig | 2021-12-04 | 1 | -1/+1 |
| * | | dax: remove CONFIG_DAX_DRIVER | Christoph Hellwig | 2021-12-04 | 1 | -1/+1 |
* | | | fuse: mark inode DONT_CACHE when per inode DAX hint changes | Jeffle Xu | 2021-12-14 | 3 | -0/+13 |
* | | | fuse: negotiate per inode DAX in FUSE_INIT | Jeffle Xu | 2021-12-14 | 3 | -5/+13 |
* | | | fuse: enable per inode DAX | Jeffle Xu | 2021-12-14 | 4 | -9/+13 |