summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
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
2019-09-10fuse: simplify 'nofail' requestMiklos Szeredi
2019-09-10fuse: flatten 'struct fuse_args'Miklos Szeredi
2019-09-02fuse: cleanup fuse_wait_on_page_writebackMaxim Patlasov
2019-06-09fuse: copy_file_range needs to strip setuid bits and update timestampsAmir Goldstein
2019-06-09vfs: allow copy_file_range to copy across devicesAmir Goldstein
2019-06-09vfs: no fallback for ->copy_file_rangeDave Chinner
2019-05-28fuse: extract helper for range writebackMiklos Szeredi
2019-05-28fuse: fix copy_file_range() in the writeback caseMiklos Szeredi
2019-05-27fuse: add FUSE_WRITE_KILL_PRIVMiklos Szeredi
2019-05-27fuse: fallocate: fix return with locked inodeMiklos Szeredi
2019-04-24fuse: Add ioctl flag for x32 compat ioctlIan Abbott
2019-04-24fuse: document fuse_fsync_in.fsync_flagsAlan Somers
2019-04-24fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-04-24fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo
2019-04-24fuse: fix writepages on 32bitMiklos Szeredi