freebsd-dev/sys/ufs/ffs
dyson 84bc20c709 Make MNT_ASYNC more effective for UFS. It should not be too much more
dangerous than the original MNT_ASYNC.  There might be some minor
security considerations due to data writes not being posted as promptly
as before.  Meta-data operations are still not quite as fast as Linux,
but streaming I/O is still higher.
1995-11-05 21:01:15 +00:00
..
ffs_alloc.c Slight optimization for the standard case of rotdelay=0. 1995-09-08 17:16:32 +00:00
ffs_balloc.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
ffs_extern.h Added indirect pointer for ffs_getpages, and added external declaration. 1995-09-06 05:41:17 +00:00
ffs_inode.c Make MNT_ASYNC more effective for UFS. It should not be too much more 1995-11-05 21:01:15 +00:00
ffs_subr.c Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count 1995-09-04 00:21:16 +00:00
ffs_tables.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
ffs_vfsops.c Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
ffs_vnops.c Finalize GETPAGES layering scheme. Move the device GETPAGES 1995-10-23 02:23:29 +00:00
fs.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00