summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
2021-09-07Merge tag 'fuse-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-09-06fuse: remove unused arg in fuse_write_file_get()Miklos Szeredi
2021-09-06fuse: wait for writepages in syncfsMiklos Szeredi
2021-08-31fuse: flush extending writesMiklos Szeredi
2021-08-17fuse: truncate pagecache on atomic_o_truncMiklos Szeredi
2021-07-13fuse: Convert to using invalidate_lockJan Kara
2021-07-06Merge tag 'fuse-update-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-22virtiofs: Fix spelling mistakesZheng Yongjun
2021-06-22fuse: use DIV_ROUND_UP helper macro for calculationsWu Bo
2021-06-22fuse: allow fallocate(FALLOC_FL_ZERO_RANGE)Richard W.M. Jones
2021-06-10iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing va...Al Viro
2021-06-03fuse_fill_write_pages(): don't bother with iov_iter_single_seg_count()Al Viro
2021-04-30Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-14fuse: invalidate attrs when page writeback completesVivek Goyal
2021-04-14fuse: don't zero pages twiceMiklos Szeredi
2021-04-14fuse: fix write deadlockVivek Goyal
2021-04-12fuse: add internal open/release helpersMiklos Szeredi
2021-04-12fuse: unsigned open flagsMiklos Szeredi
2021-04-12fuse: move ioctl to separate source fileMiklos Szeredi
2020-12-10fuse: fix bad inodeMiklos Szeredi
2020-11-11fuse: add a flag FUSE_OPEN_KILL_SUIDGID for open() requestVivek Goyal
2020-11-11fuse: don't send ATTR_MODE to kill suid/sgid for handle_killpriv_v2Vivek Goyal
2020-11-11fuse: set FUSE_WRITE_KILL_SUIDGID in cached write pathVivek Goyal
2020-11-11fuse: rename FUSE_WRITE_KILL_PRIV to FUSE_WRITE_KILL_SUIDGIDMiklos Szeredi
2020-11-11fuse: launder page should wait for page writebackMiklos Szeredi
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-09-18fuse: split fuse_mount off of fuse_connMax Reitz
2020-09-17fuse: fix the ->direct_IO() treatment of iov_iterAl Viro
2020-09-10virtiofs: serialize truncate/punch_hole and dax fault pathVivek Goyal
2020-09-10virtiofs: add DAX mmap supportStefan Hajnoczi
2020-09-10virtiofs: implement dax read/write operationsVivek Goyal
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-15fuse: Fix parameter for FS_IOC_{GET,SET}FLAGSChirantan Ekbote
2020-07-14fuse: don't ignore errors from fuse_writepages_fill()Vasily Averin
2020-07-14fuse: clean up condition for writepage sendingMiklos Szeredi
2020-07-14fuse: fix warning in tree_insert() and clean up writepage insertionMiklos Szeredi
2020-07-14fuse: move rb_erase() before tree_insert()Miklos Szeredi
2020-06-09Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-02fuse: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-05-20fuse: copy_file_range should truncate cacheMiklos Szeredi
2020-05-20fuse: fix copy_file_range cache issuesMiklos Szeredi
2020-05-19fuse: optimize writepages searchMaxim Patlasov
2020-05-19fuse: always flush dirty data on close(2)Miklos Szeredi
2020-05-19fuse: invalidate inode attr in writeback cache modeEryu Guan
2020-04-20virtiofs: schedule blocking async replies in separate workerVivek Goyal
2020-02-06fuse: use true,false for bool variablezhengbin
2020-02-06fuse: don't overflow LLONG_MAX with end offsetMiklos Szeredi
2020-02-06fix up iter on short count in fuse_direct_io()Miklos Szeredi
2020-01-16fuse: fix fuse_send_readpages() in the syncronous read caseMiklos Szeredi