aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/ddt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove NOTE(CONSTCOND) and note.hнаб2021-07-261-1/+0
* Tinker with slop space accounting with dedupRich Ercolani2021-07-131-1/+1
* module/zfs: simplify ddt_stat_add() loopAlexander2021-06-291-2/+2
* Remove dead codeArvind Sankar2020-06-181-6/+0
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-1/+1
* Update FreeBSD tunablesRyan Moeller2020-04-151-1/+1
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-1/+1
* Make module tunables cross platformMatthew Macy2019-09-051-4/+4
* Remove dedupditto functionalityMatthew Ahrens2019-06-191-64/+8
* ztest: scrub ddt repairBrian Behlendorf2019-01-171-1/+8
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-4/+4
* Sequential scrub and resilversTom Caputi2017-11-151-2/+15
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-75/+35
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-4/+19
* Cache ddt_get_dedup_dspace() value if there was no ddt changesGvozden Neskovic2016-12-021-2/+11
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-6/+6
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-2/+3
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-311-8/+17
* Handle zap_lookup() failure in ddt_object_load()Brian Behlendorf2015-08-191-3/+4
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-4/+4
* Retire KM_NODEBUGBrian Behlendorf2015-01-161-1/+1
* Change the default 'zfs_dedup_prefetch' value to '0'Alexey Smirnoff2014-09-041-1/+1
* Illumos #4374Matthew Ahrens2014-07-301-2/+2
* Illumos 4370, 4371Max Grossman2014-07-281-7/+10
* Add ddt, ddt_entry, and l2arc_hdr cachesJohn Layman2014-01-071-10/+28
* cstyle: Resolve C style issuesMichael Kjorling2013-12-181-4/+4
* Illumos #3598Matthew Ahrens2013-10-311-4/+4
* Fix incorrect assertions in ddt_phys_decref and ddt_sync_entryYing Zhu2013-05-061-2/+1
* Add zio_ddt_free()+ddt_phys_decref() error handlingBrian Behlendorf2013-03-191-2/+4
* Illumos #2619 and #2747Christopher Siden2013-01-081-5/+4
* Add ddt_object_count() error handlingBrian Behlendorf2012-10-291-8/+19
* Switch KM_SLEEP to KM_PUSHPAGEBrian Behlendorf2012-09-191-3/+3
* Switch KM_SLEEP to KM_PUSHPAGERichard Yao2012-08-271-1/+1
* Add ddt_object_load() error handlingBrian Behlendorf2012-07-201-1/+3
* Fix stack ddt_class_contains()Brian Behlendorf2011-05-311-5/+11
* Add missing ZFS tunablesBrian Behlendorf2011-05-041-0/+5
* Add linux kernel memory supportBrian Behlendorf2010-08-311-1/+4
* Fix gcc c90 compliance warningsBrian Behlendorf2010-08-271-35/+75
* Update to onnv_147Brian Behlendorf2010-08-261-11/+17
* Update core ZFS code from build 121 to build 141.Brian Behlendorf2010-05-281-0/+1140