summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
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
2019-11-27fuse: fix leak of fuse_io_privMiklos Szeredi
2019-11-12fuse: verify write returnMiklos Szeredi
2019-10-23fuse: redundant get_fuse_inode() calls in fuse_writepages_fill()Vasily Averin
2019-10-23fuse: truncate pending writes on O_TRUNCMiklos Szeredi
2019-09-24fuse: kmemcg account fs dataKhazhismel Kumykov
2019-09-24fuse: fix missing unlock_page in fuse_writepage()Vasily Averin
2019-09-10fuse: simplify request allocationMiklos Szeredi
2019-09-10fuse: convert release to simple apiMiklos Szeredi
2019-09-10fuse: convert writepages to simple apiMiklos Szeredi
2019-09-10fuse: convert readdir to simple apiMiklos Szeredi
2019-09-10fuse: convert readpages to simple apiMiklos Szeredi
2019-09-10fuse: convert direct_io to simple apiMiklos Szeredi
2019-09-10fuse: convert sync write to simple apiMiklos Szeredi
2019-09-10fuse: covert readpage to simple apiMiklos Szeredi
2019-09-10fuse: fuse_short_read(): don't take fuse_req as argumentMiklos Szeredi
2019-09-10fuse: convert ioctl to simple apiMiklos Szeredi
2019-09-10fuse: move page allocMiklos Szeredi
2019-09-10fuse: convert destroy to simple apiMiklos Szeredi
2019-09-10fuse: convert flush to simple apiMiklos Szeredi