| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-25 | ida: Add ida_find_first_range() | Yi Liu | 1 | -0/+67 |
| 2023-12-21 | ida: Fix crash in ida_free when the bitmap is empty | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-09-05 | idr: fix param name in idr_alloc_cyclic() doc | Ariel Marcovitch | 1 | -1/+1 |
| 2022-07-10 | ida: don't use BUG_ON() for debugging | Linus Torvalds | 1 | -1/+2 |
| 2020-10-20 | Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarray | Linus Torvalds | 1 | -0/+1 |
| 2020-10-16 | lib/idr.c: document calling context for IDA APIs mustn't use locks | Stephen Boyd | 1 | -3/+6 |
| 2020-10-07 | ida: Free allocated bitmap in error path | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2019-11-01 | idr: Fix idr_get_next_ul race with idr_remove | Matthew Wilcox (Oracle) | 1 | -20/+11 |
| 2019-06-02 | idr: Fix idr_get_next race with idr_remove | Matthew Wilcox (Oracle) | 1 | -2/+12 |
| 2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 1 | -0/+1 |
| 2018-10-21 | radix tree: Remove radix_tree_update_node_t | Matthew Wilcox | 1 | -1/+1 |
| 2018-10-21 | ida: Convert to XArray | Matthew Wilcox | 1 | -176/+203 |
| 2018-10-21 | xarray: Add definition of struct xarray | Matthew Wilcox | 1 | -2/+2 |
| 2018-09-29 | xarray: Replace exceptional entries | Matthew Wilcox | 1 | -35/+25 |
| 2018-09-29 | idr: Permit any valid kernel pointer to be stored | Matthew Wilcox | 1 | -4/+0 |
| 2018-08-21 | ida: Change ida_get_new_above to return the id | Matthew Wilcox | 1 | -18/+12 |
| 2018-08-21 | ida: Remove old API | Matthew Wilcox | 1 | -41/+7 |
| 2018-08-21 | ida: Add new API | Matthew Wilcox | 1 | -39/+31 |
| 2018-08-21 | ida: Lock the IDA in ida_destroy | Matthew Wilcox | 1 | -6/+11 |
| 2018-06-07 | lib/idr.c: remove simple_ida_lock | Matthew Wilcox | 1 | -5/+5 |
| 2018-02-26 | idr: Fix handling of IDs above INT_MAX | Matthew Wilcox | 1 | -6/+7 |
| 2018-02-21 | ida: do zeroing in ida_pre_get() | Rasmus Villemoes | 1 | -2/+0 |
| 2018-02-06 | idr: Make 1-based IDRs more efficient | Matthew Wilcox | 1 | -9/+61 |
| 2018-02-06 | idr: Warn if old iterators see large IDs | Matthew Wilcox | 1 | -1/+8 |
| 2018-02-06 | idr: Rename idr_for_each_entry_ext | Matthew Wilcox | 1 | -10/+20 |
| 2018-02-06 | idr: Remove idr_alloc_ext | Matthew Wilcox | 1 | -44/+84 |
| 2018-02-06 | idr: Add idr_alloc_u32 helper | Matthew Wilcox | 1 | -0/+31 |
| 2018-02-06 | idr: Delete idr_replace_ext function | Matthew Wilcox | 1 | -12/+3 |
| 2017-11-15 | mm, truncate: do not check mapping for every page being truncated | Mel Gorman | 1 | -1/+1 |
| 2017-10-03 | lib/idr.c: fix comment for idr_replace() | Eric Biggers | 1 | -2/+2 |
| 2017-09-13 | idr: remove WARN_ON_ONCE() when trying to replace negative ID | Eric Biggers | 1 | -1/+1 |
| 2017-08-30 | idr: Add new APIs to support unsigned long | Chris Mi | 1 | -29/+37 |
| 2017-02-13 | idr: Add missing __rcu annotations | Matthew Wilcox | 1 | -7/+7 |
| 2017-02-13 | ida: Use exceptional entries for small IDAs | Matthew Wilcox | 1 | -6/+81 |
| 2017-02-13 | ida: Move ida_bitmap to a percpu variable | Matthew Wilcox | 1 | -37/+2 |
| 2017-02-13 | Reimplement IDR and IDA using the radix tree | Matthew Wilcox | 1 | -946/+232 |
| 2016-12-12 | lib/ida: document locking requirements a bit better | Daniel Vetter | 1 | -0/+11 |
| 2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 1 | -2/+2 |
| 2015-02-12 | lib/idr.c: remove redundant include | Rasmus Villemoes | 1 | -1/+0 |
| 2014-10-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2014-09-09 | Documentation: Docbook: Fix generated DocBook/kernel-api.xml | Masanari Iida | 1 | -1/+1 |
| 2014-08-08 | lib/idr.c: fix out-of-bounds pointer dereference | Andrey Ryabinin | 1 | -11/+14 |
| 2014-06-06 | idr: reduce the unneeded check in free_layer() | Lai Jiangshan | 1 | -1/+1 |
| 2014-06-06 | idr: don't need to shink the free list when idr_remove() | Lai Jiangshan | 1 | -16/+0 |
| 2014-06-06 | idr: fix idr_replace()'s returned error code | Lai Jiangshan | 1 | -2/+2 |
| 2014-06-06 | idr: fix NULL pointer dereference when ida_remove(unallocated_id) | Lai Jiangshan | 1 | -1/+1 |
| 2014-06-06 | idr: fix unexpected ID-removal when idr_remove(unallocated_id) | Lai Jiangshan | 1 | -0/+8 |
| 2014-06-06 | idr: fix overflow bug during maximum ID calculation at maximum height | Lai Jiangshan | 1 | -5/+3 |
| 2014-04-07 | lib/idr.c: use RCU_INIT_POINTER(x, NULL) | Monam Agarwal | 1 | -2/+2 |
| 2014-04-07 | idr: remove dead code | Stephen Hemminger | 1 | -18/+2 |
| 2014-02-17 | idr: Add new function idr_is_empty() | Andreas Gruenbacher | 1 | -0/+10 |
| 2013-07-03 | idr: print a stack dump after ida_remove warning | Jean Delvare | 1 | -5/+2 |
| 2013-04-29 | idr: introduce idr_alloc_cyclic() | Jeff Layton | 1 | -0/+27 |
| 2013-03-13 | idr: idr_alloc() shouldn't trigger lowmem warning when preloaded | Tejun Heo | 1 | -13/+25 |
| 2013-03-13 | idr: deprecate idr_pre_get() and idr_get_new[_above]() | Tejun Heo | 1 | -36/+5 |
| 2013-03-12 | idr: fix new kernel-doc warnings | Randy Dunlap | 1 | -1/+0 |
| 2013-03-08 | idr: remove WARN_ON_ONCE() on negative IDs | Tejun Heo | 1 | -13/+3 |
| 2013-02-27 | idr: explain WARN_ON_ONCE() on negative IDs out-of-range ID | Tejun Heo | 1 | -0/+10 |
| 2013-02-27 | idr: implement lookup hint | Tejun Heo | 1 | -22/+16 |
| 2013-02-27 | idr: add idr_layer->prefix | Tejun Heo | 1 | -0/+13 |
| 2013-02-27 | idr: remove length restriction from idr_layer->bitmap | Tejun Heo | 1 | -17/+17 |
| 2013-02-27 | idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.c | Tejun Heo | 1 | -7/+17 |
| 2013-02-27 | idr: fix top layer handling | Tejun Heo | 1 | -15/+23 |
| 2013-02-27 | idr: implement idr_preload[_end]() and idr_alloc() | Tejun Heo | 1 | -8/+166 |
| 2013-02-27 | idr: refactor idr_get_new_above() | Tejun Heo | 1 | -18/+12 |
| 2013-02-27 | idr: remove _idr_rc_to_errno() hack | Tejun Heo | 1 | -12/+23 |
| 2013-02-27 | idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new() | Tejun Heo | 1 | -49/+0 |
| 2013-02-27 | idr: deprecate idr_remove_all() | Tejun Heo | 1 | -7/+3 |
| 2013-02-27 | idr: make idr_destroy() imply idr_remove_all() | Tejun Heo | 1 | -9/+11 |
| 2013-02-27 | idr: fix a subtle bug in idr_get_next() | Tejun Heo | 1 | -1/+8 |
| 2012-10-06 | idr: rename MAX_LEVEL to MAX_IDR_LEVEL | Fengguang Wu | 1 | -16/+16 |
| 2012-03-24 | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-21 | idr: make idr_get_next() good for rcu_read_lock() | Hugh Dickins | 1 | -3/+5 |
| 2012-03-07 | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 1 | -1/+1 |
| 2011-11-02 | ida: make ida_simple_get/put() IRQ safe | Tejun Heo | 1 | -4/+7 |
| 2011-10-31 | lib/idr.c: fix comment for ida_get_new_above() | Wang Sheng-Hui | 1 | -2/+2 |
| 2011-09-15 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -0/+67 |
| 2011-08-04 | Fix kernel-doc comment typo '@id' | Paul Bolle | 1 | -1/+1 |
| 2011-08-03 | ida: simplified functions for id allocation | Rusty Russell | 1 | -0/+67 |
| 2010-10-26 | docbook: add idr/ida to kernel-api docbook | Randy Dunlap | 1 | -24/+25 |
| 2010-10-26 | idr: fix idr_pre_get() locking description | Naohiro Aota | 1 | -11/+13 |
| 2010-08-31 | idr: describe how nextidp works in idr_get_next(). | Naohiro Aota | 1 | -1/+2 |
| 2010-08-31 | idr: fix kernel-doc warnings. | Naohiro Aota | 1 | -5/+5 |
| 2010-06-23 | idr: fix RCU lockdep splat in idr_get_next() | Paul E. McKenney | 1 | -2/+2 |
| 2010-05-27 | idr: fix backtrack logic in idr_remove_all | Imre Deak | 1 | -1/+4 |
| 2010-03-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 1 | -4/+4 |
| 2010-02-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 1 | -1/+3 |
| 2010-02-25 | idr: export idr_get_next() | Ben Hutchings | 1 | -1/+1 |
| 2010-02-25 | idr: Apply lockdep-based diagnostics to rcu_dereference() uses | Paul E. McKenney | 1 | -4/+4 |
| 2010-02-22 | idr: fix a critical misallocation bug, take#2 | Tejun Heo | 1 | -1/+3 |
| 2010-02-04 | idr: revert misallocation bug fix | Tejun Heo | 1 | -3/+4 |
| 2010-02-02 | idr: fix a critical misallocation bug | Tejun Heo | 1 | -4/+3 |
| 2009-12-04 | tree-wide: fix some typos and punctuation in comments | Thadeu Lima de Souza Cascardo | 1 | -2/+2 |
| 2009-04-02 | cgroup: CSS ID support | KAMEZAWA Hiroyuki | 1 | -0/+46 |
| 2009-03-10 | idr: make idr_remove_all() do removal -before- free_layer() | Paul E. McKenney | 1 | -1/+1 |
| 2009-01-15 | lib/idr.c: use kmem_cache_zalloc() for the idr_layer cache | Andrew Morton | 1 | -8/+2 |
| 2009-01-15 | idr: fix wrong kernel-doc | Li Zefan | 1 | -2/+2 |
| 2008-12-10 | lib/idr.c: Fix bug introduced by RCU fix | Manfred Spraul | 1 | -1/+7 |
| 2008-12-01 | lib/idr.c: fix rcu related race with idr_find | Manfred Spraul | 1 | -2/+12 |
| 2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -1/+1 |
| 2008-07-25 | idr: make idr_remove rcu-safe | Nadia Derbey | 1 | -14/+43 |
| 2008-07-25 | idr: make idr_find rcu-safe | Nadia Derbey | 1 | -5/+6 |
| 2008-07-25 | idr: make idr_get_new* rcu-safe | Nadia Derbey | 1 | -5/+9 |
| 2008-07-25 | idr: error checking factorization | Nadia Derbey | 1 | -21/+9 |
| 2008-07-25 | idr: fix a printk call | Nadia Derbey | 1 | -1/+2 |
| 2008-07-25 | idr: rename some of the idr APIs internal routines | Nadia Derbey | 1 | -15/+16 |
| 2008-05-01 | idr: fix idr_remove() | Nadia Derbey | 1 | -1/+1 |
| 2008-04-29 | idr: create idr_layer_cache at boot time | Akinobu Mita | 1 | -6/+4 |
| 2007-10-17 | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 1 | -2/+1 |
| 2007-10-14 | more low-hanging fruits - kernel, fs, lib signedness | Al Viro | 1 | -1/+1 |
| 2007-07-31 | idr_remove_all: kill unused variable | Oleg Nesterov | 1 | -2/+2 |
| 2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -1/+1 |
| 2007-07-16 | lib: add idr_remove_all | Kristian Hoegsberg | 1 | -0/+47 |
| 2007-07-16 | lib: add idr_for_each() | Kristian Hoegsberg | 1 | -0/+55 |
| 2007-07-11 | ida: implement idr based id allocator | Tejun Heo | 1 | -0/+245 |
| 2007-07-11 | idr: separate out idr_mark_full() | Tejun Heo | 1 | -25/+46 |
| 2007-07-11 | idr: fix obscure bug in allocation path | Tejun Heo | 1 | -2/+14 |
| 2007-02-11 | [PATCH] Numerous fixes to kernel-doc info in source files. | Robert P. J. Day | 1 | -2/+2 |
| 2006-12-07 | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 1 | -2/+2 |
| 2006-07-14 | [PATCH] Convert idr's internal locking to _irqsave variant | Roland Dreier | 1 | -6/+10 |
| 2006-06-26 | [PATCH] lib: add idr_replace | Jeff Mahoney | 1 | -0/+43 |
| 2006-06-25 | [PATCH] fix race in idr code | Sonny Rao | 1 | -4/+12 |
| 2005-10-30 | [PATCH] Whitespace and CodingStyle cleanup for lib/idr.c | Jesper Juhl | 1 | -18/+17 |
| 2005-10-28 | [PATCH] gfp_t: lib/* | Al Viro | 1 | -1/+1 |
| 2005-10-23 | [PATCH] inotify/idr leak fix | Andrew Morton | 1 | -0/+13 |
| 2005-08-26 | [PATCH] Document idr_get_new_above() semantics, update inotify | John McCutchan | 1 | -1/+1 |
| 2005-06-21 | [PATCH] coverity: idr_get_new_above_int() overrun fix | Zaur Kambarov | 1 | -1/+1 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+408 |