aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Ignore pool ashift property during vdev attachmentAmeer Hamza2023-07-211-0/+1
* Linux 6.5 compat: disk_check_media_change() was addedColeman Kane2023-07-211-0/+2
* Linux 6.5 compat: BLK_STS_NEXUS renamed to BLK_STS_RESV_CONFLICTColeman Kane2023-07-211-0/+8
* Linux 6.5 compat: intptr_t definition is canonically signedColeman Kane2023-07-211-1/+1
* set autotrim default to 'off' everywhereYuri Pankov2023-07-211-6/+0
* FreeBSD: catch up to __FreeBSD_version 1400093Mateusz Guzik2023-07-201-0/+4
* 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
* Add a delay to tearing down threads.Rich Ercolani2023-06-261-0/+1
* 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-095-32/+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-264-11/+19
* btree: Implement faster binary search algorithmRichard Yao2023-05-261-4/+62
* zil: Add some more statistics.Alexander Motin2023-05-252-2/+44
* 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-188-2/+67
* 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
* Wrap clang specific pragmaBrian Behlendorf2023-05-021-0/+4
* powerpc64: Support ELFv2 asm on Big EndianJustin Hibbits2023-04-271-1/+1
* Revert "Fix data race between zil_commit() and zil_suspend()"Brian Behlendorf2023-04-251-1/+0
* Add loongarch64 supportHan Gao2023-04-251-1/+17
* Add support for zpool user propertiesAllan Jude2023-04-211-0/+2
* Linux: Suppress -Wordered-compare-function-pointers in tracepoint codeRichard Yao2023-04-201-0/+4
* Create zap for root vdevrob-wing2023-04-203-0/+3
* 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-1010-42/+97
* module: freebsd: fix aarch64 fpu handlingKyle Evans2023-04-101-2/+12
* libzfs: add v2 iterator interfacesRob N2023-04-101-7/+19
* Miscellaneous FreBSD compilation bugfixesMartin Matuška2023-04-064-0/+10
* Fix "Add colored output to zfs list"Tino Reichardt2023-04-051-0/+1
* linux 6.3 compat: needs REQ_PREFLUSH | REQ_OP_WRITEyouzhongyang2023-03-311-1/+1
* Fixes in persistent error logGeorge Amanakis2023-03-283-3/+6
* Fix short-lived txg caused by autotrimKevin Jin2023-03-282-0/+2
* linux 6.3 compat: add another bdev_io_acct caseRich Ercolani2023-03-271-2/+8
* Drop lying to the compiler in the fletcher4 code Rich Ercolani2023-03-241-20/+4