use ffs_vget
[unix-history] / usr / src / sys / ufs / mfs / mfs_vfsops.c
1992-07-03 Kirk McKusickuse ffs_vget
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-04-19 Ralph Campbellchange rootdev if mfs mini-root present.
1992-03-23 Ralph Campbelladded support for memory mini-root.
1991-12-17 Kirk McKusickdynamically allocate private part
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; fixes for mountfs...
1991-04-16 Kirk McKusickadd appropriate proc pointers to VFS ops
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1990-06-29 Keith Bosticnew copyright notice
1990-06-28 Mike Karelsbetter fix for loop if unmount fails; clear signal...
1990-06-09 Kirk McKusicktemporary hack to avoid infinite signals on shutdown
1990-05-05 Kirk McKusickmount struct prefixes go from m_ to mnt_ and M_ to...
1990-05-03 Kirk McKusickadd quotactl vfs op
1990-04-28 Mike Karelseliminate longjmp's in the kernel
1990-04-11 Kirk McKusickclear the buffer list before vrele
1990-03-07 Kirk McKusickmntfrom and mnton are now maintained in m_stat
1990-02-09 Marc Teitelbaumtsleep
1989-11-26 Kirk McKusickcheckalias now sets rdev
1989-11-25 Kirk McKusickreturn type MOUNT_MFS instead of MOUNT_UFS to statfs
1989-10-30 Kirk McKusickadd file system initialization routine; panic if device...
1989-10-25 Kirk McKusickcreate own private data area instead of overloading...
1989-10-21 Kirk McKusickallow multiple I/O requests; try to unmount when signalled
1989-10-19 Kirk McKusickallow update of mounted file systems
1989-09-13 Kirk McKusickallow multiple memory based file systems
1989-09-06 Kirk McKusickdate and time created 89/09/05 16:20:23 by mckusick