aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: Fix ZFS so that snapshots under .zfs/snapshot are NFS visiblermacklem2023-11-271-1/+1
* brt: lift internal definitions into _impl headerRob Norris2023-11-272-0/+200
* FreeBSD: Fix the build on FreeBSD 12Alan Somers2023-11-271-1/+2
* Consider `dnode_t` allocations in dbuf cache size accountingRob N2023-11-171-0/+13
* Add a tunable to disable BRT support.Rich Ercolani2023-11-162-0/+3
* Workaround UBSAN errors for variable arraysTony Hutter2023-11-122-3/+3
* Linux: Reclaim unused spl_kmem_cache_reclaimAlexander Motin2023-11-101-2/+0
* Unbreak FreeBSD world build after 3bd4df384Martin Matuška2023-11-081-0/+1
* RAID-Z expansion featureDon Brady2023-11-0810-18/+213
* FreeBSD: Implement taskq_init_ent()Alexander Motin2023-11-071-1/+1
* Update the kstat dataset_name when renaming a zvolAlan Somers2023-11-071-0/+1
* zed: misc vdev_enc_sysfs_path fixesTony Hutter2023-11-071-0/+2
* Fix accounting error for pending sync IO ops in zpool iostatMigeljanImeri2023-11-071-1/+4
* Improve ZFS objset sync parallelismednadolski-ix2023-11-066-1/+29
* zvol: fix delayed update to block device ro entryAmeer Hamza2023-10-311-0/+1
* zvol: Implement zvol threading as a PropertyAmeer Hamza2023-10-313-0/+3
* zvol: Cleanup set propertyAmeer Hamza2023-10-311-2/+1
* Unify arc_prune_async() codeAlexander Motin2023-10-303-3/+2
* RAIDZ: Use cache blocking during parity mathAlexander Motin2023-10-301-3/+3
* ZIL: Cleanup sync and commit handlingAlexander Motin2023-10-304-5/+3
* Add mutex_enter_interruptible() for interruptible sleeping IOCTLsThomas Bertschinger2023-10-264-9/+17
* ZIO: Remove READY pipeline stage from root ZIOsAlexander Motin2023-10-251-0/+3
* zvol: Remove broken blk-mq optimizationTony Hutter2023-10-241-8/+0
* ZIL: Detect single-threaded workloadsAlexander Motin2023-10-241-1/+3
* Add prefetch property Brian Behlendorf2023-10-242-0/+8
* Properly pad struct tx_cpu to cache lineAlexander Motin2023-10-201-2/+1
* Fix ZED auto-replace for VDEVs using by-id pathsDon Brady2023-10-201-1/+1
* FreeBSD: Improve taskq wrapperAlexander Motin2023-10-131-9/+9
* FreeBSD: Reduce divergence from in-tree sourcesAlexander Motin2023-10-098-7/+12
* Reduce number of metaslab preload taskq threads.Alexander Motin2023-10-062-3/+2
* ARC: Remove b_bufcnt/b_ebufcnt from ARC headersAlexander Motin2023-10-062-13/+7
* ARC: Remove b_cv from struct l1arc_buf_hdrAlexander Motin2023-10-041-2/+0
* Add '-u' - nomount flag for zfs setUmer Saleem2023-10-021-0/+8
* Fix invalid pointer access in trace_dbuf.hChunwei Chen2023-10-021-2/+6
* Linux 6.6 compat: generic_fillattr has a new u32 request_mask added at arg2Coleman Kane2023-09-212-0/+11
* Linux 6.6 compat: use inode_get/set_ctime*(...)Coleman Kane2023-09-211-0/+11
* Add zfs_prepare_disk script for disk firmware installTony Hutter2023-09-211-0/+9
* Add VERIFY0P() and ASSERT0P() macros.Dag-Erling Smørgrav2023-09-192-0/+26
* Clean up existing VERIFY*() macros.Dag-Erling Smørgrav2023-09-192-27/+25
* Retire z_nr_znodesMateusz Guzik2023-09-182-2/+0
* Selectable block allocatorsednadolski-ix2023-09-014-0/+10
* Relax error reporting in zpool import and zpool splitUmer Saleem2023-09-011-0/+1
* Increase limit of redaction list by using spill blockPaul Dagnelie2023-08-262-0/+2
* Avoid save/restoring AMX registers to avoid a SPR erratumRich Ercolani2023-08-261-5/+14
* 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