summaryrefslogtreecommitdiffstats
path: root/lib/maple_tree.c
AgeCommit message (Expand)AuthorLines
2025-07-13maple tree: add some commentsDev Jain-1/+7
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton-0/+1
2025-07-09maple_tree: fix status setup on restore to activeLiam R. Howlett-7/+18
2025-07-09maple tree: use goto label to simplify codeDev Jain-5/+2
2025-07-09maple_tree: fix mt_destroy_walk() on root leaf nodeWei Yang-0/+1
2025-06-19maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate()Liam R. Howlett-1/+3
2025-05-11maple_tree: reorder mas->store_type case statementsSidhartha Kumar-26/+25
2025-05-11maple_tree: add sufficient heightSidhartha Kumar-3/+16
2025-05-11maple_tree: break on convergence in mas_spanning_rebalance()Sidhartha Kumar-3/+13
2025-05-11maple_tree: use vacant nodes to reduce worst case allocationsSidhartha Kumar-4/+9
2025-05-11maple_tree: use height and depth consistentlySidhartha Kumar-40/+44
2025-05-11maple_tree: convert mas_prealloc_calc() to take in a maple write stateSidhartha Kumar-8/+8
2025-03-16maple_tree: remove a BUG_ON() in mas_alloc_nodes()Petr Tesarik-1/+0
2025-03-16maple_tree: use ma_dead_node() in mte_dead_node()I Hsin Cheng-5/+2
2025-03-16maple_tree: correct comment for mas_start()I Hsin Cheng-1/+1
2025-01-13maple_tree: only root node could be deficientWei Yang-1/+1
2025-01-13maple_tree: simplify split calculationWei Yang-17/+6
2025-01-13maple_tree: we don't set offset to MAPLE_NODE_SLOTS on errorWei Yang-5/+2
2025-01-13maple_tree: not possible to be a root node after loopWei Yang-4/+1
2025-01-13maple_tree: index has been checked to be smaller than pivotWei Yang-7/+6
2025-01-13maple_tree: use mas_next_slot() directlyWei Yang-24/+1
2024-12-30maple_tree: reload mas before the second call for mas_empty_areaYang Erkun-0/+1
2024-11-11maple_tree: refine mas_store_root() on storing NULLWei Yang-1/+12
2024-11-11maple_tree: not necessary to check index/last againWei Yang-1/+3
2024-11-11maple_tree: the return value of mas_root_expand() is not usedWei Yang-2/+2
2024-11-11maple_tree: print empty for an empty tree on mt_dump()Wei Yang-3/+5
2024-11-06maple_tree: remove sanity check from mas_wr_slot_store()Wei Yang-3/+2
2024-11-06maple_tree: calculate new_end when neededWei Yang-1/+1
2024-11-06maple_tree: simplify mas_push_node()Wei Yang-9/+7
2024-11-06maple_tree: total is not changed for nomem_one caseWei Yang-2/+1
2024-11-06maple_tree: clear request_count for new allocated oneWei Yang-1/+1
2024-11-06maple_tree: root node could be handled by !p_slot tooWei Yang-3/+1
2024-11-06maple_tree: fix alloc node fail issueJiazi Li-1/+4
2024-11-06maple_tree: refactor mas_wr_store_type()Sidhartha Kumar-47/+25
2024-11-06maple_tree: do not hash pointers on dump in debug modeLorenzo Stoakes-41/+59
2024-11-05maple_tree: memset maple_big_node as a wholeWei Yang-4/+1
2024-11-05maple_tree: remove maple_big_node.parentWei Yang-1/+0
2024-11-05maple_tree: goto complete directly on a pivot of 0Wei Yang-1/+1
2024-11-05maple_tree: i is always less than or equal to mas_endWei Yang-2/+1
2024-10-17maple_tree: correct tree corruption on spanning storeLorenzo Stoakes-6/+6
2024-10-17maple_tree: check for MA_STATE_BULK on setting wr_rebalanceSidhartha Kumar-1/+1
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