Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-02idr: introduce idr_for_each_entry_continue_ul()Cong Wang
2019-07-02idr: 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-22ida: Remove old APIMatthew Wilcox
2018-08-22ida: 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-07idr: Add documentationMatthew Wilcox
2018-02-07idr: Make 1-based IDRs more efficientMatthew Wilcox
2018-02-07idr: Rename idr_for_each_entry_extMatthew Wilcox
2018-02-07idr: Remove idr_alloc_extMatthew Wilcox
2018-02-07idr: Add idr_alloc_u32 helperMatthew Wilcox
2018-02-07idr: Delete idr_find_ext functionMatthew Wilcox
2018-02-07idr: Delete idr_replace_ext functionMatthew Wilcox
2018-02-07idr: Delete idr_remove_ext functionMatthew Wilcox
2017-12-15include/linux/idr.h: add #include <linux/bug.h>Wei Wang
2017-08-31idr: Add new APIs to support unsigned longChris Mi
2017-02-14idr: Return the deleted entry from idr_removeMatthew Wilcox
2017-02-14ida: Move ida_bitmap to a percpu variableMatthew Wilcox
2017-02-14Reimplement IDR and IDA using the radix treeMatthew Wilcox
2016-12-15idr: reduce the number of bits per level from 8 to 6Matthew Wilcox
2016-12-15rxrpc: abstract away knowledge of IDR internalsMatthew Wilcox
2016-12-15idr: add ida_is_emptyMatthew Wilcox
2015-11-25drbd: Backport the "status" commandAndreas Gruenbacher
2014-06-07idr: reorder the fieldsLai Jiangshan
2014-04-08idr: remove dead codeStephen Hemminger
2014-04-03Merge 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-30idr: introduce idr_alloc_cyclic()Jeff Layton
2013-03-28idr: document exit conditions on idr_for_each_entry betterGeorge Spelvin
2013-03-14idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo
2013-03-13idr: fix new kernel-doc warningsRandy Dunlap
2013-02-28idr: implement lookup hintTejun Heo
2013-02-28idr: add idr_layer->prefixTejun Heo
2013-02-28idr: make idr_layer largerTejun Heo
2013-02-28idr: remove length restriction from idr_layer->bitmapTejun Heo
2013-02-28idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo
2013-02-28idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo
2013-02-28idr: remove _idr_rc_to_errno() hackTejun Heo
2013-02-28idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo
2013-02-28idr: cosmetic updates to struct / initializer definitionsTejun Heo
2013-02-28idr: deprecate idr_remove_all()Tejun Heo
2013-02-19locking: Various static lock initializer fixesThomas Gleixner