mirror of
https://github.com/libfuse/libfuse.git
synced 2026-07-07 14:47:41 +08:00
change email address
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FUSE core
|
||||
---------
|
||||
|
||||
Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
|
||||
Python bindings
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
2004-07-06 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-07-06 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Make RELEASE method synchronous. This fixes an abort in libfuse
|
||||
if FORGET was received earlier than the last RELEASE (bug found
|
||||
@@ -9,12 +9,12 @@
|
||||
|
||||
* Minor fix in read: print debug info even if read size is zero
|
||||
|
||||
2004-07-04 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-07-04 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Fix race between truncate and writepage (fsx-linux now runs
|
||||
without error)
|
||||
|
||||
2004-07-02 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-07-02 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Fix kernel hang on mkfifo under 2.4 kernels (spotted and patch
|
||||
by Mattias Wadman)
|
||||
@@ -28,11 +28,11 @@
|
||||
(bug found by Valient Gough with the fsx-linux utility)
|
||||
|
||||
|
||||
2004-06-22 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-06-22 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Released 1.2
|
||||
|
||||
2004-06-22 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-06-22 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Add FS_BINARY_MOUNTDATA filesystem flag for kernels that define
|
||||
it. This fixes mount problems on recent 2.6 kernels with SELinux
|
||||
@@ -40,28 +40,28 @@
|
||||
|
||||
* Merge bugfixes from main branch (see below)
|
||||
|
||||
2004-04-09 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-04-09 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Check some limits so userspace won't get too big requests
|
||||
|
||||
2004-04-05 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-04-05 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Kill compile warning
|
||||
|
||||
2004-03-02 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-03-02 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Fix for uClinux (Christian Magnusson)
|
||||
|
||||
2004-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-02-12 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Remove MS_PERMISSION mount flag (that means something else now)
|
||||
|
||||
2004-02-10 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-02-10 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Added check for i_size_read/write functions to configure.in
|
||||
(patch by Valient Gough)
|
||||
|
||||
2004-02-06 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-02-06 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Fixed writing >= 2G files
|
||||
|
||||
@@ -73,15 +73,15 @@
|
||||
|
||||
* Make loopback mount of a fuse file work
|
||||
|
||||
2004-02-04 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-02-04 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Released 1.1
|
||||
|
||||
2004-01-29 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-01-29 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Properly check if the inode exists in fuse_invalidate
|
||||
|
||||
2004-01-27 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-01-27 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Added -q option for fusermount
|
||||
|
||||
@@ -91,21 +91,21 @@
|
||||
|
||||
* Fix i_nlink correctness after rmdir/unlink
|
||||
|
||||
2004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-01-26 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Released 1.1-pre2
|
||||
|
||||
2004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-01-26 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Fix typo (thanks Marcos Dione)
|
||||
|
||||
* Compile fixes for 2.4 kernels
|
||||
|
||||
2004-01-23 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-01-23 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Fix CONFIG_MODVERSIONS compile on 2.6
|
||||
|
||||
2004-01-22 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-01-22 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Write all pending data before a RELEASE operation
|
||||
|
||||
@@ -119,11 +119,11 @@
|
||||
|
||||
* fuse_main() can accept fusermount arguments after a '--'
|
||||
|
||||
2004-01-19 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-01-19 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Support for exporting filesystem over NFS (see README.NFS)
|
||||
|
||||
2004-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-01-14 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Support non-blocking writepage on 2.6. This makes FUSE behave
|
||||
much more nicely in low-memory situations
|
||||
@@ -131,25 +131,25 @@
|
||||
* Fix 32-bit dev handling in getattr and mknod for 2.6 kernels.
|
||||
(Note: the mknod method does not yet use 32bit device number)
|
||||
|
||||
2004-01-13 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-01-13 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Code cleanups
|
||||
|
||||
2004-01-07 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-01-07 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Released 1.1-pre1
|
||||
|
||||
2004-01-06 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-01-06 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Integrated 2.6 kernel support patch by Michael Grigoriev
|
||||
|
||||
* Improvements and cleanups for 2.6 kernels
|
||||
|
||||
2004-01-05 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2004-01-05 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Added -d option to fusermount
|
||||
|
||||
2003-12-15 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-12-15 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Added major+minor version to library API, and minor version to
|
||||
kernel API
|
||||
@@ -161,7 +161,7 @@
|
||||
* Implemented 'fsync' and 'statfs' methods in python
|
||||
interface
|
||||
|
||||
2003-12-12 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-12-12 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Make it compile on 2.4.19.
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
* Added distutils support to the python module, as per standard
|
||||
python development practice
|
||||
|
||||
2003-12-11 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-12-11 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Add file locking for mount/unmount (based on patch by Valient
|
||||
Gough)
|
||||
@@ -199,25 +199,25 @@
|
||||
also, mount arguments get passed to your filesystem
|
||||
|
||||
|
||||
2003-11-04 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-11-04 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Fix kernel version detection (again). Bugreport by Peter Levart
|
||||
|
||||
2003-11-03 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-11-03 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Applied read combining patch by Michael Grigoriev (tested by
|
||||
Valient Gough and Vincent Wagelaar)
|
||||
|
||||
2003-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-10-22 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Mtab handling fix in fusermount by "Valient Gough" (SF patch
|
||||
#766443)
|
||||
|
||||
2003-10-13 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-10-13 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Error code fixes in kernel module
|
||||
|
||||
2003-10-04 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-10-04 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* kernel version detection fix
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
* fusermount can use modprobe with module-init-tools
|
||||
|
||||
2003-09-08 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-09-08 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Integrated caching patch by Michael Grigoriev
|
||||
|
||||
@@ -235,64 +235,64 @@
|
||||
* Added patch by Michael Grigoriev to allow compliation of FUSE
|
||||
kernel module for 2.6 kernels
|
||||
|
||||
2003-06-02 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-06-02 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* And another spec-file fix by Achim Settelmeier
|
||||
|
||||
2003-05-26 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-05-26 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Spec-file fix by Achim Settelmeier
|
||||
|
||||
2003-03-10 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-03-10 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Fix umount oops (found by Samuli Kärkkäinen)
|
||||
|
||||
2003-03-05 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-03-05 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
|
||||
|
||||
2003-03-04 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-03-04 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Updated fuse.spec file (Achim Settelmeier)
|
||||
|
||||
2003-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-02-19 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Version 1.0 released
|
||||
|
||||
2003-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2003-02-12 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* SuSE compilation fix by Juan-Mariano de Goyeneche
|
||||
|
||||
2002-12-10 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2002-12-10 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* The release() VFS call is now exported to the FUSE interface
|
||||
|
||||
2002-12-05 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2002-12-05 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* 64 bit file offset fixes in the fuse kernel module
|
||||
|
||||
* Added function 'fuse_exit()' which can be used to exit the main
|
||||
loop
|
||||
|
||||
2002-12-03 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2002-12-03 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Added _FILE_OFFSET_BITS=64 define to fuse.h. Note, that this is
|
||||
an incompatible interface change.
|
||||
|
||||
2002-10-28 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2002-10-28 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Portablility fix (bug reported by C. Chris Erway)
|
||||
|
||||
2002-10-25 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2002-10-25 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Use Mark Glines' fd passing method for default operation instead
|
||||
of old reexec
|
||||
|
||||
2002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2002-10-22 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* fix "Stale NFS file handle" bug caused by changes in 2.4.19
|
||||
|
||||
2002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2002-10-22 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* fix incompatiblity with Red Hat kernels, with help from Nathan
|
||||
Thompson-Amato.
|
||||
@@ -309,24 +309,24 @@
|
||||
* use struct fuse_statfs everywhere possible to avoid problems
|
||||
with the headerfiles changing struct statfs member sizes
|
||||
|
||||
2002-03-01 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2002-03-01 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Another RPM spec file for RedHat >= 7 by Ian Pilcher
|
||||
|
||||
2002-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2002-01-14 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* RPM support by Achim Settelmeier
|
||||
|
||||
2002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2002-01-09 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Version 0.95 released
|
||||
|
||||
2002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2002-01-09 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Revaidate all path components not just the last, this means a
|
||||
very small performance penalty for being more up-to-date.
|
||||
|
||||
2002-01-08 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2002-01-08 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Update and fix python interface
|
||||
|
||||
@@ -334,13 +334,13 @@
|
||||
|
||||
* Added statfs() support to kernel, lib, examples, and perl!
|
||||
|
||||
2001-12-26 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2001-12-26 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Better cross compilation support
|
||||
|
||||
* Ported to Compaq IPAQ
|
||||
|
||||
2001-12-20 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2001-12-20 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Added function fuse_get_context() to library API (inspired by
|
||||
patch from Matt Ryan)
|
||||
@@ -350,37 +350,37 @@
|
||||
|
||||
* Integrated fuse_set_operations() into fuse_new()
|
||||
|
||||
2001-12-08 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2001-12-08 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Applied header protection + extern "C" patch by Roland
|
||||
Bauerschmidt
|
||||
|
||||
2001-12-02 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2001-12-02 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Added perl bindings by Mark Glines
|
||||
|
||||
2001-11-21 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2001-11-21 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Cleaned up way of mounting simple filesystems.
|
||||
|
||||
* fuse_main() helper function added
|
||||
|
||||
2001-11-18 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2001-11-18 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Optimized read/write operations, so that minimal copying of data
|
||||
is done
|
||||
|
||||
2001-11-14 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2001-11-14 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Python bindings by Jeff Epler added
|
||||
|
||||
2001-11-13 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2001-11-13 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Fixed vfsmount reference leak in fuse_follow_link
|
||||
|
||||
* FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
|
||||
userspace is ignored
|
||||
|
||||
2001-11-09 Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
2001-11-09 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
* Started ChangeLog
|
||||
|
||||
Vendored
+1
-1
@@ -3,7 +3,7 @@ Fri, 5 Apr 2002 16:56:10 +0200.
|
||||
|
||||
It was downloaded from http://sourceforge.net/projects/avf/
|
||||
|
||||
Upstream Author: Miklos Szeredi <mszeredi@inf.bme.hu>
|
||||
Upstream Author: Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
FUSE is licensed under the terms of the GPL. On Debian systems, the full
|
||||
text can be found in /usr/share/common-licenses/GPL.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU GPL.
|
||||
See the file COPYING.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU GPL.
|
||||
See the file COPYING.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU GPL.
|
||||
See the file COPYING.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU LGPL.
|
||||
See the file COPYING.LIB.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU GPL.
|
||||
See the file COPYING.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU GPL.
|
||||
See the file COPYING.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU GPL.
|
||||
See the file COPYING.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU GPL.
|
||||
See the file COPYING.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU GPL.
|
||||
See the file COPYING.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001 Miklos Szeredi (miklos@szeredi.hu)
|
||||
|
||||
This program can be distributed under the terms of the GNU GPL.
|
||||
See the file COPYING.
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU GPL.
|
||||
See the file COPYING.
|
||||
@@ -11,7 +11,7 @@
|
||||
#include <linux/init.h>
|
||||
#include <linux/slab.h>
|
||||
|
||||
MODULE_AUTHOR("Miklos Szeredi <mszeredi@inf.bme.hu>");
|
||||
MODULE_AUTHOR("Miklos Szeredi <miklos@szeredi.hu>");
|
||||
MODULE_DESCRIPTION("Filesystem in Userspace");
|
||||
#ifdef MODULE_LICENSE
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU LGPL.
|
||||
See the file COPYING.LIB
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU LGPL.
|
||||
See the file COPYING.LIB.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU LGPL.
|
||||
See the file COPYING.LIB.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU LGPL.
|
||||
See the file COPYING.LIB.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU LGPL.
|
||||
See the file COPYING.LIB.
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
FUSE: Filesystem in Userspace
|
||||
Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu)
|
||||
Copyright (C) 2001-2004 Miklos Szeredi <miklos@szeredi.hu>
|
||||
|
||||
This program can be distributed under the terms of the GNU GPL.
|
||||
See the file COPYING.
|
||||
|
||||
Reference in New Issue
Block a user