| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the startup of the cleaner, reaper and update threads by |  visa | 2018-08-13 | 1 | -5/+4 |
* | Drop unnecessary `p' parameter from vget(9). |  visa | 2018-05-27 | 1 | -2/+2 |
* | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always |  visa | 2018-04-28 | 1 | -2/+2 |
* | Syncronize filesystems to disk when suspending. Each mountpoint's vnodes |  deraadt | 2018-02-10 | 1 | -2/+2 |
* | Convert most of the manual checks for CPU hogging to sched_pause(). |  mpi | 2017-02-14 | 1 | -2/+2 |
* | Remove the unused flags argument from VOP_UNLOCK(). |  natano | 2016-03-19 | 1 | -2/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -1/+2 |
* | Make the cleaner, syncer, pagedaemon, aiodone daemons all |  blambert | 2014-09-09 | 1 | -1/+3 |
* | Use time_t for storing time_t values, duh |  guenther | 2013-07-02 | 1 | -2/+2 |
* | Every single vop_default is set to eopnotsupp, so retire it |  thib | 2011-04-05 | 1 | -2/+1 |
* | Bring back the "End the VOP experiment." diff, naddy's issues where |  thib | 2010-12-21 | 1 | -26/+14 |
* | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) |  thib | 2010-09-10 | 1 | -14/+26 |
* | End the VOP experiment. Instead of the ridicolusly complicated operation |  thib | 2010-09-06 | 1 | -26/+14 |
* | no need for syncdelay to be a time_t, make it it an int. unstatic variables |  thib | 2010-07-03 | 1 | -4/+4 |
* | - remove super-obvious comments from $fs_vnodeop_entries[] |  jasper | 2009-08-13 | 1 | -9/+9 |
* | retire vn_default_error() and replace all instances |  thib | 2008-05-08 | 1 | -2/+2 |
* | pedro ok'd this ~3500 line diff which removes the vop argument |  deraadt | 2007-06-01 | 1 | -13/+3 |
* | more fixes from bret lambert; ok pedro |  jmc | 2006-11-18 | 1 | -3/+3 |
* | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT |  sturm | 2006-06-25 | 1 | -2/+2 |
* | move vfs_busy() to rwlocks and properly hide the locking api from vfs |  sturm | 2006-06-14 | 1 | -2/+2 |
* | remove the simplelock argument from vfs_busy() which is currently not |  sturm | 2006-04-30 | 1 | -2/+2 |
* | Remove unused mount list simple_lock() goo |  pedro | 2006-04-19 | 1 | -5/+3 |
* | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. |  pedro | 2006-01-09 | 1 | -1/+3 |
* | No need for vfs_busy() and vfs_unbusy() to take a process pointer |  pedro | 2005-11-30 | 1 | -3/+3 |
* | Use ANSI-style function declarations, no binary change, okay jsg@ |  pedro | 2005-11-06 | 1 | -19/+9 |
* | Remove v_vnlock from struct vnode, okay krw@ tedu@ |  pedro | 2005-10-19 | 1 | -10/+2 |
* | Make the syncer grab a reference for the vnode to avoid it from being |  pedro | 2005-10-04 | 1 | -3/+3 |
* | Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all in |  art | 2005-05-31 | 1 | -3/+4 |
* | sched work by niklas and art backed out; causes panics |  deraadt | 2005-05-29 | 1 | -4/+3 |
* | This patch is mortly art's work and was done *a year* ago. Art wants to thank |  niklas | 2005-05-25 | 1 | -3/+4 |
* | silly typo... |  pedro | 2004-10-29 | 1 | -2/+2 |
* | protect code dealing with the vnode sync list with splbio(). fixes the |  pedro | 2004-08-15 | 1 | -2/+13 |
* | Print more diagnostics on fsync failure in sched_sync. |  art | 2004-08-03 | 1 | -2/+7 |
* | First step towards more sane time handling in the kernel -- this changes |  tholo | 2004-06-21 | 1 | -3/+3 |
* | match syscallargs comments with reality |  henning | 2003-09-01 | 1 | -1/+4 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -7/+7 |
* | UBC was a disaster. It worked very good when it worked, but on some |  art | 2001-12-19 | 1 | -7/+10 |
* | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The |  art | 2001-11-27 | 1 | -10/+7 |
* | Make sure that stuff on the syncer worklist has VBIOONSYNCLIST set |  art | 2001-11-15 | 1 | -2/+3 |
* | KNF |  deraadt | 2001-06-22 | 1 | -20/+21 |
* | No need to extern mountlist_slock here. |  art | 2001-03-16 | 1 | -3/+1 |
* | Instead of doing VOP_ISLOCKED, vn_lock(..LK_RETRY..) we can do vn_lock(..LK_NOWAIT..). |  art | 2001-02-27 | 1 | -6/+12 |
* | Move splbio's around so that they cover the data structures they need to |  csapuntz | 2001-02-24 | 1 | -9/+9 |
* | Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE. |  csapuntz | 2001-02-24 | 1 | -3/+3 |
* | Try to avoid sleeping in the syncer waiting for vnode locks. |  csapuntz | 2001-02-23 | 1 | -5/+18 |
* | Latest soft updates from FreeBSD/Kirk McKusick |  csapuntz | 2001-02-21 | 1 | -18/+17 |
* | No need for our own declaration of lbolt. |  art | 2000-03-23 | 1 | -4/+1 |
* | Drop SYNCER_MAXDELAY to 32. The delay is never bigger than 30 anyway. |  art | 2000-01-14 | 1 | -2/+2 |