]> git.proxmox.com Git - mirror_zfs.git/history - module/os/linux/spl/spl-kmem-cache.c
Cleanup: Switch to strlcpy from strncpy
[mirror_zfs.git] / module / os / linux / spl / spl-kmem-cache.c
2022-09-27 Richard YaoCleanup: Switch to strlcpy from strncpy
2022-09-08 Richard YaoLinux SPL module init: Handle memory allocation failure...
2022-06-29 набEnable -Wwrite-strings
2022-05-06 Aidan HarrisFix functions without a prototype
2022-01-26 набClean up CSTYLEDs
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-06-03 Brian BehlendorfLinux: Set spl_kmem_cache_slab_limit when page size !4K
2021-06-02 набspl-module-parameters.5: remove spl_kmem_cache_{expire...
2020-10-09 Brian BehlendorfReplace ZFS on Linux references with OpenZFS
2020-08-17 Matthew AhrensRemove KMC_KMEM and KMC_VMEM
2020-08-05 Matthew AhrensRemove KMC_NOMAGAZINE
2020-08-05 Matthew AhrensRemove KMC_QCACHE
2020-08-05 Matthew AhrensRemove KMC_NOHASH
2020-08-05 Matthew AhrensRemove KMC_NOTOUCH
2020-08-05 Matthew AhrensRemove KMC_OFFSLAB
2020-07-24 Matthew Ahrensremove kmem_cache module parameter KMC_EXPIRE_AGE
2020-07-19 Matthew AhrensRemove skc_reclaim, hdr_recl, kmem_cache shrinker
2020-07-15 Romain DolbeauFix early include of <linux/percpu_compat.h>
2020-06-29 Matthew AhrensClean up OS-specific ARC and kmem code
2020-06-27 Matthew AhrensRevise SPL wrapper for shrinker callbacks
2020-06-27 Serapheim Dimitrop... Use percpu_counter for obj_alloc counter of Linux-backe...
2020-06-08 Michael NiewöhnerLinux 5.8 compat: __vmalloc()
2020-02-13 Matthew AhrensMissed wakeup when growing kmem cache
2020-01-14 loli10KKMC_KVMEM disrupts kv_alloc() memory alignment expectations
2019-12-19 Ubuntucppcheck: (error) Uninitialized variable
2019-11-13 Michael NiewöhnerAdd kmem_cache flag for forcing kvmalloc
2019-11-13 Michael NiewöhnerMake use of kvmalloc if available and fix vmem_alloc...
2019-11-13 Michael NiewöhnerAdd missing documentation for some KMC flags
2019-11-12 Brian BehlendorfLinux compat: Minimum kernel version 3.10
2019-10-18 Serapheim Dimitrop... Update skc_obj_alloc for spl kmem caches that are backe...
2019-10-10 Matthew MacyAdd kmem cache accessors
2019-09-06 Matthew MacyOpenZFS restructuring - move platform specific sources