summaryrefslogtreecommitdiff
path: root/include/linux/idr.h
AgeCommit message (Expand)Author
2020-10-16lib/idr.c: document that ida_simple_{get,remove}() are deprecatedStephen Boyd
2020-10-16lib/idr.c: document calling context for IDA APIs mustn't use locksStephen Boyd
2020-05-28radix-tree: Use local_lock for protectionSebastian Andrzej Siewior
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-11-03idr: Fix integer overflow in idr_for_each_entryMatthew Wilcox (Oracle)
2019-07-01idr: introduce idr_for_each_entry_continue_ul()Cong Wang
2019-07-01idr: fix overflow case for idr_for_each_entry_ul()Cong Wang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 220Thomas Gleixner
2018-10-21ida: Convert to XArrayMatthew Wilcox
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-21ida: Remove old APIMatthew Wilcox
2018-08-21ida: Add new APIMatthew Wilcox
2018-06-18IDR: Expose the XArray lockwilly@infradead.org
2018-04-11xarray: add the xa_lock to the radix_tree_rootMatthew Wilcox
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox
2018-02-06idr: Add documentationMatthew Wilcox
2018-02-06idr: Make 1-based IDRs more efficientMatthew Wilcox
2018-02-06idr: Rename idr_for_each_entry_extMatthew Wilcox
2018-02-06idr: Remove idr_alloc_extMatthew Wilcox
2018-02-06idr: Add idr_alloc_u32 helperMatthew Wilcox
2018-02-06idr: Delete idr_find_ext functionMatthew Wilcox
2018-02-06idr: Delete idr_replace_ext functionMatthew Wilcox
2018-02-06idr: Delete idr_remove_ext functionMatthew Wilcox
2017-12-14include/linux/idr.h: add #include <linux/bug.h>Wei Wang
2017-08-30idr: Add new APIs to support unsigned longChris Mi
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox
2017-02-13ida: Move ida_bitmap to a percpu variableMatthew Wilcox
2017-02-13Reimplement IDR and IDA using the radix treeMatthew Wilcox
2016-12-14idr: reduce the number of bits per level from 8 to 6Matthew Wilcox
2016-12-14rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox
2016-12-14idr: add ida_is_emptyMatthew Wilcox
2015-11-25drbd: Backport the "status" commandAndreas Gruenbacher
2014-06-06idr: reorder the fieldsLai Jiangshan
2014-04-07idr: remove dead codeStephen Hemminger
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-02-17idr: Add new function idr_is_empty()Andreas Gruenbacher
2014-01-30idr: remove unused prototype of idr_free()Vladimir Davydov
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-04-29idr: introduce idr_alloc_cyclic()Jeff Layton
2013-03-28idr: document exit conditions on idr_for_each_entry betterGeorge Spelvin
2013-03-13idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo
2013-03-12idr: fix new kernel-doc warningsRandy Dunlap
2013-02-27idr: implement lookup hintTejun Heo
2013-02-27idr: add idr_layer->prefixTejun Heo
2013-02-27idr: make idr_layer largerTejun Heo
2013-02-27idr: remove length restriction from idr_layer->bitmapTejun Heo
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo
2013-02-27idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo
2013-02-27idr: remove _idr_rc_to_errno() hackTejun Heo
2013-02-27idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo