summaryrefslogtreecommitdiff
path: root/lib/maple_tree.c
AgeCommit message (Expand)Author
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
2023-12-12maple_tree: use cached node end in mas_destroy()Liam R. Howlett
2023-12-12maple_tree: use cached node end in mas_next()Liam R. Howlett
2023-12-12maple_tree: add end of node tracking to the maple stateLiam R. Howlett
2023-12-12maple_tree: make mas_erase() more robustLiam R. Howlett
2023-12-12maple_tree: remove unnecessary default labels from switch statementsLiam R. Howlett
2023-12-10maple_tree: preserve the tree attributes when destroying maple treePeng Zhang
2023-12-10maple_tree: introduce interfaces __mt_dup() and mtree_dup()Peng Zhang
2023-12-10maple_tree: add mt_free_one() and mt_attr() helpersPeng Zhang
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett
2023-09-29maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett
2023-08-24maple_tree: clean up mas_wr_append()Liam R. Howlett
2023-08-24merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton
2023-08-24maple_tree: disable mas_wr_append() when other readers are possibleLiam R. Howlett
2023-08-21maple_tree: replace data before marking dead in split and spanning storeLiam R. Howlett
2023-08-21maple_tree: change mas_adopt_children() parent usageLiam R. Howlett
2023-08-21maple_tree: introduce mas_tree_parent() definitionLiam R. Howlett
2023-08-21maple_tree: introduce mas_put_in_tree()Liam R. Howlett
2023-08-21maple_tree: reorder replacement of nodes to avoid live lockLiam R. Howlett
2023-08-21maple_tree: add hex output to maple_arange64 dumpLiam R. Howlett
2023-08-18maple_tree: reduce resets during store setupLiam R. Howlett
2023-08-18maple_tree: refine mas_preallocate() node calculationsLiam R. Howlett
2023-08-18maple_tree: move mas_wr_end_piv() below mas_wr_extend_null()Liam R. Howlett
2023-08-18maple_tree: adjust node allocation on mas_rebalance()Liam R. Howlett
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett
2023-08-18maple_tree: Be more strict about lockingLiam R. Howlett
2023-08-18maple_tree: mtree_insert: fix typo in kernel-doc description of GFP flagsMike Rapoport (IBM)
2023-08-18maple_tree: mtree_insert*: fix typo in kernel-doc descriptionMike Rapoport (IBM)
2023-08-18maple_tree: drop mas_first_entry()Peng Zhang
2023-08-18maple_tree: replace mas_logical_pivot() with mas_safe_pivot()Peng Zhang
2023-08-18maple_tree: update mt_validate()Peng Zhang
2023-08-18maple_tree: make mas_validate_limits() check root node and node limitPeng Zhang
2023-08-18maple_tree: fix mas_validate_child_slot() to check last missed slotPeng Zhang