[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1326474399-27278-1-git-send-email-miklos@szeredi.hu>
Date: Fri, 13 Jan 2012 18:06:37 +0100
From: Miklos Szeredi <miklos@...redi.hu>
To: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: alsa-devel@...a-project.org, htejun@...il.com,
david.henningsson@...onical.com, smcnam@...il.com,
gmane@...in.guthr.ie, jamescaldwell1@...il.com,
s.maddox@...tizia.me.uk, mszeredi@...e.cz
Subject: [PATCH 0/2] cuse: implement mmap/munmap
These patches implement mmap support for CUSE (character device in userspace).
The immediate application for this is to get old games requiring OSS/mmap
support to work with OSS Proxy, written by Tejun. So firstly this is a call for
testers; please try this out and report any problems.
Three pieces are needed:
kernel:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-next
fuse:
git://fuse.git.sourceforge.net/gitroot/fuse/fuse master
osspd:
git://fuse.git.sourceforge.net/gitroot/fuse/osspd master
Comments about the interface and implementation in general (not related to OSS
proxy) are very welcome as well.
Thanks,
Miklos
---
Miklos Szeredi (1):
fuse: create fuse_conn_operations
Tejun Heo (1):
cuse: implement memory mapping
---
fs/fuse/cuse.c | 426 +++++++++++++++++++++++++++++++++++++++++++++++++-
fs/fuse/dev.c | 155 ++-----------------
fs/fuse/fuse_i.h | 35 ++++-
fs/fuse/inode.c | 167 +++++++++++++++++++-
include/linux/fuse.h | 25 +++
5 files changed, 656 insertions(+), 152 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists