checkpoint after Margo's changes to make sync work
[unix-history] / usr / src / sys / ufs / lfs /
1991-10-10 Keith Bosticcheckpoint after Margo's changes to make sync work
1991-10-04 Keith Bosticminor cleanups
1991-10-04 Keith Bosticsingle thread LFS syncs
1991-10-04 Keith Bosticprettiness patrol
1991-10-04 Keith Bosticcheckpoint; lots of minor stuff, synchronization redone...
1991-10-03 Keith Bosticcheckpoint
1991-09-26 Keith Bosticdate and time created 91/09/25 14:34:19 by bostic
1991-09-26 Keith Bosticdate and time created 91/09/25 14:34:06 by bostic
1991-09-26 Keith Bosticdate and time created 91/09/25 14:33:58 by bostic
1991-09-26 Keith Bosticdate and time created 91/09/25 14:31:38 by bostic
1991-09-26 Keith Bosticdate and time created 91/09/25 14:31:19 by bostic
1991-09-26 Keith Bosticcheckpoint, but not because it's working
1991-09-21 Keith Bosticcheckpoint before lfs_iupdat -> ITIMES; reads almost...
1991-09-19 Keith Bosticfold Margo's and mine together
1991-09-19 Keith Bosticdate and time created 91/09/18 10:05:41 by bostic
1991-09-18 Keith Bosticfirst naming pass, make it compile
1991-08-24 Kirk McKusickuse fs->fs_fmod = 1, not fs->fs_mod++
1991-06-29 Mike Karelsrearrange to do getmdev in-line
1991-06-22 Kirk McKusickquotaoff now needs a proc pointer
1991-06-04 Kirk McKusickcheck ufs lock count on exit from syscalls
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-17 Kirk McKusickchange vn_ to vop_ (for marc :-)
1991-05-16 Kirk McKusickupdate rename to use new namei / lookup scheme
1991-05-12 Kirk McKusickfor kernel I/O, may not have a proc from which to check...
1991-05-09 Kirk McKusickcorrect bogus comment
1991-05-09 Kirk McKusickmore precise comments
1991-05-09 Kirk McKusickmake comments more precise
1991-05-03 Kirk McKusickresize buffer only after successful allocation (avoid...
1991-04-20 Kirk McKusickadd global flag to allow forcible unmounts to be attempted;
1991-04-17 Kirk McKusickenable forcible unmount
1991-04-17 Kirk McKusickdo not panic on "freeing free inode" if filesystem...
1991-04-16 Kirk McKusickuse prototypes for ufs vnode ops (from specdev.h, fifo...
1991-04-16 Kirk McKusickadd proc pointers to appropriate vnode operations
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP, vnode, and VFS...
1991-03-26 Kirk McKusickget rid of unneeded namei
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1991-03-12 Kirk McKusickmissing iput
1991-03-12 Kirk McKusickreset directory link counts on I/O failure
1991-02-26 Kirk McKusickmove locking specific code into ufs_lockf.c; fix numero...
1991-02-22 Kirk McKusickfixes for multiple calls to namei (for rename in NFS)
1991-02-22 Kirk McKusickfixes for range locking
1991-02-04 Kirk McKusickfix check for LINK_MAX in ufs_link;
1991-02-04 Kirk McKusickif entry is gone, do not try to release the parent
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1991-02-02 Kirk McKusickkeep me happy about precedence
1991-02-02 Kirk McKusickadd POSIX-style byte-level record locking
1990-12-15 Keith Bosticfail if try to set VTX on file not of type directory...
1990-12-06 Kirk McKusickupdate for new VM
1990-11-29 Kirk McKusickallow multiple references when mounting miniroot
1990-10-20 Kirk McKusickproperly decrement reference count on directory
1990-09-02 Kirk McKusickneed to restore quota credit if allocation fails
1990-08-25 Kirk McKusickbrealloc => allocbuf
1990-07-03 Trent Heinreincarnated clear of i_rdev when freeing an inode...
1990-06-29 Keith Bosticnew copyright notice
1990-06-25 Kirk McKusickno longer map ENOENT to ENODEV in getmdev
1990-06-20 Kirk McKusickmark inode dirty to force size update
1990-06-04 Kirk McKusickhave to vrele devvp when just doing an update
1990-05-31 Kirk McKusickhave to write out inode if IO_SYNC is specified
1990-05-31 Kirk McKusickVOP_ABORTOP is no longer responsible for unlocking...
1990-05-30 Kirk McKusickhave to restore quota state after chown
1990-05-25 Kirk McKusickprint out offending uid for filesystem full error messages
1990-05-15 Kirk McKusickhave to set the ICHG bit when a chown succeeds
1990-05-11 Kirk McKusicklint; checkoverlap code is conditional on DIAGNOSTIC
1990-05-11 Kirk McKusickget rid of spurious #defines in user.h
1990-05-11 Kirk McKusickuse proper error variable
1990-05-09 Kirk McKusickmust have vnode locked before doing ufs_access
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-05 Kirk McKusickuse NULLVP
1990-05-05 Kirk McKusickdelete unneeded headers
1990-05-04 Kirk McKusickhave to take off the hash list when bread of inode...
1990-05-04 Kirk McKusickminor reorganization to support MP systems (from noemi...
1990-05-03 Kirk McKusickadd ufs_quotactl; eliminate static mount table; add...
1990-05-03 Kirk McKusickiaccess moves into ufs_access; changes for the new...
1990-05-03 Kirk McKusickneed quota.h with inode.h now
1990-05-03 Kirk McKusicknew interface to chkdq; clean up u. area access
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-28 Kirk McKusickva_size and va_bytes become quads
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-03-07 Kirk McKusickreaddir now returns an eof indication
1990-03-06 Kirk McKusickprint out selected fifo information in ufs_print
1990-03-06 Kirk McKusickadd support for FIFO's
1990-03-06 Kirk McKusickreassign vnode ops for FIFO's
1990-02-17 Kirk McKusickmay be crossing a mount point, so must be generic
1990-02-09 Kirk McKusickoptimization from Noemi Paciorek <noemi@osf.org>
1990-01-16 Kirk McKusickadd islocked vnode op
1990-01-15 Kirk McKusickdebugging, print out information on processes holding...
1990-01-14 Kirk McKusicktake care not to derefernce through NULL (from gmf...
1990-01-14 Kirk McKusickcheck decision on doing read-ahead; add missing biodone;
1990-01-06 Kirk McKusickmissing fsbtodb (from noemi@osf.org)
1990-01-05 Kirk McKusickinitialize i_diroff; proper association of indirect...
1990-01-05 Kirk McKusickensure that dirty indirect blocks are associated with...
1990-01-05 Kirk McKusickrewrite ufs_sync to take advantage of clean/dirty buffe...
1989-12-31 Kirk McKusickbadblock moves into this file
1989-12-31 Kirk McKusicki_lastr => v_lastr; v_count => v_usecount
next