[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1227190983-5820-1-git-send-email-tj@kernel.org>
Date:	Thu, 20 Nov 2008 23:22:58 +0900
From:	Tejun Heo <tj@...nel.org>
To:	linux-kernel@...r.kernel.org, fuse-devel@...ts.sourceforge.net,
	miklos@...redi.hu, akpm@...ux-foundation.org, greg@...ah.com
Subject: [PATCHSET] CUSE: implement CUSE, take #2
This is the second take of implement-CUSE patchset.  Changes from the
last take[L] are...
* hotplug_info stuff (uevent info overriding) dropped
* a lot more comments
* now uses CUSE_MINOR which is 230 and also added module alias for it
This patchset is consisted of the following five patches.
  0001-FUSE-add-fuse_-prefix-to-several-functions.patch
  0002-FUSE-export-symbols-to-be-used-by-CUSE.patch
  0003-FUSE-separate-out-fuse_conn_init-from-new_conn.patch
  0004-FUSE-add-fuse_conn-release.patch
  0005-CUSE-implement-CUSE-Character-device-in-Userspace.patch
0001-0004 prepares FUSE for CUSE addition and 0005 implements CUSE.
Corresponding libfuse changes will be posted separately.
This patchset is on top of...
  master (ee2f6cc7f9ea2542ad46070ed62ba7aa04d08871)
+ [1] poll-allow-f_op_poll-to-sleep-take-2
+ [2] add-cdev_release-and-convert-cdev_alloc-to-use-it
+ [3] extend-FUSE patchset, take #2
and is also available in the following git tree.
 http://git.kernel.org/?p=linux/kernel/git/tj/misc.git;a=shortlog;h=cuse
 git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc.git cuse
and contains the following changes.
 fs/Kconfig                 |   10 
 fs/fuse/Makefile           |    1 
 fs/fuse/cuse.c             |  720 +++++++++++++++++++++++++++++++++++++++++++++
 fs/fuse/dev.c              |   32 +-
 fs/fuse/dir.c              |   34 +-
 fs/fuse/file.c             |   61 ++-
 fs/fuse/fuse_i.h           |   45 ++
 fs/fuse/inode.c            |  145 +++++----
 include/linux/cuse.h       |   47 ++
 include/linux/fuse.h       |    2 
 include/linux/magic.h      |    5 
 include/linux/miscdevice.h |    1 
 12 files changed, 979 insertions(+), 124 deletions(-)
Thanks.
--
tejun
[L] http://thread.gmane.org/gmane.comp.file-systems.fuse.devel/6818
[1] http://lkml.org/lkml/2008/11/20/161
[2] http://article.gmane.org/gmane.linux.kernel/727133
[3] http://lkml.org/lkml/2008/11/20/171
--
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
 
