blob: 8dfab5d054e982206d42cda2cd65a6527fdd727b [file] [log] [blame]
Miklos Szeredi7ffb8cf2004-01-05 15:07:12 +000012004-01-05 Miklos Szeredi <mszeredi@inf.bme.hu>
2
3 * Added -d option to fusermount
4
Miklos Szeredi2f3d9402003-12-15 12:11:33 +000052003-12-15 Miklos Szeredi <mszeredi@inf.bme.hu>
6
7 * Added major+minor version to library API, and minor version to
8 kernel API
9
David McNab7a19caf2003-12-13 02:05:46 +0000102003-12-13 David McNab <david@rebirthing.co.nz>
11
12 * Implemented fsync support in examples/example.py
13
14 * Implemented 'fsync' and 'statfs' methods in python
15 interface
16
Miklos Szeredie4cf7332003-12-12 11:53:31 +0000172003-12-12 Miklos Szeredi <mszeredi@inf.bme.hu>
18
19 * Make it compile on 2.4.19.
20
Miklos Szeredi5e43f2c2003-12-12 14:06:41 +000021 * Add fsync operation (write file failed on xemacs & vi)
Miklos Szeredie4cf7332003-12-12 11:53:31 +000022
David McNab8bf62632003-12-11 22:49:22 +0000232003-12-12 David McNab <david@rebirthing.co.nz>
24
25 * Added distutils support to the python module, as per standard
26 python development practice
27
Miklos Szeredi874d95d2003-12-11 14:27:57 +0000282003-12-11 Miklos Szeredi <mszeredi@inf.bme.hu>
29
30 * Add file locking for mount/unmount (based on patch by Valient
31 Gough)
32
332003-12-11 David McNab <david@rebirthing.co.nz>
34
35 * Python filesystem - was broken with python2.3, now fixed:
36 - changed PyTuple_* calls to PySequence_*, because os.lstat
37 is no longer returning a pure tuple
38 - changed PyInt_Check() calls to also call PyLong_Check,
39 to cover for cases (eg os.lstat) where longs are returned
40 - Added support for file 'release' handling, which IMO is
41 essential since this signals to a FS that writes to a file
42 are complete (and therefore the file can now be disposed of
43 meaningfully at the python filesystem's discretion)
44 - Added '__init__' handler to base Fuse class, which allows
45 your Python class to know the mountpoint and mount args,
46 as attributes myfs.mountpoint, myfs.optlist, myfs.optdict
47
48 * General:
49 - added 'mount.fuse' script (in util/ dir), which is meant to be
50 symlinked from /sbin, and which allows FUSE filesystems to
51 be mounted with the 'mount' command, and listed in fstab;
52 also, mount arguments get passed to your filesystem
53
54
Miklos Szeredif27ec7d2003-11-04 13:46:32 +0000552003-11-04 Miklos Szeredi <mszeredi@inf.bme.hu>
56
57 * Fix kernel version detection (again). Bugreport by Peter Levart
58
Miklos Szeredi36ca5562003-11-03 19:32:14 +0000592003-11-03 Miklos Szeredi <mszeredi@inf.bme.hu>
60
61 * Applied read combining patch by Michael Grigoriev (tested by
62 Valient Gough and Vincent Wagelaar)
63
Miklos Szeredif08ace02003-10-22 11:11:57 +0000642003-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
65
66 * Mtab handling fix in fusermount by "Valient Gough" (SF patch
67 #766443)
68
Miklos Szeredi0e535082003-10-13 10:08:06 +0000692003-10-13 Miklos Szeredi <mszeredi@inf.bme.hu>
70
71 * Error code fixes in kernel module
72
Miklos Szeredi27af48b2003-10-04 17:31:38 +0000732003-10-04 Miklos Szeredi <mszeredi@inf.bme.hu>
74
75 * kernel version detection fix
76
77 * fusermount now uses "lazy" umount option
78
79 * fusermount can use modprobe with module-init-tools
80
Miklos Szeredida4e4862003-09-08 11:14:11 +0000812003-09-08 Miklos Szeredi <mszeredi@inf.bme.hu>
82
83 * Integrated caching patch by Michael Grigoriev
84
Miklos Szeredida4e4862003-09-08 11:14:11 +000085 * Added "Filesystems" file with descriptions of projects using
86 FUSE
87
Miklos Szeredi02ceb112003-09-08 13:52:25 +000088 * Added patch by Michael Grigoriev to allow compliation of FUSE
89 kernel module for 2.6 kernels
90
Miklos Szeredi84838472003-06-02 06:12:27 +0000912003-06-02 Miklos Szeredi <mszeredi@inf.bme.hu>
92
93 * And another spec-file fix by Achim Settelmeier
94
Miklos Szeredi21c282b2003-05-26 07:12:57 +0000952003-05-26 Miklos Szeredi <mszeredi@inf.bme.hu>
96
97 * Spec-file fix by Achim Settelmeier
98
Miklos Szeredi79b461a2003-03-10 09:35:34 +0000992003-03-10 Miklos Szeredi <mszeredi@inf.bme.hu>
100
101 * Fix umount oops (found by Samuli Kärkkäinen)
102
Miklos Szeredi941ae4c2003-03-05 08:29:58 +00001032003-03-05 Miklos Szeredi <mszeredi@inf.bme.hu>
104
105 * Merge of fuse_redhat.spec and fuse.spec by Achim Settelmeier
106
Miklos Szeredia9b2f262003-03-04 09:37:20 +00001072003-03-04 Miklos Szeredi <mszeredi@inf.bme.hu>
108
109 * Updated fuse.spec file (Achim Settelmeier)
110
Miklos Szeredic0226bb2003-02-19 16:05:06 +00001112003-02-19 Miklos Szeredi <mszeredi@inf.bme.hu>
112
113 * Version 1.0 released
114
Miklos Szeredifa84e0d2003-02-13 09:53:33 +00001152003-02-12 Miklos Szeredi <mszeredi@inf.bme.hu>
116
117 * SuSE compilation fix by Juan-Mariano de Goyeneche
118
Miklos Szeredic8ba2372002-12-10 12:26:00 +00001192002-12-10 Miklos Szeredi <mszeredi@inf.bme.hu>
120
121 * The release() VFS call is now exported to the FUSE interface
122
Miklos Szeredi0f48a262002-12-05 14:23:01 +00001232002-12-05 Miklos Szeredi <mszeredi@inf.bme.hu>
124
125 * 64 bit file offset fixes in the fuse kernel module
126
127 * Added function 'fuse_exit()' which can be used to exit the main
128 loop
129
Miklos Szeredi5f054812002-12-03 18:45:21 +00001302002-12-03 Miklos Szeredi <mszeredi@inf.bme.hu>
131
132 * Added _FILE_OFFSET_BITS=64 define to fuse.h. Note, that this is
133 an incompatible interface change.
134
Miklos Szeredi6bf8b682002-10-28 08:49:39 +00001352002-10-28 Miklos Szeredi <mszeredi@inf.bme.hu>
136
137 * Portablility fix (bug reported by C. Chris Erway)
138
Miklos Szeredid6e9f882002-10-25 11:40:14 +00001392002-10-25 Miklos Szeredi <mszeredi@inf.bme.hu>
140
141 * Use Mark Glines' fd passing method for default operation instead
142 of old reexec
143
Miklos Szeredi60c23522002-10-24 09:19:43 +00001442002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
145
Miklos Szeredi5e5d61f2002-10-24 11:50:33 +0000146 * fix "Stale NFS file handle" bug caused by changes in 2.4.19
147
1482002-10-22 Miklos Szeredi <mszeredi@inf.bme.hu>
149
Miklos Szeredi60c23522002-10-24 09:19:43 +0000150 * fix incompatiblity with Red Hat kernels, with help from Nathan
151 Thompson-Amato.
152
Mark Glines65ba2192002-04-18 14:41:48 +00001532002-04-18 Mark Glines <mark@glines.org>
154
155 * added an alternative to fuse_mount(), called
156 fuse_mount_ioslave(), which does not need to reexec the
157 FUSE program.
158 * added a small helper util needed by fuse_mount_ioslave().
159
Mark Glines220635a2002-03-17 07:01:14 +00001602002-03-16 Mark Glines <mark@glines.org>
161
162 * use struct fuse_statfs everywhere possible to avoid problems
163 with the headerfiles changing struct statfs member sizes
164
Miklos Szeredi081f3c22002-03-01 07:47:35 +00001652002-03-01 Miklos Szeredi <mszeredi@inf.bme.hu>
166
167 * Another RPM spec file for RedHat >= 7 by Ian Pilcher
168
Miklos Szeredif782fc42002-01-14 08:48:46 +00001692002-01-14 Miklos Szeredi <mszeredi@inf.bme.hu>
170
171 * RPM support by Achim Settelmeier
172
Miklos Szeredi4b2bef42002-01-09 12:23:27 +00001732002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
174
Miklos Szerediddc862a2002-01-09 13:46:10 +0000175 * Version 0.95 released
176
1772002-01-09 Miklos Szeredi <mszeredi@inf.bme.hu>
178
Miklos Szeredi4b2bef42002-01-09 12:23:27 +0000179 * Revaidate all path components not just the last, this means a
180 very small performance penalty for being more up-to-date.
181
1822002-01-08 Miklos Szeredi <mszeredi@inf.bme.hu>
183
184 * Update and fix python interface
185
Mark Glinesd84b39a2002-01-07 16:32:02 +00001862002-01-07 Mark Glines <mark@glines.org>
187
188 * Added statfs() support to kernel, lib, examples, and perl!
189
Miklos Szeredi46a46dc2002-01-08 09:55:14 +00001902001-12-26 Miklos Szeredi <mszeredi@inf.bme.hu>
191
192 * Better cross compilation support
193
194 * Ported to Compaq IPAQ
195
Miklos Szeredife25def2001-12-20 15:38:05 +00001962001-12-20 Miklos Szeredi <mszeredi@inf.bme.hu>
197
198 * Added function fuse_get_context() to library API (inspired by
199 patch from Matt Ryan)
200
201 * Added flags to fusermount and to kernel interface to control
202 permission checking
Miklos Szeredi8cffdb92001-11-09 14:49:18 +0000203
Miklos Szeredife25def2001-12-20 15:38:05 +0000204 * Integrated fuse_set_operations() into fuse_new()
205
2062001-12-08 Miklos Szeredi <mszeredi@inf.bme.hu>
207
208 * Applied header protection + extern "C" patch by Roland
209 Bauerschmidt
210
2112001-12-02 Miklos Szeredi <mszeredi@inf.bme.hu>
212
213 * Added perl bindings by Mark Glines
214
2152001-11-21 Miklos Szeredi <mszeredi@inf.bme.hu>
216
217 * Cleaned up way of mounting simple filesystems.
218
219 * fuse_main() helper function added
220
2212001-11-18 Miklos Szeredi <mszeredi@inf.bme.hu>
222
223 * Optimized read/write operations, so that minimal copying of data
224 is done
225
2262001-11-14 Miklos Szeredi <mszeredi@inf.bme.hu>
227
228 * Python bindings by Jeff Epler added
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000229
2302001-11-13 Miklos Szeredi <mszeredi@inf.bme.hu>
231
232 * Fixed vfsmount reference leak in fuse_follow_link
233
234 * FS blocksize is set to PAGE_CACHE_SIZE, blksize attribute from
235 userspace is ignored
236
Miklos Szeredife25def2001-12-20 15:38:05 +00002372001-11-09 Miklos Szeredi <mszeredi@inf.bme.hu>
Miklos Szeredi838c14f2001-11-14 08:16:20 +0000238
Miklos Szeredife25def2001-12-20 15:38:05 +0000239 * Started ChangeLog