aboutsummaryrefslogtreecommitdiffstats
path: root/lib/idr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-2/+1
2007-10-14more low-hanging fruits - kernel, fs, lib signednessAl Viro1-1/+1
2007-07-31idr_remove_all: kill unused variableOleg Nesterov1-2/+2
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-16lib: add idr_remove_allKristian Hoegsberg1-0/+47
2007-07-16lib: add idr_for_each()Kristian Hoegsberg1-0/+55
2007-07-11ida: implement idr based id allocatorTejun Heo1-0/+245
2007-07-11idr: separate out idr_mark_full()Tejun Heo1-25/+46
2007-07-11idr: fix obscure bug in allocation pathTejun Heo1-2/+14
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-07-14[PATCH] Convert idr's internal locking to _irqsave variantRoland Dreier1-6/+10
2006-06-26[PATCH] lib: add idr_replaceJeff Mahoney1-0/+43
2006-06-25[PATCH] fix race in idr codeSonny Rao1-4/+12
2005-10-30[PATCH] Whitespace and CodingStyle cleanup for lib/idr.cJesper Juhl1-18/+17
2005-10-28[PATCH] gfp_t: lib/*Al Viro1-1/+1
2005-10-23[PATCH] inotify/idr leak fixAndrew Morton1-0/+13
2005-08-26[PATCH] Document idr_get_new_above() semantics, update inotifyJohn McCutchan1-1/+1
2005-06-21[PATCH] coverity: idr_get_new_above_int() overrun fixZaur Kambarov1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+408