aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.19 compat: bdev_start_io_acct() / bdev_end_io_acct()Brian Behlendorf2022-06-011-2/+7
* Linux 5.19 compat: bdev_max_secure_erase_sectors()Brian Behlendorf2022-06-011-6/+11
* Linux 5.19 compat: bdev_max_discard_sectors()Brian Behlendorf2022-06-011-0/+19
* Silence unused-but-set-variable warningRyan Moeller2022-05-271-1/+1
* Reduce dbuf_find() lock contentionBrian Behlendorf2022-05-061-4/+3
* Skip spacemaps reading in case of pool readonly importBrian Behlendorf2022-04-281-0/+1
* FreeBSD: Parameterize ZFS_ENTER/ZFS_VERIFY_VP with an error codeMark Johnston2022-04-191-14/+18
* zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escapingнаб2022-04-012-3/+5
* Fix ACL checks for NFS kernel serverBrian Behlendorf2022-03-205-199/+9
* Linux 5.16 compat: restore FSR and FSAVEBrian Behlendorf2022-03-191-2/+2
* Fix ENOSPC when unlinking multiple files from full poolBrian Behlendorf2022-03-081-0/+1
* Fix gcc warning in kfpu_begin()Brian Behlendorf2022-02-161-3/+2
* Linux 5.16 compat: don't use XSTATE_XSAVE to save FPU stateAttila Fülöp2022-02-161-2/+123
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2022-02-161-0/+2
* Upstream: Add snapshot and zvol eventsJorgen Lundman2022-02-103-0/+13
* Linux 5.16 compat: Added mapping for iov_iter_fault_in_readableRich Ercolani2022-02-041-0/+4
* Avoid memory allocations in the ARC eviction threadMark Johnston2022-02-031-0/+1
* Verify dRAID empty sectorsBrian Behlendorf2022-02-032-0/+3
* FreeBSD: Provide correct file generation numberRyan Moeller2022-02-031-1/+0
* Update `checkstyle` workflow env to ubuntu-20.04Damian Szuberski2021-12-081-0/+2
* Linux 5.16 compat: asm/fpu/xcr.h is new location for xgetbv/xsetbvColeman Kane2021-12-071-0/+3
* Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistencyBrian Behlendorf2021-11-054-1/+22
* Linux 5.16 compat: linux/elevator.hBrian Behlendorf2021-11-051-1/+1
* Rescan enclosure sysfs path on importTony Hutter2021-11-021-0/+10
* FreeBSD: fix compilation of FreeBSD world after 29274c9f6Martin Matuška2021-11-023-4/+4
* Use fallthrough macroBrian Behlendorf2021-11-024-1/+10
* Detect HAVE_LARGE_STACKS at compile time (#12584)Kevin Bowling2021-11-012-0/+9
* Linux 5.15 compat: get_acl()Brian Behlendorf2021-09-141-0/+4
* Linux 5.15 compat: standalone <linux/stdarg.h>Alexander2021-09-141-0/+4
* Linux 5.15 compat: block device readaheadBrian Behlendorf2021-09-141-0/+3
* Fix cross-endian interoperability of zstdRich Ercolani2021-09-141-11/+137
* Linux 4.11 compat: statx supportRichard Yao2021-09-141-2/+2
* Remove b_pabd/b_rabd allocation from arc_hdr_alloc()Alexander Motin2021-09-141-1/+1
* Fix/improve dbuf hits accountingAlexander Motin2021-09-142-8/+6
* Use more atomics in refcountsAlexander Motin2021-09-141-4/+4
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-09-143-0/+15
* Run arc_evict thread at higher priorityTony Nguyen2021-09-141-2/+3
* Optimize allocation throttlingAlexander Motin2021-09-142-7/+10
* Minor ARC optimizationsAlexander Motin2021-09-142-3/+10
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-09-141-2/+2
* Introduce dsl_dir_diduse_transfer_space()Alexander Motin2021-09-141-0/+3
* Fix ARC ghost states eviction accountingAlexander Motin2021-09-141-1/+0
* file reference counts can get corruptedGeorge Wilson2021-09-144-7/+10
* dprintf_dnode: strcpy -> strlcpyJorgen Lundman2021-09-142-2/+2
* FreeBSD: Hardcode abd_chunk_size to PAGE_SIZEAlexander Motin2021-09-141-1/+0
* Compact dbuf/buf hashes and lock arraysAlexander Motin2021-09-141-2/+2
* Fix abd leak, kmem_free correct size of abd_tJorgen Lundman2021-09-141-1/+1
* Optimize small random numbers generationAlexander Motin2021-09-144-1/+52
* gcc 11 cleanupAttila Fülöp2021-06-242-4/+4
* Annotated dprintf as printf-likeRich Ercolani2021-06-241-1/+1