summaryrefslogtreecommitdiff
path: root/lib/maple_tree.c
AgeCommit message (Expand)Author
2023-04-21maple_tree: fix allocation in mas_sparse_area()Peng Zhang
2023-04-18maple_tree: use correct variable type in sizeofPeng Zhang
2023-04-18maple_tree: simplify mas_wr_node_walk()Peng Zhang
2023-04-18sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-18maple_tree: fix mas_empty_area() searchLiam R. Howlett
2023-04-18maple_tree: make maple state reusable after mas_empty_area_rev()Liam R. Howlett
2023-04-16sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton
2023-04-16maple_tree: fix a potential memory leak, OOB access, or other unpredictable bugPeng Zhang
2023-04-05maple_tree: fix a potential concurrency bug in RCU modePeng Zhang
2023-04-05maple_tree: fix get wrong data_end in mtree_lookup_walk()Peng Zhang
2023-04-05maple_tree: add RCU lock checking to rcu callback functionsLiam R. Howlett
2023-04-05maple_tree: add smp_rmb() to dead node detectionLiam R. Howlett
2023-04-05maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett
2023-04-05maple_tree: remove extra smp_wmb() from mas_dead_leaves()Liam Howlett
2023-04-05maple_tree: fix freeing of nodes in rcu modeLiam Howlett
2023-04-05maple_tree: detect dead nodes in mas_start()Liam Howlett
2023-04-05maple_tree: be more cautious about dead nodesLiam Howlett
2023-03-28maple_tree: export symbol mas_preallocate()Danilo Krummrich
2023-03-23maple_tree: fix mas_skip_node() end slot detectionLiam R. Howlett
2023-02-16maple_tree: reduce stack usage with gcc-9 and earlierArnd Bergmann
2023-02-09maple_tree: fix mas_prev() and mas_find() state handlingLiam R. Howlett
2023-02-09maple_tree: fix handle of invalidated state in mas_wr_store_setup()Liam R. Howlett
2023-02-09maple_tree: reduce user error potentialLiam R. Howlett
2023-02-09maple_tree: fix potential rcu issueLiam R. Howlett
2023-02-02maple_tree: fix comment of mte_destroy_walkVernon Yang
2023-02-02maple_tree: remove the parameter entry of mas_preallocateVernon Yang
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31maple_tree: should get pivots boundary by typeWei Yang
2023-01-31maple_tree: fix mas_empty_area_rev() lower bound validationLiam Howlett
2023-01-18maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett
2023-01-18maple_tree: refine mab_calc_split functionVernon Yang
2023-01-18maple_tree: refine ma_state init from mas_start()Vernon Yang
2023-01-18maple_tree: use macro MA_ROOT_PARENT instead of numberVernon Yang
2023-01-18maple_tree: use mt_node_max() instead of direct operations mt_max[]Vernon Yang
2023-01-18maple_tree: remove extra return statementVernon Yang
2023-01-18maple_tree: remove extra space and blank lineVernon Yang
2022-12-21maple_tree: fix mas_spanning_rebalance() on insufficient dataLiam Howlett
2022-12-15maple_tree: fix mas_find_rev() commentLiam Howlett
2022-11-30maple_tree: mte_set_full() and mte_clear_full() clang-analyzer clean upLiam Howlett
2022-11-08maple_tree: don't set a new maximum on the node when not reusing nodesLiam Howlett
2022-11-08maple_tree: fix depth tracking in maple_stateLiam Howlett
2022-11-08maple_tree: reorganize testing to restore module testingLiam Howlett
2022-11-08maple_tree: mas_anode_descend() clang-analyzer cleanupLiam Howlett
2022-11-08maple_tree: remove pointer to pointer use in mas_alloc_nodes()Liam Howlett
2022-10-28lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn
2022-09-26Maple Tree: add new data structureLiam R. Howlett