Lines Matching +full:fixed +full:- +full:function
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
9 * Removed duplicated function definition
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
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
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?
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
247 2001-10-24
257 2001-10-23
259 * Added btree searching function.
265 2001-10-22
270 2001-09-11
280 * Removed byte-order conversion code.
285 2001-09-10
291 Added a wrapper function to give the old call
293 2001-09-30
302 Created the befs_read_brun() function.
305 2001-09-07
307 * Made a function to actually count the number of fs blocks used by a file.
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.
334 Replaced with single function iaddr2blockno().
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
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
394 2001-08-??
399 2001-08-13
402 Makoto Kato <m_kato@ga2.so-net.ne.jp> is original author.Daniel Berlin
405 * Fixed compile errors on 2.4.1 kernel (WD)