summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs/null_vnops.c
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
* 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
* 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-231-1/+1
* Fix two small typo's in comments in the nullfs vnops code.ed2008-09-111-2/+2
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-2/+1
* 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-131-6/+4
* This changes give nullfs correctly work with latest unionfs.daichi2007-10-141-5/+18
* Where I previously removed calls to kdb_enter(), now remove include ofrwatson2007-05-291-1/+0
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-181-2/+2
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-0/+10
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-131-2/+2
* - 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
* 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
* - 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-151-130/+41
* - 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-131-10/+6
* Introduce vx_wait{l}() and use it instead of home-rolled versions.phk2005-02-171-4/+2
* Remove vop_destroyvobject()phk2005-02-071-27/+1
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Remove unused argument to vrecycle()phk2005-01-281-1/+1
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.phk2005-01-251-11/+0
* Don't implement vop_createvobject(), vop_open() and vop_close() managesphk2005-01-241-19/+0
* Add null_open() and null_close() which calls null_bypass() and managedphk2005-01-241-0/+29
* Kill the VV_OBJBUF and test the v_object for NULL instead.phk2005-01-241-2/+1
* Remove "register" keywords.phk2005-01-241-2/+2
* Style: Remove the commented out vop_foo_args replicas.phk2005-01-241-103/+15
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-131-1/+1
* whitespacephk2005-01-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-27/+21
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-14/+14
* Eliminate null_open() and use instead null_bypass().phk2004-11-261-24/+0
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Don't try to unlock the directory vnode in null_lookup() if the lock istruckman2004-01-111-1/+1
* v_vxproc was a bogus name for a thread (pointer).bde2003-12-281-2/+2
* MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:tjr2003-06-171-4/+57
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-2/+1
OpenPOWER on IntegriCloud