aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/spl
Commit message (Expand)AuthorAgeFilesLines
* xdr: header cleanupRob N2024-04-291-0/+1
* Linux: Cleanup taskq threads spawn/exitAlexander Motin2024-04-191-56/+29
* Linux 6.8 compat: implement strlcpy fallbackRob Norris2024-01-294-0/+4
* linux spl: fix typo in top comment of spl-condvar.cTino Reichardt2024-01-291-1/+1
* Make spl_kmem_cache size check consistentyouzhongyang2024-01-291-2/+3
* Linux: Reclaim unused spl_kmem_cache_reclaimAlexander Motin2024-01-081-11/+0
* linux 6.7 compat: rework shrinker setup for heap allocationsRob Norris2023-12-211-0/+115
* Linux 6.5 compat: spl: properly unregister sysctl entriesAndrea Righi2023-09-191-3/+18
* Linux 6.5 compat: safe cleanup in spl_proc_fini()Andrea Righi2023-09-191-18/+18
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-09-191-3/+23
* Revert "Linux 6.5 compat: register_sysctl_table removed"Brian Atkinson2023-09-191-23/+3
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-09-191-3/+23
* Add a delay to tearing down threads.Rich Ercolani2023-06-261-1/+33
* Linux: Never sleep in kmem_cache_alloc(..., KM_NOSLEEP) (#14926)Brian Behlendorf2023-06-071-1/+11
* Linux 6.4 compat: reclaimed_slab renamed to reclaimedyouzhongyang2023-05-241-1/+4
* Linux 6.3 compat: idmapped mount API changesyouzhongyang2023-04-101-0/+12
* Linux: Fix octal detection in define_ddi_strtox()Richard Yao2023-03-081-1/+1
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-172-9/+4
* Cleanup: Use C99 flexible array members instead of zero length arraysRichard Yao2023-01-121-1/+1
* Cleanup: Remove unnecessary explicit casts of pointers from allocatorsRichard Yao2023-01-121-1/+1
* Fix Clang 15 compilation errorsszubersk2022-11-301-0/+4
* Cleanup: Remove branches that always evaluate the same wayRichard Yao2022-11-031-1/+0
* Linux: Upgrade random_get_pseudo_bytes() to xoshiro256++ 1.0Richard Yao2022-10-201-25/+61
* Linux 6.1 compat: change order of sys/mutex.h includesColeman Kane2022-10-182-2/+3
* Fix declarations of non-global variablesTino Reichardt2022-10-184-4/+4
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-131-0/+24
* Reduce false positives from Static AnalyzersRichard Yao2022-09-301-2/+1
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-281-0/+33
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-2/+4
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-274-8/+7
* Fix minor issues in namespace delegation supportyouzhongyang2022-09-201-1/+1
* Linux SPL module init: Handle memory allocation failures correctlyRichard Yao2022-09-085-7/+18
* Replace dead opensolaris.org license linkTino Reichardt2022-07-112-2/+2
* Enable -Wwrite-stringsнаб2022-06-291-1/+1
* spl: Use a clearer name for the user namespace fdRyan Moeller2022-06-141-4/+4
* Add Linux namespace delegation supportWill Andrews2022-06-102-0/+430
* linux: spl: generic: ddi_strto*: match solaris ddi_strto*(9)наб2022-05-131-29/+17
* linux: spl: generic: ddi_strtou##type: elide unused flagнаб2022-05-131-5/+3
* Remove hw_serial, ddi_strtoul()наб2022-05-131-6/+6
* Fix functions without a prototypeAidan Harris2022-05-061-1/+1
* linux: module: weld all but spl.ko into zfs.koнаб2022-04-202-21/+4
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-9/+0
* Fix ACL checks for NFS kernel serverRyan Moeller2022-03-181-41/+1
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-151-1/+1
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-1/+0
* spl: make 'spl_panic_halt' working for all casesDamian Szuberski2022-02-181-0/+3
* module: icp: remove other provider typesнаб2022-02-151-7/+0
* Rename EMPTY_TASKQ into taskq_emptyJorgen Lundman2022-02-091-0/+7
* Clean up CSTYLEDsнаб2022-01-265-18/+9
* Linux 5.17 compat: PDE_DATA() renamed to pde_data()наб2022-01-252-2/+2