summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/ufs_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r275897:kib2015-01-011-1/+1
* MFC r262812scottl2014-04-151-3/+6
* When renaming a directory from one parent directory to another,mckusick2013-03-201-17/+30
* UFS: Remove dead assignment.pfg2013-02-031-1/+0
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-271-6/+8
* Remove unused thread argument from vtruncbuf().trasz2012-04-231-1/+1
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* - If the fsync in ufs_direnter fails SUJ can later panic because we havejeff2011-06-101-1/+1
* Retire opt_ffs_broken_fixme.h.kib2011-03-201-3/+2
* Remove the #if defined(FFS) || defined(IFS) braces around the calls tokib2011-03-171-4/+0
* - Handle the truncation of an inode with an effective link count of 0 injeff2010-07-061-0/+2
* Ensure that VOP_ACCESSX is called with exclusively locked vnode forkib2010-06-201-0/+33
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-80/+104
* The cache_enter(9) function shall not be called for doomed dvp.kib2010-04-201-0/+8
* Background:mckusick2010-01-111-0/+5
* Implement NFSv4 ACL support for UFS.trasz2009-12-211-22/+105
* Do not use casts (int *)0 and (struct thread *)0 for the arguments ofkib2009-06-161-1/+1
* In ufs_checkpath(), recheck that '..' still points to the inode withkib2009-04-201-39/+51
* When verifying '..' after VFS_VGET() in ufs_lookup(), do not returnkib2009-04-191-15/+17
* Verify that '..' still exists with the same inode number afterkib2009-04-161-9/+35
* Move the code from ufs_lookup.c used to do dotdot lookup, intokib2009-01-211-22/+1
* Do not lock vnode interlock around reading of v_iflag to check VI_DOOMED.kib2008-12-021-9/+2
* Busy ufs filesystem around block of code that does ".." lookup. Sincekib2008-11-221-1/+26
* Retire the 'i_reclen' field from the in-memory i-node. Previously,jhb2008-09-161-6/+9
* - Only set i_offset in the parent directory's i-node during a lookup forjhb2008-09-161-3/+9
* Whitespace tweak.jhb2008-07-301-1/+0
* Allow VM object creation in ufs_lookup. (If vfs.vmiodirenable is set)ups2008-05-201-0/+10
* - Use a local variable for i_ino in ufs_lookup. It is only used tojeff2008-04-221-13/+10
* - cache dp->i_offset in the local 'i_offset' variable for use in loopjeff2008-04-111-29/+48
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-4/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-3/+3
* Turn most ffs 'DIAGNOSTIC's into INVARIANTS.obrien2007-11-081-1/+1
* Call getinoquota() before allocating new block for the directory to properlykib2007-03-141-0/+8
* Rather than print out a nice error message giving details sufficent to fixobrien2006-07-311-3/+5
* The ufs_lookup.c has a critical bug around the whiteoutdaichi2006-07-111-2/+10
* Don't set IN_CHANGE and IN_UPDATE on inodes for potentially suspendedtegge2006-03-081-1/+0
* Correct the type of the temporary variable used by ufs_lookup.c:1.78truckman2005-10-161-1/+1
* Close a race in the ufs_lookup() code that handles the ISDOTDOTtruckman2005-10-141-1/+3
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-3/+2
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-291-7/+1
* - Honor the cn_lkflags passed from namei() when locking the leaf.jeff2005-03-291-2/+3
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-30/+5
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Avoid using casts as lvalues. Introduce DIP_SET macro which sets properkan2004-07-281-5/+5
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathphk2004-03-111-7/+7
* Use __FBSDID().obrien2003-06-111-1/+3
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-2/+2
* Fix some harmless mis-indents.phk2002-10-011-1/+1
OpenPOWER on IntegriCloud