NetBSD/sys/ufs/ufs
enami c17241f92a Don't flush possibilly relocated file system block if write is done
asynchronously.  They will be flushed later when necessary and flushing
now makes sequential write access very slow.
2001-04-18 03:48:23 +00:00
..
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
dinode.h Add Kirk McKusick's soft updates code to the trunk. Not enabled by 1999-11-15 18:49:07 +00:00
dir.h Add support for reading/writing FFS in non-native byte order, conditioned 1998-03-18 15:57:26 +00:00
inode.h attach the softdep pagecache pseudo-buffers to the inode 2001-01-10 04:47:10 +00:00
quota.h Use int32_t for on-disk time_t values. 2001-02-23 02:25:10 +00:00
ufs_bmap.c Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
ufs_bswap.h Sync copyrigth notice. 2000-05-15 08:51:55 +00:00
ufs_extern.h Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00
ufs_ihash.c Update for hashinit() change. 2000-11-08 14:28:12 +00:00
ufs_inode.c Don't flush possibilly relocated file system block if write is done 2001-04-18 03:48:23 +00:00
ufs_lookup.c Some bugfixes from rev 1.33 and 1.34 of this file in FreeBSD (some 2001-02-26 20:25:11 +00:00
ufs_quota.c Update for hashinit() change. 2000-11-08 14:28:12 +00:00
ufs_readwrite.c work around a problem with sync writes vs. softdeps. 2001-03-26 06:47:34 +00:00
ufs_vfsops.c Remove register declarations. 2000-03-30 12:41:09 +00:00
ufs_vnops.c Do an explicit VOP_UNLOCK in ufs_vinit before setting v_op to 2001-03-23 12:15:34 +00:00
ufsmount.h Initial integration of the Unified Buffer Cache project. 2000-11-27 08:39:39 +00:00