summaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_redact.c
Commit message (Expand)AuthorAgeFilesLines
* Fix dnode refcount trackingMatthew Macy2020-11-101-1/+1
* Fix crash caused by invalid snapshot names in redactnvlChristian Schwarz2020-10-141-1/+1
* dmu_redact_snap: fix possible memleakPavel Snajdr2020-09-151-0/+2
* Fix stack frame size: dmu_redact_snap()Pavel Snajdr2020-09-151-8/+20
* nowait synctask must succeedMatthew Ahrens2020-09-041-2/+1
* dmu_objset_from_ds must be called with dp_config_rwlock heldMatthew Ahrens2020-03-121-44/+50
* Move objnode handling to common codeMatthew Macy2019-09-121-1/+69
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-0/+1112