NetBSD/sys/ufs/ufs
yamt 4573bf3772 yield cpu in directory entry search loop in ufs_lookup().
this loop can take a bit long time with large buffer cache.
2003-07-23 13:56:53 +00:00
..
Makefile
dinode.h Add support for UFS2. UFS2 is an enhanced FFS, adding support for 2003-04-02 10:39:19 +00:00
dir.h PR/2996: Greg Oster: Fix comment to match reality. Names are padded to 2003-04-19 22:02:39 +00:00
inode.h The C language does not permit statements of the form 2003-05-15 20:25:31 +00:00
quota.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ufs_bmap.c cast UFS1 on-disk block pointers to int32_t before assign it to daddr_t. 2003-07-23 13:36:17 +00:00
ufs_bswap.h ufs_rwXX: cast to unsigned even without FFS_EI to avoid 2003-04-16 14:27:03 +00:00
ufs_extern.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ufs_ihash.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ufs_inode.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ufs_lookup.c yield cpu in directory entry search loop in ufs_lookup(). 2003-07-23 13:56:53 +00:00
ufs_quota.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ufs_readwrite.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ufs_vfsops.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ufs_vnops.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ufsmount.h make is_sequential a callback in order to achieve better lfs write clustering. 2003-05-18 12:59:05 +00:00