aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* Adjust prefetch parameters.Alexander Motin2023-07-211-2/+0
* Add explicit prefetches to bpobj_iterate().Alexander Motin2023-07-211-1/+1
* Don't emit cksum_{actual_expected} in ereport.fs.zfs.checksum eventsAlan Somers2023-07-212-4/+0
* Don't emit checksum histograms in ereport.fs.zfs.checksum eventsAlan Somers2023-07-211-2/+0
* spa_min_alloc should be GCD, not minAmeer Hamza2023-07-201-0/+1
* Ignore pool ashift property during vdev attachmentAmeer Hamza2023-07-201-0/+1
* set autotrim default to 'off' everywhereYuri Pankov2023-07-201-6/+0
* Revert "spa.h: use IN_BASE instead of IN_FREEBSD_BASE"Brian Behlendorf2023-06-301-2/+2
* Some ZIO micro-optimizations.Alexander Motin2023-06-301-1/+2
* Do not report bytes skipped by scan as issued.Alexander Motin2023-06-303-2/+4
* spa.h: use IN_BASE instead of IN_FREEBSD_BASEYuri Pankov2023-06-291-2/+2
* Another set of vdev queue optimizations.Alexander Motin2023-06-273-14/+21
* Remove ARC/ZIO physdone callbacks.Alexander Motin2023-06-153-11/+4
* Switch refcount tracking from lists to AVL-trees.Alexander Motin2023-06-141-6/+10
* Finally drop long disabled vdev cache.Alexander Motin2023-06-094-31/+0
* znode: expose zfs_get_zplprop to libzpoolRob Norris2023-06-051-1/+1
* Introduce zfs_refcount_(add|remove)_few().Alexander Motin2023-06-051-3/+9
* Use __attribute__((malloc)) on memory allocation functionsRichard Yao2023-05-261-0/+5
* btree: Implement faster binary search algorithmRichard Yao2023-05-261-4/+62
* zil: Add some more statistics.Alexander Motin2023-05-251-2/+10
* ZIL: Reduce scope of per-dataset zl_issuer_lock.Alexander Motin2023-05-251-2/+5
* 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