Age | Commit message (Expand) | Author |
2017-02-14 | Convert most of the manual checks for CPU hogging to sched_pause(). | Martin Pieuchot |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-09-09 | Make the cleaner, syncer, pagedaemon, aiodone daemons all | Bret Lambert |
2013-07-02 | Use time_t for storing time_t values, duh | Philip Guenther |
2011-04-05 | Every single vop_default is set to eopnotsupp, so retire it | Thordur I. Bjornsson |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-07-03 | no need for syncdelay to be a time_t, make it it an int. unstatic variables | Thordur I. Bjornsson |
2009-08-13 | - remove super-obvious comments from $fs_vnodeop_entries[] | Jasper Lievisse Adriaanse |
2008-05-08 | retire vn_default_error() and replace all instances | Thordur I. Bjornsson |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2006-11-18 | more fixes from bret lambert; ok pedro | Jason McIntyre |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-11-06 | Use ANSI-style function declarations, no binary change, okay jsg@ | Pedro Martelletto |
2005-10-19 | Remove v_vnlock from struct vnode, okay krw@ tedu@ | Pedro Martelletto |
2005-10-04 | Make the syncer grab a reference for the vnode to avoid it from being | Pedro Martelletto |
2005-05-31 | Protect the run queues with SCHED_LOCK, not just spl (ot nothing at all in | Artur Grabowski |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2004-10-29 | silly typo... | Pedro Martelletto |
2004-08-15 | protect code dealing with the vnode sync list with splbio(). fixes the | Pedro Martelletto |
2004-08-03 | Print more diagnostics on fsync failure in sched_sync. | Artur Grabowski |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-15 | Make sure that stuff on the syncer worklist has VBIOONSYNCLIST set | Artur Grabowski |
2001-06-22 | KNF | Theo de Raadt |
2001-03-16 | No need to extern mountlist_slock here. | Artur Grabowski |
2001-02-27 | Instead of doing VOP_ISLOCKED, vn_lock(..LK_RETRY..) we can do vn_lock(..LK_N... | Artur Grabowski |
2001-02-24 | Move splbio's around so that they cover the data structures they need to | Constantine Sapuntzakis |
2001-02-24 | Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE. | Constantine Sapuntzakis |
2001-02-23 | Try to avoid sleeping in the syncer waiting for vnode locks. | Constantine Sapuntzakis |
2001-02-21 | Latest soft updates from FreeBSD/Kirk McKusick | Constantine Sapuntzakis |
2000-03-23 | No need for our own declaration of lbolt. | Artur Grabowski |
2000-01-14 | Drop SYNCER_MAXDELAY to 32. The delay is never bigger than 30 anyway. | Artur Grabowski |
1999-12-05 | Add a new vnode flag "VONSYNCLIST" that indicates if the vnode is on the | Artur Grabowski |
1999-12-05 | Add a new function "speedup_syncer()" that pushes the syncer to work harder. | Artur Grabowski |
1999-12-05 | Unlock the vnode in inactive even when v_usecount == 0. | Artur Grabowski |
1999-12-05 | Release mountlist_slock if vfs_busy fails. | Artur Grabowski |