summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* dmu: Allow buffer fills to failAlexander Motin2024-02-203-4/+4
* BRT: Fix FICLONE/FICLONERANGE shortened copyTony Hutter2024-02-063-3/+3
* zpool: Add slot power control, print power statusTony Hutter2024-01-292-0/+60
* zed: misc vdev_enc_sysfs_path fixesTony Hutter2024-01-291-0/+2
* Linux 6.8 compat: handle mnt_idmap user_namespace changeRob Norris2024-01-292-5/+61
* Linux 6.8 compat: implement strlcpy fallbackRob Norris2024-01-291-0/+49
* fix: Uber block label not always found for aux vdevsAmeer Hamza2024-01-291-0/+1
* compact: workaround for GPL-only symbols on riscv from Linux 6.2Shengqi Chen2024-01-161-2/+13
* freebsd: fix compile for spa_taskq_read/spa_taskq_write paramsRob Norris2024-01-161-0/+6
* Linux 6.2 compat: add check for kernel_neon_* availabilityShengqi Chen2024-01-122-0/+12
* Allow block cloning across encrypted datasetsoromenahar2024-01-081-0/+1
* Linux: Reclaim unused spl_kmem_cache_reclaimAlexander Motin2024-01-081-2/+0
* Update the kstat dataset_name when renaming a zvolAlan Somers2024-01-081-0/+1
* linux 6.7 compat: rework shrinker setup for heap allocationsRob Norris2023-12-211-47/+19
* linux 6.7 compat: use inode atime/mtime accessorsRob Norris2023-12-211-0/+20
* FreeBSD: Fix ZFS so that snapshots under .zfs/snapshot are NFS visiblermacklem2023-11-291-1/+1
* ZIL: Call brt_pending_add() replaying TX_CLONE_RANGEAlexander Motin2023-11-291-2/+1
* FreeBSD: Fix the build on FreeBSD 12Alan Somers2023-11-281-1/+2
* brt: lift internal definitions into _impl headerRob Norris2023-11-282-0/+200
* Add a tunable to disable BRT support.Rich Ercolani2023-11-162-0/+3
* Workaround UBSAN errors for variable arraysTony Hutter2023-11-162-3/+3
* Fix accounting error for pending sync IO ops in zpool iostatMigeljanImeri2023-11-161-1/+4
* Unify arc_prune_async() codeAlexander Motin2023-11-083-3/+2
* Linux 6.6 compat: generic_fillattr has a new u32 request_mask added at arg2Coleman Kane2023-11-082-0/+11
* Linux 6.6 compat: use inode_get/set_ctime*(...)Coleman Kane2023-11-081-0/+11
* Add mutex_enter_interruptible() for interruptible sleeping IOCTLsThomas Bertschinger2023-11-064-9/+17
* zvol: Remove broken blk-mq optimizationTony Hutter2023-11-061-8/+0
* Properly pad struct tx_cpu to cache lineAlexander Motin2023-11-061-2/+1
* Fix ZED auto-replace for VDEVs using by-id pathsDon Brady2023-11-061-1/+1
* Add zfs_prepare_disk script for disk firmware installTony Hutter2023-11-061-0/+9
* FreeBSD: Improve taskq wrapperAlexander Motin2023-11-061-9/+9
* FreeBSD: Reduce divergence from in-tree sourcesAlexander Motin2023-10-108-7/+12
* Reduce number of metaslab preload taskq threads.Alexander Motin2023-10-072-3/+2
* ARC: Remove b_bufcnt/b_ebufcnt from ARC headersAlexander Motin2023-10-072-13/+7
* ARC: Remove b_cv from struct l1arc_buf_hdrAlexander Motin2023-10-071-2/+0
* Add '-u' - nomount flag for zfs setUmer Saleem2023-10-031-0/+8
* Fix invalid pointer access in trace_dbuf.hChunwei Chen2023-10-031-2/+6
* Retire z_nr_znodesMateusz Guzik2023-09-192-2/+0
* Linux 4.20 compat: wrapper function for iov_iter type accessColeman Kane2023-09-191-0/+6
* Linux 6.4 compat: iter_iov() function now used to get old iov memberColeman Kane2023-09-191-0/+6
* Linux 6.5 compat: blkdev changesColeman Kane2023-09-191-0/+6
* Linux 6.5 compat: use disk_check_media_change when it existsColeman Kane2023-09-191-0/+1
* Relax error reporting in zpool import and zpool splitUmer Saleem2023-09-021-0/+1
* Avoid save/restoring AMX registers to avoid a SPR erratumRich Ercolani2023-08-271-5/+14
* linux/spl/kmem_cache: undefine `kmem_cache_alloc` before defining itRyan Lahfa2023-08-251-0/+8
* Fix some typosMateusz Piotrowski2023-08-251-3/+3
* ZIL: Second attempt to reduce scope of zl_issuer_lock.Alexander Motin2023-08-251-14/+29
* ZIL: Avoid dbuf_read() before dmu_sync(). Alexander Motin2023-08-252-2/+4
* Remove fastwrite mechanism.Alexander Motin2023-08-254-6/+0
* zdb: include cloned blocks in block statisticsRob N2023-08-021-0/+1