#
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) |
#
18442 |
| 19-Mar-1985 |
mckusick |
eliminate extraneous include of conf.h |
#
18337 |
| 13-Mar-1985 |
mckusick |
don't try to truncate inodes on read-only file systems (from sun!shannon) |
#
17942 |
| 11-Feb-1985 |
mckusick |
must zero out unused portion of partial blocks when truncating files |
#
17099 |
| 29-Aug-1984 |
bloom |
Change to includes. no more ../h |
#
16840 |
| 03-Aug-1984 |
mckusick |
increase size of hash table header to reduce collisions |
#
16738 |
| 20-Jul-1984 |
mckusick |
use new `cacheinval' macro |
#
16720 |
| 15-Jul-1984 |
karels |
iget must lock old inode before dqrele() |
#
16665 |
| 04-Jul-1984 |
mckusick |
save time, use ILOCK and IUNLOCK to avoid call overhead |
#
16656 |
| 02-Jul-1984 |
mckusick |
eliminate unnecessary panic when id's wrap |