aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/idr.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06idr: reorder the fieldsLai Jiangshan1-5/+8
2014-04-07idr: remove dead codeStephen Hemminger1-63/+0
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2014-02-17idr: Add new function idr_is_empty()Andreas Gruenbacher1-0/+1
2014-01-30idr: remove unused prototype of idr_free()Vladimir Davydov1-1/+0
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+6
2013-04-29idr: introduce idr_alloc_cyclic()Jeff Layton1-0/+2
2013-03-28idr: document exit conditions on idr_for_each_entry betterGeorge Spelvin1-4/+6
2013-03-13idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo1-16/+50
2013-03-12idr: fix new kernel-doc warningsRandy Dunlap1-1/+1
2013-02-27idr: implement lookup hintTejun Heo1-1/+24
2013-02-27idr: add idr_layer->prefixTejun Heo1-0/+1
2013-02-27idr: make idr_layer largerTejun Heo1-8/+7
2013-02-27idr: remove length restriction from idr_layer->bitmapTejun Heo1-11/+1
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo1-10/+0
2013-02-27idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo1-0/+14
2013-02-27idr: remove _idr_rc_to_errno() hackTejun Heo1-6/+0
2013-02-27idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo1-12/+35
2013-02-27idr: cosmetic updates to struct / initializer definitionsTejun Heo1-16/+12
2013-02-27idr: deprecate idr_remove_all()Tejun Heo1-1/+13
2013-02-19locking: Various static lock initializer fixesThomas Gleixner1-1/+1
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner1-0/+11
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu1-5/+5
2011-08-29idr: idr_for_each_entry() macroPhilipp Reisner1-0/+11
2011-08-03ida: simplified functions for id allocationRusty Russell1-0/+4
2010-10-26docbook: add idr/ida to kernel-api docbookRandy Dunlap1-0/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+5
2010-09-23ida: document IDA_BITMAP_LONGS calculationNamhyung Kim1-2/+5
2010-08-19idr: __rcu annotationsArnd Bergmann1-2/+2
2009-04-02cgroup: CSS ID supportKAMEZAWA Hiroyuki1-0/+1
2008-12-01lib/idr.c: fix rcu related race with idr_findManfred Spraul1-1/+2
2008-07-25idr: make idr_find rcu-safeNadia Derbey1-0/+16
2008-07-25idr: error checking factorizationNadia Derbey1-0/+6
2008-07-25idr: change the idr structureNadia Derbey1-0/+2
2008-04-29idr: create idr_layer_cache at boot timeAkinobu Mita1-0/+3
2007-07-16lib: add idr_remove_allKristian Hoegsberg1-0/+1
2007-07-16lib: add idr_for_each()Kristian Hoegsberg1-0/+2
2007-07-11ida: implement idr based id allocatorTejun Heo1-0/+29
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar1-1/+1
2006-06-26[PATCH] lib: add idr_replaceJeff Mahoney1-0/+1
2005-11-08include/linux: enclose idr.h in #ifndefLuben Tuikov1-0/+6
2005-10-28[PATCH] gfp_t: lib/*Al Viro1-1/+1
2005-10-23[PATCH] inotify/idr leak fixAndrew Morton1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+78