summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
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
2014-04-02fuse: Turn writeback cache onPavel Emelyanov
2014-04-02fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov
2014-04-02fuse: fuse_flush() should wait on writebackMaxim Patlasov
2014-04-02fuse: Implement write_begin/write_end callbacksPavel Emelyanov
2014-04-02fuse: restructure fuse_readpage()Maxim Patlasov
2014-04-02fuse: Flush files on wb closePavel Emelyanov
2014-04-02fuse: Trust kernel i_mtime onlyMaxim Patlasov
2014-04-02fuse: Trust kernel i_size onlyPavel Emelyanov
2014-04-02fuse: Prepare to handle short readsPavel Emelyanov
2014-04-02fuse: Linking file to inode helperPavel Emelyanov
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-26Fix race when checking i_size on direct i/o readSteven Whitehouse
2014-01-22fuse: support clients that don't implement 'open'Andrew Gallagher
2014-01-22fuse: don't invalidate attrs when not using atimeAndrew Gallagher
2013-11-05fuse: writepages: protect secondary requests from fuse file releaseMaxim Patlasov
2013-11-05fuse: writepages: update bdi writeout when deleting secondary requestMaxim Patlasov
2013-11-05fuse: writepages: crop secondary requestsMaxim Patlasov
2013-11-05fuse: writepages: roll back changes if request not foundMaxim Patlasov
2013-10-01fuse: writepage: skip already in flightMiklos Szeredi
2013-10-01fuse: writepages: handle same page rewritesMiklos Szeredi
2013-10-01fuse: writepages: fix aggregationMiklos Szeredi
2013-10-01fuse: fix race in fuse_writepages()Maxim Patlasov