freebsd-dev/sys/gnu/ext2fs
Poul-Henning Kamp cec0f20ce7 VFS mega cleanup commit (x/N)
1.  Add new file "sys/kern/vfs_default.c" where default actions for
    VOPs go. Implement proper defaults for ABORTOP, BWRITE, LEASE,
    POLL, REVOKE and STRATEGY.  Various stuff spread over the entire
    tree belongs here.

2.  Change VOP_BLKATOFF to a normal function in cd9660.

3.  Kill VOP_BLKATOFF, VOP_TRUNCATE, VOP_VFREE, VOP_VALLOC.  These
    are private interface functions between UFS and the underlying
    storage manager layer (FFS/LFS/MFS/EXT2FS).  The functions now
    live in struct ufsmount instead.

4.  Remove a kludge of VOP_ functions in all filesystems, that did
    nothing but obscure the simplicity and break the expandability.
    If a filesystem doesn't implement VOP_FOO, it shouldn't have an
    entry for it in its vnops table.  The system will try to DTRT
    if it is not implemented.  There are still some cruft left, but
    the bulk of it is done.

5.  Fix another VCALL in vfs_cache.c (thanks Bruce!)
1997-10-16 10:50:27 +00:00
..
COPYRIGHT.INFO
ext2_alloc.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
ext2_balloc.c Removed unused #includes. 1997-06-14 14:17:07 +00:00
ext2_bmap.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
ext2_extern.h VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
ext2_fs_i.h
ext2_fs_sb.h
ext2_fs.h Use __i386__ instead of i386 in ifdefs. 1997-04-01 15:10:38 +00:00
ext2_ihash.c IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flags 1997-10-15 07:32:45 +00:00
ext2_inode_cnv.c Removed unused #includes. 1997-06-14 14:17:07 +00:00
ext2_inode.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
ext2_linux_balloc.c Fix a problem with ext2fs so that filesystems mounted at reboot don't 1997-08-04 05:10:31 +00:00
ext2_linux_ialloc.c `numdirtybuffers' was not maintained properly. This caused excessive 1997-10-07 11:10:18 +00:00
ext2_lookup.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
ext2_mount.h VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
ext2_readwrite.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
ext2_subr.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
ext2_vfsops.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
ext2_vnops.c VFS mega cleanup commit (x/N) 1997-10-16 10:50:27 +00:00
fs.h Fix a problem with ext2fs so that filesystems mounted at reboot don't 1997-08-04 05:10:31 +00:00
i386-bitops.h
inode.h I think my previous change may have opened a race conditio. 1997-10-14 18:46:48 +00:00