blob: a7fd9585a3ea5503f2953eda2268b3d45afd94c9 [file] [log] [blame]
Miklos Szeredi377b2ea2004-02-06 09:48:51 +000012004-02-06 Miklos Szeredi <mszeredi@inf.bme.hu>
2
3 * Fixed writing >= 2G files
Miklos Szeredif58cc612004-02-06 13:52:00 +00004
5 * Check file size on open (with generic_file_open())
Miklos Szeredi377b2ea2004-02-06 09:48:51 +00006
Miklos Szeredi88124792004-02-04 11:06:17 +000072004-02-04 Miklos Szeredi <mszeredi@inf.bme.hu>
8
9 * Released 1.1
10
Miklos Szeredi72f6a932004-01-29 11:29:18 +0000112004-01-29 Miklos Szeredi <mszeredi@inf.bme.hu>
12
13 * Properly check if the inode exists in fuse_invalidate
14
Miklos Szerediedf26632004-01-27 14:54:47 +0000152004-01-27 Miklos Szeredi <mszeredi@inf.bme.hu>
16
17 * Added -q option for fusermount
18
19 * fuse_unmount() now uses -q option of fusermount, so no error is
20 printed if the cause of the program exit is that the filesystem
21 has already been unmounted
22
Miklos Szeredif4f8b892004-01-27 17:04:59 +000023 * Fix i_nlink correctness after rmdir/unlink
24
Miklos Szeredi307242f2004-01-26 11:28:44 +0000252004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
26
Miklos Szeredib1158392004-01-26 14:43:12 +000027 * Released 1.1-pre2
28
292004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
30
Miklos Szeredi307242f2004-01-26 11:28:44 +000031 * Fix typo (thanks Marcos Dione)
Miklos Szeredib1158392004-01-26 14:43:12 +000032
33 * Compile fixes for 2.4 kernels
Miklos Szeredi307242f2004-01-26 11:28:44 +000034
352004-01-23 Miklos Szeredi <mszeredi@inf.bme.hu>
36
37 * Fix CONFIG_MODVERSIONS compile on 2.6
38
392004-01-22 Miklos Szeredi <mszeredi@inf.bme.hu>
40
41 * Write all pending data before a RELEASE operation
42
43 * Suppress 'Bad file descriptor' warning on exit
44
45 * Replaced fusermount option '-d xxx' with '-n xxx' so it doesn't
Miklos Szeredib1158392004-01-26 14:43:12 +000046 get confused with '-d' of fuse_main() (sorry about this change)
Miklos Szeredi307242f2004-01-26 11:28:44 +000047
Miklos Szeredib1158392004-01-26 14:43:12 +000048 * New fusermount option '-l' which enables big reads. Big reads
49 are now disabled by default.
Miklos Szeredi307242f2004-01-26 11:28:44 +000050
51 * fuse_main() can accept fusermount arguments after a '--'
52
Miklos Szeredie815c032004-01-19 18:20:49 +0000532004-01-19 Miklos Szeredi <mszeredi@inf.bme.hu>
54
55 * Support for exporting filesystem over NFS (see README.NFS)
56
Miklos Szeredi7c35cf92004-01-14 16:56:49 +0000572004-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
58
59 * Support non-blocking writepage on 2.6. This makes FUSE behave
60 much more nicely in low-memory situations
61
62 * Fix 32-bit dev handling in getattr and mknod for 2.6 kernels.
63 (Note: the mknod method does not yet use 32bit device number)
64
Miklos Szeredie8663f32004-01-13 15:33:12 +0000652004-01-13 Miklos Szeredi <mszeredi@inf.bme.hu>
66
67 * Code cleanups
68
Miklos Szeredi4b7abe32004-01-07 16:49:12 +0000692004-01-07 Miklos Szeredi <mszeredi@inf.bme.hu>
70
71 * Released 1.1-pre1
72
Miklos Szeredif85ab242004-01-07 12:16:45 +0000732004-01-06 Miklos Szeredi <mszeredi@inf.bme.hu>
74
75 * Integrated 2.6 kernel support patch by Michael Grigoriev
76
77 * Improvements and cleanups for 2.6 kernels
78
Miklos Szeredi7ffb8cf2004-01-05 15:07:12 +0000792004-01-05 Miklos Szeredi <mszeredi@inf.bme.hu>
80
81 * Added -d option to fusermount
82
Miklos Szeredi2f3d9402003-12-15 12:11:33 +0000832003-12-15 Miklos Szeredi <mszeredi@inf.bme.hu>
84
85 * Added major+minor version to library API, and minor version to
86 kernel API
87
David McNab7a19caf2003-12-13 02:05:46 +0000882003-12-13 David McNab <david@rebirthing.co.nz>
89
90 * Implemented fsync support in examples/example.py
91
92 * Implemented 'fsync' and 'statfs' methods in python
93 interface
94
Miklos Szeredie4cf7332003-12-12 11:53:31 +0000952003-12-12 Miklos Szeredi <mszeredi@inf.bme.hu>
96
97 * Make it compile on 2.4.19.
98
Miklos Szeredi5e43f2c2003-12-12 14:06:41 +000099 * Add fsync operation (write file failed on xemacs & vi)
Miklos Szeredie4cf7332003-12-12 11:53:31 +0000100
David McNab8bf62632003-12-11 22:49:22 +00001012003-12-12 David McNab <david@rebirthing.co.nz>
102
103 * Added distutils support to the python module, as per standard
104 python development practice
105
Miklos Szeredi874d95d2003-12-11 14:27:57 +00001062003-12-11 Miklos Szeredi <mszeredi@inf.bme.hu>
107
108 * Add file locking for mount/unmount (based on patch by Valient
109 Gough)
110
1112003-12-11 David McNab <david@rebirthing.co.nz>
112
113 * Python filesystem - was broken with python2.3, now fixed:
114 - changed PyTuple_* calls to PySequence_*, because os.lstat
115 is no longer returning a pure tuple
116 - changed PyInt_Check() calls to also call PyLong_Check,
117 to cover for cases (eg os.lstat) where longs are returned
118 - Added support for file 'release' handling, which IMO is
119 essential since this signals to a FS that writes to a file
120 are complete (and therefore the file can now be disposed of
121 meaningfully at the python filesystem's discretion)
122 - Added '__init__' handler to base Fuse class, which allows
123 your Python class to know the mountpoint and mount args,
124 as attributes myfs.mountpoint, myfs.optlist, myfs.optdict
125
126 * General:
127 - added 'mount.fuse' script (in util/ dir), which is meant to be
128 symlinked from /sbin, and which allows FUSE filesystems to
129 be mounted with the 'mount' command, and listed in fstab;
130 also, mount arguments get passed to your filesystem
131
132
Miklos Szeredif27ec7d2003-11-04 13:46:32 +00001332003-11-04 Miklos Szeredi <mszeredi@inf.bme.hu>
134
135 * Fix kernel version detection (again). Bugreport by Peter Levart
136
Miklos Szeredi36ca5562003-11-03 19:32:14 +00001372003-11-03 Miklos Szeredi <mszeredi@inf.bme.hu>
138
139 * Applied read combining patch by Michael Grigoriev (tested by
140 Valient Gough and Vincent Wagelaar)
141
Miklos Szeredif08ace02003-10-22 11:11:57 +00001422003-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
143
144 * Mtab handling fix in fusermount by "Valient Gough" (SF patch
145 #766443)
146
Miklos Szeredi0e535082003-10-13 10:08:06 +00001472003-10-13 Miklos Szeredi <mszeredi@inf.bme.hu>
148
149 * Error code fixes in kernel module
150
Miklos Szeredi27af48b2003-10-04 17:31:38 +00001512003-10-04 Miklos Szeredi <mszeredi@inf.bme.hu>
152
153 * kernel version detection fix
154
155 * fusermount now uses "lazy" umount option
156
157 * fusermount can use modprobe with module-init-tools
158
Miklos Szeredida4e4862003-09-08 11:14:11 +00001592003-09-08 Miklos Szeredi <mszeredi@inf.bme.hu>
160
161 * Integrated caching patch by Michael Grigoriev
162
Miklos Szeredida4e4862003-09-08 11:14:11 +0000163 * Added "Filesystems" file with descriptions of projects using
164 FUSE
165
Miklos Szeredi02ceb112003-09-08 13:52:25 +0000166 * Added patch by Michael Grigoriev to allow compliation of FUSE
167 kernel module for 2.6 kernels
168
Miklos Szeredi84838472003-06-02 06:12:27 +00001692003-06-02 Miklos Szeredi <mszeredi@inf.bme.hu>
170
171 * And another spec-file fix by Achim Settelmeier
172
Miklos Szeredi21c282b2003-05-26 07:12:57 +00001732003-05-26 Miklos Szeredi <mszeredi@inf.bme.hu>
174
175 * Spec-file fix by Achim Settelmeier
176
Miklos Szeredi79b461a2003-03-10 09:35:34 +00001772003-03-10 Miklos Szeredi <mszeredi@inf.bme.hu>
178
179 * Fix umount oops (found by Samuli Kärkkäinen)
180
Miklos Szeredi941ae4c2003-03-05 08:29:58 +00001812003-03-05 Miklos Szeredi <mszeredi@inf.bme.hu>
182
183 * Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
184
Miklos Szeredia9b2f262003-03-04 09:37:20 +00001852003-03-04 Miklos Szeredi <mszeredi@inf.bme.hu>
186
187 * Updated fuse.spec file (Achim Settelmeier)
188
Miklos Szeredic0226bb2003-02-19 16:05:06 +00001892003-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
190
191 * Version 1.0 released
192
Miklos Szeredifa84e0d2003-02-13 09:53:33 +00001932003-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
194
195 * SuSE compilation fix by Juan-Mariano de Goyeneche
196
Miklos Szeredic8ba2372002-12-10 12:26:00 +00001972002-12-10 Miklos Szeredi <mszeredi@inf.bme.hu>
198
199 * The release() VFS call is now exported to the FUSE interface
200
Miklos Szeredi0f48a262002-12-05 14:23:01 +00002012002-12-05 Miklos Szeredi <mszeredi@inf.bme.hu>
202
203 * 64 bit file offset fixes in the fuse kernel module
204
205 * Added function 'fuse_exit()' which can be used to exit the main
206 loop
207
Miklos Szeredi5f054812002-12-03 18:45:21 +00002082002-12-03 Miklos Szeredi <mszeredi@inf.bme.hu>
209
210 * Added _FILE_OFFSET_BITS=64 define to fuse.h. Note, that this is
211 an incompatible interface change.
212
Miklos Szeredi6bf8b682002-10-28 08:49:39 +00002132002-10-28 Miklos Szeredi <mszeredi@inf.bme.hu>
214
215 * Portablility fix (bug reported by C. Chris Erway)
216
Miklos Szeredid6e9f882002-10-25 11:40:14 +00002172002-10-25 Miklos Szeredi <mszeredi@inf.bme.hu>
218
219 * Use Mark Glines' fd passing method for default operation instead
220 of old reexec
221
Miklos Szeredi60c23522002-10-24 09:19:43 +00002222002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
223
Miklos Szeredi5e5d61f2002-10-24 11:50:33 +0000224 * fix "Stale NFS file handle" bug caused by changes in 2.4.19
225
2262002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
227
Miklos Szeredi60c23522002-10-24 09:19:43 +0000228 * fix incompatiblity with Red Hat kernels, with help from Nathan
229 Thompson-Amato.
230
Mark Glines65ba2192002-04-18 14:41:48 +00002312002-04-18 Mark Glines <mark@glines.org>
232
233 * added an alternative to fuse_mount(), called
234 fuse_mount_ioslave(), which does not need to reexec the
235 FUSE program.
236 * added a small helper util needed by fuse_mount_ioslave().
237
Mark Glines220635a2002-03-17 07:01:14 +00002382002-03-16 Mark Glines <mark@glines.org>
239
240 * use struct fuse_statfs everywhere possible to avoid problems
241 with the headerfiles changing struct statfs member sizes
242
Miklos Szeredi081f3c22002-03-01 07:47:35 +00002432002-03-01 Miklos Szeredi <mszeredi@inf.bme.hu>
244
245 * Another RPM spec file for RedHat >= 7 by Ian Pilcher
246
Miklos Szeredif782fc42002-01-14 08:48:46 +00002472002-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
248
249 * RPM support by Achim Settelmeier
250
Miklos Szeredi4b2bef42002-01-09 12:23:27 +00002512002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
252
Miklos Szerediddc862a2002-01-09 13:46:10 +0000253 * Version 0.95 released
254
2552002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
256
Miklos Szeredi4b2bef42002-01-09 12:23:27 +0000257 * Revaidate all path components not just the last, this means a
258 very small performance penalty for being more up-to-date.
259
2602002-01-08 Miklos Szeredi <mszeredi@inf.bme.hu>
261
262 * Update and fix python interface
263
Mark Glinesd84b39a2002-01-07 16:32:02 +00002642002-01-07 Mark Glines <mark@glines.org>
265
266 * Added statfs() support to kernel, lib, examples, and perl!
267
Miklos Szeredi46a46dc2002-01-08 09:55:14 +00002682001-12-26 Miklos Szeredi <mszeredi@inf.bme.hu>
269
270 * Better cross compilation support
271
272 * Ported to Compaq IPAQ
273
Miklos Szeredife25def2001-12-20 15:38:05 +00002742001-12-20 Miklos Szeredi <mszeredi@inf.bme.hu>
275
276 * Added function fuse_get_context() to library API (inspired by
277 patch from Matt Ryan)
278
279 * Added flags to fusermount and to kernel interface to control
280 permission checking
Miklos Szeredi8cffdb92001-11-09 14:49:18 +0000281
Miklos Szeredife25def2001-12-20 15:38:05 +0000282 * Integrated fuse_set_operations() into fuse_new()
283
2842001-12-08 Miklos Szeredi <mszeredi@inf.bme.hu>
285
286 * Applied header protection + extern "C" patch by Roland
287 Bauerschmidt
288
2892001-12-02 Miklos Szeredi <mszeredi@inf.bme.hu>
290
291 * Added perl bindings by Mark Glines
292
2932001-11-21 Miklos Szeredi <mszeredi@inf.bme.hu>
294
295 * Cleaned up way of mounting simple filesystems.
296
297 * fuse_main() helper function added
298
2992001-11-18 Miklos Szeredi <mszeredi@inf.bme.hu>
300
301 * Optimized read/write operations, so that minimal copying of data
302 is done
303
3042001-11-14 Miklos Szeredi <mszeredi@inf.bme.hu>
305
306 * Python bindings by Jeff Epler added
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000307
3082001-11-13 Miklos Szeredi <mszeredi@inf.bme.hu>
309
310 * Fixed vfsmount reference leak in fuse_follow_link
311
312 * FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
313 userspace is ignored
314
Miklos Szeredife25def2001-12-20 15:38:05 +00003152001-11-09 Miklos Szeredi <mszeredi@inf.bme.hu>
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000316
Miklos Szeredife25def2001-12-20 15:38:05 +0000317 * Started ChangeLog