aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cache dbuf_hash() calculationRichard Yao2022-12-131-1/+3
* Fix the last two CFI callback prototype mismatchesAlexander2022-11-291-1/+1
* Switch dnode stats to wmsumsAlexander Motin2022-11-291-1/+34
* Remove atomics from zh_refcountAlexander Motin2022-11-281-2/+2
* Allow to control failfastMariusz Zaborski2022-11-102-0/+2
* Optionally skip zil_close during zvol_create_minor_implAlan Somers2022-11-081-2/+2
* zfs_onexit_add_cb: make action_handle point to a uintptr_tBrooks Davis2022-11-031-1/+1
* Introduce kmem_scnprintf()Richard Yao2022-10-292-1/+4
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-282-1/+22
* Remove zpl_revalidate: fix snapshot rollbackPavel Snajdr2022-10-281-1/+0
* Convert enum zio_flag to uint64_tRichard Yao2022-10-272-51/+55
* Optimize microzapsAlexander Motin2022-10-202-13/+13
* Add options to zfs redundant_metadata propertyAkash B2022-10-192-1/+11
* Support idmapped mountyouzhongyang2022-10-191-5/+6
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-139-18/+18
* Fix double const qualifier declarationsTino Reichardt2022-09-303-3/+3
* Reduce false positives from Static AnalyzersRichard Yao2022-09-301-4/+8
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-284-1/+8
* DMU_BACKUP_FEATURE: indicate that bit 28 and 29 are reservedChristian Schwarz2022-09-271-0/+7
* DMU_BACKUP_FEATURE: remove unused BLAKE3 featureChristian Schwarz2022-09-271-2/+1