badblock moves into this file
[unix-history] / usr / src / sys / ufs / ufs /
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 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-20 Kirk McKusickhave to update the correct inode (from mike@cs.utah...
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 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-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 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-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-10-30 Kirk McKusickdevice uniqueness and aliasing is now handled at the...
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-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 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-22 Kirk McKusickminor cleanups
1989-10-22 Kirk McKusicktry to flush all inodes when unmounting;
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-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
1989-10-14 Kirk McKusickavoid referencing uninitialized pointer
1989-09-06 Kirk McKusickadd ufs_start routine
1989-08-29 Kirk McKusickmust nullify the type to keep getnewbuf from looking...
1989-08-27 Kirk McKusickgeneralize the buffer pool so that NFS can become a...
1989-08-26 Kirk McKusickalways clear setuid and setgid bits when changing owner...
1989-08-26 Kirk McKusickupdate for soft references and negative cacheing
1989-08-17 Kirk McKusickreturn vap_bytes in bytes
1989-08-11 Kirk McKusickpurge vnode type when unneeded and returned to the...
1989-08-11 Kirk McKusickzero out usec fields (from Rick Macklem)
1989-07-17 Kirk McKusickcheck carefully for stale file handles and return errors
1989-07-17 Kirk McKusickdetect release of free inodes (from stale file handles)
1989-07-04 Kirk McKusickadd spare fields for future use
1989-07-04 Kirk McKusickdelete unnecessary check; minor cleanup
1989-06-28 Kirk McKusickufs_vptofh is now called by getfh
1989-06-28 Kirk McKusickupdate reference counts on vnodes using VREF
1989-06-25 Kirk McKusickhave to set the base before each uio
1989-06-08 Kirk McKusickcompatibility code to assign a generation number to...
1989-06-08 Kirk McKusickreturn flags and generation number; set flags
1989-06-08 Kirk McKusickuse uio structure in nameidata rather than constructing...
1989-06-08 Kirk McKusickimplementation of generation numbers
1989-06-07 Kirk McKusickput in explicit lock so that locking can be checked
1989-06-07 Kirk McKusickput in explicit lock and unlock so that locking can...
1989-05-28 Kirk McKusickreturn directory locked (for benefit of NFS)
1989-05-28 Kirk McKusickfill out implementation of ufs_vptofh (from Rick Macklem)
1989-05-20 Kirk McKusickcleanups and paranoia
1989-05-15 Kirk McKusickLOCKPARENT flag means lock parent even on lookup
1989-05-10 Kirk McKusickget the suser check in the correct places
1989-05-10 Kirk McKusickread into system space, not user space!
1989-05-10 Kirk McKusickmerge in vnodes
1989-05-10 Kirk McKusickmerge in vnodes
1989-05-10 Kirk McKusickcheck for multiple includes; change for POSIX compliance
1989-05-10 Kirk McKusickmerge in vnodes
1989-05-10 Kirk McKusickmerge in vnodes
1989-05-02 Marc TeitelbaumKTRACE code
1989-04-27 Kirk McKusickuse new form of suser()
1989-02-22 Marc Teitelbaumput back last version - undo dependency on syslimits.h
1989-02-17 Keith Bosticdon't allow more than LINK_MAX links
1989-02-17 Keith Bosticadd syslimits.h for POSIX 1003.1; included by include...
1989-01-25 Keith Bosticfix chown; don't steal groups or give away files
1989-01-13 Kirk McKusickmove handling of `..' to prove concept and improve...
1989-01-12 Kirk McKusickbreak out non-kernel stuff to <dirent.h>;
1988-09-24 Thomas Ferrinprint proper track# and sector# on errors
1988-06-28 Keith Bosticinstall approved copyright notice
1988-06-12 Mike Karels"correct" disk block units on tahoe
1988-06-05 Mike Karelswhy not, print cyl/trk/sect on disk errors
1988-05-28 Mike Karelsnew diskerr routine, replacing harderr
1988-05-25 Kirk McKusicklint
1988-05-23 Mike Karelslint
1988-05-21 Keith Bosticadd Berkeley specific header
1988-05-20 Mike Karelsavoid race between mountfs and update
1988-05-02 Kirk McKusickadd compatibility for dynamic cylinder groups;
1988-04-25 Mike Karelskeep cksum up to date, support variable offset (now...
1987-12-01 Kirk McKusickmajor cleanup of mountfs and fixed a bug too!
1987-11-02 Mike Karelsadd setdisklabel, writedisklabel to check and rewrite...
next