aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
...
* module: icp: remove unused kcf_mac operationsнаб2022-02-151-6/+0
* module: icp: remove unused kcf_cipher operationsнаб2022-02-151-27/+0
* module: icp: remove other provider typesнаб2022-02-153-8/+0
* module: icp: spi: crypto_ops_t: remove unused op typesнаб2022-02-152-243/+0
* Add spa _os() hooksJorgen Lundman2022-02-151-0/+5
* Rename EMPTY_TASKQ into taskq_emptyJorgen Lundman2022-02-091-0/+1
* zvol: make calls to platform ops staticChristian Schwarz2022-02-071-12/+8
* Add more control/visibility to spa_load_verify().Alexander Motin2022-02-041-0/+1
* Simplify resume token generationRyan Moeller2022-02-011-2/+1
* Replace *CTASSERT() with _Static_assert()наб2022-01-262-7/+10
* Clean up CSTYLEDsнаб2022-01-265-13/+2
* Avoid memory allocations in the ARC eviction threadMark Johnston2022-01-211-0/+1
* libefi: remove efi_type()наб2022-01-181-1/+0
* module/*.ko: prune .data, global .rodataнаб2022-01-1423-38/+33
* Remove sha1 hashing from OpenZFS, it's not used anywhere.Tino Reichardt2022-01-061-3/+0
* module: icp: rip out the Solaris loadable module architectureнаб2022-01-061-3/+0
* Verify dRAID empty sectorsBrian Behlendorf2022-01-042-0/+3
* include: dmu.h: fix unused, remove argsusedнаб2021-12-231-1/+0
* include: sys/arc.h: shim out arc_referenced()наб2021-12-231-0/+2
* include: qat.h: mark unused macro arguments as usedнаб2021-12-231-9/+17
* zcommon: pre-iterate over sysfs instead of statting every featureнаб2021-12-161-1/+6
* Add `const` to nvlist functions to properly expose their real behaviorPaul Dagnelie2021-12-062-95/+104
* Vdev Properties FeatureAllan Jude2021-11-306-2/+97
* Enable edonr in FreeBSDRich Ercolani2021-11-161-2/+0
* Introduce a tunable to exclude special class buffers from L2ARCGeorge Amanakis2021-11-113-14/+2
* Check l2cache vdevs pending list inside the vdev_inuse()Fedor Uporov2021-11-111-0/+1
* Skip spacemaps reading in case of pool readonly importFedor Uporov2021-11-091-0/+1
* Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistencyBrian Behlendorf2021-11-071-0/+1
* Update `checkstyle` workflow env to ubuntu-20.04Damian Szuberski2021-11-021-0/+2
* Remove unused function zvol_set_volblocksize()Fedor Uporov2021-10-261-1/+0
* Remove FreeBSD's local copy of the dmu_buf_hold_array() functionPawel Jakub Dawidek2021-10-131-0/+2
* zio: use unsigned values for enumTeodor Spæren2021-10-111-36/+36
* Correct refcount_add in dmu_zfetchRich Ercolani2021-10-081-0/+8
* Use fallthrough macroBrian Behlendorf2021-09-141-1/+0
* Upstream: Add snapshot and zvol eventsJorgen Lundman2021-09-093-0/+13
* Fix cross-endian interoperability of zstdRich Ercolani2021-08-301-11/+137
* Extend zpool-iostat to account for ZIO_PRIORITY_REBUILD (#12319)Trevor Bautista2021-08-261-0/+5
* Remove b_pabd/b_rabd allocation from arc_hdr_alloc()Alexander Motin2021-08-171-1/+1
* Increase default volblocksize from 8KB to 16KBAlexander Motin2021-08-171-1/+1
* Fix/improve dbuf hits accountingAlexander Motin2021-08-171-6/+4
* Use more atomics in refcountsAlexander Motin2021-08-171-4/+4
* Restore FreeBSD sysctl processing for arc.min and arc.maxAllan Jude2021-08-162-0/+9
* Run arc_evict thread at higher priorityTony Nguyen2021-08-101-2/+3
* Avoid small buffer copying on writeAlexander Motin2021-07-272-1/+1
* Remove NOTE(CONSTCOND) and note.hнаб2021-07-2611-80/+19
* Replace /*PRINTFLIKEn*/ with attribute(printf)наб2021-07-262-3/+6
* Optimize allocation throttlingAlexander Motin2021-07-212-7/+10
* Add Module Parameter Regarding Log Size LimitKevin Jin2021-07-202-0/+8
* Minor ARC optimizationsAlexander Motin2021-07-202-3/+10
* A few fixes of callback typecasting (for the upcoming ClangCFI)Alexander2021-07-201-2/+2