Lines Matching +full:out +full:- +full:functions

1 Version 0.92 (2002-03-29)
5 Version 0.92 (2002-03-27)
12 Version 0.91 (2002-03-26)
15 Thanks to Laszlo Boszormenyi for pointing this out to me.
17 Version 0.9 (2002-03-14)
22 * Segregated the functions that interface directly with the linux vfs
25 Version 0.64 (2002-02-07)
32 * Andrew Farnham <andrewfarnham@uq.net.au> pointed out that the module
41 * Made a debian package of the source for use with kernel-package. [WD]
44 Version 0.63 (2002-01-31)
74 Version 0.61 (2002-01-20)
76 * Made functions in endian.h to do the correct byteswapping, no matter
84 Uses the functions from endian.h [WD]
92 Version 0.6 (2001-12-15)
94 * Cleanup of NLS functions (util.c) [WD]
99 would result in the filesystem using the on-disk uid and gid. [WD]
113 * Added new debug/warning/error print functions in debug.c.
123 Version 0.50 (2001-11-13)
125 * Added workaround for mis-understanding of the nature of the b+trees used
139 * Anton Altaparmakov figured out (by asking Linus :) ) what was causing the
140 hanging disk io problem. It turns out you need to have the sync_pages
142 default linux-supplied implementation. Fixed. Works now.
166 * Converted all non vfs-callback functions to use befs_sb_info as the
176 Version 0.45 (2001-10-29)
178 * Added functions to get the private superblock and inode structures from
192 * Removed fsync() hooks, since a read-only filesystem doesn't need them.
197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
200 * Removed prototypes for functions who's definitions have been removed
204 Version 0.4 (2001-10-28)
206 * Made it an option to use the old non-pagecache befs_file_read() for
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
247 2001-10-24
257 2001-10-23
265 2001-10-22
267 * Added B+tree reading functions (in btree.c).
270 2001-09-11
280 * Removed byte-order conversion code.
285 2001-09-10
293 2001-09-30
300 * Created io.c, for io related functions.
305 2001-09-07
308 And helper functions.
311 2001-09-05
317 necessarily the size of the inode, although in practice it works out.
321 * Permanently removed code that had been provisionally ifdefed out of befs_fs.h
337 2001-09-01
345 2001-09-01
347 * Changed the macros in befs_fs.h to inline functions.
354 that I want the inline functions in befs_fs.h to be able to see. Nasty
358 2001-08-30
367 * Tell the kernel to only mount befs read-only.
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