summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * fuse: selective attribute invalidationMiklos Szeredi2021-10-284-11/+19
| * fuse: don't increment nlink in link()Miklos Szeredi2021-10-281-19/+11
| * fuse: decrement nlink on overwriting renameMiklos Szeredi2021-10-221-22/+27
| * fuse: simplify __fuse_write_file_get()Miklos Szeredi2021-10-221-5/+4
| * fuse: move fuse_invalidate_attr() into fuse_update_ctime()Miklos Szeredi2021-10-222-13/+6
| * fuse: delete redundant codePeng Hao2021-10-221-1/+0
| * fuse: use kmap_local_page()Peng Hao2021-10-223-8/+8
| * fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi2021-10-221-1/+1
| * fuse: write inode in fuse_vma_close() instead of fuse_release()Miklos Szeredi2021-10-221-9/+6
| * fuse: make sure reclaim doesn't write the inodeMiklos Szeredi2021-10-224-0/+27
* | Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-021-1/+1
|\ \
| * | iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readableAndreas Gruenbacher2021-10-181-1/+1
* | | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \ \ | |_|/ |/| |
| * | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1
| |/
* | fuse: clean up error exits in fuse_fill_super()Miklos Szeredi2021-10-211-6/+2
* | fuse: always initialize sb->s_fs_infoMiklos Szeredi2021-10-211-25/+25
* | fuse: clean up fuse_mount destructionMiklos Szeredi2021-10-212-19/+7
* | fuse: get rid of fuse_put_super()Miklos Szeredi2021-10-213-9/+15
* | fuse: check s_root when destroying sbMiklos Szeredi2021-10-212-2/+2
|/
* Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-076-80/+214
|\
| * fuse: remove unused arg in fuse_write_file_get()Miklos Szeredi2021-09-061-9/+6
| * fuse: wait for writepages in syncfsMiklos Szeredi2021-09-063-0/+100