vnodeop argument macro expansion
[unix-history] / usr / src / sys / ufs / ffs / ufs_lookup.c
1992-05-16 John Heidemannvnodeop argument macro expansion
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-04-22 Kirk McKusickhave to pass down cred to block allocation routines
1992-03-28 Kirk McKusickdefine doff_t for size of directory offsets
1992-03-16 Kirk McKusickextra assignments to shut up GCC warnings (for torek)
1992-03-03 Kirk McKusickdisallow creation of files in removed directories
1992-02-22 John Heidemannclean up comment
1992-02-05 Kirk McKusickufs specific fields move from nameidata into the inode
1992-02-04 John Heidemannconvert to CN
1992-01-23 John Heidemannlookup converted to new form
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; move blockatoff into...
1991-05-20 Kirk McKusickhave to set the offset in the uio now
1991-05-16 Kirk McKusicknew naming scheme for ufs specific data in namei
1991-04-17 Kirk McKusickextensive checking of directories only when DIIAGNOSTIC set
1991-04-17 Kirk McKusickdo not panic on "bad dir" if filesystem is mounted...
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP and vnode operations
1991-03-20 Mike Karelsfirst cut for new proc & user structs (still need to...
1991-03-12 Kirk McKusicksetup uio vectors explicitly as they are no longer...
1991-03-01 Kirk McKusickcache open with O_CREAT when the name already exists
1991-02-22 Kirk McKusickfixes for multiple calls to namei (for rename in NFS)
1991-01-11 Kirk McKusickdelete paranoid check
1990-06-29 Keith Bosticnew copyright notice
1990-06-20 Kirk McKusickmark inode dirty to force size update
1990-05-03 Kirk McKusickiaccess => ufs_access; merge vp and vdp
1990-01-04 Kirk McKusickparanoia, make sure that the uioseg flag is set properly
1989-12-01 Kirk McKusickblkatoff looks up in logical buffer cache; itrunc adds...
1989-11-25 Kirk McKusickmake dirbad a panic
1989-11-23 Kirk McKusickwriteip and rdwri are gone, use ufs_write and vn_rdwr...
1989-10-30 Kirk McKusickuse vget instead of igrab
1989-10-14 Kirk McKusickno need to check for .. through root after cache lookup
1989-10-14 Kirk McKusickavoid referencing uninitialized pointer
1989-08-27 Kirk McKusickgeneralize the buffer pool so that NFS can become a...
1989-08-26 Kirk McKusickupdate for soft references and negative cacheing
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 McKusickuse uio structure in nameidata rather than constructing...
1989-05-15 Kirk McKusickLOCKPARENT flag means lock parent even on lookup
1989-05-10 Kirk McKusickmerge in vnodes
1989-05-02 Marc TeitelbaumKTRACE code
1989-01-13 Kirk McKusickmove handling of `..' to prove concept and improve...
1987-06-22 Kirk McKusickgeteblk => malloc, so m_bufp => m_fs as it should be
1987-06-21 Kirk McKusickreplace geteblk with malloc/free
1987-04-03 Mike Karelsworking with pack labels
1987-04-03 Mike Karelsadd ifdefs for dev_bsize (almost working)
1986-06-05 Kirk McKusick4.3BSD release version
1986-05-05 Kirk McKusickalways round down directory offset to a DIRBLK boundry
1986-04-24 Kirk McKusickclean up block comment at top;
1986-02-24 Mike Karelslint
1986-02-21 Mike Karelsrename nch to avoid name conflict
1986-02-21 Mike Karelsrename nch to avoid name collision
1986-02-21 Mike Karelslint and cleanups from Sam
1985-09-05 Kirk McKusickinitialize before use
1985-06-09 Kirk McKusickAdd copyright
1985-05-23 Kirk McKusickreturn ENAMETOOLONG where appropriate; return EINVAL...
1985-04-20 Kirk McKusickcleanup and tighter semantic checking for blkatoff()
1985-02-25 Kirk McKusickproperly handle cacheing in the presence of `chroot';
1985-02-23 Kirk McKusickspeedups; prevent `chdir ..' out of root when .. is...
1985-02-23 Kirk McKusickinsure that directories are always a multiple of DIRBLK...
1985-02-21 Kirk McKusickprevent infinite loops in dirempty() with trashed direc...
1985-02-21 Kirk McKusickshrinking directories (from kre)
1985-01-11 Kirk McKusickadd cacheinvalall() to invalidate the entire namei...
1985-01-11 Kirk McKusickfix "bread 0" panic: must check for cache ptr past...
1984-08-30 Jim BloomChange to includes. no more ../h
1984-07-28 Kirk McKusickrewrite `rename' and `rmdir' to properly invalidate...
1984-07-09 Kirk McKusickuse new interface to `copyinstr' and `copystr'
1984-07-09 Kirk McKusickrework namei interface to eliminate global variables;
1984-07-08 Kirk McKusickmaintain our own pool of buffers to avoid alloc/release...
1984-07-05 Kirk McKusickalways use `igrab' to avoid race condition with `iput';
1984-07-03 Kirk McKusickclean up locking protocol in namei cache;
1984-07-03 Kirk McKusickmove most of the directory consistency checks out of...
1984-06-28 Sam Lefflerconvert namei cache to hold soft references to inodes...
1984-02-16 Mike Karelsuse ISVTX instead of ISUID for append-only directories
1984-01-05 Kirk McKusickmove namei statistics structure to h/nami.h so `vmstat...
1984-01-04 Kirk McKusickadd system wide cacheing of path names in namei() ...
1983-12-04 Kirk McKusick1 element cache per process saves 12% of namei cost!
1983-09-10 Kirk McKusickreturn a more reasonable error message for /tmp/ (shannon)
1983-07-29 Sam Leffler4.2 distribution
1983-05-29 Sam Lefflercleanup dirempty to cut down on stack space used and...
1983-05-29 Kirk McKusickadd checkpath to verify validity of directory renames
1983-05-18 Sam Lefflertypo
1983-04-23 Kirk McKusickpartial fix for race condition between getting and...
1983-03-22 Sam Leffleravoid name conflict with freespace macro
1983-02-11 Sam Lefflerhave direnter return errors so new inodes can be thrown...
1982-12-23 Sam Lefflernull pathname special case for rename (sigh)
1982-12-22 Sam Lefflererror uninitialized in uiomove
1982-12-22 Sam Lefflermake mkdir & rmdir work with rdwri (still kludged)
1982-11-17 Sam Lefflerdropped a line in the merge (damn)
1982-11-14 Sam Lefflermerge of 4.1b and 4.1c
1982-10-31 Bill Joyuse ovbcopy
1982-10-20 Bill Joymore lint
1982-10-18 Bill Joylint
1982-10-18 Bill Joymore lint
1982-10-18 Bill Joylint
1982-08-25 Bill Joynew groups stuff
1982-08-23 Bill Joyrdwri()
1982-08-15 Bill Joyno more readi()
1982-08-04 Sam Lefflerpurge EFS stuff
next