Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 1997 21:14:42 -0700 (PDT)
From:      John Dyson <dyson@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern vfs_aio.c
Message-ID:  <199710090414.VAA27058@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       1997/10/08 21:14:42 PDT

  Modified files:
    sys/kern             vfs_aio.c 
  Log:
  Major cleanup and debugging of the new AIO/LIO code.  The LIO code is
  now corrected.  New tunables/instrumentation added.  The code is now
  likely "good enough to use."  I will add the userland support soon.
  The "high performance" mode for raw devices is still missing, and will
  be added next.  POSIX system calls that now appear to work:
  aio_cancel, aio_error, aio_read, aio_return, aio_suspend, aio_write,
  lio_listio.  Missing, but to be added soon: aio_fsync.
  
  Revision  Changes    Path
  1.5       +258 -65   src/sys/kern/vfs_aio.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710090414.VAA27058>