#
69810 |
| 10-Jun-1995 |
margo |
Do wakeup on next seg as well as generic cleaner wakeup in case multiple cleaners are running. |
#
69582 |
| 20-May-1995 |
mckusick |
merge vfs_lock and vfs_busy; interlock mount points properly |
#
69316 |
| 09-May-1995 |
mckusick |
change mountlist to CIRCLEQ so we can do unmountall (from mycroft) |
#
69287 |
| 08-May-1995 |
mckusick |
update from margo |
#
68675 |
| 30-Mar-1995 |
mckusick |
MOUNT_LFS becomes lfs_mount_type |
#
68550 |
| 21-Mar-1995 |
mckusick |
daddr_t => ufs_daddr_t |
#
65238 |
| 30-Dec-1993 |
mckusick |
new queue structure |
#
64608 |
| 23-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL |
#
64521 |
| 21-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL |
#
63375 |
| 11-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
57066 |
| 10-Dec-1992 |
margo |
Make WRITE/WAIT thresholds higher. Add stat counting. |
#
56865 |
| 17-Nov-1992 |
margo |
If out of buffers, sleep rather than return ENOSPC |
#
56155 |
| 02-Sep-1992 |
margo |
Do not invalidate buffers that you return ENOSPC on (they may need to be written later). |
#
56052 |
| 26-Aug-1992 |
bostic |
Wakeup the cleaner when we run out of disk space. |
#
55935 |
| 21-Aug-1992 |
bostic |
Fix threshholds for kicking off a write. Make lfs_bwrite to inode accounting and available disk block accounting. Add global to determine if a writer has already been kicked off to free up some b
Fix threshholds for kicking off a write. Make lfs_bwrite to inode accounting and available disk block accounting. Add global to determine if a writer has already been kicked off to free up some buffers. Add lfs_check routine which determines if there is memory space available.
show more ...
|
#
55807 |
| 01-Aug-1992 |
bostic |
delete VERBOSE #ifdef's |
#
54621 |
| 02-Jul-1992 |
mckusick |
expand vop args |
#
54260 |
| 22-Jun-1992 |
bostic |
delete PMAP_BUG_FIX_HACK for now, until see the bug again |
#
53867 |
| 04-Jun-1992 |
heideman |
registerized vnodeop ops after vnode interface conversion |
#
53591 |
| 15-May-1992 |
heideman |
vnodeop argument macro expansion |
#
53528 |
| 14-May-1992 |
heideman |
vnode interface conversion |
#
53146 |
| 08-Apr-1992 |
bostic |
remove the rest of the typedef's |
#
53143 |
| 08-Apr-1992 |
staelin |
don't reassign multiple times; quick hack, don't reassign ifile at all |
#
52347 |
| 04-Feb-1992 |
bostic |
block at bio when reassigning buffer; handle queue count more cleanly |
#
52325 |
| 04-Feb-1992 |
bostic |
minor fix, don't set queue count to 0 unless did something |