aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/spl
Commit message (Expand)AuthorAgeFilesLines
* spl-proc: remove old taskq statsRob Norris2024-08-191-268/+0
* spl-taskq: summary stats for all taskqsRob Norris2024-08-191-0/+98
* spl-taskq: per-taskq kstatsRob Norris2024-08-191-14/+300
* spl-generic: bring up kstats subsystem before taskqRob Norris2024-08-191-10/+10
* Linux 6.11: avoid passing "end" sentinel to register_sysctl()Rob Norris2024-08-131-3/+38
* Linux 6.11: first arg to proc_handler is now constRob Norris2024-08-131-3/+9
* Linux: Report reclaimable memory to kernel as such (#16385)Alexander Motin2024-07-302-1/+9
* Linux 6.10: work harder to avoid kmem_cache_alloc reuseRob Norris2024-07-151-10/+2
* Simplify issig().Pawel Jakub Dawidek2024-05-291-13/+3
* Linux: disable lockdep for a couple of locksBrian Behlendorf2024-05-131-1/+1
* Replace usage of schedule_timeout with schedule_timeout_interruptible (#16150)Daniel Perry2024-05-091-1/+1
* xdr: header cleanupRob N2024-04-031-0/+1
* Linux: Cleanup taskq threads spawn/exitAlexander Motin2024-02-131-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-171-1/+1
* Make spl_kmem_cache size check consistentyouzhongyang2024-01-161-2/+3
* Linux 6.7 compat: rework shrinker setup for heap allocationsRob Norris2023-12-201-0/+115
* Linux: Reclaim unused spl_kmem_cache_reclaimAlexander Motin2023-11-101-11/+0
* Improve ZFS objset sync parallelismednadolski-ix2023-11-061-0/+36
* Linux 6.5 compat: spl: properly unregister sysctl entriesAndrea Righi2023-09-071-3/+18
* Linux 6.5 compat: safe cleanup in spl_proc_fini()Andrea Righi2023-09-011-18/+18
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-08-021-3/+23
* Revert "Linux 6.5 compat: register_sysctl_table removed"Brian Atkinson2023-08-011-23/+3
* Linux 6.5 compat: register_sysctl_table removedColeman Kane2023-08-011-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