aboutsummaryrefslogtreecommitdiff
path: root/include/linux/idr.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-21ida: Convert to XArrayGravatar Matthew Wilcox 1-11/+7
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-14/+54
2018-08-21ida: Remove old APIGravatar Matthew Wilcox 1-17/+4
2018-08-21ida: Add new APIGravatar Matthew Wilcox 1-3/+56
2018-06-18IDR: Expose the XArray lockGravatar willy@infradead.org 1-0/+11
2018-04-11xarray: add the xa_lock to the radix_tree_rootGravatar Matthew Wilcox 1-9/+10
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsGravatar Matthew Wilcox 1-1/+2
2018-02-06idr: Add documentationGravatar Matthew Wilcox 1-1/+15
2018-02-06idr: Make 1-based IDRs more efficientGravatar Matthew Wilcox 1-29/+37
2018-02-06idr: Rename idr_for_each_entry_extGravatar Matthew Wilcox 1-20/+32
2018-02-06idr: Remove idr_alloc_extGravatar Matthew Wilcox 1-50/+1
2018-02-06idr: Add idr_alloc_u32 helperGravatar Matthew Wilcox 1-0/+2
2018-02-06idr: Delete idr_find_ext functionGravatar Matthew Wilcox 1-6/+1
2018-02-06idr: Delete idr_replace_ext functionGravatar Matthew Wilcox 1-2/+1
2018-02-06idr: Delete idr_remove_ext functionGravatar Matthew Wilcox 1-6/+1
2017-12-14include/linux/idr.h: add #include <linux/bug.h>Gravatar Wei Wang 1-0/+1
2017-08-30idr: Add new APIs to support unsigned longGravatar Chris Mi 1-3/+66
2017-02-13idr: Return the deleted entry from idr_removeGravatar Matthew Wilcox 1-2/+2
2017-02-13ida: Move ida_bitmap to a percpu variableGravatar Matthew Wilcox 1-2/+3
2017-02-13Reimplement IDR and IDA using the radix treeGravatar Matthew Wilcox 1-80/+65
2016-12-14idr: reduce the number of bits per level from 8 to 6Gravatar Matthew Wilcox 1-5/+4
2016-12-14rxrpc: abstract away knowledge of IDR internalsGravatar Matthew Wilcox 1-0/+26
2016-12-14idr: add ida_is_emptyGravatar Matthew Wilcox 1-0/+5
2015-11-25drbd: Backport the "status" commandGravatar Andreas Gruenbacher 1-0/+14
2014-06-06idr: reorder the fieldsGravatar Lai Jiangshan 1-5/+8
2014-04-07idr: remove dead codeGravatar Stephen Hemminger 1-63/+0
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+0
2014-02-17idr: Add new function idr_is_empty()Gravatar Andreas Gruenbacher 1-0/+1
2014-01-30idr: remove unused prototype of idr_free()Gravatar Vladimir Davydov 1-1/+0
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+6
2013-04-29idr: introduce idr_alloc_cyclic()Gravatar Jeff Layton 1-0/+2
2013-03-28idr: document exit conditions on idr_for_each_entry betterGravatar George Spelvin 1-4/+6
2013-03-13idr: deprecate idr_pre_get() and idr_get_new[_above]()Gravatar Tejun Heo 1-16/+50
2013-03-12idr: fix new kernel-doc warningsGravatar Randy Dunlap 1-1/+1
2013-02-27idr: implement lookup hintGravatar Tejun Heo 1-1/+24
2013-02-27idr: add idr_layer->prefixGravatar Tejun Heo 1-0/+1
2013-02-27idr: make idr_layer largerGravatar Tejun Heo 1-8/+7
2013-02-27idr: remove length restriction from idr_layer->bitmapGravatar Tejun Heo 1-11/+1
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cGravatar Tejun Heo 1-10/+0
2013-02-27idr: implement idr_preload[_end]() and idr_alloc()Gravatar Tejun Heo 1-0/+14
2013-02-27idr: remove _idr_rc_to_errno() hackGravatar Tejun Heo 1-6/+0
2013-02-27idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Gravatar Tejun Heo 1-12/+35
2013-02-27idr: cosmetic updates to struct / initializer definitionsGravatar Tejun Heo 1-16/+12
2013-02-27idr: deprecate idr_remove_all()Gravatar Tejun Heo 1-1/+13
2013-02-19locking: Various static lock initializer fixesGravatar Thomas Gleixner 1-1/+1
2012-11-09Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6Gravatar Philipp Reisner 1-0/+11
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELGravatar Fengguang Wu 1-5/+5
2011-08-29idr: idr_for_each_entry() macroGravatar Philipp Reisner 1-0/+11
2011-08-03ida: simplified functions for id allocationGravatar Rusty Russell 1-0/+4
2010-10-26docbook: add idr/ida to kernel-api docbookGravatar Randy Dunlap 1-0/+1