aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ZIL: Second attempt to reduce scope of zl_issuer_lock.Alexander Motin2023-08-241-14/+29
* ZIL: Avoid dbuf_read() before dmu_sync(). Alexander Motin2023-08-112-2/+4
* linux/spl/kmem_cache: undefine `kmem_cache_alloc` before defining itRyan Lahfa2023-08-071-0/+8
* Refactor dmu_prefetch().Alexander Motin2023-08-071-0/+1
* Fix some typosMateusz Piotrowski2023-08-071-3/+3
* zdb: include cloned blocks in block statisticsRob N2023-08-011-0/+1
* Linux 4.20 compat: wrapper function for iov_iter type accessColeman Kane2023-08-011-0/+6
* Linux 6.4 compat: iter_iov() function now used to get old iov memberColeman Kane2023-08-011-0/+6
* Linux 6.5 compat: blkdev changesColeman Kane2023-08-011-0/+6
* Linux 6.5 compat: use disk_check_media_change when it existsColeman Kane2023-08-011-0/+1
* Remove fastwrite mechanism.Alexander Motin2023-07-284-6/+0
* linux: implement filesystem-side copy/clone functions for EL7Rob Norris2023-07-241-0/+4
* linux: implement filesystem-side clone ioctlsRob Norris2023-07-241-0/+35
* linux: implement filesystem-side copy/clone functionsRob Norris2023-07-241-0/+14
* 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
* Linux 6.5 compat: disk_check_media_change() was addedColeman Kane2023-07-201-0/+2
* set autotrim default to 'off' everywhereYuri Pankov2023-07-201-6/+0
* Linux 6.5 compat: BLK_STS_NEXUS renamed to BLK_STS_RESV_CONFLICTColeman Kane2023-07-141-0/+8
* intptr_t definition is canonically signedColeman Kane2023-07-141-1/+1
* FreeBSD: catch up to __FreeBSD_version 1400093Mateusz Guzik2023-07-131-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