blob: 97c281e9ed3cf1f19646c7d2cf0a863974650c38 [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 Szeredid1199f82004-02-06 15:29:22 +00006
7 * Readpage calls flush_dcache_page() after storing data
8
9 * Use i_size_read/write for accessing inode->i_size
Miklos Szeredi89b86af2004-02-06 17:02:08 +000010
11 * Make loopback mount of a fuse file work
Miklos Szeredi377b2ea2004-02-06 09:48:51 +000012
Miklos Szeredi88124792004-02-04 11:06:17 +0000132004-02-04 Miklos Szeredi <mszeredi@inf.bme.hu>
14
15 * Released 1.1
16
Miklos Szeredi72f6a932004-01-29 11:29:18 +0000172004-01-29 Miklos Szeredi <mszeredi@inf.bme.hu>
18
19 * Properly check if the inode exists in fuse_invalidate
20
Miklos Szerediedf26632004-01-27 14:54:47 +0000212004-01-27 Miklos Szeredi <mszeredi@inf.bme.hu>
22
23 * Added -q option for fusermount
24
25 * fuse_unmount() now uses -q option of fusermount, so no error is
26 printed if the cause of the program exit is that the filesystem
27 has already been unmounted
28
Miklos Szeredif4f8b892004-01-27 17:04:59 +000029 * Fix i_nlink correctness after rmdir/unlink
30
Miklos Szeredi307242f2004-01-26 11:28:44 +0000312004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
32
Miklos Szeredib1158392004-01-26 14:43:12 +000033 * Released 1.1-pre2
34
352004-01-26 Miklos Szeredi <mszeredi@inf.bme.hu>
36
Miklos Szeredi307242f2004-01-26 11:28:44 +000037 * Fix typo (thanks Marcos Dione)
Miklos Szeredib1158392004-01-26 14:43:12 +000038
39 * Compile fixes for 2.4 kernels
Miklos Szeredi307242f2004-01-26 11:28:44 +000040
412004-01-23 Miklos Szeredi <mszeredi@inf.bme.hu>
42
43 * Fix CONFIG_MODVERSIONS compile on 2.6
44
452004-01-22 Miklos Szeredi <mszeredi@inf.bme.hu>
46
47 * Write all pending data before a RELEASE operation
48
49 * Suppress 'Bad file descriptor' warning on exit
50
51 * Replaced fusermount option '-d xxx' with '-n xxx' so it doesn't
Miklos Szeredib1158392004-01-26 14:43:12 +000052 get confused with '-d' of fuse_main() (sorry about this change)
Miklos Szeredi307242f2004-01-26 11:28:44 +000053
Miklos Szeredib1158392004-01-26 14:43:12 +000054 * New fusermount option '-l' which enables big reads. Big reads
55 are now disabled by default.
Miklos Szeredi307242f2004-01-26 11:28:44 +000056
57 * fuse_main() can accept fusermount arguments after a '--'
58
Miklos Szeredie815c032004-01-19 18:20:49 +0000592004-01-19 Miklos Szeredi <mszeredi@inf.bme.hu>
60
61 * Support for exporting filesystem over NFS (see README.NFS)
62
Miklos Szeredi7c35cf92004-01-14 16:56:49 +0000632004-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
64
65 * Support non-blocking writepage on 2.6. This makes FUSE behave
66 much more nicely in low-memory situations
67
68 * Fix 32-bit dev handling in getattr and mknod for 2.6 kernels.
69 (Note: the mknod method does not yet use 32bit device number)
70
Miklos Szeredie8663f32004-01-13 15:33:12 +0000712004-01-13 Miklos Szeredi <mszeredi@inf.bme.hu>
72
73 * Code cleanups
74
Miklos Szeredi4b7abe32004-01-07 16:49:12 +0000752004-01-07 Miklos Szeredi <mszeredi@inf.bme.hu>
76
77 * Released 1.1-pre1
78
Miklos Szeredif85ab242004-01-07 12:16:45 +0000792004-01-06 Miklos Szeredi <mszeredi@inf.bme.hu>
80
81 * Integrated 2.6 kernel support patch by Michael Grigoriev
82
83 * Improvements and cleanups for 2.6 kernels
84
Miklos Szeredi7ffb8cf2004-01-05 15:07:12 +0000852004-01-05 Miklos Szeredi <mszeredi@inf.bme.hu>
86
87 * Added -d option to fusermount
88
Miklos Szeredi2f3d9402003-12-15 12:11:33 +0000892003-12-15 Miklos Szeredi <mszeredi@inf.bme.hu>
90
91 * Added major+minor version to library API, and minor version to
92 kernel API
93
David McNab7a19caf2003-12-13 02:05:46 +0000942003-12-13 David McNab <david@rebirthing.co.nz>
95
96 * Implemented fsync support in examples/example.py
97
98 * Implemented 'fsync' and 'statfs' methods in python
99 interface
100
Miklos Szeredie4cf7332003-12-12 11:53:31 +00001012003-12-12 Miklos Szeredi <mszeredi@inf.bme.hu>
102
103 * Make it compile on 2.4.19.
104
Miklos Szeredi5e43f2c2003-12-12 14:06:41 +0000105 * Add fsync operation (write file failed on xemacs & vi)
Miklos Szeredie4cf7332003-12-12 11:53:31 +0000106
David McNab8bf62632003-12-11 22:49:22 +00001072003-12-12 David McNab <david@rebirthing.co.nz>
108
109 * Added distutils support to the python module, as per standard
110 python development practice
111
Miklos Szeredi874d95d2003-12-11 14:27:57 +00001122003-12-11 Miklos Szeredi <mszeredi@inf.bme.hu>
113
114 * Add file locking for mount/unmount (based on patch by Valient
115 Gough)
116
1172003-12-11 David McNab <david@rebirthing.co.nz>
118
119 * Python filesystem - was broken with python2.3, now fixed:
120 - changed PyTuple_* calls to PySequence_*, because os.lstat
121 is no longer returning a pure tuple
122 - changed PyInt_Check() calls to also call PyLong_Check,
123 to cover for cases (eg os.lstat) where longs are returned
124 - Added support for file 'release' handling, which IMO is
125 essential since this signals to a FS that writes to a file
126 are complete (and therefore the file can now be disposed of
127 meaningfully at the python filesystem's discretion)
128 - Added '__init__' handler to base Fuse class, which allows
129 your Python class to know the mountpoint and mount args,
130 as attributes myfs.mountpoint, myfs.optlist, myfs.optdict
131
132 * General:
133 - added 'mount.fuse' script (in util/ dir), which is meant to be
134 symlinked from /sbin, and which allows FUSE filesystems to
135 be mounted with the 'mount' command, and listed in fstab;
136 also, mount arguments get passed to your filesystem
137
138
Miklos Szeredif27ec7d2003-11-04 13:46:32 +00001392003-11-04 Miklos Szeredi <mszeredi@inf.bme.hu>
140
141 * Fix kernel version detection (again). Bugreport by Peter Levart
142
Miklos Szeredi36ca5562003-11-03 19:32:14 +00001432003-11-03 Miklos Szeredi <mszeredi@inf.bme.hu>
144
145 * Applied read combining patch by Michael Grigoriev (tested by
146 Valient Gough and Vincent Wagelaar)
147
Miklos Szeredif08ace02003-10-22 11:11:57 +00001482003-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
149
150 * Mtab handling fix in fusermount by "Valient Gough" (SF patch
151 #766443)
152
Miklos Szeredi0e535082003-10-13 10:08:06 +00001532003-10-13 Miklos Szeredi <mszeredi@inf.bme.hu>
154
155 * Error code fixes in kernel module
156
Miklos Szeredi27af48b2003-10-04 17:31:38 +00001572003-10-04 Miklos Szeredi <mszeredi@inf.bme.hu>
158
159 * kernel version detection fix
160
161 * fusermount now uses "lazy" umount option
162
163 * fusermount can use modprobe with module-init-tools
164
Miklos Szeredida4e4862003-09-08 11:14:11 +00001652003-09-08 Miklos Szeredi <mszeredi@inf.bme.hu>
166
167 * Integrated caching patch by Michael Grigoriev
168
Miklos Szeredida4e4862003-09-08 11:14:11 +0000169 * Added "Filesystems" file with descriptions of projects using
170 FUSE
171
Miklos Szeredi02ceb112003-09-08 13:52:25 +0000172 * Added patch by Michael Grigoriev to allow compliation of FUSE
173 kernel module for 2.6 kernels
174
Miklos Szeredi84838472003-06-02 06:12:27 +00001752003-06-02 Miklos Szeredi <mszeredi@inf.bme.hu>
176
177 * And another spec-file fix by Achim Settelmeier
178
Miklos Szeredi21c282b2003-05-26 07:12:57 +00001792003-05-26 Miklos Szeredi <mszeredi@inf.bme.hu>
180
181 * Spec-file fix by Achim Settelmeier
182
Miklos Szeredi79b461a2003-03-10 09:35:34 +00001832003-03-10 Miklos Szeredi <mszeredi@inf.bme.hu>
184
185 * Fix umount oops (found by Samuli Kärkkäinen)
186
Miklos Szeredi941ae4c2003-03-05 08:29:58 +00001872003-03-05 Miklos Szeredi <mszeredi@inf.bme.hu>
188
189 * Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
190
Miklos Szeredia9b2f262003-03-04 09:37:20 +00001912003-03-04 Miklos Szeredi <mszeredi@inf.bme.hu>
192
193 * Updated fuse.spec file (Achim Settelmeier)
194
Miklos Szeredic0226bb2003-02-19 16:05:06 +00001952003-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
196
197 * Version 1.0 released
198
Miklos Szeredifa84e0d2003-02-13 09:53:33 +00001992003-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
200
201 * SuSE compilation fix by Juan-Mariano de Goyeneche
202
Miklos Szeredic8ba2372002-12-10 12:26:00 +00002032002-12-10 Miklos Szeredi <mszeredi@inf.bme.hu>
204
205 * The release() VFS call is now exported to the FUSE interface
206
Miklos Szeredi0f48a262002-12-05 14:23:01 +00002072002-12-05 Miklos Szeredi <mszeredi@inf.bme.hu>
208
209 * 64 bit file offset fixes in the fuse kernel module
210
211 * Added function 'fuse_exit()' which can be used to exit the main
212 loop
213
Miklos Szeredi5f054812002-12-03 18:45:21 +00002142002-12-03 Miklos Szeredi <mszeredi@inf.bme.hu>
215
216 * Added _FILE_OFFSET_BITS=64 define to fuse.h. Note, that this is
217 an incompatible interface change.
218
Miklos Szeredi6bf8b682002-10-28 08:49:39 +00002192002-10-28 Miklos Szeredi <mszeredi@inf.bme.hu>
220
221 * Portablility fix (bug reported by C. Chris Erway)
222
Miklos Szeredid6e9f882002-10-25 11:40:14 +00002232002-10-25 Miklos Szeredi <mszeredi@inf.bme.hu>
224
225 * Use Mark Glines' fd passing method for default operation instead
226 of old reexec
227
Miklos Szeredi60c23522002-10-24 09:19:43 +00002282002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
229
Miklos Szeredi5e5d61f2002-10-24 11:50:33 +0000230 * fix "Stale NFS file handle" bug caused by changes in 2.4.19
231
2322002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
233
Miklos Szeredi60c23522002-10-24 09:19:43 +0000234 * fix incompatiblity with Red Hat kernels, with help from Nathan
235 Thompson-Amato.
236
Mark Glines65ba2192002-04-18 14:41:48 +00002372002-04-18 Mark Glines <mark@glines.org>
238
239 * added an alternative to fuse_mount(), called
240 fuse_mount_ioslave(), which does not need to reexec the
241 FUSE program.
242 * added a small helper util needed by fuse_mount_ioslave().
243
Mark Glines220635a2002-03-17 07:01:14 +00002442002-03-16 Mark Glines <mark@glines.org>
245
246 * use struct fuse_statfs everywhere possible to avoid problems
247 with the headerfiles changing struct statfs member sizes
248
Miklos Szeredi081f3c22002-03-01 07:47:35 +00002492002-03-01 Miklos Szeredi <mszeredi@inf.bme.hu>
250
251 * Another RPM spec file for RedHat >= 7 by Ian Pilcher
252
Miklos Szeredif782fc42002-01-14 08:48:46 +00002532002-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
254
255 * RPM support by Achim Settelmeier
256
Miklos Szeredi4b2bef42002-01-09 12:23:27 +00002572002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
258
Miklos Szerediddc862a2002-01-09 13:46:10 +0000259 * Version 0.95 released
260
2612002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
262
Miklos Szeredi4b2bef42002-01-09 12:23:27 +0000263 * Revaidate all path components not just the last, this means a
264 very small performance penalty for being more up-to-date.
265
2662002-01-08 Miklos Szeredi <mszeredi@inf.bme.hu>
267
268 * Update and fix python interface
269
Mark Glinesd84b39a2002-01-07 16:32:02 +00002702002-01-07 Mark Glines <mark@glines.org>
271
272 * Added statfs() support to kernel, lib, examples, and perl!
273
Miklos Szeredi46a46dc2002-01-08 09:55:14 +00002742001-12-26 Miklos Szeredi <mszeredi@inf.bme.hu>
275
276 * Better cross compilation support
277
278 * Ported to Compaq IPAQ
279
Miklos Szeredife25def2001-12-20 15:38:05 +00002802001-12-20 Miklos Szeredi <mszeredi@inf.bme.hu>
281
282 * Added function fuse_get_context() to library API (inspired by
283 patch from Matt Ryan)
284
285 * Added flags to fusermount and to kernel interface to control
286 permission checking
Miklos Szeredi8cffdb92001-11-09 14:49:18 +0000287
Miklos Szeredife25def2001-12-20 15:38:05 +0000288 * Integrated fuse_set_operations() into fuse_new()
289
2902001-12-08 Miklos Szeredi <mszeredi@inf.bme.hu>
291
292 * Applied header protection + extern "C" patch by Roland
293 Bauerschmidt
294
2952001-12-02 Miklos Szeredi <mszeredi@inf.bme.hu>
296
297 * Added perl bindings by Mark Glines
298
2992001-11-21 Miklos Szeredi <mszeredi@inf.bme.hu>
300
301 * Cleaned up way of mounting simple filesystems.
302
303 * fuse_main() helper function added
304
3052001-11-18 Miklos Szeredi <mszeredi@inf.bme.hu>
306
307 * Optimized read/write operations, so that minimal copying of data
308 is done
309
3102001-11-14 Miklos Szeredi <mszeredi@inf.bme.hu>
311
312 * Python bindings by Jeff Epler added
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000313
3142001-11-13 Miklos Szeredi <mszeredi@inf.bme.hu>
315
316 * Fixed vfsmount reference leak in fuse_follow_link
317
318 * FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
319 userspace is ignored
320
Miklos Szeredife25def2001-12-20 15:38:05 +00003212001-11-09 Miklos Szeredi <mszeredi@inf.bme.hu>
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000322
Miklos Szeredife25def2001-12-20 15:38:05 +0000323 * Started ChangeLog