aboutsummaryrefslogtreecommitdiff
path: root/lib/idr.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-04tree-wide: fix some typos and punctuation in commentsGravatar Thadeu Lima de Souza Cascardo 1-2/+2
2009-04-02cgroup: CSS ID supportGravatar KAMEZAWA Hiroyuki 1-0/+46
2009-03-10idr: make idr_remove_all() do removal -before- free_layer()Gravatar Paul E. McKenney 1-1/+1
2009-01-15lib/idr.c: use kmem_cache_zalloc() for the idr_layer cacheGravatar Andrew Morton 1-8/+2
2009-01-15idr: fix wrong kernel-docGravatar Li Zefan 1-2/+2
2008-12-10lib/idr.c: Fix bug introduced by RCU fixGravatar Manfred Spraul 1-1/+7
2008-12-01lib/idr.c: fix rcu related race with idr_findGravatar Manfred Spraul 1-2/+12
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25idr: make idr_remove rcu-safeGravatar Nadia Derbey 1-14/+43
2008-07-25idr: make idr_find rcu-safeGravatar Nadia Derbey 1-5/+6
2008-07-25idr: make idr_get_new* rcu-safeGravatar Nadia Derbey 1-5/+9
2008-07-25idr: error checking factorizationGravatar Nadia Derbey 1-21/+9
2008-07-25idr: fix a printk callGravatar Nadia Derbey 1-1/+2
2008-07-25idr: rename some of the idr APIs internal routinesGravatar Nadia Derbey 1-15/+16
2008-05-01idr: fix idr_remove()Gravatar Nadia Derbey 1-1/+1
2008-04-29idr: create idr_layer_cache at boot timeGravatar Akinobu Mita 1-6/+4
2007-10-17Slab API: remove useless ctor parameter and reorder parametersGravatar Christoph Lameter 1-2/+1
2007-10-14more low-hanging fruits - kernel, fs, lib signednessGravatar Al Viro 1-1/+1
2007-07-31idr_remove_all: kill unused variableGravatar Oleg Nesterov 1-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-1/+1
2007-07-16lib: add idr_remove_allGravatar Kristian Hoegsberg 1-0/+47
2007-07-16lib: add idr_for_each()Gravatar Kristian Hoegsberg 1-0/+55
2007-07-11ida: implement idr based id allocatorGravatar Tejun Heo 1-0/+245
2007-07-11idr: separate out idr_mark_full()Gravatar Tejun Heo 1-25/+46
2007-07-11idr: fix obscure bug in allocation pathGravatar Tejun Heo 1-2/+14
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Gravatar Robert P. J. Day 1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tGravatar Christoph Lameter 1-2/+2
2006-07-14[PATCH] Convert idr's internal locking to _irqsave variantGravatar Roland Dreier 1-6/+10
2006-06-26[PATCH] lib: add idr_replaceGravatar Jeff Mahoney 1-0/+43
2006-06-25[PATCH] fix race in idr codeGravatar Sonny Rao 1-4/+12
2005-10-30[PATCH] Whitespace and CodingStyle cleanup for lib/idr.cGravatar Jesper Juhl 1-18/+17
2005-10-28[PATCH] gfp_t: lib/*Gravatar Al Viro 1-1/+1
2005-10-23[PATCH] inotify/idr leak fixGravatar Andrew Morton 1-0/+13
2005-08-26[PATCH] Document idr_get_new_above() semantics, update inotifyGravatar John McCutchan 1-1/+1
2005-06-21[PATCH] coverity: idr_get_new_above_int() overrun fixGravatar Zaur Kambarov 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+408