aboutsummaryrefslogtreecommitdiff
path: root/lib/idr.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-27idr: implement lookup hintGravatar Tejun Heo 1-22/+16
2013-02-27idr: add idr_layer->prefixGravatar Tejun Heo 1-0/+13
2013-02-27idr: remove length restriction from idr_layer->bitmapGravatar Tejun Heo 1-17/+17
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cGravatar Tejun Heo 1-7/+17
2013-02-27idr: fix top layer handlingGravatar Tejun Heo 1-15/+23
2013-02-27idr: implement idr_preload[_end]() and idr_alloc()Gravatar Tejun Heo 1-8/+166
2013-02-27idr: refactor idr_get_new_above()Gravatar Tejun Heo 1-18/+12
2013-02-27idr: remove _idr_rc_to_errno() hackGravatar Tejun Heo 1-12/+23
2013-02-27idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Gravatar Tejun Heo 1-49/+0
2013-02-27idr: deprecate idr_remove_all()Gravatar Tejun Heo 1-7/+3
2013-02-27idr: make idr_destroy() imply idr_remove_all()Gravatar Tejun Heo 1-9/+11
2013-02-27idr: fix a subtle bug in idr_get_next()Gravatar Tejun Heo 1-1/+8
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELGravatar Fengguang Wu 1-16/+16
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2012-03-21idr: make idr_get_next() good for rcu_read_lock()Gravatar Hugh Dickins 1-3/+5
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-11-02ida: make ida_simple_get/put() IRQ safeGravatar Tejun Heo 1-4/+7
2011-10-31lib/idr.c: fix comment for ida_get_new_above()Gravatar Wang Sheng-Hui 1-2/+2
2011-09-15Merge branch 'master' into for-nextGravatar Jiri Kosina 1-0/+67
2011-08-04Fix kernel-doc comment typo '@id'Gravatar Paul Bolle 1-1/+1
2011-08-03ida: simplified functions for id allocationGravatar Rusty Russell 1-0/+67
2010-10-26docbook: add idr/ida to kernel-api docbookGravatar Randy Dunlap 1-24/+25
2010-10-26idr: fix idr_pre_get() locking descriptionGravatar Naohiro Aota 1-11/+13
2010-08-31idr: describe how nextidp works in idr_get_next().Gravatar Naohiro Aota 1-1/+2
2010-08-31idr: fix kernel-doc warnings.Gravatar Naohiro Aota 1-5/+5
2010-06-23idr: fix RCU lockdep splat in idr_get_next()Gravatar Paul E. McKenney 1-2/+2
2010-05-27idr: fix backtrack logic in idr_remove_allGravatar Imre Deak 1-1/+4
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Woodhouse 1-4/+4
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Woodhouse 1-1/+3
2010-02-25idr: export idr_get_next()Gravatar Ben Hutchings 1-1/+1
2010-02-25idr: Apply lockdep-based diagnostics to rcu_dereference() usesGravatar Paul E. McKenney 1-4/+4
2010-02-22idr: fix a critical misallocation bug, take#2Gravatar Tejun Heo 1-1/+3
2010-02-04idr: revert misallocation bug fixGravatar Tejun Heo 1-3/+4
2010-02-02idr: fix a critical misallocation bugGravatar Tejun Heo 1-4/+3
2009-12-04tree-wide: fix some typos and punctuation in commentsGravatar Thadeu Lima de Souza Cascardo 1-2/+2
2009-04-02cgroup: CSS ID supportGravatar KAMEZAWA Hiroyuki 1-0/+46
2009-03-10idr: make idr_remove_all() do removal -before- free_layer()Gravatar Paul E. McKenney 1-1/+1
2009-01-15lib/idr.c: use kmem_cache_zalloc() for the idr_layer cacheGravatar Andrew Morton 1-8/+2
2009-01-15idr: fix wrong kernel-docGravatar Li Zefan 1-2/+2
2008-12-10lib/idr.c: Fix bug introduced by RCU fixGravatar Manfred Spraul 1-1/+7
2008-12-01lib/idr.c: fix rcu related race with idr_findGravatar Manfred Spraul 1-2/+12
2008-07-26SL*B: drop kmem cache argument from constructorGravatar Alexey Dobriyan 1-1/+1
2008-07-25idr: make idr_remove rcu-safeGravatar Nadia Derbey 1-14/+43
2008-07-25idr: make idr_find rcu-safeGravatar Nadia Derbey 1-5/+6
2008-07-25idr: make idr_get_new* rcu-safeGravatar Nadia Derbey 1-5/+9
2008-07-25idr: error checking factorizationGravatar Nadia Derbey 1-21/+9
2008-07-25idr: fix a printk callGravatar Nadia Derbey 1-1/+2
2008-07-25idr: rename some of the idr APIs internal routinesGravatar Nadia Derbey 1-15/+16
2008-05-01idr: fix idr_remove()Gravatar Nadia Derbey 1-1/+1
2008-04-29idr: create idr_layer_cache at boot timeGravatar Akinobu Mita 1-6/+4