summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* Add explicit struct ucred * argument for VOP_VPTOCNP, to be used bykib2009-06-211-1/+2
* Implement the bypass routine for VOP_VPTOCNP in nullfs.kib2009-05-311-1/+50
* Do not drop vnode interlock in null_checkvp(). null_lock() verifies thatkib2009-05-311-22/+7
* Lock the real null vnode lock before substitution of vp->v_vnlock.kib2009-05-311-3/+4
* Add VOP_ACCESSX, which can be used to query for newly added V*trasz2009-05-301-0/+27
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-19/+12
* Do not use null_bypass for VOP_ISLOCKED, directly call defaultpho2009-03-181-0/+1
* Remove the null_islocked() overloaded vop because the standard one doesattilio2009-03-131-9/+0
* Do not use bypass for vop_vptocnp() from nullfs, call standardkib2009-03-101-0/+1
* Remove unused local variables.bz2009-01-311-2/+0
* In null_lookup(), do the needed cleanup instead of panicing sayingkib2008-11-261-5/+4
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-232-4/+4
* Fix two small typo's in comments in the nullfs vnops code.ed2008-09-111-2/+2
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-311-0/+1
* - Simplify null_hashget() and null_hashins() by using vref() ratherjeff2008-03-291-21/+4
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-252-5/+4
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoattilio2008-02-081-3/+3
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-2/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-132-9/+7
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-102-3/+3
* Get rid of qaddr_t.alfred2007-10-161-1/+1
* This changes give nullfs correctly work with latest unionfs.daichi2007-10-142-5/+25
* Where I previously removed calls to kdb_enter(), now remove include ofrwatson2007-05-292-2/+0
* Rather than entering the debugger via kdb_enter() in the event therwatson2007-05-271-5/+2
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-181-2/+2
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+15
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-152-13/+10
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-131-2/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-1/+6
* Remove incorrect null_checkexp() routine. Thisrodrigc2006-05-281-14/+0
* Modify MNT_UPDATE behavior for nullfs so that it does notrodrigc2006-05-281-2/+7
* - Define a null_getwritemount to get the mount-point for the lowerjeff2006-03-121-2/+26
* - spell VOP_LOCK(vp, LK_RELEASE... VOP_UNLOCK(vp,... so that asserts injeff2006-02-221-7/+8
* - Assert that the lowervp is locked in null_hashget().jeff2006-02-221-26/+21
* Correctly set MNTK_MPSAFE flag from the lower vnode's mount rather thanjhb2006-02-101-1/+1
* - No need to WANTPARENT when we're just going to vrele it in a deadlockjeff2006-02-071-4/+1
* Eradicate caddr_t from the VFS API.des2005-12-141-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-312-3/+3
* Reflect mpsafety of the underlying filesystem in the nullfs image.kris2005-10-161-0/+1
* Handle a race condition where NULLFS vnode can be cleaned while threadskan2005-09-151-4/+28
* Use vput() instead of vrele() in null_reclaim() since the lower vnodessouhlal2005-09-021-4/+5
* - As this is presently the one and only place where duplicate acquires ofjeff2005-04-221-1/+1
* - Clear VI_OWEINACT before calling vget() with no lock type. We knowjeff2005-04-111-0/+7
* - Honor the flags argument passed to null_root(). The filesystem belowjeff2005-04-111-1/+1
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-1/+2
* - Lock the clearing of v_data so it is safe to inspect it with thejeff2005-03-171-1/+7
* - Assume that all lower filesystems now support proper locking. Assertjeff2005-03-153-190/+63
* - We have to transfer lockers after reseting our vnlock pointer.jeff2005-03-151-0/+5
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-132-12/+8
OpenPOWER on IntegriCloud