Date: Wed, 26 Mar 2003 15:40:42 -0800 (PST) From: Tor Egge <tegge@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf NOTES files options src/sys/kern vfs_bio.c src/sys/ufs/ffs ffs_rawread.c ffs_vnops.c Message-ID: <200303262340.h2QNegJg065498@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tegge 2003/03/26 15:40:42 PST
FreeBSD src repository
Modified files:
sys/conf NOTES files options
sys/kern vfs_bio.c
sys/ufs/ffs ffs_vnops.c
Added files:
sys/ufs/ffs ffs_rawread.c
Log:
Add support for reading directly from file to userland buffer when the
O_DIRECT descriptor status flag is set and both offset and length is a
multiple of the physical media sector size.
Revision Changes Path
1.1141 +13 -0 src/sys/conf/NOTES
1.772 +1 -0 src/sys/conf/files
1.385 +2 -0 src/sys/conf/options
1.381 +12 -0 src/sys/kern/vfs_bio.c
1.1 +498 -0 src/sys/ufs/ffs/ffs_rawread.c (new)
1.107 +13 -0 src/sys/ufs/ffs/ffs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303262340.h2QNegJg065498>
