| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the length calculation for the final block of a sendfile(2) | Dag-Erling Smørgrav | 2013-09-10 | 1 | -0/+10 |
| * | MFC r252714: | Konstantin Belousov | 2013-07-11 | 1 | -1/+6 |
| * | MFC r250505: | Konstantin Belousov | 2013-05-25 | 4 | -7/+62 |
| * | MFC r245495: | Konstantin Belousov | 2013-01-19 | 1 | -11/+0 |
| * | MFC r245408: | Konstantin Belousov | 2013-01-19 | 1 | -10/+6 |
| * | MFC r245004: | Konstantin Belousov | 2013-01-13 | 4 | -14/+63 |
| * | MFC r245262: | Konstantin Belousov | 2013-01-13 | 1 | -0/+8 |
| * | MFC r242476: | Konstantin Belousov | 2012-12-24 | 1 | -0/+21 |
| * | MFC r243340: | Konstantin Belousov | 2012-12-24 | 1 | -2/+0 |
| * | MFC r240285: | Konstantin Belousov | 2012-12-24 | 4 | -48/+70 |
| * | Jail-mount MFC: r231265,r231267,r231269,r232059,r232186,r232247, | Martin Matuska | 2012-03-09 | 1 | -1/+6 |
| * | MFC r232305: | Konstantin Belousov | 2012-03-07 | 1 | -1/+2 |
| * | MFC r232304: | Konstantin Belousov | 2012-03-07 | 1 | -1/+5 |
| * | MFC r232303: | Konstantin Belousov | 2012-03-07 | 1 | -9/+12 |
| * | MFC r232301: | Konstantin Belousov | 2012-03-07 | 1 | -0/+6 |
| * | MFC r232299: | Konstantin Belousov | 2012-03-07 | 1 | -7/+14 |
| * | MFC r232296: | Konstantin Belousov | 2012-03-07 | 1 | -4/+1 |
| * | MFC r229431: | Konstantin Belousov | 2012-01-10 | 3 | -8/+6 |
| * | MFC r229428: | Konstantin Belousov | 2012-01-10 | 1 | -0/+3 |
| * | MFC r227697: | Konstantin Belousov | 2012-01-06 | 1 | -4/+3 |
| * | MFC r227696: | Konstantin Belousov | 2012-01-01 | 1 | -1/+1 |
| * | MFC r227695: | Konstantin Belousov | 2012-01-01 | 1 | -14/+4 |
| * | MFC r226688: | Konstantin Belousov | 2011-11-01 | 1 | -4/+1 |
| * | MFC r226687: | Konstantin Belousov | 2011-11-01 | 1 | -1/+0 |
| * | MFC r226686: | Konstantin Belousov | 2011-11-01 | 1 | -1/+1 |
| * | MFC r226681: | Peter Holm | 2011-10-31 | 1 | -3/+2 |
| * | Add a lock flags argument to the VFS_FHTOVP() file system | Rick Macklem | 2011-05-22 | 1 | -2/+4 |
| * | Fix typos - remove duplicate "is". | Rebecca Cran | 2011-02-23 | 1 | -1/+1 |
| * | Add a null_remove() function to nullfs, so that the v_usecount | Rick Macklem | 2010-08-31 | 1 | -0/+27 |
| * | Disable bypass for the vop_advlockpurge(). The vop is called after | Konstantin Belousov | 2010-05-16 | 1 | -0/+1 |
| * | Add explicit struct ucred * argument for VOP_VPTOCNP, to be used by | Konstantin Belousov | 2009-06-21 | 1 | -1/+2 |
| * | Implement the bypass routine for VOP_VPTOCNP in nullfs. | Konstantin Belousov | 2009-05-31 | 1 | -1/+50 |
| * | Do not drop vnode interlock in null_checkvp(). null_lock() verifies that | Konstantin Belousov | 2009-05-31 | 1 | -22/+7 |
| * | Lock the real null vnode lock before substitution of vp->v_vnlock. | Konstantin Belousov | 2009-05-31 | 1 | -3/+4 |
| * | Add VOP_ACCESSX, which can be used to query for newly added V* | Edward Tomasz Napierala | 2009-05-30 | 1 | -0/+27 |
| * | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 1 | -19/+12 |
| * | Do not use null_bypass for VOP_ISLOCKED, directly call default | Peter Holm | 2009-03-18 | 1 | -0/+1 |
| * | Remove the null_islocked() overloaded vop because the standard one does | Attilio Rao | 2009-03-13 | 1 | -9/+0 |
| * | Do not use bypass for vop_vptocnp() from nullfs, call standard | Konstantin Belousov | 2009-03-10 | 1 | -0/+1 |
| * | Remove unused local variables. | Bjoern A. Zeeb | 2009-01-31 | 1 | -2/+0 |
| * | In null_lookup(), do the needed cleanup instead of panicing saying | Konstantin Belousov | 2008-11-26 | 1 | -5/+4 |
| * | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 1 | -2/+2 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 2 | -4/+4 |
| * | Fix two small typo's in comments in the nullfs vnops code. | Ed Schouten | 2008-09-11 | 1 | -2/+2 |
| * | Add the support for the AT_FDCWD and fd-relative name lookups to the | Konstantin Belousov | 2008-03-31 | 1 | -0/+1 |
| * | - Simplify null_hashget() and null_hashins() by using vref() rather | Jeff Roberson | 2008-03-29 | 1 | -21/+4 |
| * | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | Attilio Rao | 2008-02-25 | 2 | -5/+4 |
| * | Conver all explicit instances to VOP_ISLOCKED(arg, NULL) into | Attilio Rao | 2008-02-08 | 1 | -3/+3 |
| * | Cleanup lockmgr interface and exported KPI: | Attilio Rao | 2008-01-24 | 1 | -2/+1 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 2 | -9/+7 |