summaryrefslogtreecommitdiffstats
path: root/fs/dlm/memory.c
AgeCommit message (Expand)AuthorLines
2024-08-08dlm: move lkb xarray lookup out of lockAlexander Aring-1/+8
2024-08-08dlm: cleanup memory allocation helpersAlexander Aring-14/+5
2024-06-13dlm: add rcu_barrier before destroy kmem cacheAlexander Aring-0/+2
2024-06-10dlm: use rcu to avoid an extra rsb struct lookupAlexander Aring-1/+7
2024-04-09dlm: switch to GFP_ATOMIC in dlm allocationsAlexander Aring-3/+3
2024-04-09dlm: remove allocation parameter in msg allocationAlexander Aring-4/+4
2024-04-01dlm: remove callback reference countingAlexander Aring-4/+0
2023-03-06fs: dlm: change dflags to use atomic bitsAlexander Aring-1/+1
2023-03-06fs: dlm: store lkb distributed flags into own valueAlexander Aring-1/+1
2023-01-05fs: dlm: fix return value check in dlm_memory_init()Yang Yingliang-1/+1
2022-11-08fs: dlm: allow different allocation context per _create_messageAlexander Aring-2/+2
2022-11-08fs: dlm: use a non-static queue for callbacksAlexander Aring-0/+26
2021-12-07fs: dlm: memory cache for lowcomms hotpathAlexander Aring-0/+18
2021-12-07fs: dlm: memory cache for writequeue_entryAlexander Aring-1/+20
2021-12-07fs: dlm: memory cache for midcomms hotpathAlexander Aring-5/+26
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner-3/+1
2018-11-28dlm: NULL check before kmem_cache_destroy is not neededWen Yang-6/+3
2012-05-15dlm: NULL dereference on failure in kmem_cache_create()Dan Carpenter-5/+3
2011-07-12dlm: improve rsb searchesDavid Teigland-8/+14
2009-11-30dlm: always use GFP_NOFSDavid Teigland-3/+3
2008-12-23dlm: fix up memory allocation flagsSteven Whitehouse-3/+3
2008-02-06dlm: add __init and __exit marks to init and exit functionsDenis Cheng-1/+1
2008-02-06dlm: eliminate astparam type castingDavid Teigland-1/+1
2008-01-29dlm: use dlm prefix on alloc and free functionsDavid Teigland-24/+8
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau-9/+3
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day-3/+1
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter-1/+1
2006-08-09[DLM] print bad length in assertionDavid Teigland-1/+2
2006-07-13[DLM] dlm: user locksDavid Teigland-0/+9
2006-02-23[DLM] Remove range locks from the DLMDavid Teigland-16/+0
2006-01-18[DLM] The core of the DLM for GFS2/CLVMDavid Teigland-0/+122