aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/txg.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor txg history kstatBrian Behlendorf2016-12-021-31/+6
* txg visibility code should not execute under tc_open_lockRichard Yao2016-07-271-4/+5
* Increase default user space stack sizeBrian Behlendorf2016-01-131-1/+1
* Identify locks flagged by lockdepOlaf Faaland2015-12-221-1/+1
* Align thread priority with Linux defaultsBrian Behlendorf2015-07-281-3/+3
* Update all default taskq settingsBrian Behlendorf2015-06-251-2/+2
* Rename cv_wait_interruptible() to cv_wait_sig()Brian Behlendorf2015-06-111-2/+2
* Use taskq_wait_outstanding() functionBrian Behlendorf2015-06-111-1/+1
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-3/+3
* Mark IO pipeline with PF_FSTRANSBrian Behlendorf2015-01-161-9/+1
* Remove duplicate typedefs from trace.hNed Bass2015-01-061-0/+1
* Illumos 4753 - increase number of outstanding async writes when sync task is ...Alex Reece2014-09-231-1/+21
* Illumos 4976-4984 - metaslab improvementsGeorge Wilson2014-08-181-0/+4
* Use ddi_time_after and friends to compare timeChunwei Chen2014-04-141-2/+2
* replace nreserved with ndirty in txgs kstatNed Bass2014-03-041-1/+3
* Call gethrtime() only once per new txg creationCyril Plisko2014-01-231-2/+2
* Add additional state TXG_STATE_WAIT_FOR_SYNC for txg.Igor Lvovsky2014-01-231-0/+3
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-4/+4
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-5/+28
* Illumos #3742Will Andrews2013-11-041-1/+1
* Illumos #3741Will Andrews2013-11-041-1/+13
* Illumos #3582, #3584Adam Leventhal2013-11-041-10/+17
* Illumos #3642, #3643George Wilson2013-11-011-6/+12
* Add visibility in to txg sync behaviorBrian Behlendorf2013-10-251-1/+26
* Revert "Add txgs-<pool> kstat file"Brian Behlendorf2013-10-251-46/+0
* Illumos #3464Matthew Ahrens2013-09-041-16/+21
* Fix txg_quiesce thread deadlockBrian Behlendorf2013-04-261-7/+7
* Illumos #3447 improve the comment in txg.cAdam H. Leventhal2013-01-301-2/+71
* Illumos #3086: unnecessarily setting DS_FLAG_INCONSISTENT on asyncMatthew Ahrens2013-01-081-1/+3
* Add txgs-<pool> kstat fileBrian Behlendorf2012-11-021-0/+46
* Fix zfs_txg_timeout module parameterBrian Behlendorf2012-10-111-1/+6
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-1/+1
* Annotate KM_PUSHPAGE call paths with PF_NOFSBrian Behlendorf2012-08-271-0/+9
* Revert Fix ASSERTION(!dsl_pool_sync_context(tx->tx_pool))Richard Yao2012-08-271-13/+0
* Wrap smp_processor_id in kpreempt_[dis|en]ablePrakash Surya2012-08-241-1/+11
* Add 'dmu_tx' kstats entryBrian Behlendorf2012-02-271-0/+2
* Illumos #1313: Integer overflow in txg_delay()Martin Matuska2011-08-011-1/+1
* Fix ASSERTION(!dsl_pool_sync_context(tx->tx_pool))Brian Behlendorf2011-04-071-0/+13
* Fix inflated load averageBrian Behlendorf2011-03-311-2/+2
* Add API to wait for pending commit callbacksRicardo M. Correia2011-02-161-0/+15
* Add linux kernel module supportBrian Behlendorf2010-08-311-0/+16
* Add linux kernel memory supportBrian Behlendorf2010-08-311-2/+2
* Fix commit callbacksRicardo M. Correia2010-08-311-3/+3
* Update to onnv_147Brian Behlendorf2010-08-261-1/+1
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-38/+123
* Rebase master to b105Brian Behlendorf2009-01-151-0/+12
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+627