From: Miklos Szeredi Date: Wed, 7 Jul 2004 19:27:46 +0000 (+0000) Subject: change email address X-Git-Tag: fuse_1_3~2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9b53489a21e8c3ab45c43bcb7c62e0ee25898281;p=qemu-gpiodev%2Flibfuse.git change email address --- diff --git a/AUTHORS b/AUTHORS index a81e3c0..978027e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,7 @@ FUSE core --------- -Miklos Szeredi +Miklos Szeredi Python bindings diff --git a/ChangeLog b/ChangeLog index 37ebbdc..0476313 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2004-07-06 Miklos Szeredi +2004-07-06 Miklos Szeredi * 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 +2004-07-04 Miklos Szeredi * Fix race between truncate and writepage (fsx-linux now runs without error) -2004-07-02 Miklos Szeredi +2004-07-02 Miklos Szeredi * 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 +2004-06-22 Miklos Szeredi * Released 1.2 -2004-06-22 Miklos Szeredi +2004-06-22 Miklos Szeredi * 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 +2004-04-09 Miklos Szeredi * Check some limits so userspace won't get too big requests -2004-04-05 Miklos Szeredi +2004-04-05 Miklos Szeredi * Kill compile warning -2004-03-02 Miklos Szeredi +2004-03-02 Miklos Szeredi * Fix for uClinux (Christian Magnusson) -2004-02-12 Miklos Szeredi +2004-02-12 Miklos Szeredi * Remove MS_PERMISSION mount flag (that means something else now) -2004-02-10 Miklos Szeredi +2004-02-10 Miklos Szeredi * Added check for i_size_read/write functions to configure.in (patch by Valient Gough) -2004-02-06 Miklos Szeredi +2004-02-06 Miklos Szeredi * Fixed writing >= 2G files @@ -73,15 +73,15 @@ * Make loopback mount of a fuse file work -2004-02-04 Miklos Szeredi +2004-02-04 Miklos Szeredi * Released 1.1 -2004-01-29 Miklos Szeredi +2004-01-29 Miklos Szeredi * Properly check if the inode exists in fuse_invalidate -2004-01-27 Miklos Szeredi +2004-01-27 Miklos Szeredi * Added -q option for fusermount @@ -91,21 +91,21 @@ * Fix i_nlink correctness after rmdir/unlink -2004-01-26 Miklos Szeredi +2004-01-26 Miklos Szeredi * Released 1.1-pre2 -2004-01-26 Miklos Szeredi +2004-01-26 Miklos Szeredi * Fix typo (thanks Marcos Dione) * Compile fixes for 2.4 kernels -2004-01-23 Miklos Szeredi +2004-01-23 Miklos Szeredi * Fix CONFIG_MODVERSIONS compile on 2.6 -2004-01-22 Miklos Szeredi +2004-01-22 Miklos Szeredi * 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 +2004-01-19 Miklos Szeredi * Support for exporting filesystem over NFS (see README.NFS) -2004-01-14 Miklos Szeredi +2004-01-14 Miklos Szeredi * 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 +2004-01-13 Miklos Szeredi * Code cleanups -2004-01-07 Miklos Szeredi +2004-01-07 Miklos Szeredi * Released 1.1-pre1 -2004-01-06 Miklos Szeredi +2004-01-06 Miklos Szeredi * Integrated 2.6 kernel support patch by Michael Grigoriev * Improvements and cleanups for 2.6 kernels -2004-01-05 Miklos Szeredi +2004-01-05 Miklos Szeredi * Added -d option to fusermount -2003-12-15 Miklos Szeredi +2003-12-15 Miklos Szeredi * 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 +2003-12-12 Miklos Szeredi * 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 +2003-12-11 Miklos Szeredi * 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 +2003-11-04 Miklos Szeredi * Fix kernel version detection (again). Bugreport by Peter Levart -2003-11-03 Miklos Szeredi +2003-11-03 Miklos Szeredi * Applied read combining patch by Michael Grigoriev (tested by Valient Gough and Vincent Wagelaar) -2003-10-22 Miklos Szeredi +2003-10-22 Miklos Szeredi * Mtab handling fix in fusermount by "Valient Gough" (SF patch #766443) -2003-10-13 Miklos Szeredi +2003-10-13 Miklos Szeredi * Error code fixes in kernel module -2003-10-04 Miklos Szeredi +2003-10-04 Miklos Szeredi * kernel version detection fix @@ -225,7 +225,7 @@ * fusermount can use modprobe with module-init-tools -2003-09-08 Miklos Szeredi +2003-09-08 Miklos Szeredi * 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 +2003-06-02 Miklos Szeredi * And another spec-file fix by Achim Settelmeier -2003-05-26 Miklos Szeredi +2003-05-26 Miklos Szeredi * Spec-file fix by Achim Settelmeier -2003-03-10 Miklos Szeredi +2003-03-10 Miklos Szeredi * Fix umount oops (found by Samuli Kärkkäinen) -2003-03-05 Miklos Szeredi +2003-03-05 Miklos Szeredi * Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier -2003-03-04 Miklos Szeredi +2003-03-04 Miklos Szeredi * Updated fuse.spec file (Achim Settelmeier) -2003-02-19 Miklos Szeredi +2003-02-19 Miklos Szeredi * Version 1.0 released -2003-02-12 Miklos Szeredi +2003-02-12 Miklos Szeredi * SuSE compilation fix by Juan-Mariano de Goyeneche -2002-12-10 Miklos Szeredi +2002-12-10 Miklos Szeredi * The release() VFS call is now exported to the FUSE interface -2002-12-05 Miklos Szeredi +2002-12-05 Miklos Szeredi * 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 +2002-12-03 Miklos Szeredi * Added _FILE_OFFSET_BITS=64 define to fuse.h. Note, that this is an incompatible interface change. -2002-10-28 Miklos Szeredi +2002-10-28 Miklos Szeredi * Portablility fix (bug reported by C. Chris Erway) -2002-10-25 Miklos Szeredi +2002-10-25 Miklos Szeredi * Use Mark Glines' fd passing method for default operation instead of old reexec -2002-10-22 Miklos Szeredi +2002-10-22 Miklos Szeredi * fix "Stale NFS file handle" bug caused by changes in 2.4.19 -2002-10-22 Miklos Szeredi +2002-10-22 Miklos Szeredi * 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 +2002-03-01 Miklos Szeredi * Another RPM spec file for RedHat >= 7 by Ian Pilcher -2002-01-14 Miklos Szeredi +2002-01-14 Miklos Szeredi * RPM support by Achim Settelmeier -2002-01-09 Miklos Szeredi +2002-01-09 Miklos Szeredi * Version 0.95 released -2002-01-09 Miklos Szeredi +2002-01-09 Miklos Szeredi * 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 +2002-01-08 Miklos Szeredi * Update and fix python interface @@ -334,13 +334,13 @@ * Added statfs() support to kernel, lib, examples, and perl! -2001-12-26 Miklos Szeredi +2001-12-26 Miklos Szeredi * Better cross compilation support * Ported to Compaq IPAQ -2001-12-20 Miklos Szeredi +2001-12-20 Miklos Szeredi * 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 +2001-12-08 Miklos Szeredi * Applied header protection + extern "C" patch by Roland Bauerschmidt -2001-12-02 Miklos Szeredi +2001-12-02 Miklos Szeredi * Added perl bindings by Mark Glines -2001-11-21 Miklos Szeredi +2001-11-21 Miklos Szeredi * Cleaned up way of mounting simple filesystems. * fuse_main() helper function added -2001-11-18 Miklos Szeredi +2001-11-18 Miklos Szeredi * Optimized read/write operations, so that minimal copying of data is done -2001-11-14 Miklos Szeredi +2001-11-14 Miklos Szeredi * Python bindings by Jeff Epler added -2001-11-13 Miklos Szeredi +2001-11-13 Miklos Szeredi * 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 +2001-11-09 Miklos Szeredi * Started ChangeLog diff --git a/debian/copyright b/debian/copyright index 2fc2d19..0936032 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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 +Upstream Author: Miklos Szeredi FUSE is licensed under the terms of the GPL. On Debian systems, the full text can be found in /usr/share/common-licenses/GPL. diff --git a/example/fusexmp.c b/example/fusexmp.c index 1a96ba5..ab437ae 100644 --- a/example/fusexmp.c +++ b/example/fusexmp.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/example/hello.c b/example/hello.c index 7466b9f..da2a9ee 100644 --- a/example/hello.c +++ b/example/hello.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/example/null.c b/example/null.c index f9ead78..8beb60a 100644 --- a/example/null.c +++ b/example/null.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/include/fuse.h b/include/fuse.h index c2f0be4..b7b7605 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 1af796b..cae213b 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/kernel/dev.c b/kernel/dev.c index f763108..2f778fc 100644 --- a/kernel/dev.c +++ b/kernel/dev.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/kernel/dir.c b/kernel/dir.c index 6306795..e6bf28c 100644 --- a/kernel/dir.c +++ b/kernel/dir.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/kernel/file.c b/kernel/file.c index eaed13e..fdd4d0b 100644 --- a/kernel/file.c +++ b/kernel/file.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h index 0e7d07e..7c67e49 100644 --- a/kernel/fuse_i.h +++ b/kernel/fuse_i.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. diff --git a/kernel/inode.c b/kernel/inode.c index 1dce924..4d2640a 100644 --- a/kernel/inode.c +++ b/kernel/inode.c @@ -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. diff --git a/kernel/util.c b/kernel/util.c index 6764157..cdc9911 100644 --- a/kernel/util.c +++ b/kernel/util.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING. @@ -11,7 +11,7 @@ #include #include -MODULE_AUTHOR("Miklos Szeredi "); +MODULE_AUTHOR("Miklos Szeredi "); MODULE_DESCRIPTION("Filesystem in Userspace"); #ifdef MODULE_LICENSE MODULE_LICENSE("GPL"); diff --git a/lib/fuse.c b/lib/fuse.c index 7ab996b..ed525ca 100644 --- a/lib/fuse.c +++ b/lib/fuse.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB diff --git a/lib/fuse_i.h b/lib/fuse_i.h index 52f1fdc..792c8a9 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. diff --git a/lib/fuse_mt.c b/lib/fuse_mt.c index f1a2e5c..86c4fbb 100644 --- a/lib/fuse_mt.c +++ b/lib/fuse_mt.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. diff --git a/lib/helper.c b/lib/helper.c index d417d90..5ad9c53 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. diff --git a/lib/mount.c b/lib/mount.c index 7b67203..b370360 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU LGPL. See the file COPYING.LIB. diff --git a/util/fusermount.c b/util/fusermount.c index 3d27219..5cd73c9 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -1,6 +1,6 @@ /* FUSE: Filesystem in Userspace - Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + Copyright (C) 2001-2004 Miklos Szeredi This program can be distributed under the terms of the GNU GPL. See the file COPYING.