FUSE: Filesystem in Userspace
Copyright (C) 2010 Miklos Szeredi <miklos@szeredi.hu>
+ Functions for dealing with `struct fuse_buf` and `struct
+ fuse_bufvec`.
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB
*/
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
+ Implementation of the high-level FUSE API on top of the low-level
+ API.
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB
*/
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
+ Implementation of the single-threaded FUSE session loop.
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB
*/
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
+ Implementation of the multi-threaded FUSE session loop.
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB.
*/
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
+ Implementation of (most of) the low-level FUSE API. The session loop
+ functions are implemented in separate files.
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB
*/
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
+ Implementation of option parsing routines (dealing with `struct
+ fuse_args`).
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB
*/
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
+ Utility functions for setting signal handlers.
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB
*/
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
+ Architecture specific file system mounting (Linux).
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB.
*/
FUSE: Filesystem in Userspace
Copyright (C) 2005-2008 Csaba Henk <csaba.henk@creo.hu>
+ Architecture specific file system mounting (FreeBSD).
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB.
*/
FUSE: Filesystem in Userspace
Copyright (C) 2001-2007 Miklos Szeredi <miklos@szeredi.hu>
+ Architecture-independent mounting code.
+
This program can be distributed under the terms of the GNU LGPLv2.
See the file COPYING.LIB.
*/