summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-8/+8
|\
| * 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-151-7/+7
* | fuse: remove reliance on bdi congestionNeilBrown2022-03-221-0/+17
* | fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi2022-03-071-0/+1
|/
* fuse: enable per inode DAXJeffle Xu2021-12-141-2/+2
* fuse: Pass correct lend value to filemap_write_and_wait_range()Xie Yongji2021-12-071-1/+1
* Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-091-50/+56
|\
| * fuse: add FOPEN_NOFLUSHAmir Goldstein2021-10-281-0/+3
| * fuse: only update necessary attributesMiklos Szeredi2021-10-281-4/+5
| * 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-281-14/+12
| * fuse: rename fuse_write_update_size()Miklos Szeredi2021-10-281-6/+6
| * fuse: don't bump attr_version in cached writeMiklos Szeredi2021-10-281-2/+5
| * fuse: selective attribute invalidationMiklos Szeredi2021-10-281-8/+8
| * fuse: simplify __fuse_write_file_get()Miklos Szeredi2021-10-221-5/+4
| * fuse: delete redundant codePeng Hao2021-10-221-1/+0
| * 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-221-0/+15
* | 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
| |/
* / fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1
|/
* Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-071-12/+33
|\
| * fuse: remove unused arg in fuse_write_file_get()Miklos Szeredi2021-09-061-9/+6
| * fuse: wait for writepages in syncfsMiklos Szeredi2021-09-061-0/+21
| * fuse: flush extending writesMiklos Szeredi2021-08-311-1/+1
| * fuse: truncate pagecache on atomic_o_truncMiklos Szeredi2021-08-171-2/+5
* | fuse: Convert to using invalidate_lockJan Kara2021-07-131-5/+5
|/
* Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-061-6/+8
|\
| * virtiofs: Fix spelling mistakesZheng Yongjun2021-06-221-1/+1
| * fuse: use DIV_ROUND_UP helper macro for calculationsWu Bo2021-06-221-1/+1
| * fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)Richard W.M. Jones2021-06-221-4/+6
* | iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro2021-06-101-2/+1
* | fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()Al Viro2021-06-031-1/+0
|/
* Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-301-27/+44
|\
| * fuse: invalidate attrs when page writeback completesVivek Goyal2021-04-141-0/+9
| * fuse: don't zero pages twiceMiklos Szeredi2021-04-141-15/+6
| * fuse: fix write deadlockVivek Goyal2021-04-141-12/+29
* | fuse: add internal open/release helpersMiklos Szeredi2021-04-121-17/+33
* | fuse: unsigned open flagsMiklos Szeredi2021-04-121-2/+3
* | fuse: move ioctl to separate source fileMiklos Szeredi2021-04-121-380/+0
|/
* fuse: fix bad inodeMiklos Szeredi2020-12-101-8/+11
* fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal2020-11-111-0/+6
* fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal2020-11-111-1/+8
* fuse: set FUSE_WRITE_KILL_SUIDGID in cached write pathVivek Goyal2020-11-111-0/+2
* fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGIDMiklos Szeredi2020-11-111-1/+1
* fuse: launder page should wait for page writebackMiklos Szeredi2020-11-111-0/+3