NetBSD/sys/ufs
kleink 933111f98f Implement support for IEEE Std 1003.1b-1993 synchronous I/O:
* in the read vnode operator, check for IO_SYNC being set in the ioflag and
  synchronously update the file's meta-data if appropriate.
* in the write vnode operator, update the appropriate checks for IO_SYNC being
  set in the ioflag to reflect that IO_DSYNC is now inclusive-or'ed into
  IO_SYNC, and require all IO_SYNC bits to be set for operations defined by
  synchronized I/O file integrity completion but not by synchronized I/O data
  integrity completion.
1998-08-02 18:57:23 +00:00
..
ext2fs Implement support for IEEE Std 1003.1b-1993 synchronous I/O: 1998-08-02 18:57:23 +00:00
ffs The fragtbl[], inside[] and around[] variables are needed by "fsck", 1998-07-28 17:30:01 +00:00
lfs Always include fifos; "not an option any more". 1998-06-24 20:58:44 +00:00
mfs * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. 1998-07-05 08:49:30 +00:00
ufs Implement support for IEEE Std 1003.1b-1993 synchronous I/O: 1998-08-02 18:57:23 +00:00
Makefile