Lines Matching refs:of
41 * Made a debian package of the source for use with kernel-package. [WD]
51 finding the first key that is a substring of the string it is searching
53 names like file1 and file2 to mysteriously be duplicates of each other
81 * Misc code cleanups. Also cleanup of this changelog file. [WD]
86 * Remove the typedef of struct super_block to vfs_sb, as it offended
94 * Cleanup of NLS functions (util.c) [WD]
105 * Removed notion of btree handle from btree.c. It was unnecessary, as the
109 * Improved handleing of overflow nodes when listing directories.
110 Now works for overflow nodes hanging off of nodes other than the root
125 * Added workaround for mis-understanding of the nature of the b+trees used
132 * Added test for "impossible" condition of empty internal nodes in
146 filesystem code should be using GFP_NOFS instead of GFP_KERNEL as the
154 restructuring of the driver (or an alpha or other 64bit hardware). [WD]
162 * Moved the freeing of the private inode section from put_inode() to
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
182 * Made read_super and read_inode allocate the private portions of those
183 structures into the generic pointer fields of the public structures
185 to have to touch the definitions of the public structures in
186 include/linux/fs.h. Also, befs_inode_info is huge (because of the
234 uses befs_get_block() by way of befs_readpage() to find the disk offsets
235 of blocks, which in turn calls befs_fpos2brun() in datastream.c to do
236 the hard work of finding the disk block number.
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
251 Probably responsible for lots of problems. (inode.c)
268 Made befs_readdir() use them them instead of the cruft in index.c.
281 I have no intention of supporting it, and it was very ugly.
307 * Made a function to actually count the number of fs blocks used by a file.
313 * Fixed a misunderstanding of the inode fields.
315 The i_blocks field of the inode struct is not the number of blocks for the
316 inode, it is the number of blocks for the file. Also, i_blksize is not
317 necessarily the size of the inode, although in practice it works out.
318 Changed to blocksize of filesystem.
321 * Permanently removed code that had been provisionally ifdefed out of befs_fs.h
323 * Since we don't support access time, make that field zero, instead of
333 Got rid of abominations befs_iaddr2inode() and befs_inode2ino().
340 half full, due to improper understanding of the statfs fields.
343 * Posted verion 4 of the patch
372 * Got rid of kernel warning on mount.
374 you have some of its blocks open. Moved the second set_blocksize() to the
375 very end of befs_read_super(), after we are done with the disk superblock.
378 * Fixed wrong number of args bug in befs_dump_inode
381 * Solved lots of type mismatches in kprint()s