2004-02-19 22:23:27 +08:00
|
|
|
|
2004-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* statfs library API changed to match other methods. Since this
|
|
|
|
|
is not backward compatible FUSE_MAJOR_VERSION is changed to 2
|
|
|
|
|
|
2004-02-20 00:55:40 +08:00
|
|
|
|
* kernel interface changes follow:
|
|
|
|
|
|
|
|
|
|
* statfs changed to 64 bits, added 'bavail' field
|
|
|
|
|
|
|
|
|
|
* add generation number to lookup result
|
|
|
|
|
|
|
|
|
|
* optimized mknod/mkdir/symlink/link (no separate lookup is
|
|
|
|
|
needed)
|
|
|
|
|
|
|
|
|
|
* rdev size increased to 32 bits for mknod
|
|
|
|
|
|
|
|
|
|
* kernel interface version changed to 3.1
|
2004-02-19 22:23:27 +08:00
|
|
|
|
|
2004-02-18 21:29:36 +08:00
|
|
|
|
2004-02-18 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* user-mount upgraded for 2.6.3 kernel
|
|
|
|
|
|
2004-02-17 16:57:29 +08:00
|
|
|
|
2004-02-17 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Added user-mount.2.6.2-rc3.patch
|
|
|
|
|
|
|
|
|
|
* Add FS_SAFE flag to fuse filesystem
|
|
|
|
|
|
|
|
|
|
* fusermount should allow (un)mounting for non-root even if not
|
|
|
|
|
suid-root
|
|
|
|
|
|
2004-02-12 21:41:30 +08:00
|
|
|
|
2004-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Remove MS_PERMISSION mount flag (that means something else now)
|
|
|
|
|
|
2004-02-10 17:36:07 +08:00
|
|
|
|
2004-02-10 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Added check for i_size_read/write functions to configure.in
|
|
|
|
|
(patch by Valient Gough)
|
|
|
|
|
|
2004-02-06 17:48:51 +08:00
|
|
|
|
2004-02-06 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Fixed writing >= 2G files
|
2004-02-06 21:52:00 +08:00
|
|
|
|
|
|
|
|
|
* Check file size on open (with generic_file_open())
|
2004-02-06 23:29:22 +08:00
|
|
|
|
|
|
|
|
|
* Readpage calls flush_dcache_page() after storing data
|
|
|
|
|
|
|
|
|
|
* Use i_size_read/write for accessing inode->i_size
|
2004-02-07 01:02:08 +08:00
|
|
|
|
|
|
|
|
|
* Make loopback mount of a fuse file work
|
2004-02-06 17:48:51 +08:00
|
|
|
|
|
2004-02-04 19:06:17 +08:00
|
|
|
|
2004-02-04 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Released 1.1
|
|
|
|
|
|
2004-01-29 19:29:18 +08:00
|
|
|
|
2004-01-29 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Properly check if the inode exists in fuse_invalidate
|
|
|
|
|
|
2004-01-27 22:54:47 +08:00
|
|
|
|
2004-01-27 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Added -q option for fusermount
|
|
|
|
|
|
|
|
|
|
* fuse_unmount() now uses -q option of fusermount, so no error is
|
|
|
|
|
printed if the cause of the program exit is that the filesystem
|
|
|
|
|
has already been unmounted
|
|
|
|
|
|
2004-01-28 01:04:59 +08:00
|
|
|
|
* Fix i_nlink correctness after rmdir/unlink
|
|
|
|
|
|
2004-01-26 22:43:12 +08:00
|
|
|
|
2004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Released 1.1-pre2
|
|
|
|
|
|
2004-01-26 19:28:44 +08:00
|
|
|
|
2004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Fix typo (thanks Marcos Dione)
|
2004-01-26 22:43:12 +08:00
|
|
|
|
|
|
|
|
|
* Compile fixes for 2.4 kernels
|
2004-01-26 19:28:44 +08:00
|
|
|
|
|
|
|
|
|
2004-01-23 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Fix CONFIG_MODVERSIONS compile on 2.6
|
|
|
|
|
|
|
|
|
|
2004-01-22 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Write all pending data before a RELEASE operation
|
|
|
|
|
|
|
|
|
|
* Suppress 'Bad file descriptor' warning on exit
|
|
|
|
|
|
|
|
|
|
* Replaced fusermount option '-d xxx' with '-n xxx' so it doesn't
|
2004-01-26 22:43:12 +08:00
|
|
|
|
get confused with '-d' of fuse_main() (sorry about this change)
|
2004-01-26 19:28:44 +08:00
|
|
|
|
|
2004-01-26 22:43:12 +08:00
|
|
|
|
* New fusermount option '-l' which enables big reads. Big reads
|
|
|
|
|
are now disabled by default.
|
2004-01-26 19:28:44 +08:00
|
|
|
|
|
|
|
|
|
* fuse_main() can accept fusermount arguments after a '--'
|
|
|
|
|
|
2004-01-20 02:20:49 +08:00
|
|
|
|
2004-01-19 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Support for exporting filesystem over NFS (see README.NFS)
|
|
|
|
|
|
2004-01-15 00:56:49 +08:00
|
|
|
|
2004-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Support non-blocking writepage on 2.6. This makes FUSE behave
|
|
|
|
|
much more nicely in low-memory situations
|
|
|
|
|
|
|
|
|
|
* 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 23:33:12 +08:00
|
|
|
|
2004-01-13 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Code cleanups
|
|
|
|
|
|
2004-01-08 00:49:12 +08:00
|
|
|
|
2004-01-07 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Released 1.1-pre1
|
|
|
|
|
|
2004-01-07 20:16:45 +08:00
|
|
|
|
2004-01-06 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Integrated 2.6 kernel support patch by Michael Grigoriev
|
|
|
|
|
|
|
|
|
|
* Improvements and cleanups for 2.6 kernels
|
|
|
|
|
|
2004-01-05 23:07:12 +08:00
|
|
|
|
2004-01-05 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Added -d option to fusermount
|
|
|
|
|
|
2003-12-15 20:11:33 +08:00
|
|
|
|
2003-12-15 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Added major+minor version to library API, and minor version to
|
|
|
|
|
kernel API
|
|
|
|
|
|
2003-12-13 10:05:46 +08:00
|
|
|
|
2003-12-13 David McNab <david@rebirthing.co.nz>
|
|
|
|
|
|
|
|
|
|
* Implemented fsync support in examples/example.py
|
|
|
|
|
|
|
|
|
|
* Implemented 'fsync' and 'statfs' methods in python
|
|
|
|
|
interface
|
|
|
|
|
|
2003-12-12 19:53:31 +08:00
|
|
|
|
2003-12-12 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Make it compile on 2.4.19.
|
|
|
|
|
|
2003-12-12 22:06:41 +08:00
|
|
|
|
* Add fsync operation (write file failed on xemacs & vi)
|
2003-12-12 19:53:31 +08:00
|
|
|
|
|
2003-12-12 06:49:22 +08:00
|
|
|
|
2003-12-12 David McNab <david@rebirthing.co.nz>
|
|
|
|
|
|
|
|
|
|
* Added distutils support to the python module, as per standard
|
|
|
|
|
python development practice
|
|
|
|
|
|
2003-12-11 22:27:57 +08:00
|
|
|
|
2003-12-11 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Add file locking for mount/unmount (based on patch by Valient
|
|
|
|
|
Gough)
|
|
|
|
|
|
|
|
|
|
2003-12-11 David McNab <david@rebirthing.co.nz>
|
|
|
|
|
|
|
|
|
|
* Python filesystem - was broken with python2.3, now fixed:
|
|
|
|
|
- changed PyTuple_* calls to PySequence_*, because os.lstat
|
|
|
|
|
is no longer returning a pure tuple
|
|
|
|
|
- changed PyInt_Check() calls to also call PyLong_Check,
|
|
|
|
|
to cover for cases (eg os.lstat) where longs are returned
|
|
|
|
|
- Added support for file 'release' handling, which IMO is
|
|
|
|
|
essential since this signals to a FS that writes to a file
|
|
|
|
|
are complete (and therefore the file can now be disposed of
|
|
|
|
|
meaningfully at the python filesystem's discretion)
|
|
|
|
|
- Added '__init__' handler to base Fuse class, which allows
|
|
|
|
|
your Python class to know the mountpoint and mount args,
|
|
|
|
|
as attributes myfs.mountpoint, myfs.optlist, myfs.optdict
|
|
|
|
|
|
|
|
|
|
* General:
|
|
|
|
|
- added 'mount.fuse' script (in util/ dir), which is meant to be
|
|
|
|
|
symlinked from /sbin, and which allows FUSE filesystems to
|
|
|
|
|
be mounted with the 'mount' command, and listed in fstab;
|
|
|
|
|
also, mount arguments get passed to your filesystem
|
|
|
|
|
|
|
|
|
|
|
2003-11-04 21:46:32 +08:00
|
|
|
|
2003-11-04 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Fix kernel version detection (again). Bugreport by Peter Levart
|
|
|
|
|
|
2003-11-04 03:32:14 +08:00
|
|
|
|
2003-11-03 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Applied read combining patch by Michael Grigoriev (tested by
|
|
|
|
|
Valient Gough and Vincent Wagelaar)
|
|
|
|
|
|
2003-10-22 19:11:57 +08:00
|
|
|
|
2003-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Mtab handling fix in fusermount by "Valient Gough" (SF patch
|
|
|
|
|
#766443)
|
|
|
|
|
|
2003-10-13 18:08:06 +08:00
|
|
|
|
2003-10-13 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Error code fixes in kernel module
|
|
|
|
|
|
2003-10-05 01:31:38 +08:00
|
|
|
|
2003-10-04 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* kernel version detection fix
|
|
|
|
|
|
|
|
|
|
* fusermount now uses "lazy" umount option
|
|
|
|
|
|
|
|
|
|
* fusermount can use modprobe with module-init-tools
|
|
|
|
|
|
2003-09-08 19:14:11 +08:00
|
|
|
|
2003-09-08 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Integrated caching patch by Michael Grigoriev
|
|
|
|
|
|
|
|
|
|
* Added "Filesystems" file with descriptions of projects using
|
|
|
|
|
FUSE
|
|
|
|
|
|
2003-09-08 21:52:25 +08:00
|
|
|
|
* Added patch by Michael Grigoriev to allow compliation of FUSE
|
|
|
|
|
kernel module for 2.6 kernels
|
|
|
|
|
|
2003-06-02 14:12:27 +08:00
|
|
|
|
2003-06-02 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* And another spec-file fix by Achim Settelmeier
|
|
|
|
|
|
2003-05-26 15:12:57 +08:00
|
|
|
|
2003-05-26 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Spec-file fix by Achim Settelmeier
|
|
|
|
|
|
2003-03-10 17:35:34 +08:00
|
|
|
|
2003-03-10 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Fix umount oops (found by Samuli K<>rkk<6B>inen)
|
|
|
|
|
|
2003-03-05 16:29:58 +08:00
|
|
|
|
2003-03-05 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
|
|
|
|
|
|
2003-03-04 17:37:20 +08:00
|
|
|
|
2003-03-04 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Updated fuse.spec file (Achim Settelmeier)
|
|
|
|
|
|
2003-02-20 00:05:06 +08:00
|
|
|
|
2003-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Version 1.0 released
|
|
|
|
|
|
2003-02-13 17:53:33 +08:00
|
|
|
|
2003-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* SuSE compilation fix by Juan-Mariano de Goyeneche
|
|
|
|
|
|
2002-12-10 20:26:00 +08:00
|
|
|
|
2002-12-10 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* The release() VFS call is now exported to the FUSE interface
|
|
|
|
|
|
2002-12-05 22:23:01 +08:00
|
|
|
|
2002-12-05 Miklos Szeredi <mszeredi@inf.bme.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-04 02:45:21 +08:00
|
|
|
|
2002-12-03 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Added _FILE_OFFSET_BITS=64 define to fuse.h. Note, that this is
|
|
|
|
|
an incompatible interface change.
|
|
|
|
|
|
2002-10-28 16:49:39 +08:00
|
|
|
|
2002-10-28 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Portablility fix (bug reported by C. Chris Erway)
|
|
|
|
|
|
2002-10-25 19:40:14 +08:00
|
|
|
|
2002-10-25 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Use Mark Glines' fd passing method for default operation instead
|
|
|
|
|
of old reexec
|
|
|
|
|
|
2002-10-24 19:50:33 +08:00
|
|
|
|
2002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* fix "Stale NFS file handle" bug caused by changes in 2.4.19
|
|
|
|
|
|
2002-10-24 17:19:43 +08:00
|
|
|
|
2002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* fix incompatiblity with Red Hat kernels, with help from Nathan
|
|
|
|
|
Thompson-Amato.
|
|
|
|
|
|
2002-04-18 22:41:48 +08:00
|
|
|
|
2002-04-18 Mark Glines <mark@glines.org>
|
|
|
|
|
|
|
|
|
|
* added an alternative to fuse_mount(), called
|
|
|
|
|
fuse_mount_ioslave(), which does not need to reexec the
|
|
|
|
|
FUSE program.
|
|
|
|
|
* added a small helper util needed by fuse_mount_ioslave().
|
|
|
|
|
|
2002-03-17 15:01:14 +08:00
|
|
|
|
2002-03-16 Mark Glines <mark@glines.org>
|
|
|
|
|
|
|
|
|
|
* use struct fuse_statfs everywhere possible to avoid problems
|
|
|
|
|
with the headerfiles changing struct statfs member sizes
|
|
|
|
|
|
2002-03-01 15:47:35 +08:00
|
|
|
|
2002-03-01 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Another RPM spec file for RedHat >= 7 by Ian Pilcher
|
|
|
|
|
|
2002-01-14 16:48:46 +08:00
|
|
|
|
2002-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* RPM support by Achim Settelmeier
|
|
|
|
|
|
2002-01-09 21:46:10 +08:00
|
|
|
|
2002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Version 0.95 released
|
|
|
|
|
|
2002-01-09 20:23:27 +08:00
|
|
|
|
2002-01-09 Miklos Szeredi <mszeredi@inf.bme.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>
|
|
|
|
|
|
|
|
|
|
* Update and fix python interface
|
|
|
|
|
|
2002-01-08 00:32:02 +08:00
|
|
|
|
2002-01-07 Mark Glines <mark@glines.org>
|
|
|
|
|
|
|
|
|
|
* Added statfs() support to kernel, lib, examples, and perl!
|
|
|
|
|
|
2002-01-08 17:55:14 +08:00
|
|
|
|
2001-12-26 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Better cross compilation support
|
|
|
|
|
|
|
|
|
|
* Ported to Compaq IPAQ
|
|
|
|
|
|
2001-12-20 23:38:05 +08:00
|
|
|
|
2001-12-20 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Added function fuse_get_context() to library API (inspired by
|
|
|
|
|
patch from Matt Ryan)
|
|
|
|
|
|
|
|
|
|
* Added flags to fusermount and to kernel interface to control
|
|
|
|
|
permission checking
|
2001-11-09 22:49:18 +08:00
|
|
|
|
|
2001-12-20 23:38:05 +08:00
|
|
|
|
* Integrated fuse_set_operations() into fuse_new()
|
|
|
|
|
|
|
|
|
|
2001-12-08 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Applied header protection + extern "C" patch by Roland
|
|
|
|
|
Bauerschmidt
|
|
|
|
|
|
|
|
|
|
2001-12-02 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Added perl bindings by Mark Glines
|
|
|
|
|
|
|
|
|
|
2001-11-21 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Cleaned up way of mounting simple filesystems.
|
|
|
|
|
|
|
|
|
|
* fuse_main() helper function added
|
|
|
|
|
|
|
|
|
|
2001-11-18 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Optimized read/write operations, so that minimal copying of data
|
|
|
|
|
is done
|
|
|
|
|
|
|
|
|
|
2001-11-14 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Python bindings by Jeff Epler added
|
2001-11-14 16:16:20 +08:00
|
|
|
|
|
|
|
|
|
2001-11-13 Miklos Szeredi <mszeredi@inf.bme.hu>
|
|
|
|
|
|
|
|
|
|
* Fixed vfsmount reference leak in fuse_follow_link
|
|
|
|
|
|
|
|
|
|
* FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
|
|
|
|
|
userspace is ignored
|
|
|
|
|
|
2001-12-20 23:38:05 +08:00
|
|
|
|
2001-11-09 Miklos Szeredi <mszeredi@inf.bme.hu>
|
2001-11-14 16:16:20 +08:00
|
|
|
|
|
2001-12-20 23:38:05 +08:00
|
|
|
|
* Started ChangeLog
|