summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
2019-12-19fuse: truncate pending writes on O_TRUNCMiklos Szeredi
2019-12-10fuse: fix missing unlock_page in fuse_writepage()Vasily Averin
2019-09-23fuse: fallocate: fix return with locked inodeMiklos Szeredi
2019-09-23fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo
2019-09-23fuse: fix writepages on 32bitMiklos Szeredi
2019-07-09fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-05-02fuse: decrement NR_WRITEBACK_TEMP on the right pageMiklos Szeredi
2019-02-11fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin
2019-02-11fuse: cleanup fuse_file refcountingMiklos Szeredi
2018-12-16fuse: Add missed unlock_page() to fuse_readpages_fill()Kirill Tkhai
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2017-11-11fuse: initialize the flock flag in fuse_file on allocationMateusz Jurczyk
2017-06-05fuse: add missing FR_FORCEMiklos Szeredi
2017-02-23fuse: fix fuse_write_end() if zero bytes were copiedMiklos Szeredi
2017-02-23fuse: Propagate dentry down to inode_change_ok()Jan Kara
2016-11-20fuse: fuse_flush must check mapping->flags for errorsMaxim Patlasov
2016-11-20fuse: fsync() did not return IO errorsAlexey Kuznetsov
2016-05-01fuse: do not use iocb after it may have been freedRobert Doebbelin
2016-01-11fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin
2014-11-03fuse: honour max_read and max_write in direct_io modeMiklos Szeredi
2014-11-03switch iov_iter_get_pages() to passing maximal number of pagesAl Viro
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2014-07-14fuse: replace count*size kzalloc by kcallocFabian Frederick
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedMaxim Patlasov
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-04mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton
2014-05-06bio_vec-backed iov_iterAl Viro
2014-05-06fuse: switch to ->write_iter()Al Viro
2014-05-06fuse_file_aio_read(): convert to ->read_iter()Al Viro
2014-05-06iov_iter_truncate()Al Viro
2014-05-06new helper: iov_iter_npages()Al Viro
2014-05-06fuse: switch to iov_iter_get_pages()Al Viro
2014-05-06fuse: pull iov_iter initializations upAl Viro
2014-05-06start adding the tag to iov_iterAl Viro
2014-05-06fuse_file_aio_write(): merge initializations of iov_iterAl Viro
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro
2014-05-06pass iov_iter to ->direct_IO()Al Viro
2014-05-06kill generic_segment_checks()Al Viro
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro
2014-04-28fuse: allow ctime flushing to userspaceMaxim Patlasov
2014-04-28fuse: add .write_inodeMiklos Szeredi
2014-04-28fuse: clean up fsyncMiklos Szeredi
2014-04-28fuse: fuse: fallocate: use file_update_time()Miklos Szeredi
2014-04-28fuse: update mtime on open(O_TRUNC) in atomic_o_trunc modeMaxim Patlasov
2014-04-28fuse: fix mtime update error in fsyncMiklos Szeredi
2014-04-28fuse: check fallocate modeMiklos Szeredi
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov
2014-04-02fuse: fix "uninitialized variable" warningRajat Jain