summaryrefslogtreecommitdiff
path: root/sys/miscfs/syncfs/sync_subr.c
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2011-09-23Fix the build that was broken by struct lwp *updateproc reference inmanu
2011-09-22Restore updateproc because rump uses it until we figure out how to remove itchristos
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2011-04-18G/C unused speedup_syncer() mechanism and thus simplify some code.rmind
2010-07-21Make holding v_interlock mandatory for callers of vget().hannken
2010-04-02starttime needs to be time_t (Izumi Tsutsui)christos
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2009-03-15ansify function definitionscegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-02-22sched_sync: syncer_data_lock is not released now (regression fix).rmind
2009-02-22PR kern/26878 FFSv2 + softdep = livelock (no free ram)ad
2009-02-22PR kern/39564 wapbl performance issues with disk cache flushingad
2009-01-17malloc -> kmem_alloc.yamt
2008-01-02Merge vmlocking2 to head.ad
2007-12-08Partially merge syncer changes from vmlocking2.ad
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-10-10Merge from vmlocking:ad
2007-09-01Make bioops a pointer and point it to the softdeps struct in softdeppooka
2007-04-07Remove calls to now obsolete vn_start_write() and vn_finished_write().hannken
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-11-10Add missing space in commentreinoud
2006-10-20Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since allreinoud
2006-10-12- sprinkle __unused on function decls.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-09-11Add sysctl options for the syncer:xtraeme
2005-05-30rename delay.christos
2005-02-26nuke trailing whitespaceperry
2004-02-13Uppercase CPU, plural is CPUs.wiz
2003-10-15Add the gating of system calls that cause modifications to the underlyinghannken
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-01-18Merge the nathanw_sa branch.thorpej
2001-12-06be consistent, clear VONWORKLST when we take a syncer vnode off thechs
2001-11-10add RCSIDslukem
2001-09-15a whole bunch of changes to improve performance and robustness under load:chs
2000-11-27Initial integration of the Unified Buffer Cache project.chs
2000-10-06fix typo (dely --> delay)jdolecek
2000-09-19Adapt for VOP_FSYNC parameter change.fvdl
2000-08-20Add a lock around the scheduler, and use it as necessary, includingthorpej
2000-07-09When unmounting, make sure to free the syncer vnode so that it can be reused.mycroft
1999-11-23Be more careful to block bio interrupts for some data structures. Therefvdl
1999-11-15Add Kirk McKusick's soft updates code to the trunk. Not enabled byfvdl