[SLE] FUSE -- filesystem in user space.
From: Paul Alfille (palfille_at_earthlink.net)
Date: 01/31/05
- Previous message: Elvis Chen: "[SLE] unable to install ANY Firefox extension: JavaScript error"
- Next in thread: Carlos E. R.: "Re: [SLE] FUSE -- filesystem in user space."
- Reply: Carlos E. R.: "Re: [SLE] FUSE -- filesystem in user space."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: SuSE List <suse-linux-e@suse.com> Date: Sun, 30 Jan 2005 18:12:24 -0500
Can I propose FUSE be included with the standard SUSE distribution?
The FUSE system has gained a lot of momentum. It is a generic filesystem
driver that exports all its calls to the user space. This allows easy
creation of innovative file systems, like database-backed filesystems,
encrypted filesystems, and (mine) the OWFS 1-wire filesystem.
See http://fuse.sourceforge.net
FUSE has been included with the mm series of kernels. Unfortunately, having an
external kernel module means my users have to reinstall FUSE after every
kernel update, which seems to be rather common. Including fuse with the
standard distribution would add no significant complexity or tradeoffs, and
make SuSE a stronger distribution.
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
- Previous message: Elvis Chen: "[SLE] unable to install ANY Firefox extension: JavaScript error"
- Next in thread: Carlos E. R.: "Re: [SLE] FUSE -- filesystem in user space."
- Reply: Carlos E. R.: "Re: [SLE] FUSE -- filesystem in user space."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- [patch 5/8] fuse: support writable mmap
... fuse, which is completely safe against VM related deadlocks. ... Fuse page writeback
design ... which the userspace filesystem will complete a write. ... to complete
a WRITE request. ... (Linux-Kernel) - [patch 3/3] fuse: support writable mmap
... fuse, which is completely safe against VM related deadlocks. ... Fuse page writeback
design ... which the userspace filesystem will complete a write. ... to complete
a WRITE request. ... (Linux-Kernel) - [Full-disclosure] Advisory: FUSE: Filesystem in Userspace - Information Disclosure (version mixup up
... Advisory: FUSE: Filesystem in Userspace - Information Disclosure ...
Vendor-Status: informed, ... (Full-Disclosure) - [PATCH 2/11] FUSE - core
... This patch adds FUSE core. ... +# Makefile for the FUSE filesystem. ...
+struct fuse_inode { ... +static inline u64 get_node_id(struct inode *inode) ...
(Linux-Kernel) - [PATCH 2/11] FUSE - core
... This patch adds FUSE core. ... +# Makefile for the FUSE filesystem. ...
+struct fuse_inode { ... +static inline u64 get_node_id(struct inode *inode) ...
(Linux-Kernel)