summaryrefslogtreecommitdiffstats
path: root/lib/maple_tree.c
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: refine mas_store_root() on storing NULLWei Yang2024-11-111-1/+12
* maple_tree: not necessary to check index/last againWei Yang2024-11-111-1/+3
* maple_tree: the return value of mas_root_expand() is not usedWei Yang2024-11-111-2/+2
* maple_tree: print empty for an empty tree on mt_dump()Wei Yang2024-11-111-3/+5
* maple_tree: remove sanity check from mas_wr_slot_store()Wei Yang2024-11-061-3/+2
* maple_tree: calculate new_end when neededWei Yang2024-11-061-1/+1
* maple_tree: simplify mas_push_node()Wei Yang2024-11-061-9/+7
* maple_tree: total is not changed for nomem_one caseWei Yang2024-11-061-2/+1
* maple_tree: clear request_count for new allocated oneWei Yang2024-11-061-1/+1
* maple_tree: root node could be handled by !p_slot tooWei Yang2024-11-061-3/+1
* maple_tree: fix alloc node fail issueJiazi Li2024-11-061-1/+4
* maple_tree: refactor mas_wr_store_type()Sidhartha Kumar2024-11-061-47/+25
* maple_tree: do not hash pointers on dump in debug modeLorenzo Stoakes2024-11-061-41/+59
* maple_tree: memset maple_big_node as a wholeWei Yang2024-11-051-4/+1
* maple_tree: remove maple_big_node.parentWei Yang2024-11-051-1/+0
* maple_tree: goto complete directly on a pivot of 0Wei Yang2024-11-051-1/+1
* maple_tree: i is always less than or equal to mas_endWei Yang2024-11-051-2/+1
* maple_tree: correct tree corruption on spanning storeLorenzo Stoakes2024-10-171-6/+6
* maple_tree: check for MA_STATE_BULK on setting wr_rebalanceSidhartha Kumar2024-10-171-1/+1
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-379/+426
|\
| * maple_tree: mark three functions as __maybe_unusedLiam R. Howlett2024-09-091-3/+3
| * maple_tree: cleanup function descriptionsWei Yang2024-09-091-58/+47
| * maple_tree: dump error message based on formatWei Yang2024-09-091-2/+8
| * maple_tree: arange64 node is not a leaf nodeWei Yang2024-09-091-5/+1
| * maple_tree: make write helper functions voidSidhartha Kumar2024-09-011-31/+16
| * maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()Sidhartha Kumar2024-09-011-5/+13
| * maple_tree: remove repeated sanity checks from write helper functionsSidhartha Kumar2024-09-011-15/+2
| * maple_tree: remove node allocations from various write helper functionsSidhartha Kumar2024-09-011-27/+0
| * maple_tree: have mas_store() allocate nodes if neededSidhartha Kumar2024-09-011-2/+17
| * maple_tree: remove mas_wr_modify()Sidhartha Kumar2024-09-011-38/+0
| * maple_tree: simplify mas_commit_b_node()Sidhartha Kumar2024-09-011-57/+7
| * maple_tree: convert mas_insert() to preallocate nodesSidhartha Kumar2024-09-011-12/+10
| * maple_tree: use store type in mas_wr_store_entry()Sidhartha Kumar2024-09-011-38/+52
| * maple_tree: print store type in mas_dump()Sidhartha Kumar2024-09-011-0/+34
| * maple_tree: use mas_store_gfp() in mtree_store_range()Sidhartha Kumar2024-09-011-10/+1
| * maple_tree: preallocate nodes in mas_erase()Sidhartha Kumar2024-09-011-2/+6
| * maple_tree: remove mas_destroy() from mas_nomem()Sidhartha Kumar2024-09-011-13/+24
| * maple_tree: introduce mas_wr_store_type()Sidhartha Kumar2024-09-011-60/+157
| * maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()Sidhartha Kumar2024-09-011-48/+48
| * maple_tree: introduce mas_wr_prealloc_setup()Sidhartha Kumar2024-09-011-2/+8
| * maple_tree: fix comment typo with corresponding maple_statusWei Yang2024-09-011-1/+1
| * maple_tree: fix comment typo of ma_rootWei Yang2024-09-011-1/+1
| * maple_tree: add test to replicate low memory race conditionsSidhartha Kumar2024-09-011-0/+13
| * maple_tree: reset mas->index and mas->last on write retriesSidhartha Kumar2024-09-011-4/+12
* | maple_tree: remove rcu_read_lock() from mt_validate()Liam R. Howlett2024-09-011-5/+2
|/
* maple_tree: modified return type of mas_wr_store_entry()JaeJoon Jung2024-07-031-9/+6
* maple_tree: fix mas_empty_area_rev() null pointer dereferenceLiam R. Howlett2024-05-051-8/+8
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-4/+2
|\
| * maple_tree: avoid duplicate variable init in mast_spanning_rebalance()Lukas Bulwahn2024-02-221-2/+0
| * maple_tree: fix comment describing mas_node_count_gfp()Sidhartha Kumar2024-02-211-2/+2