summaryrefslogtreecommitdiffstats
path: root/fs/fuse
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fuse: flush extending writesMiklos Szeredi2021-08-311-1/+1
| * fuse: truncate pagecache on atomic_o_truncMiklos Szeredi2021-08-171-2/+5
| * fuse: allow sharing existing sbMiklos Szeredi2021-08-051-1/+37
| * fuse: move fget() to fuse_get_tree()Miklos Szeredi2021-08-052-23/+22
| * fuse: move option checking into fuse_fill_super()Miklos Szeredi2021-08-041-7/+6
| * fuse: name fs_context consistentlyMiklos Szeredi2021-08-043-41/+41
| * fuse: fix use after free in fuse_read_interrupt()Miklos Szeredi2021-08-041-2/+2
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-2/+5
|\ \
| * | vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-182-2/+5
* | | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-305-44/+35
|\ \ \ | |/ / |/| |
| * | fuse: Convert to using invalidate_lockJan Kara2021-07-135-44/+35
| |/
* | Merge branch 'for-5.14/dax' into libnvdimm-fixesDan Williams2021-08-111-4/+2
|\ \ | |/ |/|
| * fs/fuse: Remove unneeded kaddr parameterIra Weiny2021-07-071-4/+2