blob: d1dc1f29057e027b77b59a72060f76c825f79a29 [file] [log] [blame]
Miklos Szeredif85ab242004-01-07 12:16:45 +000012004-01-06 Miklos Szeredi <mszeredi@inf.bme.hu>
2
3 * Integrated 2.6 kernel support patch by Michael Grigoriev
4
5 * Improvements and cleanups for 2.6 kernels
6
Miklos Szeredi7ffb8cf2004-01-05 15:07:12 +000072004-01-05 Miklos Szeredi <mszeredi@inf.bme.hu>
8
9 * Added -d option to fusermount
10
Miklos Szeredi2f3d9402003-12-15 12:11:33 +0000112003-12-15 Miklos Szeredi <mszeredi@inf.bme.hu>
12
13 * Added major+minor version to library API, and minor version to
14 kernel API
15
David McNab7a19caf2003-12-13 02:05:46 +0000162003-12-13 David McNab <david@rebirthing.co.nz>
17
18 * Implemented fsync support in examples/example.py
19
20 * Implemented 'fsync' and 'statfs' methods in python
21 interface
22
Miklos Szeredie4cf7332003-12-12 11:53:31 +0000232003-12-12 Miklos Szeredi <mszeredi@inf.bme.hu>
24
25 * Make it compile on 2.4.19.
26
Miklos Szeredi5e43f2c2003-12-12 14:06:41 +000027 * Add fsync operation (write file failed on xemacs & vi)
Miklos Szeredie4cf7332003-12-12 11:53:31 +000028
David McNab8bf62632003-12-11 22:49:22 +0000292003-12-12 David McNab <david@rebirthing.co.nz>
30
31 * Added distutils support to the python module, as per standard
32 python development practice
33
Miklos Szeredi874d95d2003-12-11 14:27:57 +0000342003-12-11 Miklos Szeredi <mszeredi@inf.bme.hu>
35
36 * Add file locking for mount/unmount (based on patch by Valient
37 Gough)
38
392003-12-11 David McNab <david@rebirthing.co.nz>
40
41 * Python filesystem - was broken with python2.3, now fixed:
42 - changed PyTuple_* calls to PySequence_*, because os.lstat
43 is no longer returning a pure tuple
44 - changed PyInt_Check() calls to also call PyLong_Check,
45 to cover for cases (eg os.lstat) where longs are returned
46 - Added support for file 'release' handling, which IMO is
47 essential since this signals to a FS that writes to a file
48 are complete (and therefore the file can now be disposed of
49 meaningfully at the python filesystem's discretion)
50 - Added '__init__' handler to base Fuse class, which allows
51 your Python class to know the mountpoint and mount args,
52 as attributes myfs.mountpoint, myfs.optlist, myfs.optdict
53
54 * General:
55 - added 'mount.fuse' script (in util/ dir), which is meant to be
56 symlinked from /sbin, and which allows FUSE filesystems to
57 be mounted with the 'mount' command, and listed in fstab;
58 also, mount arguments get passed to your filesystem
59
60
Miklos Szeredif27ec7d2003-11-04 13:46:32 +0000612003-11-04 Miklos Szeredi <mszeredi@inf.bme.hu>
62
63 * Fix kernel version detection (again). Bugreport by Peter Levart
64
Miklos Szeredi36ca5562003-11-03 19:32:14 +0000652003-11-03 Miklos Szeredi <mszeredi@inf.bme.hu>
66
67 * Applied read combining patch by Michael Grigoriev (tested by
68 Valient Gough and Vincent Wagelaar)
69
Miklos Szeredif08ace02003-10-22 11:11:57 +0000702003-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
71
72 * Mtab handling fix in fusermount by "Valient Gough" (SF patch
73 #766443)
74
Miklos Szeredi0e535082003-10-13 10:08:06 +0000752003-10-13 Miklos Szeredi <mszeredi@inf.bme.hu>
76
77 * Error code fixes in kernel module
78
Miklos Szeredi27af48b2003-10-04 17:31:38 +0000792003-10-04 Miklos Szeredi <mszeredi@inf.bme.hu>
80
81 * kernel version detection fix
82
83 * fusermount now uses "lazy" umount option
84
85 * fusermount can use modprobe with module-init-tools
86
Miklos Szeredida4e4862003-09-08 11:14:11 +0000872003-09-08 Miklos Szeredi <mszeredi@inf.bme.hu>
88
89 * Integrated caching patch by Michael Grigoriev
90
Miklos Szeredida4e4862003-09-08 11:14:11 +000091 * Added "Filesystems" file with descriptions of projects using
92 FUSE
93
Miklos Szeredi02ceb112003-09-08 13:52:25 +000094 * Added patch by Michael Grigoriev to allow compliation of FUSE
95 kernel module for 2.6 kernels
96
Miklos Szeredi84838472003-06-02 06:12:27 +0000972003-06-02 Miklos Szeredi <mszeredi@inf.bme.hu>
98
99 * And another spec-file fix by Achim Settelmeier
100
Miklos Szeredi21c282b2003-05-26 07:12:57 +00001012003-05-26 Miklos Szeredi <mszeredi@inf.bme.hu>
102
103 * Spec-file fix by Achim Settelmeier
104
Miklos Szeredi79b461a2003-03-10 09:35:34 +00001052003-03-10 Miklos Szeredi <mszeredi@inf.bme.hu>
106
107 * Fix umount oops (found by Samuli Kärkkäinen)
108
Miklos Szeredi941ae4c2003-03-05 08:29:58 +00001092003-03-05 Miklos Szeredi <mszeredi@inf.bme.hu>
110
111 * Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
112
Miklos Szeredia9b2f262003-03-04 09:37:20 +00001132003-03-04 Miklos Szeredi <mszeredi@inf.bme.hu>
114
115 * Updated fuse.spec file (Achim Settelmeier)
116
Miklos Szeredic0226bb2003-02-19 16:05:06 +00001172003-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
118
119 * Version 1.0 released
120
Miklos Szeredifa84e0d2003-02-13 09:53:33 +00001212003-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
122
123 * SuSE compilation fix by Juan-Mariano de Goyeneche
124
Miklos Szeredic8ba2372002-12-10 12:26:00 +00001252002-12-10 Miklos Szeredi <mszeredi@inf.bme.hu>
126
127 * The release() VFS call is now exported to the FUSE interface
128
Miklos Szeredi0f48a262002-12-05 14:23:01 +00001292002-12-05 Miklos Szeredi <mszeredi@inf.bme.hu>
130
131 * 64 bit file offset fixes in the fuse kernel module
132
133 * Added function 'fuse_exit()' which can be used to exit the main
134 loop
135
Miklos Szeredi5f054812002-12-03 18:45:21 +00001362002-12-03 Miklos Szeredi <mszeredi@inf.bme.hu>
137
138 * Added _FILE_OFFSET_BITS=64 define to fuse.h. Note, that this is
139 an incompatible interface change.
140
Miklos Szeredi6bf8b682002-10-28 08:49:39 +00001412002-10-28 Miklos Szeredi <mszeredi@inf.bme.hu>
142
143 * Portablility fix (bug reported by C. Chris Erway)
144
Miklos Szeredid6e9f882002-10-25 11:40:14 +00001452002-10-25 Miklos Szeredi <mszeredi@inf.bme.hu>
146
147 * Use Mark Glines' fd passing method for default operation instead
148 of old reexec
149
Miklos Szeredi60c23522002-10-24 09:19:43 +00001502002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
151
Miklos Szeredi5e5d61f2002-10-24 11:50:33 +0000152 * fix "Stale NFS file handle" bug caused by changes in 2.4.19
153
1542002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
155
Miklos Szeredi60c23522002-10-24 09:19:43 +0000156 * fix incompatiblity with Red Hat kernels, with help from Nathan
157 Thompson-Amato.
158
Mark Glines65ba2192002-04-18 14:41:48 +00001592002-04-18 Mark Glines <mark@glines.org>
160
161 * added an alternative to fuse_mount(), called
162 fuse_mount_ioslave(), which does not need to reexec the
163 FUSE program.
164 * added a small helper util needed by fuse_mount_ioslave().
165
Mark Glines220635a2002-03-17 07:01:14 +00001662002-03-16 Mark Glines <mark@glines.org>
167
168 * use struct fuse_statfs everywhere possible to avoid problems
169 with the headerfiles changing struct statfs member sizes
170
Miklos Szeredi081f3c22002-03-01 07:47:35 +00001712002-03-01 Miklos Szeredi <mszeredi@inf.bme.hu>
172
173 * Another RPM spec file for RedHat >= 7 by Ian Pilcher
174
Miklos Szeredif782fc42002-01-14 08:48:46 +00001752002-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
176
177 * RPM support by Achim Settelmeier
178
Miklos Szeredi4b2bef42002-01-09 12:23:27 +00001792002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
180
Miklos Szerediddc862a2002-01-09 13:46:10 +0000181 * Version 0.95 released
182
1832002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
184
Miklos Szeredi4b2bef42002-01-09 12:23:27 +0000185 * Revaidate all path components not just the last, this means a
186 very small performance penalty for being more up-to-date.
187
1882002-01-08 Miklos Szeredi <mszeredi@inf.bme.hu>
189
190 * Update and fix python interface
191
Mark Glinesd84b39a2002-01-07 16:32:02 +00001922002-01-07 Mark Glines <mark@glines.org>
193
194 * Added statfs() support to kernel, lib, examples, and perl!
195
Miklos Szeredi46a46dc2002-01-08 09:55:14 +00001962001-12-26 Miklos Szeredi <mszeredi@inf.bme.hu>
197
198 * Better cross compilation support
199
200 * Ported to Compaq IPAQ
201
Miklos Szeredife25def2001-12-20 15:38:05 +00002022001-12-20 Miklos Szeredi <mszeredi@inf.bme.hu>
203
204 * Added function fuse_get_context() to library API (inspired by
205 patch from Matt Ryan)
206
207 * Added flags to fusermount and to kernel interface to control
208 permission checking
Miklos Szeredi8cffdb92001-11-09 14:49:18 +0000209
Miklos Szeredife25def2001-12-20 15:38:05 +0000210 * Integrated fuse_set_operations() into fuse_new()
211
2122001-12-08 Miklos Szeredi <mszeredi@inf.bme.hu>
213
214 * Applied header protection + extern "C" patch by Roland
215 Bauerschmidt
216
2172001-12-02 Miklos Szeredi <mszeredi@inf.bme.hu>
218
219 * Added perl bindings by Mark Glines
220
2212001-11-21 Miklos Szeredi <mszeredi@inf.bme.hu>
222
223 * Cleaned up way of mounting simple filesystems.
224
225 * fuse_main() helper function added
226
2272001-11-18 Miklos Szeredi <mszeredi@inf.bme.hu>
228
229 * Optimized read/write operations, so that minimal copying of data
230 is done
231
2322001-11-14 Miklos Szeredi <mszeredi@inf.bme.hu>
233
234 * Python bindings by Jeff Epler added
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000235
2362001-11-13 Miklos Szeredi <mszeredi@inf.bme.hu>
237
238 * Fixed vfsmount reference leak in fuse_follow_link
239
240 * FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
241 userspace is ignored
242
Miklos Szeredife25def2001-12-20 15:38:05 +00002432001-11-09 Miklos Szeredi <mszeredi@inf.bme.hu>
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000244
Miklos Szeredife25def2001-12-20 15:38:05 +0000245 * Started ChangeLog