summaryrefslogtreecommitdiff
path: root/lib/maple_tree.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-03Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+6
2025-09-29maple_tree: Convert forking to use the sheaf interfaceLiam R. Howlett1-24/+23
2025-09-29maple_tree: Add single node allocation support to maple stateLiam R. Howlett1-6/+41
2025-09-29maple_tree: Prefilled sheaf conversion and testingLiam R. Howlett1-264/+62
2025-09-29maple_tree: Replace mt_free_one() with kfree()Pedro Falcato1-9/+4
2025-09-29maple_tree: Use kfree_rcu in ma_free_rcuPedro Falcato1-10/+3
2025-09-29maple_tree: use percpu sheaves for maple_node_cacheVlastimil Babka1-2/+7
2025-09-29maple_tree: Drop bulk insert supportLiam R. Howlett1-266/+4
2025-09-29maple_tree: remove redundant __GFP_NOWARNQianfeng Rong1-2/+2
2025-09-14maple_tree: fix MAPLE_PARENT_RANGE32 and parent pointer docsSidhartha Kumar1-6/+6
2025-07-14maple tree: add some commentsDev Jain1-1/+7
2025-07-13Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton1-0/+1
2025-07-10maple_tree: fix status setup on restore to activeLiam R. Howlett1-7/+18
2025-07-10maple tree: use goto label to simplify codeDev Jain1-5/+2
2025-07-10maple_tree: fix mt_destroy_walk() on root leaf nodeWei Yang1-0/+1
2025-06-20maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate()Liam R. Howlett1-1/+3
2025-05-12maple_tree: reorder mas->store_type case statementsSidhartha Kumar1-26/+25
2025-05-12maple_tree: add sufficient heightSidhartha Kumar1-3/+16
2025-05-12maple_tree: break on convergence in mas_spanning_rebalance()Sidhartha Kumar1-3/+13
2025-05-12maple_tree: use vacant nodes to reduce worst case allocationsSidhartha Kumar1-4/+9
2025-05-12maple_tree: use height and depth consistentlySidhartha Kumar1-40/+44
2025-05-12maple_tree: convert mas_prealloc_calc() to take in a maple write stateSidhartha Kumar1-8/+8
2025-03-17maple_tree: remove a BUG_ON() in mas_alloc_nodes()Petr Tesarik1-1/+0
2025-03-17maple_tree: use ma_dead_node() in mte_dead_node()I Hsin Cheng1-5/+2
2025-03-17maple_tree: correct comment for mas_start()I Hsin Cheng1-1/+1
2025-01-14maple_tree: only root node could be deficientWei Yang1-1/+1
2025-01-14maple_tree: simplify split calculationWei Yang1-17/+6
2025-01-14maple_tree: we don't set offset to MAPLE_NODE_SLOTS on errorWei Yang1-5/+2
2025-01-14maple_tree: not possible to be a root node after loopWei Yang1-4/+1
2025-01-14maple_tree: index has been checked to be smaller than pivotWei Yang1-7/+6
2025-01-14maple_tree: use mas_next_slot() directlyWei Yang1-24/+1
2024-12-31maple_tree: reload mas before the second call for mas_empty_areaYang Erkun1-0/+1
2024-11-12maple_tree: refine mas_store_root() on storing NULLWei Yang1-1/+12
2024-11-12maple_tree: not necessary to check index/last againWei Yang1-1/+3
2024-11-12maple_tree: the return value of mas_root_expand() is not usedWei Yang1-2/+2
2024-11-12maple_tree: print empty for an empty tree on mt_dump()Wei Yang1-3/+5
2024-11-07maple_tree: remove sanity check from mas_wr_slot_store()Wei Yang1-3/+2
2024-11-07maple_tree: calculate new_end when neededWei Yang1-1/+1
2024-11-07maple_tree: simplify mas_push_node()Wei Yang1-9/+7
2024-11-07maple_tree: total is not changed for nomem_one caseWei Yang1-2/+1
2024-11-07maple_tree: clear request_count for new allocated oneWei Yang1-1/+1
2024-11-07maple_tree: root node could be handled by !p_slot tooWei Yang1-3/+1
2024-11-07maple_tree: fix alloc node fail issueJiazi Li1-1/+4
2024-11-07maple_tree: refactor mas_wr_store_type()Sidhartha Kumar1-47/+25
2024-11-07maple_tree: do not hash pointers on dump in debug modeLorenzo Stoakes1-41/+59
2024-11-06maple_tree: memset maple_big_node as a wholeWei Yang1-4/+1
2024-11-06maple_tree: remove maple_big_node.parentWei Yang1-1/+0
2024-11-06maple_tree: goto complete directly on a pivot of 0Wei Yang1-1/+1
2024-11-06maple_tree: i is always less than or equal to mas_endWei Yang1-2/+1
2024-10-17maple_tree: correct tree corruption on spanning storeLorenzo Stoakes1-6/+6