aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* zvol processing should use struct bioRichard Yao2015-09-041-28/+29
* Linux 4.1 compat: loop device on ZFSChunwei Chen2015-08-241-2/+3
* Check for NULL in dmu_free_long_range_impl()Brian Behlendorf2015-07-281-1/+5
* Illumos 5661 - ZFS: "compression = on" should use lz4 if feature is enabledJustin T. Gibbs2015-07-101-11/+8
* Illumos 5175 - implement dmu_read_uio_dbuf() to improve cached read performanceMatthew Ahrens2015-06-291-4/+70
* Illumos 5820 - verify failed in zio_done(): BP_EQUAL(bp, io_bp_orig)Matthew Ahrens2015-05-041-11/+24
* dmu: fix integer overflowsJason Zaman2015-05-041-18/+22
* Illumos 5695 - dmu_sync'ed holes do not retain birth timePrakash Surya2015-03-271-1/+13
* Illumos 5047 - don't use atomic_*_nv if you discard the return valueJosef 'Jeff' Sipek2015-03-121-1/+1
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-6/+6
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-2/+1
* Illumos 5162 - zfs recv should use loaned arc buffer to avoid copyMatthew Ahrens2014-10-211-1/+8
* Illumos 3693 - restore_object uses at least two transactions to restore an ob...Matthew Ahrens2014-10-211-0/+1
* Illumos 4924 - LZ4 Compression for metadataDaniil Lunev2014-10-201-2/+12
* Improve VERIFY() error in dmu_write()Brian Behlendorf2014-10-081-1/+1
* Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens2014-08-061-3/+3
* Illumos 4757, 4913Matthew Ahrens2014-08-011-20/+65
* Illumos 3835 zfs need not store 2 copies of all metadataMatthew Ahrens2014-07-311-2/+15
* Illumos 4370, 4371Max Grossman2014-07-281-4/+2
* Linux 3.14 compat: rq_for_each_segment in dmu_req_copyChunwei Chen2014-04-101-7/+7
* Revert "Fix zvol+btrfs hang"Chunwei Chen2014-04-101-77/+0
* Refactor dmu_req_copy for immutable biovec changesChunwei Chen2014-04-101-28/+39