summaryrefslogtreecommitdiff
path: root/lib/idr.c
Commit message (Expand)AuthorAge
* idr: Fix handling of IDs above INT_MAXMatthew Wilcox2018-02-26
* ida: do zeroing in ida_pre_get()Rasmus Villemoes2018-02-21
* idr: Make 1-based IDRs more efficientMatthew Wilcox2018-02-06
* idr: Warn if old iterators see large IDsMatthew Wilcox2018-02-06
* idr: Rename idr_for_each_entry_extMatthew Wilcox2018-02-06
* idr: Remove idr_alloc_extMatthew Wilcox2018-02-06
* idr: Add idr_alloc_u32 helperMatthew Wilcox2018-02-06
* idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-06
* mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-15
* lib/idr.c: fix comment for idr_replace()Eric Biggers2017-10-03
* idr: remove WARN_ON_ONCE() when trying to replace negative IDEric Biggers2017-09-13
* idr: Add new APIs to support unsigned longChris Mi2017-08-30
* idr: Add missing __rcu annotationsMatthew Wilcox2017-02-13
* ida: Use exceptional entries for small IDAsMatthew Wilcox2017-02-13
* ida: Move ida_bitmap to a percpu variableMatthew Wilcox2017-02-13
* Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-13
* lib/ida: document locking requirements a bit betterDaniel Vetter2016-12-12
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* lib/idr.c: remove redundant includeRasmus Villemoes2015-02-12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-07
|\
| * Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-09
* | lib/idr.c: fix out-of-bounds pointer dereferenceAndrey Ryabinin2014-08-08
|/
* idr: reduce the unneeded check in free_layer()Lai Jiangshan2014-06-06
* idr: don't need to shink the free list when idr_remove()Lai Jiangshan2014-06-06
* idr: fix idr_replace()'s returned error codeLai Jiangshan2014-06-06
* idr: fix NULL pointer dereference when ida_remove(unallocated_id)Lai Jiangshan2014-06-06
* idr: fix unexpected ID-removal when idr_remove(unallocated_id)Lai Jiangshan2014-06-06
* idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan2014-06-06
* lib/idr.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal2014-04-07
* idr: remove dead codeStephen Hemminger2014-04-07
* idr: Add new function idr_is_empty()Andreas Gruenbacher2014-02-17
* idr: print a stack dump after ida_remove warningJean Delvare2013-07-03
* idr: introduce idr_alloc_cyclic()Jeff Layton2013-04-29
* idr: idr_alloc() shouldn't trigger lowmem warning when preloadedTejun Heo2013-03-13
* idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo2013-03-13
* idr: fix new kernel-doc warningsRandy Dunlap2013-03-12
* idr: remove WARN_ON_ONCE() on negative IDsTejun Heo2013-03-08
* idr: explain WARN_ON_ONCE() on negative IDs out-of-range IDTejun Heo2013-02-27
* idr: implement lookup hintTejun Heo2013-02-27
* idr: add idr_layer->prefixTejun Heo2013-02-27
* idr: remove length restriction from idr_layer->bitmapTejun Heo2013-02-27
* idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-27
* idr: fix top layer handlingTejun Heo2013-02-27
* idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo2013-02-27
* idr: refactor idr_get_new_above()Tejun Heo2013-02-27
* idr: remove _idr_rc_to_errno() hackTejun Heo2013-02-27
* idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo2013-02-27
* idr: deprecate idr_remove_all()Tejun Heo2013-02-27
* idr: make idr_destroy() imply idr_remove_all()Tejun Heo2013-02-27
* idr: fix a subtle bug in idr_get_next()Tejun Heo2013-02-27