aboutsummaryrefslogtreecommitdiff
path: root/fs/dlm/memory.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-06fs: dlm: change dflags to use atomic bitsGravatar Alexander Aring 1-1/+1
2023-03-06fs: dlm: store lkb distributed flags into own valueGravatar Alexander Aring 1-1/+1
2023-01-05fs: dlm: fix return value check in dlm_memory_init()Gravatar Yang Yingliang 1-1/+1
2022-11-08fs: dlm: allow different allocation context per _create_messageGravatar Alexander Aring 1-2/+2
2022-11-08fs: dlm: use a non-static queue for callbacksGravatar Alexander Aring 1-0/+26
2021-12-07fs: dlm: memory cache for lowcomms hotpathGravatar Alexander Aring 1-0/+18
2021-12-07fs: dlm: memory cache for writequeue_entryGravatar Alexander Aring 1-1/+20
2021-12-07fs: dlm: memory cache for midcomms hotpathGravatar Alexander Aring 1-5/+26
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Gravatar Thomas Gleixner 1-3/+1
2018-11-28dlm: NULL check before kmem_cache_destroy is not neededGravatar Wen Yang 1-6/+3
2012-05-15dlm: NULL dereference on failure in kmem_cache_create()Gravatar Dan Carpenter 1-5/+3
2011-07-12dlm: improve rsb searchesGravatar David Teigland 1-8/+14
2009-11-30dlm: always use GFP_NOFSGravatar David Teigland 1-3/+3
2008-12-23dlm: fix up memory allocation flagsGravatar Steven Whitehouse 1-3/+3
2008-02-06dlm: add __init and __exit marks to init and exit functionsGravatar Denis Cheng 1-1/+1
2008-02-06dlm: eliminate astparam type castingGravatar David Teigland 1-1/+1
2008-01-29dlm: use dlm prefix on alloc and free functionsGravatar David Teigland 1-24/+8
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Gravatar Yoann Padioleau 1-9/+3
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Gravatar Robert P. J. Day 1-3/+1
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-1/+1
2006-08-09[DLM] print bad length in assertionGravatar David Teigland 1-1/+2
2006-07-13[DLM] dlm: user locksGravatar David Teigland 1-0/+9
2006-02-23[DLM] Remove range locks from the DLMGravatar David Teigland 1-16/+0
2006-01-18[DLM] The core of the DLM for GFS2/CLVMGravatar David Teigland 1-0/+122