summaryrefslogtreecommitdiffstats
path: root/fs/fuse/file.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-06get rid of pointless iov_length() in ->direct_IO()Al Viro1-1/+1
2014-05-06pass iov_iter to ->direct_IO()Al Viro1-5/+5
2014-05-06kill generic_segment_checks()Al Viro1-6/+1
2014-05-06generic_file_direct_write(): switch to iov_iterAl Viro1-4/+2
2014-04-28fuse: allow ctime flushing to userspaceMaxim Patlasov1-1/+1
2014-04-28fuse: add .write_inodeMiklos Szeredi1-13/+31
2014-04-28fuse: clean up fsyncMiklos Szeredi1-8/+3
2014-04-28fuse: fuse: fallocate: use file_update_time()Miklos Szeredi1-6/+2
2014-04-28fuse: update mtime on open(O_TRUNC) in atomic_o_trunc modeMaxim Patlasov1-4/+14
2014-04-28fuse: fix mtime update error in fsyncMiklos Szeredi1-1/+1
2014-04-28fuse: check fallocate modeMiklos Szeredi1-0/+3
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+1
2014-04-07mm: implement ->map_pages for page cacheKirill A. Shutemov1-0/+1
2014-04-02fuse: fix "uninitialized variable" warningRajat Jain1-1/+1
2014-04-02fuse: Turn writeback cache onPavel Emelyanov1-0/+11
2014-04-02fuse: Fix O_DIRECT operations vs cached writeback misorderPavel Emelyanov1-6/+26
2014-04-02fuse: fuse_flush() should wait on writebackMaxim Patlasov1-15/+23
2014-04-02fuse: Implement write_begin/write_end callbacksPavel Emelyanov1-0/+73
2014-04-02fuse: restructure fuse_readpage()Maxim Patlasov1-7/+16
2014-04-02fuse: Flush files on wb closePavel Emelyanov1-0/+6
2014-04-02fuse: Trust kernel i_mtime onlyMaxim Patlasov1-4/+26
2014-04-02fuse: Trust kernel i_size onlyPavel Emelyanov1-2/+19
2014-04-02fuse: Prepare to handle short readsPavel Emelyanov1-8/+13
2014-04-02fuse: Linking file to inode helperPavel Emelyanov1-14/+19
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro1-2/+1
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro1-2/+0
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+3
2014-01-26Fix race when checking i_size on direct i/o readSteven Whitehouse1-0/+3
2014-01-22fuse: support clients that don't implement 'open'Andrew Gallagher1-10/+27
2014-01-22fuse: don't invalidate attrs when not using atimeAndrew Gallagher1-2/+2
2013-11-05fuse: writepages: protect secondary requests from fuse file releaseMaxim Patlasov1-0/+1
2013-11-05fuse: writepages: update bdi writeout when deleting secondary requestMaxim Patlasov1-1/+4
2013-11-05fuse: writepages: crop secondary requestsMaxim Patlasov1-5/+31
2013-11-05fuse: writepages: roll back changes if request not foundMaxim Patlasov1-2/+4
2013-10-01fuse: writepage: skip already in flightMiklos Szeredi1-0/+12
2013-10-01fuse: writepages: handle same page rewritesMiklos Szeredi1-10/+90
2013-10-01fuse: writepages: fix aggregationMiklos Szeredi1-1/+1
2013-10-01fuse: fix race in fuse_writepages()Maxim Patlasov1-1/+16
2013-10-01fuse: Implement writepages callbackPavel Emelyanov1-3/+147
2013-10-01fuse: don't BUG on no write fileMiklos Szeredi1-5/+12
2013-10-01fuse: lock page in mkwriteMiklos Szeredi1-6/+9
2013-10-01fuse: Prepare to handle multiple pages in writebackPavel Emelyanov1-8/+16
2013-10-01fuse: Getting file for writeback helperPavel Emelyanov1-8/+16
2013-09-18fuse: fix fallocate vs. ftruncate raceMaxim Patlasov1-0/+7
2013-09-18fuse: wait for writeback in fuse_file_fallocate()Maxim Patlasov1-6/+10
2013-09-03fuse: hotfix truncate_pagecache() issueMaxim Patlasov1-1/+7
2013-09-03fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov1-1/+2
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2013-06-29fuse: another open-coded file_inode()Al Viro1-2/+1
2013-06-18fuse: hold i_mutex in fuse_file_fallocate()Maxim Patlasov1-4/+8