Update to handle fragments correctly (set bsize to be fragment
[unix-history] / usr / src / sys / ufs / lfs / lfs_vfsops.c
1995-06-10 Margo SeltzerUpdate to handle fragments correctly (set bsize to...
1995-05-20 Kirk McKusickmerge vfs_lock and vfs_busy; interlock mount points...
1995-05-14 Kirk McKusickconvert VOP_LOCK to vn_lock; add parameters to VOP_UNLO...
1995-05-11 Kirk McKusickmountroot should fail, not panic
1995-05-11 Kirk McKusickdefine lfs_mountroot
1995-05-11 Kirk McKusickcheck for forcible unmount at syscall level
1995-05-09 Kirk McKusickget rid of unused um_relvp
1995-05-09 Kirk McKusickupdate from margo
1995-03-31 Kirk McKusicklfs_init moves in from lfs_inode.c; MOUNT_LFS => lfs_mo...
1995-03-21 Kirk McKusickdaddr_t => ufs_daddr_t
1994-11-22 Kirk McKusickclean up use of cred
1994-11-22 Kirk McKusickget rid of FSCRED; clean up use of NOCRED
1994-07-15 Kirk McKusickupdates for user permissible mounts
1994-06-16 Marshall Kirk McKusickadd initialization of mnt_maxsymlinklen (from mycroft)
1994-04-16 Keith Bosticmerge ffs_root and lfs_root into ufs_root
1994-04-09 Jan-Simon Pendrypass V_SAVE to vinvalbuf
1994-01-13 Mike Hibleruse new vfs_export routine, ufs_mountedon -> vfs_mountedon.
1994-01-05 Keith Bosticlint
1993-12-31 Kirk McKusicknew queue structure
1993-09-21 Keith Bosticchanges for 4.4BSD-Lite requested by USL
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-10 Kirk McKusicklike ffs, do not need to do explicit ufs_ihashrem as...
1993-04-29 Kirk McKusickpass special credential to allow opening of disks
1993-02-03 Kirk McKusickvinvalbuf takes parameter to indicate interrupt
1992-12-11 Margo SeltzerFix call to segwrite (pass SYNC and CKP flags instead...
1992-11-15 Kirk McKusickufs_iput is obsoleted by vput
1992-10-09 Margo SeltzerUse new queue structures. Initialize new fields in...
1992-10-02 Margo SeltzerAssign lfs_avail using lfs_bfree, not bfree from the...
1992-09-15 Kirk McKusickensure that correct value is passed
1992-09-02 Margo SeltzerUse new block counts to set statfs structures.
1992-08-12 Kirk McKusickuse radix tree code to match exported host addresses...
1992-08-02 Keith Bosticdelete VERBOSE #ifdef's; move vrele in unmount so if...
1992-07-24 Keith BosticDo block accounting in terms of sectors not file system...
1992-07-23 Keith Bosticfix fs assignment; clear seglock and set clean on mount
1992-07-20 Kirk McKusickremque => ufs_ihashrem
1992-07-13 Kirk McKusickspecdev.h moves to new location
1992-07-07 Kirk McKusickexport verification is now done in fhtovp
1992-07-06 Keith Bosticdelete USES_VOP_whatever (Kirk); vget became a VFS...
1992-06-23 Keith Bosticdirectory ops, unmount, minor cleanup; from Margo Seltzer
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-02-05 Kirk McKusicknew namei calling convention
1992-01-19 Keith Bosticchanges to make lfs_vget retrieve the IFILE inode like...
1992-01-11 Kirk McKusicknew NFS export options; additional argument to lfs_fhtovp
1992-01-01 Keith Bosticsync no longer needs single-threading code, it's done...
1991-12-17 Keith Bosticdon't make routines static
1991-12-17 Kirk McKusickM_SUPERBLK rolled into M_UFSMNT
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize; statfs.f_fsize ...
1991-12-14 Keith Bosticif NMI interrupt, don't try to sync
1991-12-07 Keith BosticLFS version 2; no longer read the segusage table, it...
1991-11-06 Kirk McKusickreorganization to move ufsmount ops to be vnode ops;
1991-11-02 Keith Bosticdon't typedef struct lfs for now
1991-11-02 Keith Bosticdelete code common with FFS; checkpoint before integration
1991-10-10 Keith Bosticcheckpoint, seems to kind of work
1991-10-04 Keith Bosticsingle thread LFS syncs
1991-10-03 Keith Bosticcheckpoint
1991-09-26 Keith Bosticcheckpoint, but not because it's working
1991-09-21 Keith Bosticcheckpoint before lfs_iupdat -> ITIMES; reads almost...
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
next