aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Teach zpool scrub to scrub only blocks in error logGeorge Amanakis2023-05-186-2/+62
* Add the ability to uninitializeBrian Behlendorf2023-05-182-0/+2
* Don't use dmu_buf_is_dirty() for unassigned transaction.Pawel Jakub Dawidek2023-05-111-1/+1
* Deny block cloning is dbuf size doesn't match BP size.Pawel Jakub Dawidek2023-05-111-1/+1
* Additional block cloning fixes.Pawel Jakub Dawidek2023-05-111-10/+13
* Add dmu_tx_hold_append() interfaceBrian Behlendorf2023-05-092-0/+4
* Enable the head_errlog feature to remove errorsGeorge Amanakis2023-05-091-1/+2
* Verify block pointers before writing them outMatthew Ahrens2023-05-081-1/+7
* Revert "Fix data race between zil_commit() and zil_suspend()"Brian Behlendorf2023-04-251-1/+0
* Create zap for root vdevrob-wing2023-04-202-0/+2
* Allow MMP to bypass waiting for other threadsHerb Wartens2023-04-191-0/+2
* Fix "Detach spare vdev in case if resilvering does not happen"Ameer Hamza2023-04-191-0/+1
* Silence clang warning of flexible array not at endyouzhongyang2023-04-181-0/+7
* Linux 6.3 compat: Fix memcpy "detected field-spanning write" erroryouzhongyang2023-04-131-1/+9
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-101-5/+5
* Fixes in persistent error logGeorge Amanakis2023-03-283-3/+6
* Fix short-lived txg caused by autotrimKevin Jin2023-03-282-0/+2
* panic loop when removing slog deviceGeorge Wilson2023-03-241-3/+2
* Fix cloning into already dirty dbufs.Pawel Jakub Dawidek2023-03-241-0/+1
* Remove unused constant EdonR256_BLOCK_BITSIZETino Reichardt2023-03-221-2/+0
* Remove unused Edon-R variantsTino Reichardt2023-03-141-29/+10
* nvpair: Use flexible array member for nvpair name stringsRichard Yao2023-03-141-2/+2
* nvpair: Constify string functionsRichard Yao2023-03-142-9/+12
* Replace dead opensolaris.org license linksTino Reichardt2023-03-142-2/+2
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-1014-23/+225
* Suppress Clang Static Analyzer warning about SNPRINTF_BLKPTR()Richard Yao2023-03-081-0/+1
* More adaptive ARC evictionAlexander Motin2023-03-082-14/+30
* Better handling for future crypto parametersRob N2023-03-071-0/+1
* Update BLAKE3 for using the new impl handlingTino Reichardt2023-03-021-22/+4
* Add generic implementation handling and SHA2 implTino Reichardt2023-03-023-3/+199
* System-wide speculative prefetch limit.Alexander Motin2023-03-011-0/+1
* Fix data race between zil_commit() and zil_suspend()Richard Yao2023-03-011-0/+1
* Revert zfeature_active() to staticGeorge Amanakis2023-02-281-1/+0
* Skip memory allocation when compressing holesRichard Yao2023-02-271-1/+1
* zdb: zero-pad checksum output follow upBrian Behlendorf2023-02-151-1/+1
* Linux: use filemap_range_has_page()Brian Behlendorf2023-02-141-1/+0
* Fix a race condition in dsl_dataset_sync() when activating featuresGeorge Amanakis2023-02-131-0/+1
* Prefetch on deadlists mergeAlexander Motin2023-01-251-0/+1
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-233-0/+16
* Cleanup ->dd_space_towrite should be unsignedRichard Yao2023-01-201-1/+1
* Fix unprotected zfs_znode_dmu_finiChunwei Chen2023-01-191-0/+2
* Unify Assembler files between Linux and WindowsJorgen Lundman2023-01-171-0/+48
* Batch enqueue/dequeue for bqueueMatthew Ahrens2023-01-101-2/+5
* zed: add hotplug support for spare vdevsAmeer Hamza2023-01-091-0/+1
* Remove some dead ARC code. (#14340)Alexander Motin2023-01-091-1/+0
* Pack zrlock_t by 8 bytesAlexander Motin2023-01-051-2/+1
* Hide b_freeze_* under ZFS_DEBUGAlexander Motin2023-01-051-3/+5
* Implement uncached prefetchAlexander Motin2023-01-044-8/+30
* arc_read()/arc_access() refactoring and cleanupAlexander Motin2022-12-222-1/+36
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-221-1/+1