summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs/null_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r295717:kib2016-02-241-0/+9
* MFC r292961:kib2016-01-061-3/+5
* MFC r269708:kib2014-08-221-4/+40
* MFC r269187:kib2014-08-041-0/+4
* MFC r268764:kib2014-07-301-10/+0
* MFC r269081:kib2014-07-271-1/+1
* Fix the length calculation for the final block of a sendfile(2)des2013-09-101-0/+10
* The tvp vnode on rename is usually unlinked. Drop the cached nullkib2013-07-041-1/+6
* - Fix nullfs vnode reference leak in nullfs_reclaim_lowervp(). Thekib2013-05-111-5/+14
* When nullfs mount is forcibly unmounted and nullfs vnode is reclaimed,kib2013-01-101-0/+8
* Add the "nocache" nullfs mount option, which disables the caching ofkib2013-01-031-0/+15
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-0/+21
* Grammar fixes.kib2012-10-141-3/+3
* Replace the XXX comment with the proper description.kib2012-10-141-1/+3
* Allow shared lookups for nullfs mounts, if lower filesystem supportskib2012-09-091-19/+4
* Remove unused thread argument to vrecycle().trasz2012-04-231-2/+1
* In null_reclaim(), assert that reclaimed vnode is fully constructed,kib2012-02-291-9/+12
* Do the vput() for the lowervp in the null_nodeget() for error case too.kib2012-01-031-6/+2
* Existing VOP_VPTOCNP() interface has a fatal flow that is critical forkib2011-11-191-4/+3
* Do not use NULLVPTOLOWERVP() in the null_print(). If diagnostic is compiledkib2011-11-191-1/+1
* Fix typos - remove duplicate "is".brucec2011-02-231-1/+1
* Add a null_remove() function to nullfs, so that the v_usecountrmacklem2010-08-311-0/+27
* Disable bypass for the vop_advlockpurge(). The vop is called afterkib2010-05-161-0/+1
* 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
OpenPOWER on IntegriCloud