From owner-freebsd-hackers Sat Jan 6 21:35:24 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA16809 for hackers-outgoing; Sat, 6 Jan 1996 21:35:24 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA16803 for ; Sat, 6 Jan 1996 21:35:11 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id QAA24887; Sun, 7 Jan 1996 16:30:00 +1100 Date: Sun, 7 Jan 1996 16:30:00 +1100 From: Bruce Evans Message-Id: <199601070530.QAA24887@godzilla.zeta.org.au> To: hackers@FreeBSD.ORG, root@synthcom.com Subject: Re: DOS File system fixes Sender: owner-hackers@FreeBSD.ORG Precedence: bulk >What is currently broken in the DOS file system for FreeBSD? I see there's an Deadlocks are possible for file lookup (locking is too strong/wrong). Locking in some other places is too weak. rename() sometimes (deterministically) updates the wrong directory entries. I/O is extremely inefficient, especially if the cluster size is small. Bruce