summaryrefslogtreecommitdiff
path: root/lib/maple_tree.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-379/+426
2024-09-09maple_tree: mark three functions as __maybe_unusedLiam R. Howlett1-3/+3
2024-09-09maple_tree: cleanup function descriptionsWei Yang1-58/+47
2024-09-09maple_tree: dump error message based on formatWei Yang1-2/+8
2024-09-09maple_tree: arange64 node is not a leaf nodeWei Yang1-5/+1
2024-09-01maple_tree: make write helper functions voidSidhartha Kumar1-31/+16
2024-09-01maple_tree: remove unneeded mas_wr_walk() in mas_store_prealloc()Sidhartha Kumar1-5/+13
2024-09-01maple_tree: remove repeated sanity checks from write helper functionsSidhartha Kumar1-15/+2
2024-09-01maple_tree: remove node allocations from various write helper functionsSidhartha Kumar1-27/+0
2024-09-01maple_tree: have mas_store() allocate nodes if neededSidhartha Kumar1-2/+17
2024-09-01maple_tree: remove mas_wr_modify()Sidhartha Kumar1-38/+0
2024-09-01maple_tree: simplify mas_commit_b_node()Sidhartha Kumar1-57/+7
2024-09-01maple_tree: convert mas_insert() to preallocate nodesSidhartha Kumar1-12/+10
2024-09-01maple_tree: use store type in mas_wr_store_entry()Sidhartha Kumar1-38/+52
2024-09-01maple_tree: print store type in mas_dump()Sidhartha Kumar1-0/+34
2024-09-01maple_tree: use mas_store_gfp() in mtree_store_range()Sidhartha Kumar1-10/+1
2024-09-01maple_tree: preallocate nodes in mas_erase()Sidhartha Kumar1-2/+6
2024-09-01maple_tree: remove mas_destroy() from mas_nomem()Sidhartha Kumar1-13/+24
2024-09-01maple_tree: introduce mas_wr_store_type()Sidhartha Kumar1-60/+157
2024-09-01maple_tree: move up mas_wr_store_setup() and mas_wr_prealloc_setup()Sidhartha Kumar1-48/+48
2024-09-01maple_tree: introduce mas_wr_prealloc_setup()Sidhartha Kumar1-2/+8
2024-09-01maple_tree: fix comment typo with corresponding maple_statusWei Yang1-1/+1
2024-09-01maple_tree: fix comment typo of ma_rootWei Yang1-1/+1
2024-09-01maple_tree: add test to replicate low memory race conditionsSidhartha Kumar1-0/+13
2024-09-01maple_tree: reset mas->index and mas->last on write retriesSidhartha Kumar1-4/+12
2024-09-01maple_tree: remove rcu_read_lock() from mt_validate()Liam R. Howlett1-5/+2
2024-07-03maple_tree: modified return type of mas_wr_store_entry()JaeJoon Jung1-9/+6
2024-05-05maple_tree: fix mas_empty_area_rev() null pointer dereferenceLiam R. Howlett1-8/+8
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+2
2024-02-22maple_tree: avoid duplicate variable init in mast_spanning_rebalance()Lukas Bulwahn1-2/+0
2024-02-21maple_tree: fix comment describing mas_node_count_gfp()Sidhartha Kumar1-2/+2
2024-02-21maple_tree: Add mtree_alloc_cyclic()Chuck Lever1-0/+93
2023-12-20maple_tree: avoid checking other gaps after getting the largest gapPeng Zhang1-0/+3
2023-12-20maple_tree: fix typos/spellos etcRandy Dunlap1-4/+4
2023-12-20lib/maple_tree.c: fix build error due to hotfix alterationAndrew Morton1-1/+1
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-0/+11
2023-12-20maple_tree: do not preallocate nodes for slot storesSidhartha Kumar1-0/+11
2023-12-12maple_tree: change return type of mas_split_final_node as void.Levi Yun1-2/+1
2023-12-12maple_tree: simplify mas_leaf_set_meta()Peng Zhang1-18/+4
2023-12-12maple_tree: delete one of the two identical checksPeng Zhang1-3/+0
2023-12-12maple_tree: remove an unused parameter for ma_meta_end()Peng Zhang1-6/+4
2023-12-12maple_tree: avoid ascending when mas->min is also the parent's minimumPeng Zhang1-3/+5
2023-12-12maple_tree: move the check forward to avoid static check warningPeng Zhang1-1/+1
2023-12-12maple_tree: remove unused functionJiapeng Chong1-29/+0
2023-12-12maple_tree: mtree_range_walk() clean upLiam R. Howlett1-15/+12
2023-12-12maple_tree: don't find node end in mtree_lookup_walk()Liam R. Howlett1-9/+3
2023-12-12maple_tree: use maple state end for write operationsLiam R. Howlett1-22/+24
2023-12-12maple_tree: remove mas_searchable()Liam R. Howlett1-50/+16
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett1-183/+276
2023-12-12maple_tree: clean up inlines for some functionsLiam R. Howlett1-39/+39