#
53317 |
| 04-May-1992 |
mckusick |
lint |
#
53244 |
| 21-Apr-1992 |
mckusick |
have to pass down cred to block allocation routines |
#
53059 |
| 26-Mar-1992 |
mckusick |
ensure proper types for local variables and parameters |
#
51779 |
| 20-Nov-1991 |
marc |
declared static but wasn't |
#
51541 |
| 05-Nov-1991 |
mckusick |
reorganization to move ufsmount ops to be vnode ops |
#
51469 |
| 01-Nov-1991 |
bostic |
UFS/FFS split for LFS version 1; move inode pref into ffs_ialloc |
#
50893 |
| 23-Aug-1991 |
mckusick |
use fs->fs_fmod = 1, not fs->fs_mod++ |
#
48948 |
| 02-May-1991 |
mckusick |
resize buffer only after successful allocation (avoid stray bufsize) |
#
48057 |
| 16-Apr-1991 |
mckusick |
do not panic on "freeing free inode" if filesystem mounted read-only |
#
47571 |
| 19-Mar-1991 |
karels |
first cut for new proc & user structs (still need to put in new vnode calling convention): get credentials, etc, via proc; u.u_nd, u.u_spare are gone; purge user.h; remove ../ufs/ from includes; cons
first cut for new proc & user structs (still need to put in new vnode calling convention): get credentials, etc, via proc; u.u_nd, u.u_spare are gone; purge user.h; remove ../ufs/ from includes; consolidate *nullops(); chown/fchmod use proc's credentials, not file's
show more ...
|
#
45719 |
| 05-Dec-1990 |
mckusick |
update for new VM |
#
45173 |
| 01-Sep-1990 |
mckusick |
need to restore quota credit if allocation fails |
#
45112 |
| 24-Aug-1990 |
mckusick |
brealloc => allocbuf |
#
44536 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
42318 |
| 24-May-1990 |
mckusick |
print out offending uid for filesystem full error messages |
#
41382 |
| 04-May-1990 |
mckusick |
delete unneeded headers |
#
41309 |
| 02-May-1990 |
mckusick |
new interface to chkdq; clean up u. area access |
#
39887 |
| 05-Jan-1990 |
mckusick |
missing fsbtodb (from noemi@osf.org) |
#
39818 |
| 30-Dec-1989 |
mckusick |
badblock moves into this file |
#
39762 |
| 21-Dec-1989 |
mckusick |
only account for disk blocks when they are actually allocated |
#
39678 |
| 30-Nov-1989 |
mckusick |
major overhaul to handle logical buffer pool (not quite right yet) |
#
39516 |
| 12-Nov-1989 |
mckusick |
clear i_flags when allocating new inodes |
#
38776 |
| 26-Aug-1989 |
mckusick |
generalize the buffer pool so that NFS can become a client |
#
38255 |
| 07-Jun-1989 |
mckusick |
assign a new generation number when allocating an inode |
#
37735 |
| 09-May-1989 |
mckusick |
merge in vnodes |