| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-05-08 | 1 | -4/+6 |
|\ |
|
| * | idr: document exit conditions on idr_for_each_entry better | George Spelvin | 2013-03-28 | 1 | -4/+6 |
* | | idr: introduce idr_alloc_cyclic() | Jeff Layton | 2013-04-29 | 1 | -0/+2 |
|/ |
|
* | idr: deprecate idr_pre_get() and idr_get_new[_above]() | Tejun Heo | 2013-03-13 | 1 | -16/+50 |
* | idr: fix new kernel-doc warnings | Randy Dunlap | 2013-03-12 | 1 | -1/+1 |
* | idr: implement lookup hint | Tejun Heo | 2013-02-27 | 1 | -1/+24 |
* | idr: add idr_layer->prefix | Tejun Heo | 2013-02-27 | 1 | -0/+1 |
* | idr: make idr_layer larger | Tejun Heo | 2013-02-27 | 1 | -8/+7 |
* | idr: remove length restriction from idr_layer->bitmap | Tejun Heo | 2013-02-27 | 1 | -11/+1 |
* | idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c | Tejun Heo | 2013-02-27 | 1 | -10/+0 |
* | idr: implement idr_preload[_end]() and idr_alloc() | Tejun Heo | 2013-02-27 | 1 | -0/+14 |
* | idr: remove _idr_rc_to_errno() hack | Tejun Heo | 2013-02-27 | 1 | -6/+0 |
* | idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new() | Tejun Heo | 2013-02-27 | 1 | -12/+35 |
* | idr: cosmetic updates to struct / initializer definitions | Tejun Heo | 2013-02-27 | 1 | -16/+12 |
* | idr: deprecate idr_remove_all() | Tejun Heo | 2013-02-27 | 1 | -1/+13 |
* | locking: Various static lock initializer fixes | Thomas Gleixner | 2013-02-19 | 1 | -1/+1 |
* | Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6 | Philipp Reisner | 2012-11-09 | 1 | -0/+11 |
|\ |
|
| * | idr: idr_for_each_entry() macro | Philipp Reisner | 2011-08-29 | 1 | -0/+11 |
* | | idr: rename MAX_LEVEL to MAX_IDR_LEVEL | Fengguang Wu | 2012-10-06 | 1 | -5/+5 |
|/ |
|
* | ida: simplified functions for id allocation | Rusty Russell | 2011-08-03 | 1 | -0/+4 |
* | docbook: add idr/ida to kernel-api docbook | Randy Dunlap | 2010-10-26 | 1 | -0/+1 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -2/+5 |
|\ |
|
| * | ida: document IDA_BITMAP_LONGS calculation | Namhyung Kim | 2010-09-23 | 1 | -2/+5 |
* | | idr: __rcu annotations | Arnd Bergmann | 2010-08-19 | 1 | -2/+2 |
|/ |
|
* | cgroup: CSS ID support | KAMEZAWA Hiroyuki | 2009-04-02 | 1 | -0/+1 |
* | lib/idr.c: fix rcu related race with idr_find | Manfred Spraul | 2008-12-01 | 1 | -1/+2 |
* | idr: make idr_find rcu-safe | Nadia Derbey | 2008-07-25 | 1 | -0/+16 |
* | idr: error checking factorization | Nadia Derbey | 2008-07-25 | 1 | -0/+6 |
* | idr: change the idr structure | Nadia Derbey | 2008-07-25 | 1 | -0/+2 |
* | idr: create idr_layer_cache at boot time | Akinobu Mita | 2008-04-29 | 1 | -0/+3 |
* | lib: add idr_remove_all | Kristian Hoegsberg | 2007-07-16 | 1 | -0/+1 |
* | lib: add idr_for_each() | Kristian Hoegsberg | 2007-07-16 | 1 | -0/+2 |
* | ida: implement idr based id allocator | Tejun Heo | 2007-07-11 | 1 | -0/+29 |
* | [PATCH] lockdep: locking init debugging improvement | Ingo Molnar | 2006-07-03 | 1 | -1/+1 |
* | [PATCH] lib: add idr_replace | Jeff Mahoney | 2006-06-26 | 1 | -0/+1 |
* | include/linux: enclose idr.h in #ifndef | Luben Tuikov | 2005-11-08 | 1 | -0/+6 |
* | [PATCH] gfp_t: lib/* | Al Viro | 2005-10-28 | 1 | -1/+1 |
* | [PATCH] inotify/idr leak fix | Andrew Morton | 2005-10-23 | 1 | -0/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+78 |