#
68171 |
| 09-Jan-1995 |
cgd |
return types, 64-bit changes: ioctl cmd -> u_long, casts, etc. |
#
65996 |
| 04-Feb-1994 |
pendry |
typo in printf |
#
65898 |
| 25-Jan-1994 |
hibler |
when checking for MNT_ASYNC, make sure vp->v_mount is non-zero |
#
65858 |
| 24-Jan-1994 |
mckusick |
implement MNT_ASYNC |
#
65771 |
| 21-Jan-1994 |
bostic |
add USL's copyright notice |
#
65612 |
| 11-Jan-1994 |
mckusick |
add ability to run ffs totally asynchronously (dangerously) |
#
65552 |
| 06-Jan-1994 |
mckusick |
have to init b_vnbufs list |
#
65256 |
| 30-Dec-1993 |
mckusick |
new queue structure |
#
64536 |
| 21-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL |
#
64437 |
| 05-Sep-1993 |
bostic |
bio contributed by BSDI, include correct copyright notice |
#
63180 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
59879 |
| 10-May-1993 |
mckusick |
break clustering code out of vfs_bio.c |
#
59874 |
| 10-May-1993 |
mckusick |
cluster debugging; goes with 7.112.1.2 in ufs/ufs_vnops.c |
#
59872 |
| 10-May-1993 |
margo |
Add diagnostic check on cluster_rbuild to make sure I/O. Restructure cluster_write. Do not assume that this routine will always get called to allocate a block. |
#
57797 |
| 02-Feb-1993 |
mckusick |
update for 4.4BSD from Rick Macklem |
#
57045 |
| 09-Dec-1992 |
margo |
add read and write clustering routines |
#
57035 |
| 09-Dec-1992 |
margo |
add count_lock_queue for LFS |
#
56607 |
| 22-Oct-1992 |
mckusick |
use new queue primitives |
#
56395 |
| 02-Oct-1992 |
mckusick |
modernize the management of the hash and free lists |
#
56356 |
| 30-Sep-1992 |
mckusick |
ufs_bufstats becomes vfs_bufstats |
#
56340 |
| 24-Sep-1992 |
bostic |
get rid of unneeded lfs_flush |
#
55043 |
| 12-Jul-1992 |
mckusick |
get rid of unneeded include |
#
54636 |
| 03-Jul-1992 |
mckusick |
delete USES |
#
54342 |
| 23-Jun-1992 |
mckusick |
lint |
#
53578 |
| 15-May-1992 |
heideman |
vn_bwrite added as new, generic vnode op |