summaryrefslogtreecommitdiffstats
path: root/include/linux/idr.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-4/+6
|\
| * idr: document exit conditions on idr_for_each_entry betterGeorge Spelvin2013-03-281-4/+6
* | idr: introduce idr_alloc_cyclic()Jeff Layton2013-04-291-0/+2
|/
* idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo2013-03-131-16/+50
* idr: fix new kernel-doc warningsRandy Dunlap2013-03-121-1/+1
* idr: implement lookup hintTejun Heo2013-02-271-1/+24
* idr: add idr_layer->prefixTejun Heo2013-02-271-0/+1
* idr: make idr_layer largerTejun Heo2013-02-271-8/+7
* idr: remove length restriction from idr_layer->bitmapTejun Heo2013-02-271-11/+1
* idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-271-10/+0
* idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo2013-02-271-0/+14
* idr: remove _idr_rc_to_errno() hackTejun Heo2013-02-271-6/+0
* idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo2013-02-271-12/+35
* idr: cosmetic updates to struct / initializer definitionsTejun Heo2013-02-271-16/+12
* idr: deprecate idr_remove_all()Tejun Heo2013-02-271-1/+13
* locking: Various static lock initializer fixesThomas Gleixner2013-02-191-1/+1
* Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Philipp Reisner2012-11-091-0/+11
|\
| * idr: idr_for_each_entry() macroPhilipp Reisner2011-08-291-0/+11
* | idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-061-5/+5
|/
* ida: simplified functions for id allocationRusty Russell2011-08-031-0/+4
* docbook: add idr/ida to kernel-api docbookRandy Dunlap2010-10-261-0/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+5
|\
| * ida: document IDA_BITMAP_LONGS calculationNamhyung Kim2010-09-231-2/+5
* | idr: __rcu annotationsArnd Bergmann2010-08-191-2/+2
|/
* cgroup: CSS ID supportKAMEZAWA Hiroyuki2009-04-021-0/+1
* lib/idr.c: fix rcu related race with idr_findManfred Spraul2008-12-011-1/+2
* idr: make idr_find rcu-safeNadia Derbey2008-07-251-0/+16
* idr: error checking factorizationNadia Derbey2008-07-251-0/+6
* idr: change the idr structureNadia Derbey2008-07-251-0/+2
* idr: create idr_layer_cache at boot timeAkinobu Mita2008-04-291-0/+3
* lib: add idr_remove_allKristian Hoegsberg2007-07-161-0/+1
* lib: add idr_for_each()Kristian Hoegsberg2007-07-161-0/+2
* ida: implement idr based id allocatorTejun Heo2007-07-111-0/+29
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-031-1/+1
* [PATCH] lib: add idr_replaceJeff Mahoney2006-06-261-0/+1
* include/linux: enclose idr.h in #ifndefLuben Tuikov2005-11-081-0/+6
* [PATCH] gfp_t: lib/*Al Viro2005-10-281-1/+1
* [PATCH] inotify/idr leak fixAndrew Morton2005-10-231-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+78