Lines Matching refs:to
14 Alas, I've got no alpha to debug. :-(
20 - The feature to automatically make the fs clean
24 - When a file is truncated to a size that is not
27 this fs never claimed to be Posix conformant.
29 Please direct bug reports to: zippel@linux-m68k.org
45 - change to global min macro + warning fixes
65 - disable link to directories until we can properly support them.
94 - Converted to use 2.3.x page cache [Dave Jones]
100 - Changed partition checker to allow devices
104 word at 0xd0 that Windows likes to write to.
109 - Moved cleanup from release_file() to put_inode().
154 and case insensitive name comparisons to use
158 - Added mount option 'mufs' to force muFS
167 - Added dentry callbacks to allow the dcache to
186 - dentry changes. (Thanks to Jes Sorensen for his help.)
198 the pointer to the next entry in the hash chain wasn't
209 is that unlink(), rename() and rmdir() have to
211 effort. This also led to some code cleanup.
213 - Changed name type to unsigned char; the test for
215 (Thanks to Michael Krause for pointing at this.)
219 - Changed all network byte-order macros to the
222 - Added a remount function, so attempts to remount
229 (Thanks to Bill Hawes.)
235 to be remounted read/write.
237 - Owner/Group defaults now to the fs user (i.e.
241 - Argument to volume option could overflow the
242 name buffer. It is now silently truncated to
251 truncate(), this led to an Oops.
257 you to do "mv oldname OldName").
273 (Thanks to Kars de Jong for finding this.)
279 - Tried to make all types 'correct' and consistent.
284 (There's one exception to this, as in that function
285 is no pointer to the super block available.)
306 - Minor changes to adhere to the new VFS interface.
309 - Prefixed some constants with AFFS_ to avoid name
318 - Allow dir-cache filesystems to be mounted
336 - Fixed a few things to get it compiled.