Lines Matching +full:fixed +full:- +full:links
7 -----------
9 - Doesn't work on the alpha. The only 64/32-bit
14 Alas, I've got no alpha to debug. :-(
16 - The partition checker (drivers/block/genhd.c)
20 - The feature to automatically make the fs clean
24 - When a file is truncated to a size that is not
29 Please direct bug reports to: zippel@linux-m68k.org
32 ------------
33 - kill kernel lock
34 - fix for a possible bitmap corruption
37 ------------
39 - sizeof changes from Kernel Janitor Project
40 - several bug fixes found with fsx
43 ------------
45 - change to global min macro + warning fixes
46 - add module tags
49 ------------
51 - locking fixes
52 - wrong sign in __affs_hash_dentry
53 - remove unnecessary check in affs_new_inode
54 - enable international mode for dircache fs
57 ------------
59 - use mark_buffer_dirty_inode instead of mark_buffer_dirty.
60 - introduce affs_lock_{link|dir|ext}.
63 ------------
65 - disable link to directories until we can properly support them.
66 - locking fixes for link creation/removal.
69 ------------
71 - correctly cut off long file names for compares
72 - correctly initialize s_last_bmap
75 ------------
78 - new extended block handling
79 - new bitmap allocation functions
80 - locking should be safe for the future
81 - cleanup of some interfaces
84 ------------
87 - s_lock changes
88 - increased getblock mess
89 - clear meta blocks
92 ------------
94 - Converted to use 2.3.x page cache [Dave Jones]
95 - Corruption in truncate() bugfix [Ken Tyler <kent@werple.net.au>]
98 ------------
100 - Changed partition checker to allow devices
103 - The partition checker now also ignores the
107 -----------
109 - Moved cleanup from release_file() to put_inode().
112 - truncate() zeroes the unused remainder of a
118 - Added a few comments, fixed some typos (and
123 - Sets the NOEXEC flag in read_super() for old file
127 -----------
131 - Cleanup of error handling in read_super().
135 - put_inode() releases the ext cache only if it's
138 - One set of dentry callbacks is enough. (BH)
140 - Cleanup of error handling in namei.c. (BH)
142 - Cleanup of error handling in file.c. (BH)
144 - The original blocksize of the device is
147 - getblock() did not invalidate the key cache
150 - Removed some unnecessary locks as Bill
153 - Simplified match_name(), changed all hashing
158 - Added mount option 'mufs' to force muFS
161 - File mode changes were not updated on disk.
162 This was fixed before, but somehow got lost.
165 -----------
167 - Added dentry callbacks to allow the dcache to
171 - getblock() didn't update the lastblock field in the
176 - Remove some more superfluous code left over from
179 - Fixed some oversights which were in patch 2.1.78.
181 - Fixed a few typos.
184 -----------
186 - dentry changes. (Thanks to Jes Sorensen for his help.)
188 - Fixed bug in balloc(): Superblock was not set dirty after
191 - Fixed nasty bug in find_new_zone(): If the current
193 causing a solid lock-up.
195 - Removed support for old-style directory reads.
197 - Fixed bug in add_entry(): When doing a sorted insert,
199 correctly byte-swapped. Since most of the users of the
203 - Fixed some oversights (version wasn't updated on some
206 - Handling of hard links rewritten. To the VFS
207 they appear now as normal Unix links. They are
213 - Changed name type to unsigned char; the test for
217 - Changed mapping of executable flag.
219 - Changed all network byte-order macros to the
222 - Added a remount function, so attempts to remount
228 - Call shrink_dcache_parent() in rmdir().
231 - Permission checks in unlink().
233 - Allow mounting of volumes with superfluous
237 - Owner/Group defaults now to the fs user (i.e.
241 - Argument to volume option could overflow the
246 - Split inode.c into 2 files, the superblock
249 - truncate() didn't allocate an extension block
253 - fsuser is now checked last.
255 - rename() will not ignore changes in filename
260 -----------
262 - Extension block caches are now allocated on
267 - Removed an unused function.
270 -----------
272 - Hash chains are now sorted by block numbers.
274 - Removed all unnecessary external symbols.
277 -----------
279 - Tried to make all types 'correct' and consistent.
280 - Errors and warnings are now reported via a
286 - The filesystem is remounted read-only after an
288 - The names of newly created filesystem objects are
290 - Minor cleanups in comments.
291 - Added this Changes file. At last!
294 -----------
296 - Extension block cache: Reading/writing of huge files
300 - The same get_block()-routine can now be used for
302 - The super block is now searched in the block that
304 should remedy the round-off error introduced by
305 the 1-k blocks that Linux uses.
306 - Minor changes to adhere to the new VFS interface.
307 - The number of used blocks is now also calculated
308 if the filesystem is mounted read-only.
309 - Prefixed some constants with AFFS_ to avoid name
311 - Removed 'EXPERIMENTAL' status.
314 -----------
316 - Fixed a nasty bug which didn't allow read-only
318 - Allow dir-cache filesystems to be mounted
320 - OFS support.
321 - Several other changes I just cannot remember
325 -----------
327 - Almost complete rewrite for the new VFS
329 - Write support.
330 - Support for hard and symbolic links.
331 - Lots of things I remember even less ...
334 -----------
336 - Fixed a few things to get it compiled.
337 - Automatic root block calculation.
338 - Partition checker for genhd.c