new conventions for who queues packet.
[unix-history] / usr / src / sys / ufs /
1990-04-04 Kirk McKusickadd fs_state field to validate fs_clean
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 McKusickmntfrom and mnton are now maintained in m_stat
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-07 Kirk McKusickmntname is now maintained in the mount table
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-03-06 Kirk McKusickadd FIFO type
1990-03-06 Kirk McKusickiftovt macro needs to change to support FIFO's
1990-02-17 Kirk McKusickmay be crossing a mount point, so must be generic
1990-02-16 Kirk McKusickget rid of things having to do with libc directory...
1990-02-09 Marc Teitelbaumtsleep
1990-02-09 Kirk McKusickoptimization from Noemi Paciorek <noemi@osf.org>
1990-01-31 Kirk McKusickupdate for rewinddir
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 McKusicknew macro to calculate multiplication by fs_bsize
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...
1990-01-04 Kirk McKusickparanoia, make sure that the uioseg flag is set properly
1990-01-03 Kirk McKusickmore rational order for the flags
1990-01-03 Kirk McKusickneed null lock and unlock ops for vclean
1990-01-03 Kirk McKusickprotect against trashed disk labels (4.3BSD-tahoe/sys/47)
1990-01-01 Kirk McKusickuse vfinddev to find vnode as b_vp may represent a...
1989-12-31 Kirk McKusickbadblock moves into this file
1989-12-31 Kirk McKusicksyncip is replaced by vflushbuf; badblock moves to...
1989-12-31 Kirk McKusicki_lastr => v_lastr; v_count => v_usecount
1989-12-31 Kirk McKusickv_count => v_usecount
1989-12-31 Kirk McKusickv_mounton is gone; v_count => v_usecount
1989-12-31 Kirk McKusickv_count => v_usecount
1989-12-31 Kirk McKusicki_flag becomes a u_long, i_text is unused, i_lastr...
1989-12-30 Kirk McKusickdebugging, ILOCK and IUNLOCK always call ilock and...
1989-12-30 Kirk McKusickdebugging, put in accounting for process id holding...
1989-12-22 Kirk McKusickonly account for disk blocks when they are actually...
1989-12-20 Kirk McKusickhave to update the correct inode (from mike@cs.utah...
1989-12-01 Kirk McKusickadd null bmap routine
1989-12-01 Kirk McKusickmajor overhaul to handle logical buffer pool
1989-12-01 Kirk McKusickmajor overhaul to handle logical buffer pool (not quite...
1989-12-01 Kirk McKusickreplace bflush and binval with vflushbuf and vinvalbuf;
1989-12-01 Kirk McKusickoverhaul itrunc; cleanups to inactive; use vprintf
1989-12-01 Kirk McKusickroot is mounted read-only by default; replace bflush...
1989-12-01 Kirk McKusickitrunc has to handle logical.physical buffer cache;
1989-12-01 Kirk McKusickblkatoff looks up in logical buffer cache; itrunc adds...
1989-11-26 Kirk McKusickwrappers for read/write/close of special devices to...
1989-11-26 Kirk McKusickmaintain mount information in v_mounton rather than...
1989-11-26 Kirk McKusickmaintain mount information in v_mounton rather than...
1989-11-26 Kirk McKusickcheckalias now sets rdev
1989-11-25 Kirk McKusickmake dirbad a panic
1989-11-25 Kirk McKusickuse dirbad rather than printf
1989-11-25 Kirk McKusickmove in ufs_read and ufs_write from ufs_io.c;
1989-11-25 Kirk McKusickreturn type MOUNT_MFS instead of MOUNT_UFS to statfs
1989-11-23 Kirk McKusickfsync takes a waitfor flag; replace rdwri with vn_rdwr;
1989-11-23 Kirk McKusickuse FSYNC instead of doing iupdat directly
1989-11-23 Kirk McKusickuse new waitfor flag in syncip
1989-11-23 Kirk McKusicksyncip takes a waitfor flag
1989-11-23 Kirk McKusickwriteip and rdwri are gone, use ufs_write and vn_rdwr...
1989-11-22 Kirk McKusicksuppress printing of pushes of active inodes
1989-11-15 Kirk McKusickhave to vput vnode on error
1989-11-13 Kirk McKusickinitialize i_flag not i_flags
1989-11-13 Kirk McKusickclear i_flags when allocating new inodes
1989-11-11 Kirk McKusickiflush becomes vflush with hopes of doing forcible...
1989-11-11 Kirk McKusickiflush becomes vflush and moves to vfs_subr.c
1989-11-04 Kirk McKusicklint
1989-11-04 Kirk McKusicklint
1989-11-01 Kirk McKusickvnode layer defines f_fsid and f_flags for statfs()
1989-11-01 Kirk McKusick../machine should be machine
1989-10-30 Kirk McKusickdevice uniqueness and aliasing is now handled at the...
1989-10-30 Kirk McKusickadd file system initialization routine; panic if device...
1989-10-30 Kirk McKusickflush out any pending I/O before trying to close
1989-10-30 Kirk McKusickadd file system specific initialization routine
1989-10-30 Kirk McKusickdelete i_devlst as this is now done at the vnode level;
1989-10-30 Kirk McKusickcreate spec_inodeops; convert mknod to use vgone
1989-10-30 Kirk McKusickuse vget instead of igrab
1989-10-26 Kirk McKusickonly vrele can delete the v_type field
1989-10-25 Kirk McKusickmerge inode and nfsnode tables into a single vnode...
1989-10-25 Kirk McKusickadd ufs_reclaim entry; i_size => i_qsize for dinode.h
1989-10-25 Kirk McKusickiflush takes a mount ptr instead of a dev;
1989-10-25 Kirk McKusickcreate own private data area instead of overloading...
1989-10-25 Kirk McKusickdate and time created 89/10/24 19:37:14 by mckusick
1989-10-25 Kirk McKusicksplit out that part of inode.h that is relevant only...
1989-10-25 Kirk McKusicksplit out that part of inode.h that is relevant to...
1989-10-25 Kirk McKusickget rid of unnecessary include files for non-kernel...
1989-10-22 Kirk McKusickminor cleanups
1989-10-22 Kirk McKusicktry to flush all inodes when unmounting;
1989-10-21 Kirk McKusickallow multiple I/O requests; try to unmount when signalled
1989-10-20 Kirk McKusickallow free blocks to go negative; properly account...
1989-10-19 Kirk McKusickallow update of mounted file systems
1989-10-19 Kirk McKusickexpand vfs_add inline; allow update of mounted file...
1989-10-17 Kirk McKusickdelete change in 7.16, only clear setuid and setgid...
1989-10-14 Kirk McKusick`root device' => `root_device' to make it one column...
1989-10-14 Kirk McKusickno need to check for .. through root after cache lookup
next