Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 May 2010 16:16:14 +0000 (09:16 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 30 May 2010 16:16:14 +0000 (09:16 -0700)
commit003386fff3e02e51cea882e60f7d28290113964c
tree253001a9a0fc609b757362708edc2dcaab9e2a14
parent092405cdb66f060918160ae730640b449ed7b827
parent51921cb746f56983db5a373ca68deb2b0d3ddf01
Merge branch 'for-linus' of git://git./linux/kernel/git/mszeredi/fuse

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse:
  mm: export generic_pipe_buf_*() to modules
  fuse: support splice() reading from fuse device
  fuse: allow splice to move pages
  mm: export remove_from_page_cache() to modules
  mm: export lru_cache_add_*() to modules
  fuse: support splice() writing to fuse device
  fuse: get page reference for readpages
  fuse: use get_user_pages_fast()
  fuse: remove unneeded variable
fs/fuse/dev.c
fs/fuse/file.c
fs/fuse/fuse_i.h
fs/pipe.c
mm/filemap.c