• Linus Torvalds's avatar
    Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse · d15fee81
    Linus Torvalds authored
    Pull fuse update from Miklos Szeredi:
     "This series adds cached writeback support to fuse, improving write
      throughput"
    
    * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:
      fuse: fix "uninitialized variable" warning
      fuse: Turn writeback cache on
      fuse: Fix O_DIRECT operations vs cached writeback misorder
      fuse: fuse_flush() should wait on writeback
      fuse: Implement write_begin/write_end callbacks
      fuse: restructure fuse_readpage()
      fuse: Flush files on wb close
      fuse: Trust kernel i_mtime only
      fuse: Trust kernel i_size only
      fuse: Connection bit for enabling writeback
      fuse: Prepare to handle short reads
      fuse: Linking file to inode helper
    d15fee81
inode.c 30.4 KB