summaryrefslogtreecommitdiff
path: root/sys/fs/nullfs
Commit message (Expand)AuthorAgeFilesLines
* Fix the length calculation for the final block of a sendfile(2)Dag-Erling Smørgrav2013-09-101-0/+10
* MFC r252714:Konstantin Belousov2013-07-111-1/+6
* MFC r250505:Konstantin Belousov2013-05-254-7/+62
* MFC r245495:Konstantin Belousov2013-01-191-11/+0
* MFC r245408:Konstantin Belousov2013-01-191-10/+6
* MFC r245004:Konstantin Belousov2013-01-134-14/+63
* MFC r245262:Konstantin Belousov2013-01-131-0/+8
* MFC r242476:Konstantin Belousov2012-12-241-0/+21
* MFC r243340:Konstantin Belousov2012-12-241-2/+0
* MFC r240285:Konstantin Belousov2012-12-244-48/+70
* Jail-mount MFC: r231265,r231267,r231269,r232059,r232186,r232247,Martin Matuska2012-03-091-1/+6
* MFC r232305:Konstantin Belousov2012-03-071-1/+2
* MFC r232304:Konstantin Belousov2012-03-071-1/+5
* MFC r232303:Konstantin Belousov2012-03-071-9/+12
* MFC r232301:Konstantin Belousov2012-03-071-0/+6
* MFC r232299:Konstantin Belousov2012-03-071-7/+14
* MFC r232296:Konstantin Belousov2012-03-071-4/+1
* MFC r229431:Konstantin Belousov2012-01-103-8/+6
* MFC r229428:Konstantin Belousov2012-01-101-0/+3
* MFC r227697:Konstantin Belousov2012-01-061-4/+3
* MFC r227696:Konstantin Belousov2012-01-011-1/+1
* MFC r227695:Konstantin Belousov2012-01-011-14/+4
* MFC r226688:Konstantin Belousov2011-11-011-4/+1
* MFC r226687:Konstantin Belousov2011-11-011-1/+0
* MFC r226686:Konstantin Belousov2011-11-011-1/+1
* MFC r226681:Peter Holm2011-10-311-3/+2
* Add a lock flags argument to the VFS_FHTOVP() file systemRick Macklem2011-05-221-2/+4
* Fix typos - remove duplicate "is".Rebecca Cran2011-02-231-1/+1
* Add a null_remove() function to nullfs, so that the v_usecountRick Macklem2010-08-311-0/+27
* Disable bypass for the vop_advlockpurge(). The vop is called afterKonstantin Belousov2010-05-161-0/+1
* Add explicit struct ucred * argument for VOP_VPTOCNP, to be used byKonstantin Belousov2009-06-211-1/+2
* Implement the bypass routine for VOP_VPTOCNP in nullfs.Konstantin Belousov2009-05-311-1/+50
* Do not drop vnode interlock in null_checkvp(). null_lock() verifies thatKonstantin Belousov2009-05-311-22/+7
* Lock the real null vnode lock before substitution of vp->v_vnlock.Konstantin Belousov2009-05-311-3/+4
* Add VOP_ACCESSX, which can be used to query for newly added V*Edward Tomasz Napierala2009-05-301-0/+27
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-19/+12
* Do not use null_bypass for VOP_ISLOCKED, directly call defaultPeter Holm2009-03-181-0/+1
* Remove the null_islocked() overloaded vop because the standard one doesAttilio Rao2009-03-131-9/+0
* Do not use bypass for vop_vptocnp() from nullfs, call standardKonstantin Belousov2009-03-101-0/+1
* Remove unused local variables.Bjoern A. Zeeb2009-01-311-2/+0
* In null_lookup(), do the needed cleanup instead of panicing sayingKonstantin Belousov2008-11-261-5/+4
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-232-4/+4
* Fix two small typo's in comments in the nullfs vnops code.Ed Schouten2008-09-111-2/+2
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-311-0/+1
* - Simplify null_hashget() and null_hashins() by using vref() ratherJeff Roberson2008-03-291-21/+4
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-252-5/+4
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoAttilio Rao2008-02-081-3/+3
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-2/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-132-9/+7