]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/txg.c
Align thread priority with Linux defaults
[mirror_zfs.git] / module / zfs / txg.c
2015-07-28 Brian BehlendorfAlign thread priority with Linux defaults
2015-06-25 Brian BehlendorfUpdate all default taskq settings
2015-06-11 Brian BehlendorfRename cv_wait_interruptible() to cv_wait_sig()
2015-06-11 Brian BehlendorfMerge branch 'lock-contention-on-arcs_mtx-final'
2015-06-11 Brian BehlendorfUse taskq_wait_outstanding() function
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfChange KM_PUSHPAGE -> KM_SLEEP
2015-01-16 Brian BehlendorfMark IO pipeline with PF_FSTRANS
2015-01-07 Ned BassRemove duplicate typedefs from trace.h
2014-09-23 Alex ReeceIllumos 4753 - increase number of outstanding async...
2014-08-18 George WilsonIllumos 4976-4984 - metaslab improvements
2014-04-14 Chunwei ChenUse ddi_time_after and friends to compare time
2014-03-04 Ned Bassreplace nreserved with ndirty in txgs kstat
2014-01-23 Cyril PliskoCall gethrtime() only once per new txg creation
2014-01-23 Igor LvovskyAdd additional state TXG_STATE_WAIT_FOR_SYNC for txg.
2013-12-19 Michael Kjorlingcstyle: Resolve C style issues
2013-12-06 Matthew AhrensIllumos #4045 write throttle & i/o scheduler performanc...
2013-11-04 Will AndrewsIllumos #3742
2013-11-04 Will AndrewsIllumos #3741
2013-11-04 Adam LeventhalIllumos #3582, #3584
2013-11-01 George WilsonIllumos #3642, #3643
2013-10-25 Brian BehlendorfMerge branch 'kstat'
2013-10-25 Brian BehlendorfAdd visibility in to txg sync behavior
2013-10-25 Brian BehlendorfRevert "Add txgs-<pool> kstat file"
2013-09-04 Matthew AhrensIllumos #3464
2013-04-26 Brian BehlendorfFix txg_quiesce thread deadlock
2013-01-30 Adam H. LeventhalIllumos #3447 improve the comment in txg.c
2013-01-08 Brian BehlendorfMerge branch 'feature-flags'
2013-01-08 Matthew AhrensIllumos #3086: unnecessarily setting DS_FLAG_INCONSISTE...
2012-11-06 Brian BehlendorfMerge remote branch 'eris/stats'
2012-11-02 Brian BehlendorfAdd txgs-<pool> kstat file
2012-10-11 Brian BehlendorfFix zfs_txg_timeout module parameter
2012-08-27 Richard YaoSwitch KM_SLEEP to KM_PUSHPAGE
2012-08-27 Brian BehlendorfAnnotate KM_PUSHPAGE call paths with PF_NOFS
2012-08-27 Richard YaoRevert Fix ASSERTION(!dsl_pool_sync_context(tx->tx_pool))
2012-08-24 Prakash SuryaWrap smp_processor_id in kpreempt_[dis|en]able
2012-02-27 Brian BehlendorfAdd 'dmu_tx' kstats entry
2011-08-01 Brian BehlendorfMerge branch 'illumos'
2011-08-01 Martin MatuskaIllumos #1313: Integer overflow in txg_delay()
2011-04-07 Brian BehlendorfFix ASSERTION(!dsl_pool_sync_context(tx->tx_pool))
2011-04-01 Brian BehlendorfFix inflated load average
2011-02-18 Brian BehlendorfMerge branch 'zpl'
2011-02-16 Ricardo M. CorreiaAdd API to wait for pending commit callbacks
2010-08-31 Brian BehlendorfAdd linux kernel module support
2010-08-31 Brian BehlendorfAdd linux kernel memory support
2010-08-31 Ricardo M. CorreiaFix commit callbacks
2010-08-26 Brian BehlendorfUpdate to onnv_147
2010-05-28 Brian BehlendorfUpdate core ZFS code from build 121 to build 141.
2009-01-15 Brian BehlendorfRebase master to b105
2008-12-11 Brian BehlendorfMove the world out of /zfs/ and seperate out module...