aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/fuse (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-07fuse: Pass correct lend value to filemap_write_and_wait_range()Xie Yongji1-1/+1
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig1-1/+1
2021-12-04dax: remove CONFIG_DAX_DRIVERChristoph Hellwig1-1/+1
2021-11-25fuse: send security context of inode on fileVivek Goyal3-1/+98
2021-11-25fuse: release pipe buf after last useMiklos Szeredi1-5/+5
2021-11-25fuse: extend init flagsMiklos Szeredi1-27/+33
2021-11-09Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds10-150/+197
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+1
2021-11-02fuse: fix page stealingMiklos Szeredi1-2/+12
2021-11-02virtiofs: use strscpy for copying the queue nameMiklos Szeredi1-1/+1
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-10-28fuse: add FOPEN_NOFLUSHAmir Goldstein1-0/+3
2021-10-28fuse: only update necessary attributesMiklos Szeredi4-10/+9
2021-10-28fuse: take cache_mask into account in getattrMiklos Szeredi1-1/+3
2021-10-28fuse: add cache_maskMiklos Szeredi3-9/+29
2021-10-28fuse: move reverting attributes to fuse_change_attributes()Miklos Szeredi2-9/+13
2021-10-28fuse: simplify local variables holding writeback cache stateMiklos Szeredi2-6/+6
2021-10-28fuse: cleanup code conditional on fc->writeback_cacheMiklos Szeredi1-13/+4
2021-10-28fuse: fix attr version comparison in fuse_read_update_size()Miklos Szeredi1-1/+1
2021-10-28fuse: always invalidate attributes after writesMiklos Szeredi4-20/+15
2021-10-28fuse: rename fuse_write_update_size()Miklos Szeredi4-9/+9
2021-10-28fuse: don't bump attr_version in cached writeMiklos Szeredi1-2/+5
2021-10-28fuse: selective attribute invalidationMiklos Szeredi4-11/+19
2021-10-28fuse: don't increment nlink in link()Miklos Szeredi1-19/+11
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-1/+1