freebsd-dev/sys/fs
Bruce Evans fdd71f982f Don't synchronously update the directory entry at the end of every
successful write.  Only do it for the IO_SYNC case (like ufs).  On
one of my systems, this speeds up `iozone 24 512' from 32K/sec
(1/128 as fast as ufs) to 2.8MB/sec (7/10 as fast as ufs).

Obtained from:	partly from NetBSD
1996-12-25 20:15:12 +00:00
..
cd9660 Fix signed/unsigned comparison warnings. 1996-10-20 21:01:46 +00:00
deadfs staticize. 1995-12-02 17:14:34 +00:00
fdescfs Fixed lseek() on named pipes. It always succeeded but should always fail. 1996-12-19 19:42:37 +00:00
fifofs Fixed errno for unsupported advisory locks. The errno is now EINVAL 1996-12-19 18:16:33 +00:00
msdosfs Don't synchronously update the directory entry at the end of every 1996-12-25 20:15:12 +00:00
nullfs Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:37:57 +00:00
portalfs Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel. 1996-09-03 14:25:27 +00:00
procfs Fix a potential deadlock from the previous commit. 1996-10-30 03:52:57 +00:00
specfs Fixed errno for unsupported advisory locks. The errno is now EINVAL 1996-12-19 18:16:33 +00:00
umapfs Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:37:57 +00:00
unionfs Added prototypes. 1995-12-03 14:54:48 +00:00