summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_lookup.c
Commit message (Expand)AuthorAgeFilesLines
...
* Tweak previous vfs_lookup.c commit to return an EINVAL error fromtruckman2006-01-221-1/+1
* Return EPERM from lookup() if cn_nameiop is DELETE or RENAME andtruckman2006-01-211-4/+11
* Use correct VFS locking rather than unconditionally grabbing Giant aroundjhb2005-09-211-12/+8
* Improve the MP safeness associated with the creation of symboliccsjp2005-09-151-0/+2
* Do not keep parent directory locked while calling VFS_ROOT to traverse mountkan2005-08-141-0/+2
* - Remove a debugging printf that slipped in.jeff2005-04-131-1/+0
* - Further simplify lookup; Force all filesystems to relock in the DOTDOTjeff2005-04-131-30/+23
* - If we vrele() a dvp while the child is locked we can potentially deadlockjeff2005-04-091-51/+60
* - Move NDFREE() from vfs_subr to vfs_lookup where namei() is.jeff2005-04-051-0/+38
* - Include opt_vfs.h for LOOKUP_SHARED.jeff2005-04-031-8/+16
* - Set cn_lkflags to LK_SHARED in the LOOKUP_SHARED case so that we onlyjeff2005-03-291-5/+29
* - Remove an unused variable from relookup().jeff2005-03-281-5/+2
* - Get rid of PDIRUNLOCK, instead, we fixup the lock state immediately afterjeff2005-03-281-13/+51
* - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. Forjeff2005-03-241-1/+1
* - Clear LOCKSHARED if LOOKUP_SHARED is not enabled. This is not strictlyjeff2005-03-241-0/+3
* - Tweak kern_msgctl() to return a copy of the requested message queue idjhb2005-02-071-0/+113
* Don't call VOP_CREATEVOBJECT(), it's the responsibility of thephk2005-01-241-10/+0
* - Acquire and release Giant as we enter and leave filesystems whichjeff2005-01-241-6/+37
* Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-131-3/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Make NAMEI_DIAGNOSTIC compile again and add a stragic vprint()phk2004-12-031-8/+9
* Assert Giant in namei(). Bugs have been reported in which, followingrwatson2004-08-041-0/+2
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Use __FBSDID().obrien2003-06-111-1/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Add a new 'NOMACCHECK' flag to namei() NDINIT flags, which permits therwatson2002-10-191-6/+11
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-2/+2
* Introduce support for Mandatory Access Control and extensiblerwatson2002-08-011-0/+12
* Under #ifdef DIAGNOSTIC, NULL out componentname pointers if we free therwatson2002-07-241-2/+18
* Catch up to changes in ktrace API.jhb2002-06-071-2/+5
* More s/file system/filesystem/gtrhodes2002-05-161-4/+4
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-12/+12
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-191-2/+3
* - Change namei() to use td_ucred instead of p_ucred.jhb2002-02-271-1/+1
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-131-0/+1
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-0/+2
* KSE Milestone 2julian2001-09-121-26/+26
* After exhaustive discussions and some meandering and confusion, enoughdillon2001-06-241-0/+6
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+1
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Untangle vfsinit() a bit. Use seperate sysinit functions rather thanpeter2000-12-061-0/+14
* This is a fix for a problem described in PR kern/19572. It wasalfred2000-11-301-1/+11
* Add new flag PDIRUNLOCK to the component.cn_flags which should be set bybp2000-09-171-2/+7
* Unlock current directory when calling VFS_ROOT() because underlyingbp2000-09-131-3/+10
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-3/+4
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-031-8/+1
* Fix a hole in jail(2).phk1999-09-251-1/+6
OpenPOWER on IntegriCloud