#
bc3affee |
| 20-May-1995 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
merge vfs_lock and vfs_busy; interlock mount points properly
|
#
9fb18b86 |
| 14-May-1995 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
convert VOP_LOCK to vn_lock; add parameters to VOP_UNLOCK and vget
|
#
ac1e5d22 |
| 19-Aug-1994 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
convert freelist and hash list to use queue.h macros
|
#
89ca7210 |
| 30-Dec-1993 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
vget now locks optionally; new queue structures
|
#
76403e9c |
| 11-Jun-1993 |
bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760> |
4.4BSD snapshot (revision 8.1); add 1993 to copyright
|
#
1d55a6d9 |
| 22-Jul-1992 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
new hashing scheme
|
#
7548cd0c |
| 03-Jul-1992 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
delete USES
|
#
5f1daca9 |
| 14-May-1992 |
heideman <heideman@65305748-3e16-e211-a854-8c89a5c6f760> |
vnode interface conversion
|
#
f03a05ac |
| 11-Mar-1992 |
torek <torek@65305748-3e16-e211-a854-8c89a5c6f760> |
gcc lint
|
#
5f39e96b |
| 04-Feb-1992 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
new namei calling convention
|
#
954809d6 |
| 01-Nov-1991 |
bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760> |
UFS/FFS split for LFS version 1; inode can no longer directly access the superblock
|
#
d448965e |
| 21-Jun-1991 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
use vn_close rather than vrele after vn_open
|
#
e0b8edf5 |
| 04-Jun-1991 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
speed up sync of filesystems with no quotas; skip locked inodes
|
#
15586506 |
| 03-Jun-1991 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
must unlock vnode after vn_open
|
#
2b68e10a |
| 16-Apr-1991 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
initialize proc pointer in uio setup
|
#
26a59bf8 |
| 19-Mar-1991 |
karels <karels@65305748-3e16-e211-a854-8c89a5c6f760> |
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 ...
|
#
351ea385 |
| 08-Nov-1990 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
do not forget to unlock resources (from Torek)
|
#
9a7d00dc |
| 29-Aug-1990 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
missing vput
|
#
8eb14236 |
| 28-Jun-1990 |
bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760> |
new copyright notice
|
#
c3e746f5 |
| 19-Jun-1990 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
handle short reads on quota files by using default values
|
#
1d6aaece |
| 04-May-1990 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
mount struct prefixes go from m_ to mnt_ and M_ to MNT_
|
#
24df474f |
| 02-May-1990 |
mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760> |
derived from quota_kern.c, quota_subr.c, quota_sys.c, quota_ufs.c
|