summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-05-272-4/+6
|\
| * dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2022-05-162-4/+6
* | fuse: Convert fuse to read_folioMatthew Wilcox (Oracle)2022-05-092-7/+8
* | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-2/+1
* | fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+2
|/
* fs: Remove ->readpages address space operationMatthew Wilcox (Oracle)2022-04-011-1/+1
* Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-1/+1
|\
| * x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada2022-03-151-1/+1
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-223-11/+10
|\ \
| * | fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
| * | fs: Convert trivial uses of __set_page_dirty_nobuffers to filemap_dirty_folioMatthew Wilcox (Oracle)2022-03-151-1/+1
| * | fuse: Convert from launder_page to launder_folioMatthew Wilcox (Oracle)2022-03-152-8/+8
| * | fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+0
* | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \ \
| * | | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
| |/ /
* | | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
* | | fuse: remove reliance on bdi congestionNeilBrown2022-03-223-25/+17
| |/ |/|
* | fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi2022-03-073-1/+13
* | fuse: move FUSE_SUPER_MAGIC definition to magic.hJeff Layton2022-02-211-2/+1
* | fuse: fix fileattr op failureMiklos Szeredi2022-02-181-3/+6
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-2/+2
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-2/+2
* | Merge tag 'libnvdimm-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-122-18/+2
|\ \
| * | dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-181-16/+0
| * | dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-181-1/+1
| * | dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-041-1/+1
| * | dax: remove CONFIG_DAX_DRIVERChristoph Hellwig2021-12-041-1/+1
* | | fuse: mark inode DONT_CACHE when per inode DAX hint changesJeffle Xu2021-12-143-0/+13
* | | fuse: negotiate per inode DAX in FUSE_INITJeffle Xu2021-12-143-5/+13
* | | fuse: enable per inode DAXJeffle Xu2021-12-144-9/+13
* | | fuse: make DAX mount option a tri-stateJeffle Xu2021-12-144-9/+52
* | | fuse: add fuse_should_enable_dax() helperJeffle Xu2021-12-141-1/+9
* | | fuse: Pass correct lend value to filemap_write_and_wait_range()Xie Yongji2021-12-071-1/+1
* | | fuse: send security context of inode on fileVivek Goyal2021-11-253-1/+98
* | | fuse: extend init flagsMiklos Szeredi2021-11-251-27/+33
| |/ |/|
* | fuse: release pipe buf after last useMiklos Szeredi2021-11-251-5/+5
|/
* Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-0910-150/+197
|\
| * fuse: fix page stealingMiklos Szeredi2021-11-021-2/+12
| * virtiofs: use strscpy for copying the queue nameMiklos Szeredi2021-11-021-1/+1
| * fuse: add FOPEN_NOFLUSHAmir Goldstein2021-10-281-0/+3
| * fuse: only update necessary attributesMiklos Szeredi2021-10-284-10/+9
| * fuse: take cache_mask into account in getattrMiklos Szeredi2021-10-281-1/+3
| * fuse: add cache_maskMiklos Szeredi2021-10-283-9/+29
| * fuse: move reverting attributes to fuse_change_attributes()Miklos Szeredi2021-10-282-9/+13
| * fuse: simplify local variables holding writeback cache stateMiklos Szeredi2021-10-282-6/+6
| * fuse: cleanup code conditional on fc->writeback_cacheMiklos Szeredi2021-10-281-13/+4
| * fuse: fix attr version comparison in fuse_read_update_size()Miklos Szeredi2021-10-281-1/+1
| * fuse: always invalidate attributes after writesMiklos Szeredi2021-10-284-20/+15
| * fuse: rename fuse_write_update_size()Miklos Szeredi2021-10-284-9/+9
| * fuse: don't bump attr_version in cached writeMiklos Szeredi2021-10-281-2/+5