summaryrefslogtreecommitdiffstats
path: root/lib/maple_tree.c
AgeCommit message (Expand)AuthorLines
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-379/+426
2024-09-09maple_tree: mark three functions as __maybe_unusedLiam R. Howlett-3/+3
2024-09-09maple_tree: cleanup function descriptionsWei Yang-58/+47
2024-09-09maple_tree: dump error message based on formatWei Yang-2/+8
2024-09-09maple_tree: arange64 node is not a leaf nodeWei Yang-5/+1
2024-09-01maple_tree: make write helper functions voidSidhartha Kumar-31/+16
2024-09-01maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()Sidhartha Kumar-5/+13
2024-09-01maple_tree: remove repeated sanity checks from write helper functionsSidhartha Kumar-15/+2
2024-09-01maple_tree: remove node allocations from various write helper functionsSidhartha Kumar-27/+0
2024-09-01maple_tree: have mas_store() allocate nodes if neededSidhartha Kumar-2/+17
2024-09-01maple_tree: remove mas_wr_modify()Sidhartha Kumar-38/+0
2024-09-01maple_tree: simplify mas_commit_b_node()Sidhartha Kumar-57/+7
2024-09-01maple_tree: convert mas_insert() to preallocate nodesSidhartha Kumar-12/+10
2024-09-01maple_tree: use store type in mas_wr_store_entry()Sidhartha Kumar-38/+52
2024-09-01maple_tree: print store type in mas_dump()Sidhartha Kumar-0/+34
2024-09-01maple_tree: use mas_store_gfp() in mtree_store_range()Sidhartha Kumar-10/+1
2024-09-01maple_tree: preallocate nodes in mas_erase()Sidhartha Kumar-2/+6
2024-09-01maple_tree: remove mas_destroy() from mas_nomem()Sidhartha Kumar-13/+24
2024-09-01maple_tree: introduce mas_wr_store_type()Sidhartha Kumar-60/+157
2024-09-01maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()Sidhartha Kumar-48/+48
2024-09-01maple_tree: introduce mas_wr_prealloc_setup()Sidhartha Kumar-2/+8
2024-09-01maple_tree: fix comment typo with corresponding maple_statusWei Yang-1/+1
2024-09-01maple_tree: fix comment typo of ma_rootWei Yang-1/+1
2024-09-01maple_tree: add test to replicate low memory race conditionsSidhartha Kumar-0/+13
2024-09-01maple_tree: reset mas->index and mas->last on write retriesSidhartha Kumar-4/+12
2024-09-01maple_tree: remove rcu_read_lock() from mt_validate()Liam R. Howlett-5/+2
2024-07-03maple_tree: modified return type of mas_wr_store_entry()JaeJoon Jung-9/+6
2024-05-05maple_tree: fix mas_empty_area_rev() null pointer dereferenceLiam R. Howlett-8/+8
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+2
2024-02-22maple_tree: avoid duplicate variable init in mast_spanning_rebalance()Lukas Bulwahn-2/+0
2024-02-21maple_tree: fix comment describing mas_node_count_gfp()Sidhartha Kumar-2/+2
2024-02-21maple_tree: Add mtree_alloc_cyclic()Chuck Lever-0/+93
2023-12-20maple_tree: avoid checking other gaps after getting the largest gapPeng Zhang-0/+3
2023-12-20maple_tree: fix typos/spellos etcRandy Dunlap-4/+4
2023-12-20lib/maple_tree.c: fix build error due to hotfix alterationAndrew Morton-1/+1
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton-0/+11
2023-12-20maple_tree: do not preallocate nodes for slot storesSidhartha Kumar-0/+11
2023-12-12maple_tree: change return type of mas_split_final_node as void.Levi Yun-2/+1
2023-12-12maple_tree: simplify mas_leaf_set_meta()Peng Zhang-18/+4
2023-12-12maple_tree: delete one of the two identical checksPeng Zhang-3/+0
2023-12-12maple_tree: remove an unused parameter for ma_meta_end()Peng Zhang-6/+4
2023-12-12maple_tree: avoid ascending when mas->min is also the parent's minimumPeng Zhang-3/+5
2023-12-12maple_tree: move the check forward to avoid static check warningPeng Zhang-1/+1
2023-12-12maple_tree: remove unused functionJiapeng Chong-29/+0
2023-12-12maple_tree: mtree_range_walk() clean upLiam R. Howlett-15/+12
2023-12-12maple_tree: don't find node end in mtree_lookup_walk()Liam R. Howlett-9/+3
2023-12-12maple_tree: use maple state end for write operationsLiam R. Howlett-22/+24
2023-12-12maple_tree: remove mas_searchable()Liam R. Howlett-50/+16
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett-183/+276
2023-12-12maple_tree: clean up inlines for some functionsLiam R. Howlett-39/+39