| Commit message (Expand) | Author | Age | Files | Lines |
| * | Universally adopt most conventional spelling of acquire. | Robert Watson | 2007-05-27 | 1 | -1/+1 |
| * | Replace custom file descriptor array sleep lock constructed using a mutex | Robert Watson | 2007-04-04 | 1 | -2/+2 |
| * | Rather than ignoring any error return from getnewvnode() in nameiinit(), | Robert Watson | 2007-03-31 | 1 | -1/+5 |
| * | If both ISDOTDOT and NOCROSSMOUNT are set then lookup() might breaks out | Konstantin Belousov | 2007-02-15 | 1 | -3/+4 |
| * | Below is slightly edited description of the LOR by Tor Egge: | Konstantin Belousov | 2007-01-22 | 1 | -4/+17 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+1 |
| * | Fix for a potential bug caught by Coverity. Pointed out to me by Kris Kennaway. | Mohan Srinivasan | 2006-09-14 | 1 | -1/+2 |
| * | Fixes up the handling of shared vnode lock lookups in the NFS client, | Mohan Srinivasan | 2006-09-13 | 1 | -7/+23 |
| * | Remove register, use ANSI function headers. | Robert Watson | 2006-08-05 | 1 | -15/+9 |
| * | We now spell "inode" as "vnode" in the VFS layer, so update comment | Robert Watson | 2006-08-05 | 1 | -3/+3 |
| * | Lock giant when assigning ni_vp and keep vfslocked state valid. | Kris Kennaway | 2006-04-29 | 1 | -0/+1 |
| * | - Consistently track ni_dvp and ni_vp with dvfslocked and vfslocked rather | Jeff Roberson | 2006-04-28 | 1 | -13/+15 |
| * | - LK_RETRY means nothing when passed to VOP_LOCK. Call vn_lock instead. | Jeff Roberson | 2006-03-31 | 1 | -1/+2 |
| * | - Don't check v_mount for NULL to determine if a vnode has been recycled. | Jeff Roberson | 2006-02-06 | 1 | -2/+2 |
| * | Add AUDITVNODE[12] flags to namei(), which cause namei() to audit path | Robert Watson | 2006-02-05 | 1 | -0/+19 |
| * | - Solve a problem where a vput could be called on an outgoing directory | Jeff Roberson | 2006-02-01 | 1 | -5/+13 |
| * | Tweak previous vfs_lookup.c commit to return an EINVAL error from | Don Lewis | 2006-01-22 | 1 | -1/+1 |
| * | Return EPERM from lookup() if cn_nameiop is DELETE or RENAME and | Don Lewis | 2006-01-21 | 1 | -4/+11 |
| * | Use correct VFS locking rather than unconditionally grabbing Giant around | John Baldwin | 2005-09-21 | 1 | -12/+8 |
| * | Improve the MP safeness associated with the creation of symbolic | Christian S.J. Peron | 2005-09-15 | 1 | -0/+2 |
| * | Do not keep parent directory locked while calling VFS_ROOT to traverse mount | Alexander Kabaev | 2005-08-14 | 1 | -0/+2 |
| * | - Remove a debugging printf that slipped in. | Jeff Roberson | 2005-04-13 | 1 | -1/+0 |
| * | - Further simplify lookup; Force all filesystems to relock in the DOTDOT | Jeff Roberson | 2005-04-13 | 1 | -30/+23 |
| * | - If we vrele() a dvp while the child is locked we can potentially deadlock | Jeff Roberson | 2005-04-09 | 1 | -51/+60 |
| * | - Move NDFREE() from vfs_subr to vfs_lookup where namei() is. | Jeff Roberson | 2005-04-05 | 1 | -0/+38 |
| * | - Include opt_vfs.h for LOOKUP_SHARED. | Jeff Roberson | 2005-04-03 | 1 | -8/+16 |
| * | - Set cn_lkflags to LK_SHARED in the LOOKUP_SHARED case so that we only | Jeff Roberson | 2005-03-29 | 1 | -5/+29 |
| * | - Remove an unused variable from relookup(). | Jeff Roberson | 2005-03-28 | 1 | -5/+2 |
| * | - Get rid of PDIRUNLOCK, instead, we fixup the lock state immediately after | Jeff Roberson | 2005-03-28 | 1 | -13/+51 |
| * | - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. For | Jeff Roberson | 2005-03-24 | 1 | -1/+1 |
| * | - Clear LOCKSHARED if LOOKUP_SHARED is not enabled. This is not strictly | Jeff Roberson | 2005-03-24 | 1 | -0/+3 |
| * | - Tweak kern_msgctl() to return a copy of the requested message queue id | John Baldwin | 2005-02-07 | 1 | -0/+113 |
| * | Don't call VOP_CREATEVOBJECT(), it's the responsibility of the | Poul-Henning Kamp | 2005-01-24 | 1 | -10/+0 |
| * | - Acquire and release Giant as we enter and leave filesystems which | Jeff Roberson | 2005-01-24 | 1 | -6/+37 |
| * | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | Poul-Henning Kamp | 2005-01-13 | 1 | -3/+3 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Make NAMEI_DIAGNOSTIC compile again and add a stragic vprint() | Poul-Henning Kamp | 2004-12-03 | 1 | -8/+9 |
| * | Assert Giant in namei(). Bugs have been reported in which, following | Robert Watson | 2004-08-04 | 1 | -0/+2 |
| * | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 1 | -1/+1 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | Add a new 'NOMACCHECK' flag to namei() NDINIT flags, which permits the | Robert Watson | 2002-10-19 | 1 | -6/+11 |
| * | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -2/+2 |
| * | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-08-01 | 1 | -0/+12 |
| * | Under #ifdef DIAGNOSTIC, NULL out componentname pointers if we free the | Robert Watson | 2002-07-24 | 1 | -2/+18 |
| * | Catch up to changes in ktrace API. | John Baldwin | 2002-06-07 | 1 | -2/+5 |
| * | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -4/+4 |
| * | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -12/+12 |