aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-28fuse: add file_modified() to fallocateMiklos Szeredi1-0/+4
2022-10-20fuse: fix readdir cache raceMiklos Szeredi1-1/+9
2022-10-10Merge tag 'pull-tmpfile' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+24
2022-09-26mm: multi-gen LRU: groundworkYu Zhao1-1/+2
2022-09-24fuse: implement ->tmpfile()Miklos Szeredi2-3/+24
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-7/+5
2022-08-08iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2-4/+2
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro2-3/+3
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds7-26/+75
2022-07-27fuse: retire block-device-based superblock on force unmountDaniil Lunev1-2/+8
2022-07-26virtio_fs: Modify format for virtio_fs_direct_accessDeming Wang1-1/+1
2022-07-21virtiofs: delete unused parameter for virtio_fs_cleanup_vqsDeming Wang1-4/+3
2022-07-21fuse: Add module param for CAP_SYS_ADMIN access bypassing allow_otherDave Marchevsky1-0/+9
2022-07-21fuse: Remove the control interface for virtio-fsXie Yongji1-2/+2
2022-07-21fuse: ioctl: translate ENOSYSMiklos Szeredi1-2/+13
2022-07-21fuse: limit nsecMiklos Szeredi1-0/+6
2022-07-21fuse: avoid unnecessary spinlock bumpJeffle Xu1-1/+1
2022-07-21fuse: fix deadlock between atomic O_TRUNC and page invalidationMiklos Szeredi2-14/+23
2022-07-21fuse: write inode in fuse_release()Miklos Szeredi1-0/+9
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro1-1/+1
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-4/+6
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2-4/+6
2022-05-09fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)2-7/+8
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-2/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-2/+2
2022-04-01fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)1-1/+1
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-11/+10
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-0/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-22fuse: remove reliance on bdi congestionNeilBrown3-25/+17
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fuse: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)2-8/+8
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)1-1/+0
2022-03-15x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada1-1/+1
2022-03-07fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi3-1/+13
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-02-21fuse: move FUSE_SUPER_MAGIC definition to magic.hJeff Layton1-2/+1
2022-02-18fuse: fix fileattr op failureMiklos Szeredi1-3/+6
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-2/+2
2022-01-12Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-18/+2
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig1-16/+0
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig1-1/+1
2021-12-14fuse: mark inode DONT_CACHE when per inode DAX hint changesJeffle Xu3-0/+13
2021-12-14fuse: negotiate per inode DAX in FUSE_INITJeffle Xu3-5/+13
2021-12-14fuse: enable per inode DAXJeffle Xu4-9/+13
2021-12-14fuse: make DAX mount option a tri-stateJeffle Xu4-9/+52
2021-12-14fuse: add fuse_should_enable_dax() helperJeffle Xu1-1/+9