BSD 4_4_Lite2 release
[unix-history] / usr / src / sys / kern / vfs_lookup.c
1995-07-25 CSRGBSD 4_4_Lite2 release origin/BSD-Release BSD-4_4_Lite2
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-04-02 Bill JoyBSD-SCCS END release origin/BSD-SCCS BSD-4_4_Lite2-Snapshot-Development BSD-SCCS-END
1995-05-28 Kirk McKusickdelete read-only checking; it must be done by the files...
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_UNLOCK
1995-04-29 Kirk McKusickmove relookup in from ufs_vnops.c
1994-11-22 Kirk McKusickcheck for symbolic links after mount points to keep...
1994-11-22 Kirk McKusickcheck for symbolic links after mount points to keep...
1994-05-22 Kirk McKusickcheck for ENOTDIR before EISDIR in null pathname case
1994-02-17 Jan-Simon Pendryvref -> VREF
1994-01-22 Keith Bosticadd USL's copyright notice
1993-09-06 Keith BosticCleanups for 4.4BSD-Lite
1993-06-11 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-04-28 Kirk McKusickdelete incorrect comment; allow NULL lookup to return...
1993-01-23 Kirk McKusicknames may be up to NAME_MAX
1992-10-12 Keith Bosticmake kernel includes standard
1992-09-22 Mike Hiblermust always check for absolute root, ow a chroot'ed...
1992-07-21 Jan-Simon Pendryadded union mounts
1992-07-14 Kirk McKusickwho wrote this code in such a retched style!
1992-07-13 Jan-Simon Pendryallow lower layers to consume more of the pathname
1992-07-03 Kirk McKusickdelete USES
1992-05-15 John Heidemannvnode interface conversion
1992-05-14 John Heidemannvnode interface conversion
1992-03-03 Kirk McKusickdisallow creation of files in removed directories
1992-02-22 Kirk McKusickuse continue rather than goto
1992-02-22 John Heidemannlookup converted to new form
1992-01-23 John Heidemannlookup converted to new form
1992-01-14 Kirk McKusickrefine read-only checking for new NFS
1992-01-08 Marc Teitelbaumminor optimization
1991-05-22 Kirk McKusickremove the 8-bit restriction in namei
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-20 Kirk McKusickmust conditionally allocate buffer
1991-05-16 Kirk McKusickbreak namei into namei + lookup
1991-04-16 Kirk McKusickadd proc pointers to appropriate VOP operations and...
1991-03-20 Mike Karelsexpunge user.h, other unneeded headers
1991-03-18 Mike Karelsmore-or-less working with new proc & user structs
1991-03-01 Kirk McKusickcache open with O_CREAT when the name already exists
1991-02-22 Kirk McKusickfixes for rename in NFS
1991-01-12 Kirk McKusickhave to include user.h and proc.h always now
1991-01-11 Kirk McKusickadd dynamically allocated file descriptors
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-06-29 Keith Bosticnew copyright notice
1990-05-05 Kirk McKusickmount structure prefixes go from m_ to mnt_ and M_...
1990-05-04 Kirk McKusickadd support for NFS to avoid duplication
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
1989-12-21 Kirk McKusickhave to nullify ni_dvp on entry
1989-08-11 Kirk McKusickcheck for lookup with ENOENT before setting EROFS for...
1989-07-04 Kirk McKusickget rid of unnecessary access checks
1989-07-03 Kirk McKusickmust properly calculate whether at end of path
1989-07-03 Kirk McKusickmust return value in ni_vp when cd .. through the root
1989-06-28 Kirk McKusickupdate reference counts on vnodes using VREF
1989-06-09 Kirk McKusickmust inline expand read-only and text busy checks as...
1989-06-02 Kirk McKusickfinally (I hope) get symbolic links working correctly
1989-05-15 Kirk McKusickmust null ni_vp on copyin error
1989-05-14 Kirk McKusickmust unlock parent directory on error; fix symlink...
1989-05-10 Kirk McKusickalternative method for copying in name
1989-05-10 Kirk McKusickmust do the lookup for RENAME as well as CREATE
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)
1987-03-04 CSRGBSD 4_3 release BSD-4_3
1988-03-09 CSRGBSD 4_2 release BSD-4_2
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)
next