#
39517 |
| 12-Nov-1989 |
mckusick |
initialize i_flag not i_flags |
#
39504 |
| 10-Nov-1989 |
mckusick |
iflush becomes vflush and moves to vfs_subr.c |
#
39492 |
| 03-Nov-1989 |
mckusick |
lint |
#
39440 |
| 29-Oct-1989 |
mckusick |
device uniqueness and aliasing is now handled at the vnode level; bdevvp moves to vfs_subr.c, igrab is replaced by vget |
#
39392 |
| 24-Oct-1989 |
mckusick |
merge inode and nfsnode tables into a single vnode table; link together all vnodes associated with a particular mount point |
#
39364 |
| 21-Oct-1989 |
mckusick |
minor cleanups |
#
39363 |
| 21-Oct-1989 |
mckusick |
try to flush all inodes when unmounting; add debugging info to find out what is busy |
#
38776 |
| 26-Aug-1989 |
mckusick |
generalize the buffer pool so that NFS can become a client |
#
38582 |
| 10-Aug-1989 |
mckusick |
purge vnode type when unneeded and returned to the free list so that getnewino does not try to delete it from block device list more than once. |
#
38452 |
| 16-Jul-1989 |
mckusick |
detect release of free inodes (from stale file handles) and just put them on the free list |
#
38345 |
| 27-Jun-1989 |
mckusick |
update reference counts on vnodes using VREF |
#
38256 |
| 07-Jun-1989 |
mckusick |
compatibility code to assign a generation number to inodes that have none |
#
38226 |
| 06-Jun-1989 |
mckusick |
put in explicit lock and unlock so that locking can be checked |
#
37736 |
| 09-May-1989 |
mckusick |
merge in vnodes |
#
31661 |
| 21-Jun-1987 |
mckusick |
geteblk => malloc for copy of indirect pointers |
#
31659 |
| 21-Jun-1987 |
mckusick |
geteblk => malloc, so m_bufp => m_fs as it should be |
#
31402 |
| 05-Jun-1987 |
mckusick |
change free() to blkfree() to allow for malloc()/free() |
#
30751 |
| 02-Apr-1987 |
karels |
working with pack labels |
#
30749 |
| 02-Apr-1987 |
karels |
add ifdefs for dev_bsize (almost working) |
#
29117 |
| 05-Jun-1986 |
mckusick |
4.3BSD release version |
#
26359 |
| 23-Feb-1986 |
karels |
lint |
#
26272 |
| 20-Feb-1986 |
karels |
lint and cleanups from Sam |
#
24525 |
| 04-Sep-1985 |
bloom |
lint cleanup |
#
23399 |
| 08-Jun-1985 |
mckusick |
Add copyright |
#
18445 |
| 20-Mar-1985 |
mckusick |
don't try to truncate inodes on read-only file systems (from sun!shannon) |