#
68615 |
| 28-Mar-1995 |
mckusick |
doreallocblks moves into ffs
|
#
68320 |
| 14-Feb-1995 |
cgd |
check pointer != NULL rather than cast.
|
#
67578 |
| 28-Jul-1994 |
hibler |
sigh...handle another "too much memory in buffer" boundary case
|
#
66080 |
| 13-Feb-1994 |
hibler |
add sysctl debug variable to enable/disable reallocblks
|
#
65998 |
| 05-Feb-1994 |
mckusick |
first cut at improving cluster allocation
|
#
65670 |
| 12-Jan-1994 |
hibler |
massive overhaul to the clustering strategy, handle buffers with excess memory, propogate errors on failed cluster operations.
|
#
65442 |
| 04-Jan-1994 |
bostic |
lint
|
#
64717 |
| 14-Oct-1993 |
mckusick |
VOP_BMAP must check blkno == -1 (i.e. that we have a hole in the file)
|
#
64528 |
| 21-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL
|
#
63180 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright
|
#
59878 |
| 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
|
#
53545 |
| 14-May-1992 |
heideman |
vnode interface conversion
|