blob: 1b033f26fd24eb3448072d4df0e66d80de3fe3e9 [file] [log] [blame]
Miklos Szeredic8ba2372002-12-10 12:26:00 +000012002-12-10 Miklos Szeredi <mszeredi@inf.bme.hu>
2
3 * The release() VFS call is now exported to the FUSE interface
4
Miklos Szeredi0f48a262002-12-05 14:23:01 +000052002-12-05 Miklos Szeredi <mszeredi@inf.bme.hu>
6
7 * 64 bit file offset fixes in the fuse kernel module
8
9 * Added function 'fuse_exit()' which can be used to exit the main
10 loop
11
Miklos Szeredi5f054812002-12-03 18:45:21 +0000122002-12-03 Miklos Szeredi <mszeredi@inf.bme.hu>
13
14 * Added _FILE_OFFSET_BITS=64 define to fuse.h. Note, that this is
15 an incompatible interface change.
16
Miklos Szeredi6bf8b682002-10-28 08:49:39 +0000172002-10-28 Miklos Szeredi <mszeredi@inf.bme.hu>
18
19 * Portablility fix (bug reported by C. Chris Erway)
20
Miklos Szeredid6e9f882002-10-25 11:40:14 +0000212002-10-25 Miklos Szeredi <mszeredi@inf.bme.hu>
22
23 * Use Mark Glines' fd passing method for default operation instead
24 of old reexec
25
Miklos Szeredi60c23522002-10-24 09:19:43 +0000262002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
27
Miklos Szeredi5e5d61f2002-10-24 11:50:33 +000028 * fix "Stale NFS file handle" bug caused by changes in 2.4.19
29
302002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
31
Miklos Szeredi60c23522002-10-24 09:19:43 +000032 * fix incompatiblity with Red Hat kernels, with help from Nathan
33 Thompson-Amato.
34
Mark Glines65ba2192002-04-18 14:41:48 +0000352002-04-18 Mark Glines <mark@glines.org>
36
37 * added an alternative to fuse_mount(), called
38 fuse_mount_ioslave(), which does not need to reexec the
39 FUSE program.
40 * added a small helper util needed by fuse_mount_ioslave().
41
Mark Glines220635a2002-03-17 07:01:14 +0000422002-03-16 Mark Glines <mark@glines.org>
43
44 * use struct fuse_statfs everywhere possible to avoid problems
45 with the headerfiles changing struct statfs member sizes
46
Miklos Szeredi081f3c22002-03-01 07:47:35 +0000472002-03-01 Miklos Szeredi <mszeredi@inf.bme.hu>
48
49 * Another RPM spec file for RedHat >= 7 by Ian Pilcher
50
Miklos Szeredif782fc42002-01-14 08:48:46 +0000512002-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
52
53 * RPM support by Achim Settelmeier
54
Miklos Szeredi4b2bef42002-01-09 12:23:27 +0000552002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
56
Miklos Szerediddc862a2002-01-09 13:46:10 +000057 * Version 0.95 released
58
592002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
60
Miklos Szeredi4b2bef42002-01-09 12:23:27 +000061 * Revaidate all path components not just the last, this means a
62 very small performance penalty for being more up-to-date.
63
642002-01-08 Miklos Szeredi <mszeredi@inf.bme.hu>
65
66 * Update and fix python interface
67
Mark Glinesd84b39a2002-01-07 16:32:02 +0000682002-01-07 Mark Glines <mark@glines.org>
69
70 * Added statfs() support to kernel, lib, examples, and perl!
71
Miklos Szeredi46a46dc2002-01-08 09:55:14 +0000722001-12-26 Miklos Szeredi <mszeredi@inf.bme.hu>
73
74 * Better cross compilation support
75
76 * Ported to Compaq IPAQ
77
Miklos Szeredife25def2001-12-20 15:38:05 +0000782001-12-20 Miklos Szeredi <mszeredi@inf.bme.hu>
79
80 * Added function fuse_get_context() to library API (inspired by
81 patch from Matt Ryan)
82
83 * Added flags to fusermount and to kernel interface to control
84 permission checking
Miklos Szeredi8cffdb92001-11-09 14:49:18 +000085
Miklos Szeredife25def2001-12-20 15:38:05 +000086 * Integrated fuse_set_operations() into fuse_new()
87
882001-12-08 Miklos Szeredi <mszeredi@inf.bme.hu>
89
90 * Applied header protection + extern "C" patch by Roland
91 Bauerschmidt
92
932001-12-02 Miklos Szeredi <mszeredi@inf.bme.hu>
94
95 * Added perl bindings by Mark Glines
96
972001-11-21 Miklos Szeredi <mszeredi@inf.bme.hu>
98
99 * Cleaned up way of mounting simple filesystems.
100
101 * fuse_main() helper function added
102
1032001-11-18 Miklos Szeredi <mszeredi@inf.bme.hu>
104
105 * Optimized read/write operations, so that minimal copying of data
106 is done
107
1082001-11-14 Miklos Szeredi <mszeredi@inf.bme.hu>
109
110 * Python bindings by Jeff Epler added
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000111
1122001-11-13 Miklos Szeredi <mszeredi@inf.bme.hu>
113
114 * Fixed vfsmount reference leak in fuse_follow_link
115
116 * FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
117 userspace is ignored
118
Miklos Szeredife25def2001-12-20 15:38:05 +00001192001-11-09 Miklos Szeredi <mszeredi@inf.bme.hu>
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000120
Miklos Szeredife25def2001-12-20 15:38:05 +0000121 * Started ChangeLog