Lines Matching +full:fixed +full:- +full:up

1 Version 0.92 (2002-03-29)
5 Version 0.92 (2002-03-27)
7 * Fixed module makefile problem. It was not compiling all the correct
10 * Fixed potential null pointer dereference when reporting an error
12 Version 0.91 (2002-03-26)
14 * Oy! Fixed stupid bug that would cause an unresolved symbol error.
17 Version 0.9 (2002-03-14)
25 Version 0.64 (2002-02-07)
29 * Fixed up some places where I assumed that a long int could hold
41 * Made a debian package of the source for use with kernel-package. [WD]
44 Version 0.63 (2002-01-31)
46 * Fixed bug in befs_find_brun_indirect() that would result in the wrong
50 * Fixed a longstanding bug in befs_find_key() that would result in it
58 * Added support for long symlinks, after Axel Dorfler explained up how
71 * Fixed makefile for module install [WD]
74 Version 0.61 (2002-01-20)
92 Version 0.6 (2001-12-15)
98 * Fixed stupid bug where specifying the uid or gid mount options as '0'
99 would result in the filesystem using the on-disk uid and gid. [WD]
123 Version 0.50 (2001-11-13)
125 * Added workaround for mis-understanding of the nature of the b+trees used
137 * Cleaned up the inode validation in inode.c [WD]
142 default linux-supplied implementation. Fixed. Works now.
147 priority parameter to kmalloc(). Fixed.
156 * Cleaned up the befs_count_blocks() function. Much smarter now.
166 * Converted all non vfs-callback functions to use befs_sb_info as the
170 * Fixed a couple of compile warnings due to use of malloc.h, when slab.h
173 * Fixed erronous includes of linux/befs_fs_i.h and linux/befs_fs_sb.h
176 Version 0.45 (2001-10-29)
189 * Fixed a thinko that was corrupting file reads after the first block_run
192 * Removed fsync() hooks, since a read-only filesystem doesn't need them.
195 * Fixed befs_readlink() (symlink.c) [Christoph Hellwig].
197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
204 Version 0.4 (2001-10-28)
206 * Made it an option to use the old non-pagecache befs_file_read() for
209 * Fixed unused variable warnings when compiling without debugging.
211 * Fixed a bug where the inode and super_block didn't get their blockbits
214 * Release patch version 11. AKA befs-driver version 0.4.
218 seems stable and not outragously slow. Existing features are more-or-less
223 2001-10-26
225 * Fixed date format in this file. Was I smoking crack?
230 It doesn't chew up the buffer cache (it does page io instead), and seems
231 to be about as fast (even though it has to look up each file block
242 * Fixed an extra instance of MOD_DEC_USE_COUNT in super.c
244 * Fixed a problem with reading the superblock on devices with large sector
245 sizes (such as cdroms) on linux 2.4.10 and up.
247 2001-10-24
257 2001-10-23
265 2001-10-22
270 2001-09-11
280 * Removed byte-order conversion code.
285 2001-09-10
293 2001-09-30
305 2001-09-07
311 2001-09-05
313 * Fixed a misunderstanding of the inode fields.
314 This fixed the problmem with wrong file sizes from du and others.
337 2001-09-01
339 * Fixed the problem with statfs where it would always claim the disk was
345 2001-09-01
358 2001-08-30
360 * Cleaned up some wording.
367 * Tell the kernel to only mount befs read-only.
378 * Fixed wrong number of args bug in befs_dump_inode
384 2001-08-27
386 * Cleaned up the fs/Config.in entries a bit, now slightly more descriptive.
394 2001-08-??
399 2001-08-13
402 Makoto Kato <m_kato@ga2.so-net.ne.jp> is original author.Daniel Berlin
403 also did some work on it (fixing it up for the later 2.3.x kernels, IIRC).
405 * Fixed compile errors on 2.4.1 kernel (WD)