summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/zfs/dmu.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-1813317 Decrease contention on dn_struct_rwlockPaul Dagnelie1-5/+4
2019-09-101701 ZFS to support UNMAP/TRIM for SSDBrian Behlendorf1-1/+1
2019-08-2011479 zfs project supportNasf-Fan1-2/+2
2019-07-1311421 smatch noise in dmu.cJohn Levon1-2/+2
2019-06-2811276 Allow unencrypted children of encrypted datasetsTom Caputi1-2/+7
2019-06-258727 Native data and metadata encryption for zfsTom Caputi1-88/+274
2019-04-1310601 Pool allocation classesDon Brady1-0/+2
2019-02-259691 fat zap should prefetch when iteratingMatthew Ahrens1-0/+12
2019-02-2110343 ZoL: Prefix all refcount functions with zfs_Tim Schumacher1-1/+1
2019-02-138423 Implement large_dnode pool featureToomas Soome1-3/+16
2018-11-309962 zil_commit should omit cache thrashPrakash Surya1-6/+24
2018-08-139626 move 'static xuio_stats_t xuio_stats' to file where it useIgor Kozhukhov1-3/+19
2018-05-179539 Make zvol operations use _by_dnode routinesRichard Yao1-12/+15
2018-04-229337 zfs get all is slow due to uncached metadataMatthew Ahrens1-54/+54
2018-01-107614 zfs device evacuation/removalPrashanth Sreenivasa1-0/+124
2017-09-018585 improve batching done in zil_commit()Prakash Surya1-0/+7
2017-06-298378 crash due to bp in-memory modification of nopwrite blockMatthew Ahrens1-15/+45
2017-06-058155 simplify dmu_write_policy handling of pre-compressed buffersMatthew Ahrens1-17/+4
2017-05-188021 ARC buf data scatter-izationDan Kimmel1-4/+8
2017-04-25backout: 8021 ARC buf data scatter-ization (causes 8100)Robert Mustacchi1-8/+4
2017-04-218021 ARC buf data scatter-izationDan Kimmel1-4/+8
2017-03-147801 add more by-dnode routinesbzzz771-18/+59
2016-12-306569 large file delete can starve out write opsAlek Pinchuk1-6/+51
2016-11-297252 compressed zfs send / receiveDan Kimmel1-13/+29
2016-11-267603 xuio_stat_wbuf_* should be declared (void)Prashanth Sreenivasa1-2/+2
2016-09-287301 zpool export -f should be able to interrupt file freeingAlek Pinchuk1-1/+20
2016-09-027004 dmu_tx_hold_zap() does dnode_hold() 7x on same objectMatthew Ahrens1-0/+43
2016-07-146950 ARC should cache compressed dataGeorge Wilson1-4/+3
2016-05-156513 partially filled holes lose birth timePaul Dagnelie1-7/+8
2016-04-116322 ZFS indirect block predictive prefetchAlexander Motin1-3/+4
2015-10-186328 Fix cstyle errors in zfs codebasePaul Dagnelie1-4/+5
2015-10-076281 prefetching should apply to 1MB readsGeorge Wilson1-1/+1
2015-09-164185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RMatthew Ahrens1-9/+15
2015-09-095987 zfs prefetch code needs workMatthew Ahrens1-14/+21
2015-07-195960 zfs recv should prefetch indirect blocksPaul Dagnelie1-19/+25
2015-04-115820 verify failed in zio_done(): BP_EQUAL(bp, io_bp_orig)Matthew Ahrens1-11/+24
2015-04-045692 expose the number of hole blocks in a fileMax Grossman1-13/+38
2015-03-245695 dmu_sync'ed holes do not retain birth timePrakash Surya1-1/+13
2015-03-105661 ZFS: "compression = on" should use lz4 if feature is enabledJustin T. Gibbs1-11/+8
2014-10-083693 restore_object uses at least two transactions to restore an objectMatthew Ahrens1-0/+1
2014-10-075175 implement dmu_read_uio_dbuf() to improve cached read performanceMatthew Ahrens1-4/+70
2014-10-055162 zfs recv should use loaned arc buffer to avoid copyMatthew Ahrens1-1/+8
2014-08-125047 don't use atomic_*_nv if you discard the return valueJosef 'Jeff' Sipek1-1/+1
2014-07-074950 files sometimes can't be removed from a full filesystemMatthew Ahrens1-0/+7
2014-06-264924 LZ4 Compression for metadataDaniil Lunev1-2/+12
2014-06-254914 zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens1-3/+3
2014-06-054757 ZFS embedded-data block pointers ("zero block compression")Matthew Ahrens1-20/+65
2014-05-233835 zfs need not store 2 copies of all metadataMatthew Ahrens1-2/+15
2013-12-094370 avoid transmitting holes during zfs sendMax Grossman1-4/+2
2013-08-304082 zfs receive gets EFBIG from dmu_tx_hold_free()Matthew Ahrens1-0/+10