NetBSD/sys/ufs/ffs
mycroft 64f5a574a7 In ffs_update():
* Move the clearing of IN_MODIFIED and IN_ACCESSED later, so they are not
  cleared if the bread() failed.
* Explicitly set waitfor to 0 in the softdep case, if IN_MODIFIED is not
  set (mirroring the bwrite()/bdwrite() decision).
2000-05-30 17:23:52 +00:00
..
Makefile
ffs_alloc.c NULL != 0 2000-05-19 04:34:39 +00:00
ffs_balloc.c MNT_WAIT -> FSYNC_WAIT 2000-05-29 16:28:27 +00:00
ffs_bswap.c Sync copyrigth notice. 2000-05-15 08:51:55 +00:00
ffs_extern.h Add a new sysctl variable vfs.ffs.log_changeopt - if this is true, 2000-04-04 09:23:20 +00:00
ffs_inode.c In ffs_update(): 2000-05-30 17:23:52 +00:00
ffs_softdep.stub.c Fixes to the softdep code from Ethan Solomita <ethan@geocast.com>. 2000-02-14 22:00:21 +00:00
ffs_subr.c Remove register declarations. 2000-03-30 12:41:09 +00:00
ffs_tables.c
ffs_vfsops.c Use LIST_{FIRST,NEXT,EMPTY}(). 2000-05-29 18:28:48 +00:00
ffs_vnops.c According to Frank, buffers with dependencies *are* left on v_dirtyblks, so 2000-05-29 18:53:35 +00:00
fs.h Add Kirk McKusick's soft updates code to the trunk. Not enabled by 1999-11-15 18:49:07 +00:00
softdep.h Add Kirk McKusick's soft updates code to the trunk. Not enabled by 1999-11-15 18:49:07 +00:00