aboutsummaryrefslogtreecommitdiff
path: root/lib/rhashtable.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25rhashtable: plumb through alloc tagGravatar Kent Overstreet 1-8/+14
2022-12-09rhashtable: Allow rhashtable to be used from irq-safe contextsGravatar Tejun Heo 1-6/+10
2021-07-08lib: fix spelling mistakesGravatar Zhen Lei 1-1/+1
2020-07-28rhashtable: Restore RCU marking on rhash_lock_headGravatar Herbert Xu 1-19/+16
2020-06-06rhashtable: Drop raw RCU deref in nested_table_freeGravatar Herbert Xu 1-4/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-16rhashtable: Fix cmpxchg RCU warningsGravatar Herbert Xu 1-2/+3
2019-05-16rhashtable: Remove RCU marking from rhash_lock_headGravatar Herbert Xu 1-14/+14
2019-04-12rhashtable: use BIT(0) for locking.Gravatar NeilBrown 1-1/+1
2019-04-12rhashtable: replace rht_ptr_locked() with rht_assign_locked()Gravatar NeilBrown 1-3/+3
2019-04-12rhashtable: move dereference inside rht_ptr()Gravatar NeilBrown 1-6/+6
2019-04-12rhashtable: fix some __rcu annotation errorsGravatar NeilBrown 1-2/+2
2019-04-12rhashtable: use struct_size() in kvzalloc()Gravatar Gustavo A. R. Silva 1-2/+1
2019-04-07rhashtable: add lockdep tracking to bucket bit-spin-locks.Gravatar NeilBrown 1-6/+9
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.Gravatar NeilBrown 1-71/+70
2019-04-07rhashtable: allow rht_bucket_var to return NULL.Gravatar NeilBrown 1-9/+20
2019-04-07rhashtable: use cmpxchg() in nested_table_alloc()Gravatar NeilBrown 1-3/+5
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+6
2019-03-21rhashtable: rename rht_for_each*continue as *from.Gravatar NeilBrown 1-1/+1
2019-03-21rhashtable: don't hold lock on first table throughout insertion.Gravatar NeilBrown 1-36/+16
2019-03-21rhashtable: Still do rehash when we get EEXISTGravatar Herbert Xu 1-2/+6
2019-02-22rhashtable: Remove obsolete rhashtable_walk_init functionGravatar Herbert Xu 1-1/+1
2018-12-03rhashtable: detect when object movement between tables might have invalidated...Gravatar NeilBrown 1-3/+5
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+0
2018-08-22lib/rhashtable: guarantee initial hashtable allocationGravatar Davidlohr Bueso 1-3/+11
2018-08-22lib/rhashtable: simplify bucket_table_alloc()Gravatar Davidlohr Bueso 1-5/+2
2018-08-20rhashtable: remove duplicated include from rhashtable.cGravatar Yue Haibing 1-1/+0
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxGravatar David S. Miller 1-8/+19
2018-07-18lib/rhashtable: consider param->min_size when setting initial table sizeGravatar Davidlohr Bueso 1-6/+11
2018-07-09rhashtable: add restart routine in rhashtable_free_and_destroy()Gravatar Taehee Yoo 1-1/+7
2018-07-03lib: rhashtable: Correct self-assignment in rhashtable.cGravatar Rishabh Bhatnagar 1-1/+1
2018-06-22rhashtable: clean up dereference of ->future_tbl.Gravatar NeilBrown 1-5/+4
2018-06-22rhashtable: use cmpxchg() to protect ->future_tbl.Gravatar NeilBrown 1-11/+4
2018-06-22rhashtable: simplify nested_table_alloc() and rht_bucket_nested_insert()Gravatar NeilBrown 1-12/+6
2018-06-22rhashtable: simplify INIT_RHT_NULLS_HEAD()Gravatar NeilBrown 1-9/+6
2018-06-22rhashtable: remove nulls_base and related code.Gravatar NeilBrown 1-8/+0
2018-06-22rhashtable: split rhashtable.hGravatar NeilBrown 1-0/+1
2018-04-24rhashtable: improve rhashtable_walk stability when stop/start used.Gravatar NeilBrown 1-3/+41
2018-04-24rhashtable: reset iter when rhashtable_walk_start sees new tableGravatar NeilBrown 1-0/+2
2018-04-24rhashtable: Revise incorrect comment on r{hl, hash}table_walk_enter()Gravatar NeilBrown 1-2/+3
2018-03-31rhashtable: add schedule pointsGravatar Eric Dumazet 1-0/+2
2018-03-07rhashtable: Fix rhlist duplicates insertionGravatar Paul Blakey 1-1/+3
2017-12-11rhashtable: Call library function alloc_bucket_locksGravatar Tom Herbert 1-39/+8
2017-12-11rhashtable: Add rhastable_walk_peekGravatar Tom Herbert 1-16/+87
2017-12-11rhashtable: Change rhashtable_walk_start to return voidGravatar Tom Herbert 1-3/+7
2017-09-19rhashtable: Documentation tweakGravatar Andreas Gruenbacher 1-4/+5
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2017-07-10lib/rhashtable.c: use kvzalloc() in bucket_table_alloc() when possibleGravatar Michal Hocko 1-4/+3
2017-06-19rhashtable: use get_random_u32 for hash_rndGravatar Jason A. Donenfeld 1-1/+1
2017-05-08lib/rhashtable.c: simplify a strange allocation patternGravatar Michal Hocko 1-10/+3