Lines Matching refs:in
46 * Fixed bug in befs_find_brun_indirect() that would result in the wrong
47 block being read. It was introduced when adding byteswapping in
50 * Fixed a longstanding bug in befs_find_key() that would result in it
52 for. For example, this would cause files in the same directory with
61 * Documentation improvements in source. [WD]
63 * Makefile fix for independent module when CONFIG_MODVERSION is set in
76 * Made functions in endian.h to do the correct byteswapping, no matter
79 * Abbandoned silly checks for a NULL superblock pointer in debug.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.
126 in directories. A cleaner solution will come after I've thought about it
132 * Added test for "impossible" condition of empty internal nodes in
133 seekleaf() in btree.c [WD]
135 * Implemented the abstracted read_block() in io.c [WD]
137 * Cleaned up the inode validation in inode.c [WD]
141 callback defined in your address_space_ops, even if it just uses the
151 the page size in linux, which is 4k i386. Oops. Added a test for
152 (blocksize > PAGE_SIZE), and refuse to mount in that case. What this
174 in inode.c [WD]
185 to have to touch the definitions of the public structures in
207 testing purposes. (fs/Config.in)
225 * Fixed date format in this file. Was I smoking crack?
233 So it does i/o in much larger chunks. It is the correct linux way. It
235 of blocks, which in turn calls befs_fpos2brun() in datastream.c to do
238 * Changed method of checking for a dirty filesystem in befs_read_super
242 * Fixed an extra instance of MOD_DEC_USE_COUNT in super.c
249 * Fix nasty bug in converting block numbers to struct befs_inode_addr.
261 * Use befs_btree_find in befs_lookup (namei.c)
263 * Additional comments in btree.c
267 * Added B+tree reading functions (in btree.c).
268 Made befs_readdir() use them them instead of the cruft in index.c.
295 * Discovered that the datastream handleing code in file.c is quite deficient
296 in several respects. For one thing, it doesn't deal with indirect blocks
301 Previously, the befs_bread() funtions lived in file.c
317 necessarily the size of the inode, although in practice it works out.
332 Local pointers to commonly used structures in inode.c.
347 * Changed the macros in befs_fs.h to inline functions.
353 typedefs, and they are inlcuded in <linux/fs.h>, which has definitions
354 that I want the inline functions in befs_fs.h to be able to see. Nasty
368 By setting the SB_RDONLY flag in befs_read_super().
378 * Fixed wrong number of args bug in befs_dump_inode
381 * Solved lots of type mismatches in kprint()s
386 * Cleaned up the fs/Config.in entries a bit, now slightly more descriptive.
389 (fs/nls/Config.in)
396 * Removed superblock locking calls in befs_read_super(). In 2.4, the VFS
408 Needed to include <linux/slab.h> in most files
410 fs/Config.in changes
415 * Made it a configure option to turn on debugging (fs/Config.in)