NetBSD/sys/ufs/ext2fs
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
..
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
ext2fs.h Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_alloc.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_balloc.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_bmap.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
ext2fs_bswap.c Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. 1997-10-09 15:42:19 +00:00
ext2fs_dinode.h Add byte-swapping functions (bswap16, bswap32, bswap64) to libkern. 1997-10-09 15:42:19 +00:00
ext2fs_dir.h The ext2fs layer, based on the ffs/ufs one. Uses a few functions from 1997-06-11 09:33:37 +00:00
ext2fs_extern.h Always include fifos; "not an option any more". 1998-06-24 20:58:44 +00:00
ext2fs_inode.c ffs_ -> ext2fs_ in warning; art@openbsd.org 1998-06-09 06:33:22 +00:00
ext2fs_lookup.c fix to accomodate change in vn_rdwr prototype 1998-07-28 20:37:33 +00:00
ext2fs_readwrite.c Implement support for IEEE Std 1003.1b-1993 synchronous I/O: 1998-08-02 18:57:23 +00:00
ext2fs_subr.c ext2fs_checkoverlap is (or at least seems) unused, and its prototype is 1998-03-04 06:50:25 +00:00
ext2fs_vfsops.c * defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID. 1998-07-05 08:49:30 +00:00
ext2fs_vnops.c fix to accomodate change in vn_rdwr prototype 1998-07-28 20:37:33 +00:00