summaryrefslogtreecommitdiffstats
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* Remove unused thread argument to vrecycle().trasz2012-04-231-2/+1
* Use NULL instead of 0kevlo2012-03-131-2/+2
* Do not expose unlocked unconstructed nullfs vnode on mount list.kib2012-03-021-1/+1
* Allow shared locks for reads when lower filesystem accept shared locking.kib2012-02-291-1/+2
* Document that null_nodeget() cannot take shared-locked lowervp due tokib2012-02-291-1/+5
* In null_reclaim(), assert that reclaimed vnode is fully constructed,kib2012-02-291-9/+12
* Always request exclusive lock for the lower vnode in nullfs_vget().kib2012-02-291-0/+6
* Move the code to destroy half-contructed nullfs vnode into helperkib2012-02-291-6/+13
* Merge a split multi-line comment.kib2012-02-291-4/+1
* To improve control over the use of mount(8) inside a jail(8), introducemm2012-02-231-0/+5
* Allow mounting nullfs(5) inside jails.mm2012-02-091-1/+1
* Subject: NULLFS: properly destroy node hashrea2012-01-181-1/+1
* In sys/fs/nullfs/null_subr.c, in a KASSERT, output the correct vnodedim2012-01-051-1/+1
* Do the vput() for the lowervp in the null_nodeget() for error case too.kib2012-01-033-8/+6
* Document the state of the lowervp vnode for null_nodeget().kib2012-01-031-0/+3
* 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
* Use the plain panic calls, without additional printing around them.kib2011-11-191-14/+4
* The use of VOP_ISLOCKED() without a check for the return values can causekib2011-10-241-4/+1
* The only possible error return from null_nodeget() is due to insmntque1kib2011-10-241-1/+0
* The covered vnode must be reloced if it was unlocked. Remove VOP_ISLOCKEDkib2011-10-241-1/+1
* Only unlock if the lock is exclusive.pho2011-10-241-3/+2
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-2/+4
* 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
* 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
OpenPOWER on IntegriCloud