aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu.c
Commit message (Expand)AuthorAgeFilesLines
* Fix issues with raw receive_write_byref()Tom Caputi2018-08-201-2/+7
* Introduce kstat dmu_tx_dirty_frees_delayFeng Sun2018-07-251-0/+1
* OpenZFS 9337 - zfs get all is slow due to uncached metadataMatthew Ahrens2018-07-121-54/+54
* Raw receive functions must not decrypt dataTom Caputi2018-06-061-2/+7
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* assertion in arc_release() during encrypted receiveMatthew Ahrens2018-04-171-116/+3
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-0/+124
* Fix race in dnode_check_slots_free()Tom Caputi2018-04-101-1/+1
* Raw DRR_OBJECT records must write raw dataTom Caputi2018-02-271-12/+22
* Raw receives must compress metadnode blocksTom Caputi2018-02-211-15/+6
* Add omitted set for os->os_next_write_rawTom Caputi2018-02-211-1/+4
* Project Quota on ZFSNasf-Fan2018-02-131-2/+2
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-1/+21
* OpenZFS 8585 - improve batching done in zil_commit()Prakash Surya2017-12-051-0/+7
* Fix dirty check in dmu_offset_next()Brian Behlendorf2017-11-151-6/+4
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-9/+4
* ZFS send fails to dump objects larger than 128PiBLOLi2017-10-261-1/+1
* Fix ASSERT in dmu_free_long_object_raw()Tom Caputi2017-10-181-3/+4
* Fixes for #6639Tom Caputi2017-10-111-26/+77
* Send / Recv Fixes following b52563Tom Caputi2017-08-231-0/+19
* Fix range locking in ZIL commit codepathLOLi2017-08-211-0/+6
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-62/+206
* OpenZFS 8378 - crash due to bp in-memory modification of nopwrite blockMatthew Ahrens2017-07-041-19/+49
* Make zvol operations use _by_dnode routinesRichard Yao2017-06-131-2/+2
* OpenZFS 8155 - simplify dmu_write_policy handling of pre-compressed buffersMatthew Ahrens2017-06-071-16/+4
* Fix unused variable warningBrian Behlendorf2017-05-051-3/+2
* OpenZFS 7252 - compressed zfs send / receiveDan Kimmel2017-04-261-0/+4
* SEEK_HOLE should not block on txg_wait_synced()Debabrata Banerjee2017-04-131-7/+42
* Add missing module_param for zfs_per_txg_dirty_frees_percentDavid Quigley2017-02-071-1/+6
* OpenZFS 6569 - large file delete can starve out write opsGeorge Melikov2017-01-311-5/+51
* OpenZFS 7301 - zpool export -f should be able to interrupt file freeingGeorge Melikov2017-01-271-1/+20
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-3/+3
* OpenZFS 7603 - xuio_stat_wbuf_* should be declared (void)Brian Behlendorf2017-01-131-2/+2
* Add *_by-dnode routinesbzzz772017-01-131-18/+61
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-5/+9
* Fix coverity defects: CID 152975cao2016-10-311-2/+7
* Fix coverity defects: CID 147472cao2016-10-201-2/+7
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-9/+15
* DLPX-44733 combine arc_buf_alloc_impl() with arc_buf_clone()Dan Kimmel2016-09-131-1/+1
* DLPX-40252 integrate EP-476 compressed zfs send/receiveDan Kimmel2016-09-131-12/+24
* OpenZFS 6950 - ARC should cache compressed dataGeorge Wilson2016-09-131-4/+3
* OpenZFS 6322 - ZFS indirect block predictive prefetchAlexander Motin2016-08-301-3/+4
* OpenZFS 7004 - dmu_tx_hold_zap() does dnode_hold() 7x on same objectMatthew Ahrens2016-08-191-0/+43
* Implement large_dnode pool featureNed Bass2016-06-241-3/+17
* OpenZFS 6513 - partially filled holes lose birth timePaul Dagnelie2016-06-211-7/+9
* Illumos 4950 - files sometimes can't be removed from a full filesystemMatthew Ahrens2016-01-211-0/+7
* Illumos 6281 - prefetching should apply to 1MB readsGeorge Wilson2016-01-121-1/+1
* Illumos 5987 - zfs prefetch code needs workMatthew Ahrens2016-01-121-14/+21
* Illumos 5960, 5925Paul Dagnelie2016-01-081-19/+25
* Use uio for zvol_{read,write}Chunwei Chen2015-12-151-164/+0