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