aboutsummaryrefslogtreecommitdiff
path: root/module/zfs/dmu_tx.c
Commit message (Expand)AuthorAgeFilesLines
* DMU: Do not pre-read holes during writeAlexander Motin2023-10-111-3/+5
* Use list_remove_head() where possible.Alexander Motin2023-06-091-2/+1
* Add dmu_tx_hold_append() interfaceBrian Behlendorf2023-05-091-0/+105
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-101-9/+38
* Add tunable to allow changing micro ZAP's max sizeMateusz Piotrowski2023-01-101-1/+2
* Implement uncached prefetchAlexander Motin2023-01-051-1/+6
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Refactor Log Size LimitAlexander Motin2022-05-241-21/+37
* module: mark arguments usedнаб2022-02-181-1/+0
* module/*.ko: prune .data, global .rodataнаб2022-01-141-2/+1
* Add Module Parameter Regarding Log Size LimitKevin Jin2021-07-201-0/+7
* Annotated dprintf as printf-likeRich Ercolani2021-06-231-1/+2
* Document monotonicity of dmu_tx_assign() and txg_hold_open()Christian Schwarz2021-02-021-0/+16
* Remove unused check from dmu_tx_count_write()Brian Behlendorf2020-12-221-3/+0
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-271-1/+1
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-011-1/+1
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-111-1/+1
* Improve performance by using dmu_tx_hold_*_by_dnode()Matthew Ahrens2019-07-301-2/+4
* Remove code for zfs remapMatthew Ahrens2019-06-241-17/+0
* dn_struct_rwlock can not be held in dmu_tx_try_assign()Matthew Ahrens2019-06-221-0/+19
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-19/+22
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-261-3/+3
* Small rework of txg_list codeTom Caputi2018-08-271-1/+1
* Introduce kstat dmu_tx_dirty_frees_delayFeng Sun2018-07-251-0/+1
* OpenZFS 9464 - txg_kick() fails to see that we are quiescingSerapheim Dimitropoulos2018-06-041-3/+4
* Update build system and packagingBrian Behlendorf2018-05-291-2/+1
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-0/+17
* OpenZFS 8997 - ztest assertion failure in zil_lwb_write_issuePrakash Surya2018-01-271-27/+30
* Call commit callbacks from the tail of the listlidongyang2017-12-221-1/+1
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-5/+2
* Export symbol dmu_tx_mark_netfree()Brian Behlendorf2017-09-201-0/+1
* Fix dnode allocation raceBrian Behlendorf2017-08-081-4/+6
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-031-1/+1
* OpenZFS 8063 - verify that we do not attempt to access inactive txgMatthew Ahrens2017-05-101-2/+2
* OpenZFS 7801 - add more by-dnode routines (lint)Matthew Ahrens2017-03-201-3/+3
* OpenZFS 7793 - ztest fails assertion in dmu_tx_willuse_spaceBrian Behlendorf2017-03-071-669/+176
* Clean up by-dnode code in dmu_tx.cMatthew Ahrens2017-02-241-32/+26
* 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-221-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