aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/zfs_context.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce kmem_scnprintf()Richard Yao2022-10-291-0/+3
* Reduce false positives from Static AnalyzersRichard Yao2022-09-301-4/+8
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-281-0/+1
* Cleanup: Use OpenSolaris functions to call schedulerRichard Yao2022-09-121-2/+3
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remove hw_serial, ddi_strtoul()наб2022-05-131-4/+0
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-2/+2
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-151-2/+1
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-041-2/+2
* module: icp: remove other provider typesнаб2022-02-151-1/+0
* Rename EMPTY_TASKQ into taskq_emptyJorgen Lundman2022-02-091-0/+1
* module/*.ko: prune .data, global .rodataнаб2022-01-141-1/+1
* Use fallthrough macroBrian Behlendorf2021-09-141-1/+0
* Remove NOTE(CONSTCOND) and note.hнаб2021-07-261-2/+0
* FreeBSD: fix compilation of FreeBSD world after 29274c9f6Martin Matuška2021-06-251-1/+1
* Optimize small random numbers generationAlexander Motin2021-06-221-0/+15
* Remove pool io kstats (#12212)Alexander Motin2021-06-101-6/+0
* libspl: staticify buf and pagesize, rename aok to libspl_assert_okнаб2021-06-031-2/+0
* lib/: set O_CLOEXEC on all fdsнаб2021-04-111-2/+2
* Cleaning up uio headersBrian Atkinson2021-02-201-0/+1
* libzpool: set_global_var: refactor to not modify 'arg'Christian Schwarz2021-02-191-1/+1
* Introduce CPU_SEQID_UNSTABLEMateusz Guzik2020-11-021-0/+1
* FreeBSD: make adjustments for the standalone environmentWarner Losh2020-10-131-3/+11
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-231-0/+1
* Avoid possibility of division by zeroRyan Moeller2020-09-081-3/+3
* Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriateMatthew Macy2020-09-031-0/+4
* Add zstd support to zfsMichael Niewöhner2020-08-201-0/+6
* Remove KMC_KMEM and KMC_VMEMMatthew Ahrens2020-08-171-2/+0
* Introduce names for ZTHRsSerapheim Dimitropoulos2020-07-291-0/+3
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-251-0/+3
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-111-0/+1
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-291-3/+0
* Remove dead codeArvind Sankar2020-06-181-1/+0
* Disambiguate condvar API contractMatthew Macy2020-06-181-2/+2
* Improve compatibility with C++ consumersRyan Moeller2020-06-061-3/+14
* Finish refactoring for ZFS_MODULE_PARAM_CALLRyan Moeller2020-04-071-0/+1
* Improve performance of zio_taskq_memberMatthew Ahrens2020-03-031-0/+1
* Refactor zfs_context.h to build on FreeBSDMatthew Macy2019-12-041-18/+4
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-51/+2
* Add kmem_cache flag for forcing kvmallocMichael Niewöhner2019-11-131-0/+1
* Linux compat: Minimum kernel version 3.10Brian Behlendorf2019-11-121-3/+1
* Enable use of DTRACE_PROBE* macros in "spl" modulePrakash Surya2019-11-011-1/+1
* Wrap Linux module macrosMatthew Macy2019-11-011-6/+2
* Fix for ARC sysctls ignored at runtimeloli10K2019-10-261-0/+6
* Remove sdt.hMatthew Macy2019-10-251-13/+7
* Fix strdup conflict on other platformsMatthew Macy2019-10-101-1/+2
* Make module tunables cross platformMatthew Macy2019-09-051-0/+11
* Fix lockdep recursive locking false positive in dbuf_destroyjdike2019-07-171-0/+2
* OpenZFS 9425 - channel programs can be interruptedDon Brady2019-06-221-1/+1
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-1/+3