summaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu.c
Commit message (Expand)AuthorAgeFilesLines
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-111-2/+28
* Avoid unneccessary zio allocation and waitFinix19792020-12-021-11/+14
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-301-171/+0
* Export dmu_offset_next() symbolBrian Behlendorf2020-08-251-0/+1
* Add zstd support to zfsMichael Niewöhner2020-08-201-0/+6
* Mark functions as staticArvind Sankar2020-06-181-1/+1
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-141-8/+6
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-231-51/+1
* Use vn_io_fault_uiomove on FreeBSD to avoid potential deadlockMatthew Macy2020-04-081-1/+10
* Remove zfs_getattr and convoff dead codeDirkjan Bussink2020-02-241-1/+0
* Convert dbuf dirty record record list to a list_tMatthew Macy2020-02-051-6/+5
* Replace ASSERTV macro with compiler annotationMatthew Macy2019-12-051-1/+1
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-011-1/+1
* Expose dmu_buf_hold_array_by_dnode to platform codeMatthew Macy2019-10-111-1/+1
* OpenZFS restructuring - move linux tracing code to platform directoriesMatthew Macy2019-09-111-1/+1
* Make module tunables cross platformMatthew Macy2019-09-051-13/+6
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-3/+3
* dmu_tx_wait() hang likely due to cv_signal() in dsl_pool_dirty_delta()Serapheim Dimitropoulos2019-08-151-0/+3
* Decrease contention on dn_struct_rwlockPaul Dagnelie2019-07-081-5/+4
* Remove code for zfs remapMatthew Ahrens2019-06-241-138/+0
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-1/+15
* fat zap should prefetch when iteratingMatthew Ahrens2019-06-121-0/+16
* Revert "Report holes when there are only metadata changes"Brian Behlendorf2019-05-301-28/+3
* Fix integer overflow in get_next_chunk()madz2019-05-291-2/+2
* Fixes for the DMU free throttleTom Caputi2019-04-251-29/+36
* Revert "Fix issues with truncated files in raw sends"Brian Behlendorf2019-04-051-1/+0
* Add TRIM supportBrian Behlendorf2019-03-291-1/+1
* Fix issues with truncated files in raw sendsTom Caputi2019-03-271-0/+1
* Report holes when there are only metadata changesBrian Behlendorf2019-03-211-3/+28
* Fix handling of maxblkid for raw sendsTom Caputi2019-03-131-1/+1
* Freeing throttle should account for holesAlek P2019-02-121-10/+31
* Fix error handling incallers of dbuf_hold_level()Tom Caputi2019-01-171-4/+11
* Provide more flexible object allocation interfaceBrian Behlendorf2019-01-101-13/+18
* Fix 'zpool remap' freeing raceBrian Behlendorf2019-01-021-10/+24
* OpenZFS 9962 - zil_commit should omit cache thrashPrakash Surya2018-12-071-8/+26
* OpenZFS 9689 - zfs range lock code should not be zpl-specificMatt Ahrens2018-10-111-5/+0
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-261-1/+1
* Pool allocation classesDon Brady2018-09-051-0/+2
* Fix issues with raw receive_write_byref()Tom Caputi2018-08-201-2/+7
* Introduce kstat dmu_tx_dirty_frees_delayFeng Sun2018-07-251-0/+1
* OpenZFS 9337 - zfs get all is slow due to uncached metadataMatthew Ahrens2018-07-121-54/+54
* Raw receive functions must not decrypt dataTom Caputi2018-06-061-2/+7
* Update build system and packagingBrian Behlendorf2018-05-291-1/+1
* assertion in arc_release() during encrypted receiveMatthew Ahrens2018-04-171-116/+3
* OpenZFS 7614, 9064 - zfs device evacuation/removalMatthew Ahrens2018-04-141-0/+124
* Fix race in dnode_check_slots_free()Tom Caputi2018-04-101-1/+1
* Raw DRR_OBJECT records must write raw dataTom Caputi2018-02-271-12/+22
* Raw receives must compress metadnode blocksTom Caputi2018-02-211-15/+6
* Add omitted set for os->os_next_write_rawTom Caputi2018-02-211-1/+4
* Project Quota on ZFSNasf-Fan2018-02-131-2/+2