4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / sys / ufs / ffs / ffs_vfsops.c
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-10 Kirk McKusickdo not need to do explicit ufs_ihashrem as it will...
1993-04-29 Kirk McKusickpass special credential to allow opening of disks
1993-02-03 Kirk McKusickvinvalbuf and getblk take parameter to indicate interrupt
1992-12-10 Kirk McKusickffs_reload to reload state after fsck runs; code to...
1992-11-15 Kirk McKusickufs_iput obsoleted by vput
1992-10-08 Kirk McKusickuse new queue routines for buffer lists hanging off...
1992-10-08 Margo SeltzerInitialize new fields in ufsmount structure. Pass...
1992-09-25 Keith Bosticprinting buffer statistics is done at a higher level
1992-09-23 Kirk McKusickrootvp and swapvp now done in ?fs_mountroot
1992-09-15 Kirk McKusickensure that correct value is passed
1992-08-12 Kirk McKusickuse radix tree code to match exported host addresses...
1992-07-20 Kirk McKusickremque => ufs_ihashrem
1992-07-13 Jan-Simon PendryMAX -> max
1992-07-13 Kirk McKusicknew location for specdev.h
1992-07-07 Kirk McKusickexport verification is now done in fstovp
1992-07-03 Kirk McKusickffs_vget moves in from ffs_vnops.c; delete USES; VOP_VG...
1992-07-03 Kirk McKusickhang_addrlist and free_addrlist move in from nfs/nfs_so...
1992-06-26 Kirk McKusickneedclose is history
1992-06-26 Kirk McKusickstylistic cleanups; vinvalbuf takes new parameters...
1992-06-24 Kirk McKusickzero mount structure; set mnt_maxsymlinklen
1992-06-05 Kirk McKusickinitialize filds not found on the older format filesystems
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-03-23 Ralph Campbellfix comments.
1992-02-16 Kirk McKusickhave to zero mount structures when they are allocated
1992-02-05 Kirk McKusicknew namei calling convention
1992-01-14 Kirk McKusickextensions for new NFS
1991-12-17 Kirk McKusickM_SUPERBLK rolled into M_UFSMNT
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize; statfs.f_fsize ...
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops
1991-11-02 Keith BosticUFS/FFS split for LFS version 1; add ufsmount inode...
1991-06-29 Mike Karelsrearrange to do getmdev in-line
1991-06-22 Kirk McKusickquotaoff now needs a proc pointer
1991-04-20 Kirk McKusickadd global flag to allow forcible unmounts to be attempted;
1991-04-17 Kirk McKusickenable forcible unmount
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP, vnode, and VFS...
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1990-11-29 Kirk McKusickallow multiple references when mounting miniroot
1990-06-29 Keith Bosticnew copyright notice
1990-06-25 Kirk McKusickno longer map ENOENT to ENODEV in getmdev
1990-06-04 Kirk McKusickhave to vrele devvp when just doing an update
1990-05-11 Kirk McKusickget rid of spurious #defines in user.h
1990-05-11 Kirk McKusickuse proper error variable
1990-05-09 Kirk McKusickno locking needed in getmdev
1990-05-09 Kirk McKusickwhen sync'ing, verify that vnode has not been recycled...
1990-05-06 Kirk McKusickno longer need to check um_fs to detect busy;
1990-05-05 Kirk McKusickmount struct prefixes go from m_ to mnt_ and M_ to...
1990-05-03 Kirk McKusickadd ufs_quotactl; eliminate static mount table; add...
1990-04-11 Kirk McKusickhave to brelse before close to avoid hanging
1990-03-28 Kirk McKusickbreak specinfo structure out of vnode.h into specdev.h
1990-03-10 Kirk McKusickmark mounted devices; do not mount devices in use;
1990-03-09 Kirk McKusickadd exportfs functionality
1990-03-07 Kirk McKusickm_bsize, m_fsize, m_fsid are now found in m_stat;
1990-01-14 Kirk McKusicktake care not to derefernce through NULL (from gmf...
1990-01-05 Kirk McKusickrewrite ufs_sync to take advantage of clean/dirty buffe...
1989-12-31 Kirk McKusickv_mounton is gone; v_count => v_usecount
1989-12-01 Kirk McKusickroot is mounted read-only by default; replace bflush...
1989-11-26 Kirk McKusickmaintain mount information in v_mounton rather than...
1989-11-23 Kirk McKusickuse FSYNC instead of doing iupdat directly
1989-11-15 Kirk McKusickhave to vput vnode on error
1989-11-11 Kirk McKusickiflush becomes vflush with hopes of doing forcible...
1989-11-01 Kirk McKusickvnode layer defines f_fsid and f_flags for statfs()
1989-10-30 Kirk McKusickadd file system specific initialization routine
1989-10-25 Kirk McKusickiflush takes a mount ptr instead of a dev;
1989-10-20 Kirk McKusickallow free blocks to go negative; properly account...
1989-10-19 Kirk McKusickexpand vfs_add inline; allow update of mounted file...
1989-10-14 Kirk McKusick`root device' => `root_device' to make it one column...
1989-09-06 Kirk McKusickadd ufs_start routine
1989-08-27 Kirk McKusickgeneralize the buffer pool so that NFS can become a...
1989-07-17 Kirk McKusickcheck carefully for stale file handles and return errors
1989-06-28 Kirk McKusickufs_vptofh is now called by getfh
1989-06-28 Kirk McKusickupdate reference counts on vnodes using VREF
1989-06-07 Kirk McKusickput in explicit lock so that locking can be checked
1989-05-28 Kirk McKusickfill out implementation of ufs_vptofh (from Rick Macklem)
1989-05-10 Kirk McKusickmerge in vnodes
1989-04-27 Kirk McKusickuse new form of suser()
1988-05-25 Kirk McKusicklint
1988-05-23 Mike Karelslint
1988-05-20 Mike Karelsavoid race between mountfs and update
1988-05-02 Kirk McKusickadd compatibility for dynamic cylinder groups;
1987-12-01 Kirk McKusickmajor cleanup of mountfs and fixed a bug too!
1987-06-22 Kirk McKusickreplace geteblk and wmemall with malloc to hold superbl...
1987-06-05 Mike Karelssave cpg in pack label too
1987-05-04 Sam Lefflercheck ip before dereferencing (can only happen when...
1987-04-03 Mike Karelsworking with pack labels
1987-04-03 Mike Karelsadd ifdefs for dev_bsize (almost working)
1987-01-14 Kirk McKusickadd sanity checks for old file systems
1986-06-05 Kirk McKusick4.3BSD release version
1986-04-24 Kirk McKusickmust invalidate any names for mounted on inode
1986-02-19 Mike Karelsdon't close, binval on failed mount because already...
1985-09-05 Jim Bloomlint cleanup
1985-06-09 Kirk McKusickAdd copyright
1985-05-23 Kirk McKusickdifferentiate several errors; close special device...
1984-09-29 Kirk McKusickuse macros
1984-08-30 Jim BloomChange to includes. no more ../h
1984-07-19 Mike Karelsdon't zero name, zero pad it.
1984-07-09 Kirk McKusickuse new interface to `copyinstr' and `copystr'
1984-07-09 Kirk McKusickrework `namei' interface to eliminate global variables
1984-06-27 Mike Karelscheck superblock magic, size before copying; better...
next