summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_sync.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* silly typo...pedro2004-10-291-2/+2
* protect code dealing with the vnode sync list with splbio(). fixes thepedro2004-08-151-2/+13
* Print more diagnostics on fsync failure in sched_sync.art2004-08-031-2/+7
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-3/+3
* match syscallargs comments with realityhenning2003-09-011-1/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-7/+7
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-7/+10
* Merge in the unified buffer cache code as found in NetBSD 2001/03/10. Theart2001-11-271-10/+7
* Make sure that stuff on the syncer worklist has VBIOONSYNCLIST setart2001-11-151-2/+3
* KNFderaadt2001-06-221-20/+21
* No need to extern mountlist_slock here.art2001-03-161-3/+1
* Instead of doing VOP_ISLOCKED, vn_lock(..LK_RETRY..) we can do vn_lock(..LK_NOWAIT..).art2001-02-271-6/+12
* Move splbio's around so that they cover the data structures they need tocsapuntz2001-02-241-9/+9
* Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE.csapuntz2001-02-241-3/+3
* Try to avoid sleeping in the syncer waiting for vnode locks.csapuntz2001-02-231-5/+18
* Latest soft updates from FreeBSD/Kirk McKusickcsapuntz2001-02-211-18/+17
* No need for our own declaration of lbolt.art2000-03-231-4/+1
* Drop SYNCER_MAXDELAY to 32. The delay is never bigger than 30 anyway.art2000-01-141-2/+2
* Add a new vnode flag "VONSYNCLIST" that indicates if the vnode is on theart1999-12-051-4/+6
* Add a new function "speedup_syncer()" that pushes the syncer to work harder.art1999-12-051-2/+29
* Unlock the vnode in inactive even when v_usecount == 0.art1999-12-051-2/+4
* Release mountlist_slock if vfs_busy fails.art1999-12-051-2/+4
* Indentation fixes.art1999-12-051-84/+82
* More soft updates fixes from Kirk McKusick.csapuntz1998-11-121-12/+21
* Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockcsapuntz1998-08-061-4/+4
* Changes necesary for new soft updates code. Doesn't affect old soft updatesmillert1998-03-141-4/+19
* Fix a couple spinlock references. More code motion in vfs_subr.ccsapuntz1998-01-111-1/+3
* A couple more splbio()s in vfs_bio plus moving around a couple functions.csapuntz1998-01-101-0/+342