Merge branch 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
* 'cuse' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse: CUSE: implement CUSE - Character device in Userspace fuse: export symbols to be used by CUSE fuse: update fuse_conn_init() and separate out fuse_conn_kill() fuse: don't use inode in fuse_file_poll fuse: don't use inode in fuse_do_ioctl() helper fuse: don't use inode in fuse_sync_release() fuse: create fuse_do_open() helper for CUSE fuse: clean up args in fuse_finish_open() and fuse_release_fill() fuse: don't use inode in helpers called by fuse_direct_io() fuse: add members to struct fuse_file fuse: prepare fuse_direct_io() for CUSE fuse: clean up fuse_write_fill() fuse: use struct path in release structure fuse: misc cleanups
No related branches found
No related tags found
Showing
- fs/Kconfig 10 additions, 0 deletionsfs/Kconfig
- fs/fuse/Makefile 1 addition, 0 deletionsfs/fuse/Makefile
- fs/fuse/cuse.c 610 additions, 0 deletionsfs/fuse/cuse.c
- fs/fuse/dev.c 12 additions, 3 deletionsfs/fuse/dev.c
- fs/fuse/dir.c 12 additions, 21 deletionsfs/fuse/dir.c
- fs/fuse/file.c 201 additions, 145 deletionsfs/fuse/file.c
- fs/fuse/fuse_i.h 35 additions, 12 deletionsfs/fuse/fuse_i.h
- fs/fuse/inode.c 68 additions, 50 deletionsfs/fuse/inode.c
- include/linux/fuse.h 31 additions, 0 deletionsinclude/linux/fuse.h
Loading
Please register or sign in to comment