aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_tx.c
Commit message (Expand)AuthorAgeFilesLines
* OpenZFS 7054 - dmu_tx_hold_t should use refcount_t to track spaceGeorge Melikov2017-01-231-86/+152
* Add *_by-dnode routinesbzzz772017-01-131-29/+118
* Fix coverity defects: CID 147575, 147577, 147578, 147579cao2016-11-071-1/+1
* Fix coverity defects: CID 147553cao2016-11-011-1/+2
* Fix coverity defects: CID 147571, 147574luozhengzheng2016-10-131-1/+1
* OpenZFS 7004 - dmu_tx_hold_zap() does dnode_hold() 7x on same objectMatthew Ahrens2016-08-191-4/+3
* Implement large_dnode pool featureNed Bass2016-06-241-2/+2
* Illumos 4950 - files sometimes can't be removed from a full filesystemMatthew Ahrens2016-01-211-0/+26
* Illumos 5960, 5925Paul Dagnelie2016-01-081-2/+4
* Illumos 5911 - ZFS "hangs" while deleting fileMatthew Ahrens2015-07-061-2/+2
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-8/+16
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-1/+3
* Set the maximum ZVOL transfer size correctlyTim Chase2015-03-251-1/+1
* Change ASSERT(!"...") to cmn_err(CE_PANIC, ...)Brian Behlendorf2015-03-031-1/+2
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-3/+3
* Remove duplicate typedefs from trace.hNed Bass2015-01-061-0/+1
* Improve reporting of tx assignment wait timesNed Bass2014-03-041-5/+5
* dmu_tx kstat cleanupNed Bass2014-03-041-2/+0
* 4188 assertion failed in dmu_tx_hold_free(): dn_datablkshift != 0Matthew Ahrens2014-01-311-1/+8
* Illumos #4045 write throttle & i/o scheduler performance workMatthew Ahrens2013-12-061-10/+197
* Illumos #4082Matthew Ahrens2013-11-051-1/+1
* Illumos #4047Matthew Ahrens2013-11-051-1/+2
* Illumos #3955Matthew Ahrens2013-11-051-2/+2
* Illumos #3834Matthew Ahrens2013-11-051-17/+31
* Illumos #3741Will Andrews2013-11-041-0/+8
* Illumos #3598Matthew Ahrens2013-10-311-5/+5
* Add visibility in to dmu_tx_assign timesBrian Behlendorf2013-10-251-0/+5
* Revert "Add new kstat for monitoring time in dmu_tx_assign"Brian Behlendorf2013-10-251-8/+0
* Illumos #3464Matthew Ahrens2013-09-041-17/+16
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-1/+1
* dmu_tx: Fix possible NULL pointer dereferenceNathaniel Clark2013-08-011-2/+5
* Add new kstat for monitoring time in dmu_tx_assignPrakash Surya2013-07-111-0/+8
* Illumos #3006Madhav Suresh2013-06-191-1/+1
* Illumos #3422, #3425George Wilson2013-04-121-8/+2
* Illumos #3189 kernel panic in test hotspare_onoffline_004_negChristopher Siden2013-01-141-1/+1
* Illumos #1862 incremental zfs receive fails for sparse file > 8PBArne Jansen2013-01-141-15/+27
* Illumos #2619 and #2747Christopher Siden2013-01-081-3/+2
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-3/+3
* Illumos #1475: zfs spill block hold can access invalid spill blkptrAlbert Lee2012-04-111-10/+14
* Add --enable-debug-dmu-tx configure optionBrian Behlendorf2012-03-231-7/+7
* Enhance a dmu_tx_dirty_buf() assertionBrian Behlendorf2012-03-231-1/+2
* Add 'dmu_tx' kstats entryBrian Behlendorf2012-02-271-2/+49
* Add linux kernel module supportBrian Behlendorf2010-08-311-0/+18
* Fix gcc missing parenthesis warningsBrian Behlendorf2010-08-311-3/+3
* Fix gcc c90 compliance warningsBrian Behlendorf2010-08-271-1/+2
* Update to onnv_147Brian Behlendorf2010-08-261-8/+27
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-70/+273
* Rebase master to b121Brian Behlendorf2009-08-181-2/+1
* Rebase master to b117Brian Behlendorf2009-07-021-43/+136
* Move the world out of /zfs/ and seperate out module build treeBrian Behlendorf2008-12-111-0/+1068