2004-09-16 16:42:40 +08:00
|
|
|
|
2004-09-16 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Check memory allocation failures in libfuse
|
|
|
|
|
|
2004-09-14 15:13:45 +08:00
|
|
|
|
2004-09-14 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Check temporary file creation failure in do_getdir(). Bug
|
|
|
|
|
spotted by Terje Oseberg
|
|
|
|
|
|
2004-09-13 19:47:59 +08:00
|
|
|
|
2004-09-13 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Allow "large_read" option for 2.6 kernels but warn of deprecation
|
2004-09-13 20:00:49 +08:00
|
|
|
|
|
|
|
|
|
* Make requests non-interruptible so race with FORGET is avoided.
|
|
|
|
|
This is only a temporary solution
|
2004-09-13 22:56:57 +08:00
|
|
|
|
|
|
|
|
|
* Support compiling FUSE kernel module on 2.4.x UML kernels
|
2004-09-13 19:47:59 +08:00
|
|
|
|
|
2004-09-09 16:44:01 +08:00
|
|
|
|
2004-09-09 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Fix bug in case two FORGETs for the same node are executed in
|
|
|
|
|
the wrong order. Bug spotted and endured for months by Franco
|
|
|
|
|
Broi, and logfile for solution provided by Terje Oseberg
|
|
|
|
|
|
2004-09-03 02:13:57 +08:00
|
|
|
|
2004-09-01 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Add -D_REENTRANT to the compile flags
|
|
|
|
|
|
|
|
|
|
* Add documentation of fuse internals by Terje Oseberg
|
|
|
|
|
|
2004-08-16 21:29:11 +08:00
|
|
|
|
2004-08-16 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Change release method to be non-interruptible. Fixes bug
|
|
|
|
|
causing missing release() call when program which has opened files
|
|
|
|
|
is killed (reported by Franco Broi and David Shaw)
|
|
|
|
|
|
2004-07-29 17:27:49 +08:00
|
|
|
|
2004-07-29 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Add fuse_invalidate() to library API
|
|
|
|
|
|
2004-07-27 03:38:45 +08:00
|
|
|
|
2004-07-26 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Check permissions in setattr if 'default_permissions' flag is
|
|
|
|
|
set. Bug spotted by Damjan Lango
|
|
|
|
|
|
2004-07-24 21:47:44 +08:00
|
|
|
|
2004-07-24 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
2004-07-25 03:56:16 +08:00
|
|
|
|
* 'large_read' mount option removed for 2.6 kernels, since the
|
|
|
|
|
default (dynamic read size) is better
|
|
|
|
|
|
|
|
|
|
* Extend kernel API with file handles. A file handle is returned
|
|
|
|
|
by open, and passed to read, write, flush, fsync and release.
|
|
|
|
|
This is currently only used for debug output in the library.
|
|
|
|
|
|
|
|
|
|
* Security changes:
|
|
|
|
|
|
|
|
|
|
* Change the current directory to the mountpoint before checking
|
|
|
|
|
the permissions and mount filesystem on "."
|
|
|
|
|
|
|
|
|
|
* By default don't modprobe the fuse module for non-root. The old
|
|
|
|
|
behavior can be restored with the '--enable-auto-modprobe' flag of
|
|
|
|
|
./configure
|
|
|
|
|
|
|
|
|
|
* By default don't allow shared writable mappings for non-root.
|
|
|
|
|
The old behavior can be restored with the 'user_mmap=1' module
|
|
|
|
|
parameter
|
2004-07-24 21:47:44 +08:00
|
|
|
|
|
2004-07-24 01:16:29 +08:00
|
|
|
|
2004-07-23 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Clean up mount option passing to fusermount and to fuse_new()
|
|
|
|
|
BEWARE: this changes the userspace API slightly, and the command
|
|
|
|
|
line usage of programs using fuse_main()
|
|
|
|
|
|
2004-07-20 22:22:26 +08:00
|
|
|
|
2004-07-20 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Optimize reading under 2.6 kernels by issuing multiple page
|
|
|
|
|
asynchronous read requests
|
|
|
|
|
|
2004-07-18 19:32:59 +08:00
|
|
|
|
2004-07-18 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Only use redirty_page_for_writepage() for kernels >= 2.6.6
|
|
|
|
|
|
2004-07-17 00:17:02 +08:00
|
|
|
|
2004-07-16 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Separate directory entry and inode attribute validity timer
|
|
|
|
|
|
|
|
|
|
* New write semaphore to stop page writeback during truncate
|
|
|
|
|
|
|
|
|
|
* Fsync now waits for all writes to complete before sending the
|
|
|
|
|
request
|
|
|
|
|
|
|
|
|
|
* Optimization: if a page is completely written by
|
|
|
|
|
fuse_commit_write(), clear the dirty flag and set the uptodate
|
|
|
|
|
flag for that page
|
|
|
|
|
|
2004-07-17 02:27:50 +08:00
|
|
|
|
* Some memory cleanup at exit
|
|
|
|
|
|
2004-07-13 23:36:52 +08:00
|
|
|
|
2004-07-13 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Add FUSE_HARD_REMOVE flag, and '-i' option to fuse main, which
|
2004-07-14 04:23:03 +08:00
|
|
|
|
disable the "hide if open" behavior of unlink/rename.
|
|
|
|
|
|
|
|
|
|
* If temporary buffer allocation fails in raw read, fall back to a
|
|
|
|
|
smaller buffer
|
2004-07-13 23:36:52 +08:00
|
|
|
|
|
2004-07-12 23:55:11 +08:00
|
|
|
|
2004-07-12 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* Fix bug in do_open() in libfuse: open count was incremented
|
|
|
|
|
after the reply is sent so it could race with unlink/forget and
|
|
|
|
|
cause an abort.
|
|
|
|
|
|
2004-07-12 19:52:24 +08:00
|
|
|
|
2004-07-08 Miklos Szeredi <miklos@szeredi.hu>
|
|
|
|
|
|
|
|
|
|
* When performing create or remove operation, refresh the parent's
|
|
|
|
|
attributes on next revalidate, as i_nlink (and maybe size/time)
|
|
|
|
|
could be inacurate.
|
|
|
|
|
|
|
|
|
|
* Use redirty_page_for_writepage() in fuse_writepage() for skipped
|
|
|
|
|
pages (2.6 only)
|
|
|
|
|
|
|
|
|
|
* Set set_page_dirty address space operation (2.6 only)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-07-06 Miklos Szeredi <miklos@szeredi.hu>
|
2004-07-07 06:27:36 +08:00
|
|
|
|
|
|
|
|
|
* Minor fix in read: print debug info even if read size is zero
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-07-04 Miklos Szeredi <miklos@szeredi.hu>
|
2004-07-05 05:21:08 +08:00
|
|
|
|
|
|
|
|
|
* Fix race between truncate and writepage (fsx-linux now runs
|
|
|
|
|
without error)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-07-02 Miklos Szeredi <miklos@szeredi.hu>
|
2004-07-02 17:22:50 +08:00
|
|
|
|
|
|
|
|
|
* Fix kernel hang on mkfifo under 2.4 kernels (spotted and patch
|
|
|
|
|
by Mattias Wadman)
|
|
|
|
|
|
|
|
|
|
* Added option for direct read/write (-r)
|
|
|
|
|
|
|
|
|
|
* Fix revalidate time setting for newly created inodes
|
|
|
|
|
|
2004-07-03 00:20:45 +08:00
|
|
|
|
* Remove uid==0 check for '-x' option in fusermount (kernel checks
|
|
|
|
|
this)
|
|
|
|
|
|
|
|
|
|
* fuse_main() only installs handlers for signals (out of INT, HUP,
|
|
|
|
|
TERM, PIPE), for which no handler has yet been installed
|
|
|
|
|
|
|
|
|
|
* Add module option 'user_allow_other' which if set to non-zero
|
|
|
|
|
will allow non root user to specify the 'allow_other' mount option
|
|
|
|
|
('-x' option of fusermount)
|
|
|
|
|
|
2004-07-03 05:22:37 +08:00
|
|
|
|
* Fix deadlock between page writeback completion and truncate
|
|
|
|
|
(bug found by Valient Gough with the fsx-linux utility)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-07-01 Miklos Szeredi <miklos@szeredi.hu>
|
2004-07-02 17:22:50 +08:00
|
|
|
|
|
|
|
|
|
* Change passing fuse include dir to 2.6 kernel make system more
|
2004-07-03 00:20:45 +08:00
|
|
|
|
robust (fixes compile problems seen on SuSE 9.1 with updated 2.6
|
|
|
|
|
kernel)
|
2004-07-02 17:22:50 +08:00
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-06-30 Miklos Szeredi <miklos@szeredi.hu>
|
2004-06-30 19:13:41 +08:00
|
|
|
|
|
|
|
|
|
* Acquire inode->i_sem before open and release methods to prevent
|
|
|
|
|
concurrent rename or unlink operations.
|
|
|
|
|
|
2004-06-30 19:34:56 +08:00
|
|
|
|
* Make __fuse_read_cmd() read only one command. This allows
|
|
|
|
|
multiplexing the fuse file descriptor with other event sources
|
|
|
|
|
using select() or poll() (patch by Jeff Harris)
|
|
|
|
|
|
|
|
|
|
* Export 'exited' flag with __fuse_exited() (patch by Jeff Harris)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-06-27 Miklos Szeredi <miklos@szeredi.hu>
|
2004-06-29 00:52:16 +08:00
|
|
|
|
|
|
|
|
|
* Fix file offset wrap around at 4G when doing large reads
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-06-24 Miklos Szeredi <miklos@szeredi.hu>
|
2004-06-27 05:11:25 +08:00
|
|
|
|
|
|
|
|
|
* Fix memory leak in open (Valient Gough)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-06-24 Miklos Szeredi <miklos@szeredi.hu>
|
2004-06-25 05:00:00 +08:00
|
|
|
|
|
|
|
|
|
* Add "close after delete" support to libfuse (patch by Valient
|
|
|
|
|
Gough)
|
|
|
|
|
|
|
|
|
|
* Cancel all worker threads before exit in multithreaded mode
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-06-23 Miklos Szeredi <miklos@szeredi.hu>
|
2004-06-23 13:57:30 +08:00
|
|
|
|
|
|
|
|
|
* Fix locking bugs
|
2004-06-23 21:54:33 +08:00
|
|
|
|
|
|
|
|
|
* Don't send reply to RELEASE
|
2004-06-24 02:52:50 +08:00
|
|
|
|
|
|
|
|
|
* Work with newer libtool (1.5a)
|
|
|
|
|
|
|
|
|
|
* Check for st_atim member of struct stat
|
2004-06-23 13:57:30 +08:00
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-06-22 Miklos Szeredi <miklos@szeredi.hu>
|
2004-06-23 02:46:02 +08:00
|
|
|
|
|
|
|
|
|
* No request allocation needed on inode and file release
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-06-21 Miklos Szeredi <miklos@szeredi.hu>
|
2004-06-21 17:45:30 +08:00
|
|
|
|
|
|
|
|
|
* Fix possible inode leak in userspace in case of unfinished
|
|
|
|
|
lookup/mknod/mkdir/symlink/link operation.
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-06-20 Miklos Szeredi <miklos@szeredi.hu>
|
2004-06-20 16:57:39 +08:00
|
|
|
|
|
|
|
|
|
* Fix some races and cleanups in fuse_read_super()
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-06-19 Miklos Szeredi <miklos@szeredi.hu>
|
2004-06-20 06:42:38 +08:00
|
|
|
|
|
|
|
|
|
* Requests are allocated at open time
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-06-03 Miklos Szeredi <miklos@szeredi.hu>
|
2004-06-03 21:21:08 +08:00
|
|
|
|
|
|
|
|
|
* Build shared library as well as static (using libtool)
|
|
|
|
|
|
|
|
|
|
* Change FUSE_MINOR_VERSION from 1 to 0. I know it's illegal but
|
|
|
|
|
there has not been a release with the previous minor number, and I
|
|
|
|
|
hope nobody is using it for anything.
|
2004-06-03 21:52:40 +08:00
|
|
|
|
|
|
|
|
|
* Change fuse_main(), so that default behavior is to go into
|
|
|
|
|
background if mount is successful. '-f' and '-d' options disable
|
|
|
|
|
backgrounding. This fixes the "Why does my FUSE daemon hang?"
|
|
|
|
|
newbie complaint.
|
2004-06-03 22:45:04 +08:00
|
|
|
|
|
|
|
|
|
* Cache ENOSYS (function not implemented) errors on *xattr, flush
|
|
|
|
|
and fsync
|
2004-06-04 01:52:32 +08:00
|
|
|
|
|
|
|
|
|
* Don't call getdir method from open() only from first readdir().
|
|
|
|
|
Open is sometimes just used to store the current directory
|
|
|
|
|
(e.g. find)
|
2004-06-03 21:21:08 +08:00
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-05-18 Miklos Szeredi <miklos@szeredi.hu>
|
2004-05-18 16:45:28 +08:00
|
|
|
|
|
|
|
|
|
* Added flush() call
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-05-04 Miklos Szeredi <miklos@szeredi.hu>
|
2004-05-04 16:49:16 +08:00
|
|
|
|
|
|
|
|
|
* Extended attributes support for 2.4 (patch by Cody Pisto)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-04-20 Miklos Szeredi <miklos@szeredi.hu>
|
2004-04-20 16:25:43 +08:00
|
|
|
|
|
|
|
|
|
* Fixed parser with modversions (Mattias Wadman)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-04-19 Miklos Szeredi <miklos@szeredi.hu>
|
2004-04-19 18:24:41 +08:00
|
|
|
|
|
|
|
|
|
* Added mount option parser to 2.4 build
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-04-13 Miklos Szeredi <miklos@szeredi.hu>
|
2004-04-13 18:49:54 +08:00
|
|
|
|
|
|
|
|
|
* Replaced binary mount data with text options
|
|
|
|
|
|
|
|
|
|
* Show FUSE specific mount options in /proc/mounts
|
|
|
|
|
|
|
|
|
|
* Check in fuse.h whether _FILE_OFFSET_BITS is set to 64
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-04-09 Miklos Szeredi <miklos@szeredi.hu>
|
2004-04-10 01:48:32 +08:00
|
|
|
|
|
|
|
|
|
* Check some limits so userspace won't get too big requests
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-04-05 Miklos Szeredi <miklos@szeredi.hu>
|
2004-04-05 19:24:24 +08:00
|
|
|
|
|
|
|
|
|
* Kill compile warning
|
|
|
|
|
|
|
|
|
|
* Upgraded user-mount patch for 2.6.5
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-04-02 Miklos Szeredi <miklos@szeredi.hu>
|
2004-04-02 22:58:22 +08:00
|
|
|
|
|
|
|
|
|
* Add detection of user-mode-linux to configure
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-03-31 Miklos Szeredi <miklos@szeredi.hu>
|
2004-03-31 18:19:18 +08:00
|
|
|
|
|
|
|
|
|
* fixed zero size case for getxattr and listxattr
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-03-30 Miklos Szeredi <miklos@szeredi.hu>
|
2004-03-30 15:24:29 +08:00
|
|
|
|
|
|
|
|
|
* new fusermount flag '-z': lazy unmount, default is not lazy
|
|
|
|
|
|
2004-03-30 23:17:26 +08:00
|
|
|
|
* Extended attributes operations added (getxattr, setxattr,
|
|
|
|
|
listxattr, removexattr)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-03-25 Miklos Szeredi <miklos@szeredi.hu>
|
2004-03-25 19:17:52 +08:00
|
|
|
|
|
|
|
|
|
* If filesystem doesn't define a statfs operation, then an
|
|
|
|
|
all-zero default statfs is returned instead of ENOSYS
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-03-24 Miklos Szeredi <miklos@szeredi.hu>
|
2004-03-24 17:19:27 +08:00
|
|
|
|
|
|
|
|
|
* Add FS_BINARY_MOUNTDATA filesystem flag for kernels > 2.6.4
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-03-09 Miklos Szeredi <miklos@szeredi.hu>
|
2004-03-09 18:54:17 +08:00
|
|
|
|
|
|
|
|
|
* Fix for uClinux (Christian Magnusson)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-03-02 Miklos Szeredi <miklos@szeredi.hu>
|
2004-03-02 19:11:24 +08:00
|
|
|
|
|
2004-03-03 00:18:30 +08:00
|
|
|
|
* fuse_main() adds "-n progname" to the fusermount command line
|
|
|
|
|
|
2004-03-02 19:11:24 +08:00
|
|
|
|
* More kernel interface changes:
|
|
|
|
|
|
|
|
|
|
* Lookup/getattr return cache timeout values
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-02-25 Miklos Szeredi <miklos@szeredi.hu>
|
2004-02-25 16:39:42 +08:00
|
|
|
|
|
|
|
|
|
* Clean up option parsing in fuse_main()
|
|
|
|
|
|
2004-02-25 17:19:29 +08:00
|
|
|
|
* Added fuse_get() function which returns the fuse object created
|
|
|
|
|
by fuse_main()
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-02-20 Miklos Szeredi <miklos@szeredi.hu>
|
2004-02-20 22:10:49 +08:00
|
|
|
|
|
2004-02-21 00:38:45 +08:00
|
|
|
|
* removed old way of mounting (fusermount mountpoint program)
|
|
|
|
|
|
2004-02-20 22:10:49 +08:00
|
|
|
|
* more kernel interface changes:
|
|
|
|
|
|
|
|
|
|
* added nanosecond precision to file times
|
|
|
|
|
|
2004-02-21 00:38:45 +08:00
|
|
|
|
* removed interface version from mount data
|
|
|
|
|
|
|
|
|
|
* added /proc/fs/fuse/version which contains MAJOR.MINOR
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-02-19 Miklos Szeredi <miklos@szeredi.hu>
|
2004-02-19 22:23:27 +08:00
|
|
|
|
|
|
|
|
|
* 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-07-08 03:19:53 +08:00
|
|
|
|
2004-02-18 Miklos Szeredi <miklos@szeredi.hu>
|
2004-02-18 21:29:36 +08:00
|
|
|
|
|
|
|
|
|
* user-mount upgraded for 2.6.3 kernel
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-02-17 Miklos Szeredi <miklos@szeredi.hu>
|
2004-02-17 16:57:29 +08:00
|
|
|
|
|
|
|
|
|
* 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-07-08 03:19:53 +08:00
|
|
|
|
2004-02-12 Miklos Szeredi <miklos@szeredi.hu>
|
2004-02-12 21:41:30 +08:00
|
|
|
|
|
|
|
|
|
* Remove MS_PERMISSION mount flag (that means something else now)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-02-10 Miklos Szeredi <miklos@szeredi.hu>
|
2004-02-10 17:36:07 +08:00
|
|
|
|
|
|
|
|
|
* Added check for i_size_read/write functions to configure.in
|
|
|
|
|
(patch by Valient Gough)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-02-06 Miklos Szeredi <miklos@szeredi.hu>
|
2004-02-06 17:48:51 +08:00
|
|
|
|
|
|
|
|
|
* 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-07-08 03:19:53 +08:00
|
|
|
|
2004-02-04 Miklos Szeredi <miklos@szeredi.hu>
|
2004-02-04 19:06:17 +08:00
|
|
|
|
|
|
|
|
|
* Released 1.1
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-01-29 Miklos Szeredi <miklos@szeredi.hu>
|
2004-01-29 19:29:18 +08:00
|
|
|
|
|
|
|
|
|
* Properly check if the inode exists in fuse_invalidate
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-01-27 Miklos Szeredi <miklos@szeredi.hu>
|
2004-01-27 22:54:47 +08:00
|
|
|
|
|
|
|
|
|
* 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-07-08 03:19:53 +08:00
|
|
|
|
2004-01-26 Miklos Szeredi <miklos@szeredi.hu>
|
2004-01-26 22:43:12 +08:00
|
|
|
|
|
|
|
|
|
* Released 1.1-pre2
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-01-26 Miklos Szeredi <miklos@szeredi.hu>
|
2004-01-26 19:28:44 +08:00
|
|
|
|
|
|
|
|
|
* 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-07-08 03:19:53 +08:00
|
|
|
|
2004-01-23 Miklos Szeredi <miklos@szeredi.hu>
|
2004-01-26 19:28:44 +08:00
|
|
|
|
|
|
|
|
|
* Fix CONFIG_MODVERSIONS compile on 2.6
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-01-22 Miklos Szeredi <miklos@szeredi.hu>
|
2004-01-26 19:28:44 +08:00
|
|
|
|
|
|
|
|
|
* 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-07-08 03:19:53 +08:00
|
|
|
|
2004-01-19 Miklos Szeredi <miklos@szeredi.hu>
|
2004-01-20 02:20:49 +08:00
|
|
|
|
|
|
|
|
|
* Support for exporting filesystem over NFS (see README.NFS)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-01-14 Miklos Szeredi <miklos@szeredi.hu>
|
2004-01-15 00:56:49 +08:00
|
|
|
|
|
|
|
|
|
* 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-07-08 03:19:53 +08:00
|
|
|
|
2004-01-13 Miklos Szeredi <miklos@szeredi.hu>
|
2004-01-13 23:33:12 +08:00
|
|
|
|
|
|
|
|
|
* Code cleanups
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-01-07 Miklos Szeredi <miklos@szeredi.hu>
|
2004-01-08 00:49:12 +08:00
|
|
|
|
|
|
|
|
|
* Released 1.1-pre1
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-01-06 Miklos Szeredi <miklos@szeredi.hu>
|
2004-01-07 20:16:45 +08:00
|
|
|
|
|
|
|
|
|
* Integrated 2.6 kernel support patch by Michael Grigoriev
|
|
|
|
|
|
|
|
|
|
* Improvements and cleanups for 2.6 kernels
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2004-01-05 Miklos Szeredi <miklos@szeredi.hu>
|
2004-01-05 23:07:12 +08:00
|
|
|
|
|
|
|
|
|
* Added -d option to fusermount
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-12-15 Miklos Szeredi <miklos@szeredi.hu>
|
2003-12-15 20:11:33 +08:00
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-12-12 Miklos Szeredi <miklos@szeredi.hu>
|
2003-12-12 19:53:31 +08:00
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-12-11 Miklos Szeredi <miklos@szeredi.hu>
|
2003-12-11 22:27:57 +08:00
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-11-04 Miklos Szeredi <miklos@szeredi.hu>
|
2003-11-04 21:46:32 +08:00
|
|
|
|
|
|
|
|
|
* Fix kernel version detection (again). Bugreport by Peter Levart
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-11-03 Miklos Szeredi <miklos@szeredi.hu>
|
2003-11-04 03:32:14 +08:00
|
|
|
|
|
|
|
|
|
* Applied read combining patch by Michael Grigoriev (tested by
|
|
|
|
|
Valient Gough and Vincent Wagelaar)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-10-22 Miklos Szeredi <miklos@szeredi.hu>
|
2003-10-22 19:11:57 +08:00
|
|
|
|
|
|
|
|
|
* Mtab handling fix in fusermount by "Valient Gough" (SF patch
|
|
|
|
|
#766443)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-10-13 Miklos Szeredi <miklos@szeredi.hu>
|
2003-10-13 18:08:06 +08:00
|
|
|
|
|
|
|
|
|
* Error code fixes in kernel module
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-10-04 Miklos Szeredi <miklos@szeredi.hu>
|
2003-10-05 01:31:38 +08:00
|
|
|
|
|
|
|
|
|
* kernel version detection fix
|
|
|
|
|
|
|
|
|
|
* fusermount now uses "lazy" umount option
|
|
|
|
|
|
|
|
|
|
* fusermount can use modprobe with module-init-tools
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-09-08 Miklos Szeredi <miklos@szeredi.hu>
|
2003-09-08 19:14:11 +08:00
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-06-02 Miklos Szeredi <miklos@szeredi.hu>
|
2003-06-02 14:12:27 +08:00
|
|
|
|
|
|
|
|
|
* And another spec-file fix by Achim Settelmeier
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-05-26 Miklos Szeredi <miklos@szeredi.hu>
|
2003-05-26 15:12:57 +08:00
|
|
|
|
|
|
|
|
|
* Spec-file fix by Achim Settelmeier
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-03-10 Miklos Szeredi <miklos@szeredi.hu>
|
2003-03-10 17:35:34 +08:00
|
|
|
|
|
|
|
|
|
* Fix umount oops (found by Samuli K<>rkk<6B>inen)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-03-05 Miklos Szeredi <miklos@szeredi.hu>
|
2003-03-05 16:29:58 +08:00
|
|
|
|
|
|
|
|
|
* Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-03-04 Miklos Szeredi <miklos@szeredi.hu>
|
2003-03-04 17:37:20 +08:00
|
|
|
|
|
|
|
|
|
* Updated fuse.spec file (Achim Settelmeier)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-02-19 Miklos Szeredi <miklos@szeredi.hu>
|
2003-02-20 00:05:06 +08:00
|
|
|
|
|
|
|
|
|
* Version 1.0 released
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2003-02-12 Miklos Szeredi <miklos@szeredi.hu>
|
2003-02-13 17:53:33 +08:00
|
|
|
|
|
|
|
|
|
* SuSE compilation fix by Juan-Mariano de Goyeneche
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2002-12-10 Miklos Szeredi <miklos@szeredi.hu>
|
2002-12-10 20:26:00 +08:00
|
|
|
|
|
|
|
|
|
* The release() VFS call is now exported to the FUSE interface
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2002-12-05 Miklos Szeredi <miklos@szeredi.hu>
|
2002-12-05 22:23:01 +08:00
|
|
|
|
|
|
|
|
|
* 64 bit file offset fixes in the fuse kernel module
|
|
|
|
|
|
|
|
|
|
* Added function 'fuse_exit()' which can be used to exit the main
|
|
|
|
|
loop
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2002-12-03 Miklos Szeredi <miklos@szeredi.hu>
|
2002-12-04 02:45:21 +08:00
|
|
|
|
|
|
|
|
|
* Added _FILE_OFFSET_BITS=64 define to fuse.h. Note, that this is
|
|
|
|
|
an incompatible interface change.
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2002-10-28 Miklos Szeredi <miklos@szeredi.hu>
|
2002-10-28 16:49:39 +08:00
|
|
|
|
|
|
|
|
|
* Portablility fix (bug reported by C. Chris Erway)
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2002-10-25 Miklos Szeredi <miklos@szeredi.hu>
|
2002-10-25 19:40:14 +08:00
|
|
|
|
|
|
|
|
|
* Use Mark Glines' fd passing method for default operation instead
|
|
|
|
|
of old reexec
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2002-10-22 Miklos Szeredi <miklos@szeredi.hu>
|
2002-10-24 19:50:33 +08:00
|
|
|
|
|
|
|
|
|
* fix "Stale NFS file handle" bug caused by changes in 2.4.19
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2002-10-22 Miklos Szeredi <miklos@szeredi.hu>
|
2002-10-24 17:19:43 +08:00
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2002-03-01 Miklos Szeredi <miklos@szeredi.hu>
|
2002-03-01 15:47:35 +08:00
|
|
|
|
|
|
|
|
|
* Another RPM spec file for RedHat >= 7 by Ian Pilcher
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2002-01-14 Miklos Szeredi <miklos@szeredi.hu>
|
2002-01-14 16:48:46 +08:00
|
|
|
|
|
|
|
|
|
* RPM support by Achim Settelmeier
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2002-01-09 Miklos Szeredi <miklos@szeredi.hu>
|
2002-01-09 21:46:10 +08:00
|
|
|
|
|
|
|
|
|
* Version 0.95 released
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2002-01-09 Miklos Szeredi <miklos@szeredi.hu>
|
2002-01-09 20:23:27 +08:00
|
|
|
|
|
|
|
|
|
* Revaidate all path components not just the last, this means a
|
|
|
|
|
very small performance penalty for being more up-to-date.
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2002-01-08 Miklos Szeredi <miklos@szeredi.hu>
|
2002-01-09 20:23:27 +08:00
|
|
|
|
|
|
|
|
|
* 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!
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2001-12-26 Miklos Szeredi <miklos@szeredi.hu>
|
2002-01-08 17:55:14 +08:00
|
|
|
|
|
|
|
|
|
* Better cross compilation support
|
|
|
|
|
|
|
|
|
|
* Ported to Compaq IPAQ
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2001-12-20 Miklos Szeredi <miklos@szeredi.hu>
|
2001-12-20 23:38:05 +08:00
|
|
|
|
|
|
|
|
|
* 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()
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2001-12-08 Miklos Szeredi <miklos@szeredi.hu>
|
2001-12-20 23:38:05 +08:00
|
|
|
|
|
|
|
|
|
* Applied header protection + extern "C" patch by Roland
|
|
|
|
|
Bauerschmidt
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2001-12-02 Miklos Szeredi <miklos@szeredi.hu>
|
2001-12-20 23:38:05 +08:00
|
|
|
|
|
|
|
|
|
* Added perl bindings by Mark Glines
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2001-11-21 Miklos Szeredi <miklos@szeredi.hu>
|
2001-12-20 23:38:05 +08:00
|
|
|
|
|
|
|
|
|
* Cleaned up way of mounting simple filesystems.
|
|
|
|
|
|
|
|
|
|
* fuse_main() helper function added
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2001-11-18 Miklos Szeredi <miklos@szeredi.hu>
|
2001-12-20 23:38:05 +08:00
|
|
|
|
|
|
|
|
|
* Optimized read/write operations, so that minimal copying of data
|
|
|
|
|
is done
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2001-11-14 Miklos Szeredi <miklos@szeredi.hu>
|
2001-12-20 23:38:05 +08:00
|
|
|
|
|
|
|
|
|
* Python bindings by Jeff Epler added
|
2001-11-14 16:16:20 +08:00
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2001-11-13 Miklos Szeredi <miklos@szeredi.hu>
|
2001-11-14 16:16:20 +08:00
|
|
|
|
|
|
|
|
|
* Fixed vfsmount reference leak in fuse_follow_link
|
|
|
|
|
|
|
|
|
|
* FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
|
|
|
|
|
userspace is ignored
|
|
|
|
|
|
2004-07-08 03:19:53 +08:00
|
|
|
|
2001-11-09 Miklos Szeredi <miklos@szeredi.hu>
|
2001-11-14 16:16:20 +08:00
|
|
|
|
|
2001-12-20 23:38:05 +08:00
|
|
|
|
* Started ChangeLog
|