summaryrefslogtreecommitdiff
path: root/fs/fuse/file.c
AgeCommit message (Expand)Author
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
2013-10-01fuse: Implement writepages callbackPavel Emelyanov
2013-10-01fuse: don't BUG on no write fileMiklos Szeredi
2013-10-01fuse: lock page in mkwriteMiklos Szeredi
2013-10-01fuse: Prepare to handle multiple pages in writebackPavel Emelyanov
2013-10-01fuse: Getting file for writeback helperPavel Emelyanov
2013-09-18fuse: fix fallocate vs. ftruncate raceMaxim Patlasov
2013-09-18fuse: wait for writeback in fuse_file_fallocate()Maxim Patlasov
2013-09-03fuse: hotfix truncate_pagecache() issueMaxim Patlasov
2013-09-03fuse: postpone end_page_writeback() in fuse_writepage_locked()Maxim Patlasov
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-06-29fuse: another open-coded file_inode()Al Viro
2013-06-18fuse: hold i_mutex in fuse_file_fallocate()Maxim Patlasov
2013-06-03fuse: fix alignment in short read optimization for async_dioMaxim Patlasov
2013-06-03fuse: return -EIOCBQUEUED from fuse_direct_IO() for all async requestsBrian Foster
2013-05-20fuse: update inode size and invalidate attributes on fallocateBrian Foster
2013-05-20fuse: truncate pagecache range on hole punchBrian Foster
2013-05-14fuse: allocate for_background dio requests based on io->async stateBrian Foster
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2013-05-01fuse: add flag to turn on async direct IOMiklos Szeredi
2013-04-18fuse: truncate file if async dio failedMaxim Patlasov
2013-04-17fuse: optimize short direct readsMaxim Patlasov