summaryrefslogtreecommitdiff
path: root/lib/maple_tree.c
AgeCommit message (Expand)Author
2025-01-13maple_tree: only root node could be deficientWei Yang
2025-01-13maple_tree: simplify split calculationWei Yang
2025-01-13maple_tree: we don't set offset to MAPLE_NODE_SLOTS on errorWei Yang
2025-01-13maple_tree: not possible to be a root node after loopWei Yang
2025-01-13maple_tree: index has been checked to be smaller than pivotWei Yang
2025-01-13maple_tree: use mas_next_slot() directlyWei Yang
2024-12-30maple_tree: reload mas before the second call for mas_empty_areaYang Erkun
2024-11-11maple_tree: refine mas_store_root() on storing NULLWei Yang
2024-11-11maple_tree: not necessary to check index/last againWei Yang
2024-11-11maple_tree: the return value of mas_root_expand() is not usedWei Yang
2024-11-11maple_tree: print empty for an empty tree on mt_dump()Wei Yang
2024-11-06maple_tree: remove sanity check from mas_wr_slot_store()Wei Yang
2024-11-06maple_tree: calculate new_end when neededWei Yang
2024-11-06maple_tree: simplify mas_push_node()Wei Yang
2024-11-06maple_tree: total is not changed for nomem_one caseWei Yang
2024-11-06maple_tree: clear request_count for new allocated oneWei Yang
2024-11-06maple_tree: root node could be handled by !p_slot tooWei Yang
2024-11-06maple_tree: fix alloc node fail issueJiazi Li
2024-11-06maple_tree: refactor mas_wr_store_type()Sidhartha Kumar
2024-11-06maple_tree: do not hash pointers on dump in debug modeLorenzo Stoakes
2024-11-05maple_tree: memset maple_big_node as a wholeWei Yang
2024-11-05maple_tree: remove maple_big_node.parentWei Yang
2024-11-05maple_tree: goto complete directly on a pivot of 0Wei Yang
2024-11-05maple_tree: i is always less than or equal to mas_endWei Yang
2024-10-17maple_tree: correct tree corruption on spanning storeLorenzo Stoakes
2024-10-17maple_tree: check for MA_STATE_BULK on setting wr_rebalanceSidhartha Kumar
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