aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_send.c
Commit message (Expand)AuthorAgeFilesLines
* Report dnodes with faulty bonuslenGeorge Amanakis2022-02-031-0/+2
* Clean up CSTYLEDsнаб2022-01-261-2/+0
* module/*.ko: prune .data, global .rodataнаб2022-01-141-8/+8
* module: zfs: fix unused, remove argsusedнаб2021-12-231-1/+2
* ZFS send/recv with ashift 9->12 leads to data corruptionPaul Dagnelie2021-12-071-6/+17
* Allow sending corrupt snapshots even if metadata is corruptedAllan Jude2021-09-091-0/+2
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2020-12-271-2/+4
* Drop references when skipping dmu_send due to EXDEVRyan Moeller2020-09-301-4/+7
* Don't set numobjs to UINT64_MAX or near itPaul Dagnelie2020-09-221-3/+1
* Add zstd support to zfsMichael Niewöhner2020-08-201-0/+22
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-1/+2
* Fix double mutex_init bug in send codePaul Dagnelie2020-06-031-5/+12
* Upstream: add missing thread_exit()Jorgen Lundman2020-05-141-0/+2
* dmu_objset_from_ds must be called with dp_config_rwlock heldMatthew Ahrens2020-03-121-30/+11
* Improve zfs send performance by bypassing the ARCMatthew Ahrens2020-03-101-150/+210
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-261-1/+1
* Remove unused structs and members in dmu_send.cMatthew Ahrens2020-02-241-32/+0
* dmu_send: redacted: fix memory leak on invalid redaction/from bookmarkChristian Schwarz2020-01-231-6/+6
* Add 'zfs send --saved' flagTom Caputi2020-01-101-31/+142
* Don't call arc_buf_destroy on unallocated arc_bufchrisrd2019-10-231-4/+5
* Remove dead code and cleanup scoping in dmu_send.cMatthew Macy2019-10-131-16/+5
* Typo fix in comment: dso_dryrunchrisrd2019-10-111-1/+1
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-7/+7
* Make module tunables cross platformMatthew Macy2019-09-051-16/+12
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-2/+2
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-740/+2086
* Fix send/recv lost spill blockBrian Behlendorf2019-05-071-0/+52
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-131-4/+28
* zfs should optionally send holdsPaul Zuchowski2019-02-151-1/+0
* Add types to featureflags in zfsPaul Dagnelie2018-10-161-2/+2
* Refactor dmu_recv into its own filePaul Dagnelie2018-10-091-2829/+0
* Fix issues with raw receive_write_byref()Tom Caputi2018-08-201-6/+28
* Check encrypted dataset + embedded recv earlierTom Caputi2018-08-151-9/+45
* Added encryption support for zfs recv -o / -xTom Caputi2018-08-151-21/+72
* Fix 'zfs recv' of non large_dnode send streamsTom Caputi2018-06-281-8/+10
* Raw receive functions must not decrypt dataTom Caputi2018-06-061-2/+5
* OpenZFS 9256 - zfs send space estimation off by > 10% on some datasetsPaul Dagnelie2018-05-081-2/+15
* Fix issues with raw sends of spill blocksTom Caputi2018-04-171-2/+4
* Fix object reclaim when using large dnodesTom Caputi2018-04-171-2/+3
* assertion in arc_release() during encrypted receiveMatthew Ahrens2018-04-171-68/+46
* Fix 'zfs send/recv' hang with 16M blocksBrian Behlendorf2018-04-081-4/+12
* Decryption error handling improvementsTom Caputi2018-03-311-1/+5
* enable zfs_dbgmsg() by default, without dprintf()Matthew Ahrens2018-03-211-0/+2
* receive_spill does not byte swap spill contentsPaul Zuchowski2018-03-151-0/+9
* Raw DRR_OBJECT records must write raw dataTom Caputi2018-02-271-39/+46
* Raw receive should change key atomicallyTom Caputi2018-02-211-4/+30
* Prevent raw zfs recv -F if dataset is unencryptedTom Caputi2018-02-211-1/+9
* Remove unnecessary txg syncs from receive_object()Tom Caputi2018-02-211-1/+6
* Raw sends must be able to decrease nlevelsTom Caputi2018-02-021-6/+78
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-7/+25